Pull request #3330 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 59c9a15376a292558addc495dbf8de0fe8fb6b07 rather than cbc1041f9e60e940360c6d71b382e15765689a55 Obtained Jenkinsfile from 59c9a15376a292558addc495dbf8de0fe8fb6b07 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-32464’ is offline Running on prd-centos7-docker-4c-2g-32465 in /w/workspace/edgexfoundry_edgex-go_PR-3330 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 59c9a15376a292558addc495dbf8de0fe8fb6b07 into PR head commit cbc1041f9e60e940360c6d71b382e15765689a55 Merge succeeded, producing cbc1041f9e60e940360c6d71b382e15765689a55 Checking out Revision cbc1041f9e60e940360c6d71b382e15765689a55 (PR-3330) > 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/3330/head:refs/remotes/origin/PR-3330 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 Commit message: "feat: Add RedisDB Password for v2 security mode" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:42:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:42:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:42:53 ========================================================= 14:42:53 EdgeX Global Pipelines Version Info 14:42:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:42:56 ------------------- 14:42:56 stable info: 14:42:56 ------------------- 14:42:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:42:56 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 14:42:56 Message: update stable to v1.0.186 14:42:57 ------------------- 14:42:57 experimental info: 14:42:57 ------------------- 14:42:57 Commited By: **** collab-it+edgex@linuxfoundation.org 14:42:57 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 14:42:57 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:42:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:42:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:42:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:42:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:42:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:42:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:42:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:42:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:42:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:42:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:42:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:42:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:42:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3330 [Pipeline] echo 14:42:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3330 [Pipeline] echo 14:43:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3330 [Pipeline] echo 14:43:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbc1041f9e60e940360c6d71b382e15765689a55 [Pipeline] echo 14:43:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbc1041 [Pipeline] echo 14:43:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:43:00 provisioning config files... 14:43:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7666507185019900467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:43:01 ---> docker-login.sh 14:43:01 nexus3.edgexfoundry.org:10001 14:43:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:43:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:43:02 Configure a credential helper to remove this warning. See 14:43:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:43:02 14:43:02 Login Succeeded 14:43:02 nexus3.edgexfoundry.org:10002 14:43:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:43:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:43:02 Configure a credential helper to remove this warning. See 14:43:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:43:02 14:43:02 Login Succeeded 14:43:02 nexus3.edgexfoundry.org:10003 14:43:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:43:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:43:03 Configure a credential helper to remove this warning. See 14:43:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:43:03 14:43:03 Login Succeeded 14:43:03 nexus3.edgexfoundry.org:10004 14:43:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:43:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:43:04 Configure a credential helper to remove this warning. See 14:43:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:43:04 14:43:04 Login Succeeded 14:43:04 docker.io 14:43:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:43:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:43:04 Configure a credential helper to remove this warning. See 14:43:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:43:04 14:43:04 Login Succeeded 14:43:04 ---> docker-login.sh ends [Pipeline] } 14:43:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:43:05 ++ 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 14:43:05 + for file in '`ls cmd/**/Dockerfile`' 14:43:05 ++ dirname cmd/core-command/Dockerfile 14:43:05 ++ cut -d/ -f2 14:43:05 + echo core-command,cmd/core-command/Dockerfile 14:43:05 + for file in '`ls cmd/**/Dockerfile`' 14:43:05 ++ dirname cmd/core-data/Dockerfile 14:43:05 ++ cut -d/ -f2 14:43:05 + echo core-data,cmd/core-data/Dockerfile 14:43:05 + for file in '`ls cmd/**/Dockerfile`' 14:43:05 ++ dirname cmd/core-metadata/Dockerfile 14:43:05 ++ cut -d/ -f2 14:43:05 + echo core-metadata,cmd/core-metadata/Dockerfile 14:43:05 + for file in '`ls cmd/**/Dockerfile`' 14:43:05 ++ dirname cmd/security-bootstrapper/Dockerfile 14:43:05 ++ cut -d/ -f2 14:43:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:43:05 + for file in '`ls cmd/**/Dockerfile`' 14:43:05 ++ dirname cmd/security-proxy-setup/Dockerfile 14:43:05 ++ cut -d/ -f2 14:43:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:43:05 + for file in '`ls cmd/**/Dockerfile`' 14:43:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:43:05 ++ cut -d/ -f2 14:43:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:43:05 + for file in '`ls cmd/**/Dockerfile`' 14:43:05 ++ cut -d/ -f2 14:43:05 ++ dirname cmd/support-notifications/Dockerfile 14:43:05 + echo support-notifications,cmd/support-notifications/Dockerfile 14:43:05 + for file in '`ls cmd/**/Dockerfile`' 14:43:05 ++ cut -d/ -f2 14:43:05 ++ dirname cmd/support-scheduler/Dockerfile 14:43:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:43:05 + for file in '`ls cmd/**/Dockerfile`' 14:43:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:43:05 ++ cut -d/ -f2 14:43:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:43:05 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 14:43:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:43:07 14:43:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:43:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:43:07 latest: Pulling from edgex-devops/git-semver 14:43:07 31603596830f: Pulling fs layer 14:43:07 2a8b12db71e7: Pulling fs layer 14:43:07 6ca5941a6612: Pulling fs layer 14:43:07 ecc8261a40a4: Pulling fs layer 14:43:07 ecc8261a40a4: Waiting 14:43:07 2a8b12db71e7: Verifying Checksum 14:43:07 2a8b12db71e7: Download complete 14:43:08 31603596830f: Verifying Checksum 14:43:08 31603596830f: Download complete 14:43:08 ecc8261a40a4: Verifying Checksum 14:43:08 ecc8261a40a4: Download complete 14:43:08 6ca5941a6612: Verifying Checksum 14:43:08 6ca5941a6612: Download complete 14:43:08 31603596830f: Pull complete 14:43:09 2a8b12db71e7: Pull complete 14:43:12 6ca5941a6612: Pull complete 14:43:13 ecc8261a40a4: Pull complete 14:43:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:43:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:43:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:43:13 prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container 14:43:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:43:16 $ docker top 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:43:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:43:17 [ssh-agent] Looking for ssh-agent implementation... 14:43:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:43:18 $ docker exec 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 ssh-agent 14:43:19 SSH_AUTH_SOCK=/tmp/ssh-6nWMArSCylMt/agent.11 14:43:19 SSH_AGENT_PID=16 14:43:19 Running ssh-add (command line suppressed) 14:43:19 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6182120343203348841.key (/w/workspace/edgex-go/2@tmp/private_key_6182120343203348841.key) 14:43:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:43:20 + git tag --points-at HEAD [Pipeline] } 14:43:20 $ docker exec --env ******** --env ******** 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 ssh-agent -k 14:43:21 unset SSH_AUTH_SOCK; 14:43:21 unset SSH_AGENT_PID; 14:43:21 echo Agent pid 16 killed; 14:43:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:43:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:43:21 [ssh-agent] Looking for ssh-agent implementation... 14:43:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:43:22 $ docker exec 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 ssh-agent 14:43:22 SSH_AUTH_SOCK=/tmp/ssh-87cCGCdFXE5K/agent.44 14:43:22 SSH_AGENT_PID=50 14:43:22 Running ssh-add (command line suppressed) 14:43:22 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1594994573796657765.key (/w/workspace/edgex-go/2@tmp/private_key_1594994573796657765.key) 14:43:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:43:23 + git semver init 14:43:23 # -> Open(): unable to determine branch for HEAD 14:43:23 # $GIT_DIR = /w/workspace/edgex-go/2/.git 14:43:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 14:43:23 # $SEMVER_REMOTE_NAME = origin 14:43:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:43:23 # $SEMVER_USER_NAME = edgex-jenkins 14:43:23 # $SEMVER_BRANCH = PR-3330 14:43:23 # $SEMVER_TEMP = /tmp/semver-101198514 14:43:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:43:51 # '/tmp/semver-101198514' -> '/w/workspace/edgex-go/2/.semver' 14:43:52 # -> Force: false 14:43:52 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 14:43:52 $ docker exec --env ******** --env ******** 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 ssh-agent -k 14:43:52 unset SSH_AUTH_SOCK; 14:43:52 unset SSH_AGENT_PID; 14:43:52 echo Agent pid 50 killed; 14:43:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:43:53 + git semver [Pipeline] } 14:43:53 $ docker stop --time=1 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 14:43:55 $ docker rm -f 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 [Pipeline] // withDockerContainer [Pipeline] sh 14:43:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:43:58 Stashed 1 file(s) [Pipeline] echo 14:43:58 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:43:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:43:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:44:00 + sudo service docker restart 14:44:00 + true 14:44:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:44:01 ========================================================= 14:44:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:44:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:44:02 + 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 . 14:44:09 Sending build context to Docker daemon 329MB 14:44:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:44:09 Step 2/6 : FROM ${BASE} 14:44:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:44:09 188c0c94c7c5: Pulling fs layer 14:44:09 0ef7d3d256c8: Pulling fs layer 14:44:09 de9db76c5a1d: Pulling fs layer 14:44:09 bca2f99d35d6: Pulling fs layer 14:44:09 93359f2a8cfa: Pulling fs layer 14:44:09 7c6f9722023f: Pulling fs layer 14:44:09 a35cf1a2eb13: Pulling fs layer 14:44:09 93359f2a8cfa: Waiting 14:44:09 bca2f99d35d6: Waiting 14:44:09 7c6f9722023f: Waiting 14:44:09 a35cf1a2eb13: Waiting 14:44:09 de9db76c5a1d: Verifying Checksum 14:44:09 de9db76c5a1d: Download complete 14:44:09 0ef7d3d256c8: Verifying Checksum 14:44:09 0ef7d3d256c8: Download complete 14:44:09 93359f2a8cfa: Verifying Checksum 14:44:09 93359f2a8cfa: Download complete 14:44:10 7c6f9722023f: Download complete 14:44:10 188c0c94c7c5: Verifying Checksum 14:44:10 188c0c94c7c5: Download complete 14:44:11 188c0c94c7c5: Pull complete 14:44:11 0ef7d3d256c8: Pull complete 14:44:12 de9db76c5a1d: Pull complete 14:44:13 Still waiting to schedule task 14:44:13 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:44:16 a35cf1a2eb13: Verifying Checksum 14:44:16 a35cf1a2eb13: Download complete 14:44:18 bca2f99d35d6: Verifying Checksum 14:44:18 bca2f99d35d6: Download complete 14:44:30 bca2f99d35d6: Pull complete 14:44:30 93359f2a8cfa: Pull complete 14:44:30 7c6f9722023f: Pull complete 14:44:36 a35cf1a2eb13: Pull complete 14:44:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:44:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:44:36 ---> a62c8e92a672 14:44:36 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 14:44:36 ---> Running in 95f800d925f2 14:44:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:44:39 (1/12) Installing libmagic (5.38-r0) 14:44:40 (2/12) Installing file (5.38-r0) 14:44:40 (3/12) Installing libc-dev (0.7.2-r3) 14:44:40 (4/12) Installing g++ (9.3.0-r2) 14:44:44 (5/12) Installing fortify-headers (1.1-r0) 14:44:44 (6/12) Installing patch (2.7.6-r6) 14:44:45 (7/12) Installing build-base (0.5-r2) 14:44:45 (8/12) Installing libsodium (1.0.18-r0) 14:44:45 (9/12) Installing pkgconf (1.7.2-r0) 14:44:45 (10/12) Installing libsodium-dev (1.0.18-r0) 14:44:45 (11/12) Installing libzmq (4.3.3-r0) 14:44:46 (12/12) Installing zeromq-dev (4.3.3-r0) 14:44:46 Executing busybox-1.31.1-r19.trigger 14:44:46 OK: 233 MiB in 51 packages 14:44:50 Removing intermediate container 95f800d925f2 14:44:50 ---> 64e3e90bfd3b 14:44:50 Step 4/6 : WORKDIR /edgex-go 14:44:50 ---> Running in 4c8bd0f9a0ff 14:44:51 Removing intermediate container 4c8bd0f9a0ff 14:44:51 ---> 970103fa1b18 14:44:51 Step 5/6 : COPY go.mod . 14:44:51 ---> 6ba5bec74bf8 14:44:51 Step 6/6 : RUN go mod download 14:44:52 ---> Running in 572597f4bcf5 14:45:31 Removing intermediate container 572597f4bcf5 14:45:31 ---> 89abf0c07c15 14:45:31 Successfully built 89abf0c07c15 14:45:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:45:32 + docker inspect -f . ci-base-image-x86_64 14:45:32 . [Pipeline] withDockerContainer 14:45:33 prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container 14:45:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:45:35 $ docker top 7895dc83e8117526c3d5a104c1f6964bb670222209300a29600445a0453a8ab7 -eo pid,comm [Pipeline] { [Pipeline] sh 14:45:36 + go version 14:45:36 go version go1.15.5 linux/amd64 [Pipeline] } 14:45:36 $ docker stop --time=1 7895dc83e8117526c3d5a104c1f6964bb670222209300a29600445a0453a8ab7 14:45:38 $ docker rm -f 7895dc83e8117526c3d5a104c1f6964bb670222209300a29600445a0453a8ab7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:45:39 + docker inspect -f . ci-base-image-x86_64 14:45:39 . [Pipeline] withDockerContainer 14:45:40 prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container 14:45:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:45:42 $ docker top 338bc75ae57e324b2cf7b7203b8eb7b8fa384590ac9123dcfee99e6527255a85 -eo pid,comm [Pipeline] { [Pipeline] echo 14:45:43 ========================================================= 14:45:43 [edgeXBuildGoParallel] Running Tests and Build... 14:45:43 ========================================================= [Pipeline] sh 14:45:44 + make test 14:45:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:45:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32466 in /w/workspace/edgexfoundry_edgex-go_PR-3330 [Pipeline] { [Pipeline] ws 14:45:48 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 14:45:54 using credential edgex-jenkins-ssh 14:45:54 Cloning the remote Git repository 14:45:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:45:54 > git init /w/workspace/edgex-go/2 # timeout=10 14:45:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:45:54 > git --version # timeout=10 14:45:54 > git --version # 'git version 2.17.1' 14:45:54 using GIT_SSH to set credentials SSH Credentials for GitHub 14:45:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:46:06 ? github.com/edgexfoundry/edgex-go [no test files] 14:46:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:46:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:46:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:46:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:46:10 using GIT_SSH to set credentials SSH Credentials for GitHub 14:46:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3330/head:refs/remotes/origin/PR-3330 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:46:11 Merging remotes/origin/master commit 59c9a15376a292558addc495dbf8de0fe8fb6b07 into PR head commit cbc1041f9e60e940360c6d71b382e15765689a55 14:46:12 Merge succeeded, producing cbc1041f9e60e940360c6d71b382e15765689a55 14:46:12 Checking out Revision cbc1041f9e60e940360c6d71b382e15765689a55 (PR-3330) 14:46:11 > git config core.sparsecheckout # timeout=10 14:46:11 > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 14:46:11 > git remote # timeout=10 14:46:11 > git config --get remote.origin.url # timeout=10 14:46:12 using GIT_SSH to set credentials SSH Credentials for GitHub 14:46:12 > git merge 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 14:46:12 > git rev-parse HEAD^{commit} # timeout=10 14:46:12 > git config core.sparsecheckout # timeout=10 14:46:12 > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 14:46:16 Commit message: "feat: Add RedisDB Password for v2 security mode" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:46:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:46:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:46:19 + + sudotrue service 14:46:19 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:46:21 provisioning config files... 14:46:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config244840789061190825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:46:21 ---> docker-login.sh 14:46:21 nexus3.edgexfoundry.org:10001 14:46:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:46:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:46:23 Configure a credential helper to remove this warning. See 14:46:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:46:23 14:46:23 Login Succeeded 14:46:23 nexus3.edgexfoundry.org:10002 14:46:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:46:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:46:23 Configure a credential helper to remove this warning. See 14:46:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:46:23 14:46:23 Login Succeeded 14:46:23 nexus3.edgexfoundry.org:10003 14:46:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:46:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:46:24 Configure a credential helper to remove this warning. See 14:46:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:46:24 14:46:24 Login Succeeded 14:46:24 nexus3.edgexfoundry.org:10004 14:46:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:46:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:46:24 Configure a credential helper to remove this warning. See 14:46:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:46:24 14:46:24 Login Succeeded 14:46:24 docker.io 14:46:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:46:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:46:25 Configure a credential helper to remove this warning. See 14:46:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:46:25 14:46:25 Login Succeeded 14:46:25 ---> docker-login.sh ends [Pipeline] } 14:46:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:46:26 ========================================================= 14:46:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:46:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:46:26 + 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 . 14:46:29 Sending build context to Docker daemon 167.1MB 14:46:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:46:29 Step 2/6 : FROM ${BASE} 14:46:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:46:29 5f621e34cdf4: Pulling fs layer 14:46:29 a4357932f1b6: Pulling fs layer 14:46:29 18c013af1878: Pulling fs layer 14:46:29 00ac8860ef70: Pulling fs layer 14:46:29 63d7cb157983: Pulling fs layer 14:46:29 00ac8860ef70: Waiting 14:46:29 b116817d02f9: Pulling fs layer 14:46:29 745a02a5169b: Pulling fs layer 14:46:29 63d7cb157983: Waiting 14:46:29 b116817d02f9: Waiting 14:46:29 745a02a5169b: Waiting 14:46:29 18c013af1878: Verifying Checksum 14:46:29 18c013af1878: Download complete 14:46:29 a4357932f1b6: Verifying Checksum 14:46:29 a4357932f1b6: Download complete 14:46:29 63d7cb157983: Download complete 14:46:29 b116817d02f9: Verifying Checksum 14:46:29 b116817d02f9: Download complete 14:46:29 5f621e34cdf4: Verifying Checksum 14:46:29 5f621e34cdf4: Download complete 14:46:29 5f621e34cdf4: Pull complete 14:46:30 a4357932f1b6: Pull complete 14:46:31 18c013af1878: Pull complete 14:46:32 745a02a5169b: Verifying Checksum 14:46:32 745a02a5169b: Download complete 14:46:33 00ac8860ef70: Verifying Checksum 14:46:33 00ac8860ef70: Download complete 14:46:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:46:43 00ac8860ef70: Pull complete 14:46:43 63d7cb157983: Pull complete 14:46:44 b116817d02f9: Pull complete 14:46:47 745a02a5169b: Pull complete 14:46:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:46:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:46:47 ---> b7e6874047d6 14:46:47 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 14:46:50 ---> Running in 0a1ce55f64ba 14:46:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:46:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:46:53 (1/12) Installing libmagic (5.38-r0) 14:46:53 (2/12) Installing file (5.38-r0) 14:46:53 (3/12) Installing libc-dev (0.7.2-r3) 14:46:54 (4/12) Installing g++ (9.3.0-r2) 14:46:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:46:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:46:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:46:56 (5/12) Installing fortify-headers (1.1-r0) 14:46:56 (6/12) Installing patch (2.7.6-r6) 14:46:56 (7/12) Installing build-base (0.5-r2) 14:46:56 (8/12) Installing libsodium (1.0.18-r0) 14:46:56 (9/12) Installing pkgconf (1.7.2-r0) 14:46:56 (10/12) Installing libsodium-dev (1.0.18-r0) 14:46:57 (11/12) Installing libzmq (4.3.3-r0) 14:46:57 (12/12) Installing zeromq-dev (4.3.3-r0) 14:46:57 Executing busybox-1.31.1-r19.trigger 14:46:57 OK: 217 MiB in 51 packages 14:46:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:46:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:46:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:46:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:47:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:47:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:47:01 Removing intermediate container 0a1ce55f64ba 14:47:01 ---> c928aae3c290 14:47:01 Step 4/6 : WORKDIR /edgex-go 14:47:01 ---> Running in 1a9626ad957b 14:47:02 Removing intermediate container 1a9626ad957b 14:47:02 ---> e112bc50a95e 14:47:02 Step 5/6 : COPY go.mod . 14:47:03 ---> 3a1c171bb31b 14:47:03 Step 6/6 : RUN go mod download 14:47:03 ---> Running in febd1d2e0c24 14:47:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:47:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:47:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:47:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.500s coverage: 45.9% of statements 14:47:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:47:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:47:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:47:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:47:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:47:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:47:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.092s coverage: 19.8% of statements 14:47:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements 14:47:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.420s coverage: 27.1% of statements 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:47:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.239s coverage: 100.0% of statements 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:47:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:47:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.104s coverage: 71.3% of statements 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:47:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.187s coverage: 82.9% of statements 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:47:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.092s coverage: 78.9% of statements 14:47:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:47:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.865s coverage: 28.6% of statements 14:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:47:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.196s coverage: 100.0% of statements 14:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:47:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements 14:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:47:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.225s coverage: 86.7% of statements 14:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:47:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.506s coverage: 97.5% of statements 14:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:47:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.228s coverage: 78.3% of statements 14:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:47:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.772s coverage: 92.8% of statements 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:47:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.177s coverage: 58.8% of statements 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:47:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.133s coverage: 1.0% of statements 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:47:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:47:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements 14:47:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.203s coverage: 79.5% of statements 14:47:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements 14:47:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements 14:47:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements 14:47:30 Removing intermediate container febd1d2e0c24 14:47:30 ---> 69913e1fe693 14:47:30 Successfully built 69913e1fe693 14:47:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:47:30 + docker inspect -f . ci-base-image-arm64 14:47:30 . [Pipeline] withDockerContainer 14:47:30 prd-ubuntu18.04-docker-arm64-4c-16g-32466 does not seem to be running inside a container 14:47:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:47:32 $ docker top 0ba94b45bd930fe73d3dbbd4f272f4ae3cca120f0f86c9e8cbb7c689e61a1bc9 -eo pid,comm [Pipeline] { [Pipeline] sh 14:47:33 + go version 14:47:33 go version go1.15.5 linux/arm64 [Pipeline] } 14:47:33 $ docker stop --time=1 0ba94b45bd930fe73d3dbbd4f272f4ae3cca120f0f86c9e8cbb7c689e61a1bc9 14:47:35 $ docker rm -f 0ba94b45bd930fe73d3dbbd4f272f4ae3cca120f0f86c9e8cbb7c689e61a1bc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:47:36 + docker inspect -f . ci-base-image-arm64 14:47:36 . [Pipeline] withDockerContainer 14:47:36 prd-ubuntu18.04-docker-arm64-4c-16g-32466 does not seem to be running inside a container 14:47:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:47:38 $ docker top 32abfab96ced5e2d4697605ee9cc71bc70e1546f209cde831acbc799a676ead7 -eo pid,comm [Pipeline] { [Pipeline] echo 14:47:38 ========================================================= 14:47:38 [edgeXBuildGoParallel] Running Tests and Build... 14:47:38 ========================================================= [Pipeline] sh 14:47:39 + make test 14:47:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:47:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.220s coverage: 94.4% of statements 14:47:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements 14:47:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.919s coverage: 82.6% of statements 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.210s coverage: 92.9% of statements 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 77.8% of statements 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.192s coverage: 87.2% of statements 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.177s coverage: 100.0% of statements 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.208s coverage: 75.5% of statements 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.202s coverage: 84.6% of statements 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.155s coverage: 91.6% of statements 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.302s coverage: 64.4% of statements 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.144s coverage: 73.7% of statements 14:47:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements 14:47:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 69.0% of statements 14:47:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:47:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:47:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:47:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.467s coverage: 38.4% of statements 14:47:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:47:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:47:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.156s coverage: 89.5% of statements 14:47:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:47:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.200s coverage: 84.8% of statements 14:47:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.382s coverage: 47.0% of statements 14:47:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:47:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:47:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:47:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:47:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:47:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.081s coverage: 100.0% of statements 14:47:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:47:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.264s coverage: 100.0% of statements 14:47:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:47:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:47:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:47:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:47:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.289s coverage: 87.1% of statements 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:48:01 ? github.com/edgexfoundry/edgex-go [no test files] 14:48:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.999s coverage: 29.1% of statements 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:48:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:48:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:48:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.194s coverage: 95.6% of statements 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:48:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.110s coverage: 0.0% of statements 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:48:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:48:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:48:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:48:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 14:48:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 32.1% of statements 14:48:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.104s coverage: 100.0% of statements 14:48:05 GO111MODULE=on go vet ./... 14:48:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:48:53 gofmt -l . 14:48:53 [ "`gofmt -l .`" = "" ] 14:48:53 ./bin/test-go-mod-tidy.sh 14:48:53 ./bin/test-attribution-txt.sh [Pipeline] sh 14:48:55 + ls -al . 14:48:55 total 784 14:48:55 drwxrwxr-x 10 1001 1001 4096 Apr 1 14:48 . 14:48:55 drwxr-xr-x 4 root root 28 Apr 1 14:45 .. 14:48:55 -rw-rw-r-- 1 1001 1001 11 Apr 1 14:42 .dockerignore 14:48:55 drwxrwxr-x 8 1001 1001 179 Apr 1 14:42 .git 14:48:55 drwxrwxr-x 3 1001 1001 125 Apr 1 14:42 .github 14:48:55 -rw-rw-r-- 1 1001 1001 818 Apr 1 14:42 .gitignore 14:48:55 drwx------ 3 1001 1001 60 Apr 1 14:43 .semver 14:48:55 -rw-rw-r-- 1 1001 1001 166 Apr 1 14:42 .sonarcloud.properties 14:48:55 -rw-rw-r-- 1 1001 1001 8607 Apr 1 14:42 Attribution.txt 14:48:55 -rw-rw-r-- 1 1001 1001 3804 Apr 1 14:42 CONTRIBUTING.md 14:48:55 -rw-rw-r-- 1 1001 1001 931 Apr 1 14:42 Dockerfile.build 14:48:55 -rw-rw-r-- 1 1001 1001 863 Apr 1 14:42 Jenkinsfile 14:48:55 -rw-rw-r-- 1 1001 1001 10775 Apr 1 14:42 LICENSE 14:48:55 -rw-rw-r-- 1 1001 1001 5774 Apr 1 14:42 Makefile 14:48:55 -rw-rw-r-- 1 1001 1001 6548 Apr 1 14:42 README.md 14:48:55 -rw-rw-r-- 1 1001 1001 6755 Apr 1 14:42 SECURITY.md 14:48:55 -rw-rw-r-- 1 1001 1001 5 Apr 1 14:43 VERSION 14:48:55 -rw-rw-r-- 1 1001 1001 4131 Apr 1 14:42 ZMQWindows.md 14:48:55 drwxrwxr-x 2 1001 1001 117 Apr 1 14:42 bin 14:48:55 drwxrwxr-x 14 1001 1001 4096 Apr 1 14:42 cmd 14:48:55 -rw-r--r-- 1 root root 672489 Apr 1 14:48 coverage.out 14:48:55 -rw-r--r-- 1 root root 1056 Apr 1 14:48 go.mod 14:48:55 -rw-r--r-- 1 root root 22360 Apr 1 14:48 go.sum 14:48:55 drwxrwxr-x 8 1001 1001 127 Apr 1 14:42 internal 14:48:55 drwxrwxr-x 4 1001 1001 26 Apr 1 14:42 openapi 14:48:55 drwxrwxr-x 4 1001 1001 71 Apr 1 14:42 snap 14:48:55 -rw-rw-r-- 1 1001 1001 168 Apr 1 14:42 version.go [Pipeline] sh 14:48:56 + '[' -e coverage.out ] 14:48:56 + chown 1001:1001 coverage.out [Pipeline] stash 14:48:56 Stashed 1 file(s) [Pipeline] sh 14:48:57 + make build 14:48:57 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 14:49: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 14:49:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:49:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:49:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:49:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:49:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:49:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:49:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:49:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:49:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:49: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 14:49:17 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 14:49:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:49:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:49:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:49:22 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 14:49:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:49:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.411s coverage: 45.9% of statements 14:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:49:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.193s coverage: 19.8% of statements 14:49:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.209s coverage: 100.0% of statements 14:49:27 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 14:49:30 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 14:49:31 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 14:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.1% of statements 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.121s coverage: 100.0% of statements 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.134s coverage: 100.0% of statements 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.251s coverage: 71.3% of statements 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:49:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:49:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.444s coverage: 82.9% of statements 14:49:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:49:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:49:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.186s coverage: 78.9% of statements 14:49:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:49:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:49:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:49:43 $ docker stop --time=1 338bc75ae57e324b2cf7b7203b8eb7b8fa384590ac9123dcfee99e6527255a85 14:49:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.242s coverage: 28.6% of statements 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:49:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:49:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.159s coverage: 100.0% of statements 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:49:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.378s coverage: 86.7% of statements 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:49:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.465s coverage: 97.5% of statements 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:49:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.202s coverage: 78.3% of statements 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:49:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:49:45 $ docker rm -f 338bc75ae57e324b2cf7b7203b8eb7b8fa384590ac9123dcfee99e6527255a85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:49:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:49:50 14:49:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:49:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:49:51 latest: Pulling from edgex-devops/edgex-compose 14:49:51 cbdbe7a5bc2a: Pulling fs layer 14:49:51 ca9280d653b3: Pulling fs layer 14:49:51 7e9c9ca2126c: Pulling fs layer 14:49:52 cbdbe7a5bc2a: Download complete 14:49:53 ca9280d653b3: Verifying Checksum 14:49:53 ca9280d653b3: Download complete 14:49:53 cbdbe7a5bc2a: Pull complete 14:49:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.173s coverage: 92.8% of statements 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:49:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.115s coverage: 58.8% of statements 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:49:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 1.0% of statements 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:49:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:49:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.199s coverage: 47.1% of statements 14:49:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.216s coverage: 79.5% of statements 14:49:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.183s coverage: 94.1% of statements 14:49:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.158s coverage: 96.3% of statements 14:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.169s coverage: 87.5% of statements 14:49:56 ca9280d653b3: Pull complete 14:49:57 7e9c9ca2126c: Verifying Checksum 14:49:57 7e9c9ca2126c: Download complete 14:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.177s coverage: 94.4% of statements 14:50:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.109s coverage: 44.8% of statements 14:50:07 7e9c9ca2126c: Pull complete 14:50:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:50:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:50:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:50:08 prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container 14:50:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.530s coverage: 82.6% of statements 14:50:12 $ docker top f67945da6033da7b30045ae44bcfc4e1e17e3eec4990e57bea2027e6fbe073a3 -eo pid,comm [Pipeline] { [Pipeline] sh 14:50:14 + docker-compose build --help 14:50:14 + grep parallel 14:50:15 --parallel Build images in parallel. [Pipeline] } 14:50:15 $ docker stop --time=1 f67945da6033da7b30045ae44bcfc4e1e17e3eec4990e57bea2027e6fbe073a3 14:50:17 $ docker rm -f f67945da6033da7b30045ae44bcfc4e1e17e3eec4990e57bea2027e6fbe073a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:50:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:50:19 . [Pipeline] withDockerContainer 14:50:19 prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container 14:50:19 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:50:21 $ docker top 335dfd6706aeb199839190eb812b4015bca5010402ae56eeab45a0a62bf8f93d -eo pid,comm [Pipeline] { [Pipeline] sh 14:50:21 + docker-compose -f ./docker-compose-build.yml build --parallel 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.200s coverage: 92.9% of statements 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.145s coverage: 75.5% of statements 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.179s coverage: 87.2% of statements 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.228s coverage: 84.6% of statements 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 91.6% of statements 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.549s coverage: 64.4% of statements 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:50:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 14:50:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.073s coverage: 100.0% of statements 14:50:23 Building docker-core-command-go ... 14:50:23 Building docker-core-data-go ... 14:50:23 Building docker-core-metadata-go ... 14:50:23 Building docker-security-bootstrapper-go ... 14:50:23 Building docker-security-proxy-setup-go ... 14:50:23 Building docker-security-secretstore-setup-go ... 14:50:23 Building docker-support-notifications-go ... 14:50:23 Building docker-support-scheduler-go ... 14:50:23 Building docker-sys-mgmt-agent-go ... 14:50:23 Building docker-sys-mgmt-agent-go 14:50:23 Building docker-support-notifications-go 14:50:23 Building docker-core-command-go 14:50:23 Building docker-security-secretstore-setup-go 14:50:23 Building docker-security-bootstrapper-go 14:50:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 14:50:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 14:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.849s coverage: 69.0% of statements 14:50:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:50:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:50:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:50:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.523s coverage: 38.4% of statements 14:50:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:50:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:50:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements 14:50:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:50:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.124s coverage: 84.8% of statements 14:50:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.405s coverage: 47.0% of statements 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:50:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:50:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:50:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.463s coverage: 87.1% of statements 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:50:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:50:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.278s coverage: 29.1% of statements 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:50:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:50:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.144s coverage: 100.0% of statements 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:50:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.387s coverage: 95.6% of statements 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:50:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:50:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:50:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.130s coverage: 87.9% of statements 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:50:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:50:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements 14:50:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 32.1% of statements 14:50:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 14:50:45 GO111MODULE=on go vet ./... 14:51:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:51:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:51:32 ---> 89abf0c07c15 14:51:32 Step 3/22 : WORKDIR /edgex-go 14:51:32 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:51:32 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:51:32 ---> 89abf0c07c15 14:51:32 Step 3/31 : WORKDIR /edgex-go 14:51:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:51:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:51:32 ---> 89abf0c07c15 14:51:32 Step 3/23 : WORKDIR /edgex-go 14:51:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:51:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:51:32 ---> 89abf0c07c15 14:51:32 Step 3/26 : WORKDIR /edgex-go 14:51:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:51:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:51:32 ---> 89abf0c07c15 14:51:32 Step 3/24 : WORKDIR /edgex-go 14:51:32 ---> Running in cbc6b2cf330a 14:51:32 ---> Running in bcb0643ec3a6 14:51:32 ---> Running in 606fa7f1ee50 14:51:32 ---> Running in bab943de2d0d 14:51:32 ---> Running in c70f697cecf7 14:51:32 Removing intermediate container 606fa7f1ee50 14:51:32 ---> f0705be600d1 14:51:32 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:32 Removing intermediate container bcb0643ec3a6 14:51:32 ---> c4fea877f67c 14:51:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:32 Removing intermediate container c70f697cecf7 14:51:32 ---> f1db77abc3f4 14:51:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:32 Removing intermediate container cbc6b2cf330a 14:51:32 ---> 2c9222793ceb 14:51:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:32 Removing intermediate container bab943de2d0d 14:51:32 ---> df31d214476e 14:51:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:32 ---> Running in af88e0056b20 14:51:32 ---> Running in f804034759b8 14:51:32 ---> Running in ee2634c38796 14:51:32 ---> Running in 4e0902154c41 14:51:32 ---> Running in 51e21bc370dc 14:51:37 Removing intermediate container af88e0056b20 14:51:37 ---> 13530fa9a6f3 14:51:37 Step 5/31 : RUN apk add --update --no-cache make git 14:51:37 Removing intermediate container f804034759b8 14:51:37 ---> d62cf87b5ead 14:51:37 Step 5/23 : RUN apk add --update --no-cache make git 14:51:37 Removing intermediate container ee2634c38796 14:51:37 ---> d374b1ccaf75 14:51:37 Step 5/26 : RUN apk add --update --no-cache make bash git 14:51:37 ---> Running in 09254b845262 14:51:37 ---> Running in eb21f2c4b032 14:51:37 ---> Running in 253c20773967 14:51:37 Removing intermediate container 51e21bc370dc 14:51:37 ---> 7898020f0be1 14:51:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:51:37 Removing intermediate container 4e0902154c41 14:51:37 ---> a0b1983729ae 14:51:37 Step 5/24 : RUN apk add --update --no-cache make git 14:51:37 ---> Running in 4f8370486325 14:51:37 ---> Running in f510f70feca4 14:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:51:40 OK: 233 MiB in 51 packages 14:51:40 OK: 233 MiB in 51 packages 14:51:40 OK: 233 MiB in 51 packages 14:51:40 OK: 233 MiB in 51 packages 14:51:41 OK: 233 MiB in 51 packages 14:51:42 Removing intermediate container f510f70feca4 14:51:42 ---> f397cf436faa 14:51:42 Step 6/24 : COPY go.mod . 14:51:42 Removing intermediate container 253c20773967 14:51:42 ---> 6e8cdd06a398 14:51:42 Step 6/26 : COPY go.mod . 14:51:42 Removing intermediate container eb21f2c4b032 14:51:42 ---> 070fb95075b3 14:51:42 Step 6/31 : COPY go.mod . 14:51:42 Removing intermediate container 4f8370486325 14:51:42 ---> feecacfbf309 14:51:42 Step 6/22 : COPY go.mod . 14:51:42 Removing intermediate container 09254b845262 14:51:42 ---> 58993bbeda62 14:51:42 Step 6/23 : COPY go.mod . 14:51:43 ---> 83b46268d2ea 14:51:43 Step 7/24 : RUN go mod download 14:51:43 ---> Running in b69d1968ac2f 14:51:43 ---> 742d43a241f5 14:51:43 Step 7/31 : RUN go mod download 14:51:43 ---> 72c7a723318d 14:51:43 Step 7/22 : RUN go mod download 14:51:43 ---> 0a893d04b69a 14:51:43 Step 7/26 : RUN go mod download 14:51:43 ---> Running in c99c8b3a9102 14:51:43 ---> 838d6e0e1070 14:51:43 Step 7/23 : RUN go mod download 14:51:44 ---> Running in eb079e800b51 14:51:44 ---> Running in 7ad3900cf408 14:51:44 ---> Running in 12b793eaf669 14:51:50 Removing intermediate container 12b793eaf669 14:51:50 ---> e9be84f78dd4 14:51:50 Step 8/23 : COPY . . 14:51:50 Removing intermediate container c99c8b3a9102 14:51:50 ---> 8493eac13da2 14:51:50 Step 8/31 : COPY . . 14:51:54 Removing intermediate container eb079e800b51 14:51:54 ---> 0a055af8190a 14:51:54 Step 8/22 : COPY . . 14:51:59 Removing intermediate container 7ad3900cf408 14:51:59 ---> e6752a446fa5 14:51:59 Step 8/26 : COPY . . 14:52:01 Removing intermediate container b69d1968ac2f 14:52:01 ---> f36f9410b7c7 14:52:01 Step 8/24 : COPY . . 14:52:07 gofmt -l . 14:52:07 [ "`gofmt -l .`" = "" ] 14:52:07 ./bin/test-go-mod-tidy.sh 14:52:07 ./bin/test-attribution-txt.sh [Pipeline] sh 14:52:08 + ls -al . 14:52:08 total 812 14:52:08 drwxrwxr-x 9 1001 1001 4096 Apr 1 14:52 . 14:52:08 drwxr-xr-x 4 root root 4096 Apr 1 14:47 .. 14:52:08 -rw-rw-r-- 1 1001 1001 11 Apr 1 14:46 .dockerignore 14:52:08 drwxrwxr-x 8 1001 1001 4096 Apr 1 14:46 .git 14:52:08 drwxrwxr-x 3 1001 1001 4096 Apr 1 14:46 .github 14:52:08 -rw-rw-r-- 1 1001 1001 818 Apr 1 14:46 .gitignore 14:52:08 -rw-rw-r-- 1 1001 1001 166 Apr 1 14:46 .sonarcloud.properties 14:52:08 -rw-rw-r-- 1 1001 1001 8607 Apr 1 14:46 Attribution.txt 14:52:08 -rw-rw-r-- 1 1001 1001 3804 Apr 1 14:46 CONTRIBUTING.md 14:52:08 -rw-rw-r-- 1 1001 1001 931 Apr 1 14:46 Dockerfile.build 14:52:08 -rw-rw-r-- 1 1001 1001 863 Apr 1 14:46 Jenkinsfile 14:52:08 -rw-rw-r-- 1 1001 1001 10775 Apr 1 14:46 LICENSE 14:52:08 -rw-rw-r-- 1 1001 1001 5774 Apr 1 14:46 Makefile 14:52:08 -rw-rw-r-- 1 1001 1001 6548 Apr 1 14:46 README.md 14:52:08 -rw-rw-r-- 1 1001 1001 6755 Apr 1 14:46 SECURITY.md 14:52:08 -rw-rw-r-- 1 1001 1001 5 Apr 1 14:43 VERSION 14:52:08 -rw-rw-r-- 1 1001 1001 4131 Apr 1 14:46 ZMQWindows.md 14:52:08 drwxrwxr-x 2 1001 1001 4096 Apr 1 14:46 bin 14:52:08 drwxrwxr-x 14 1001 1001 4096 Apr 1 14:46 cmd 14:52:08 -rw-r--r-- 1 root root 672489 Apr 1 14:50 coverage.out 14:52:08 -rw-r--r-- 1 root root 1056 Apr 1 14:52 go.mod 14:52:08 -rw-r--r-- 1 root root 22360 Apr 1 14:52 go.sum 14:52:08 drwxrwxr-x 8 1001 1001 4096 Apr 1 14:46 internal 14:52:08 drwxrwxr-x 4 1001 1001 4096 Apr 1 14:46 openapi 14:52:08 drwxrwxr-x 4 1001 1001 4096 Apr 1 14:46 snap 14:52:08 -rw-rw-r-- 1 1001 1001 168 Apr 1 14:46 version.go [Pipeline] sh 14:52:09 + '[' -e coverage.out ] 14:52:09 + chown 1001:1001 coverage.out [Pipeline] stash 14:52:09 Warning: overwriting stash ‘coverage-report’ 14:52:10 Stashed 1 file(s) [Pipeline] sh 14:52:11 + make build 14:52:11 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 14:52:23 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 14:52:45 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 14:52:52 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 14:52:57 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 14:52:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:53:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:53:10 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 14:53:14 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 14:53: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 14:53:24 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 14:53:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:53:35 $ docker stop --time=1 32abfab96ced5e2d4697605ee9cc71bc70e1546f209cde831acbc799a676ead7 14:53:38 $ docker rm -f 32abfab96ced5e2d4697605ee9cc71bc70e1546f209cde831acbc799a676ead7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:53:40 ---> 8deb3d95a594 14:53:40 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:53:40 ---> 83a75349fcfc 14:53:40 Step 9/23 : RUN make cmd/core-command/core-command 14:53:40 ---> f5de8a698775 14:53:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:53:40 ---> 582b6c861c0d 14:53:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:53:40 ---> a04cbf192acd 14:53:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:53:40 ---> Running in fa170a057af0 14:53:40 ---> Running in 0ba97f2c346b 14:53:40 ---> Running in 16c41751d9e8 14:53:40 ---> Running in fe7f45ed72c7 14:53:40 ---> Running in ea0c7d8a29e1 14:53:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:53:40 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 14:53: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 14:53:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:53:40 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 14:53:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:53:40 14:53:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:53:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:53:41 latest: Pulling from edgex-devops/edgex-compose-arm64 14:53:41 29e5d40040c1: Pulling fs layer 14:53:41 1ce36da41761: Pulling fs layer 14:53:41 25b303627fd3: Pulling fs layer 14:53:41 29e5d40040c1: Verifying Checksum 14:53:41 29e5d40040c1: Download complete 14:53:42 1ce36da41761: Verifying Checksum 14:53:42 1ce36da41761: Download complete 14:53:42 29e5d40040c1: Pull complete 14:53:43 1ce36da41761: Pull complete 14:53:43 25b303627fd3: Verifying Checksum 14:53:43 25b303627fd3: Download complete 14:53:53 25b303627fd3: Pull complete 14:53:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:53:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:53:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:53:54 prd-ubuntu18.04-docker-arm64-4c-16g-32466 does not seem to be running inside a container 14:53:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:53:57 $ docker top 35ad16277c6aadb61deee6507857858a280fba2b8fe781d10bedf4515abed1af -eo pid,comm [Pipeline] { [Pipeline] sh 14:53:58 + docker-compose build+ --help 14:53:58 grep parallel 14:54:02 --parallel Build images in parallel. [Pipeline] } 14:54:02 $ docker stop --time=1 35ad16277c6aadb61deee6507857858a280fba2b8fe781d10bedf4515abed1af 14:54:04 $ docker rm -f 35ad16277c6aadb61deee6507857858a280fba2b8fe781d10bedf4515abed1af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:54:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:54:05 . [Pipeline] withDockerContainer 14:54:05 prd-ubuntu18.04-docker-arm64-4c-16g-32466 does not seem to be running inside a container 14:54:05 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:54:07 $ docker top 0b3e5c39d174b6932a349f53bf70cb642424a2576e5b603e07b437af6238e58c -eo pid,comm [Pipeline] { [Pipeline] sh 14:54:08 + docker-compose -f ./docker-compose-build.yml build --parallel 14:54:12 Building docker-core-command-go ... 14:54:12 Building docker-core-data-go ... 14:54:12 Building docker-core-metadata-go ... 14:54:12 Building docker-security-bootstrapper-go ... 14:54:12 Building docker-security-proxy-setup-go ... 14:54:12 Building docker-security-secretstore-setup-go ... 14:54:12 Building docker-support-notifications-go ... 14:54:12 Building docker-support-scheduler-go ... 14:54:12 Building docker-sys-mgmt-agent-go ... 14:54:12 Building docker-support-notifications-go 14:54:12 Building docker-support-scheduler-go 14:54:12 Building docker-security-bootstrapper-go 14:54:12 Building docker-security-secretstore-setup-go 14:54:12 Building docker-core-metadata-go 14:54:37 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 14:54:38 Removing intermediate container ea0c7d8a29e1 14:54:38 ---> 1e757b0cc9be 14:54:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:54:40 Removing intermediate container fa170a057af0 14:54:40 ---> 39634b187d30 14:54:40 14:54:40 Step 10/31 : FROM alpine:3.12 14:54:40 3.12: Pulling from library/alpine 14:54:42 ---> Running in 76122dc365a8 14:54:43 Removing intermediate container 0ba97f2c346b 14:54:43 ---> fa33a2996a76 14:54:43 14:54:43 Step 10/22 : FROM alpine:3.12 14:54:44 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 14:54:44 3.12: Pulling from library/alpine 14:54:44 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 14:54:44 Status: Downloaded newer image for alpine:3.12 14:54:44 ---> 7230e588e954 14:54:44 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:54:44 Status: Image is up to date for alpine:3.12 14:54:44 ---> 7230e588e954 14:54:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:54:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:54:45 ---> Running in b6738e89782a 14:54:45 ---> Running in 66e5c0a04d45 14:54:45 Removing intermediate container 16c41751d9e8 14:54:45 ---> 74ea388d62a4 14:54:45 14:54:45 Step 10/23 : FROM alpine:3.12 14:54:45 ---> 7230e588e954 14:54:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:54:46 Removing intermediate container fe7f45ed72c7 14:54:46 ---> 6b6b26348a1c 14:54:46 14:54:46 Step 10/24 : FROM alpine:3.12 14:54:46 ---> 7230e588e954 14:54:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 14:54:46 ---> Running in cbbd10ba5f84 14:54:46 Removing intermediate container 66e5c0a04d45 14:54:46 ---> 9ccba2de1dc7 14:54:46 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:54:46 ---> Running in 77ed8282a094 14:54:47 ---> Running in 61558f0be0c8 14:54:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:54:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:54:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:54:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:54:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:54:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:54:50 (1/2) Installing ca-certificates (20191127-r4) 14:54:50 (1/6) Installing ca-certificates (20191127-r4) 14:54:50 (2/2) Installing dumb-init (1.2.2-r1) 14:54:50 (2/6) Installing nghttp2-libs (1.41.0-r0) 14:54:50 (3/6) Installing libcurl (7.69.1-r3) 14:54:50 Executing busybox-1.31.1-r20.trigger 14:54:50 (4/6) Installing curl (7.69.1-r3) 14:54:50 (5/6) Installing dumb-init (1.2.2-r1) 14:54:50 (6/6) Installing su-exec (0.2-r1) 14:54:50 Executing busybox-1.31.1-r20.trigger 14:54:50 Executing ca-certificates-20191127-r4.trigger 14:54:50 Executing ca-certificates-20191127-r4.trigger 14:54:50 (1/1) Installing dumb-init (1.2.2-r1) 14:54:50 Executing busybox-1.31.1-r20.trigger 14:54:50 OK: 6 MiB in 15 packages 14:54:50 OK: 6 MiB in 16 packages 14:54:50 OK: 7 MiB in 20 packages 14:54:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:54:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:54:51 (1/2) Installing dumb-init (1.2.2-r1) 14:54:51 (2/2) Installing su-exec (0.2-r1) 14:54:51 Executing busybox-1.31.1-r20.trigger 14:54:51 OK: 6 MiB in 16 packages 14:54:51 Removing intermediate container 76122dc365a8 14:54:51 ---> cb2e0cc3f990 14:54:51 14:54:51 Step 11/26 : FROM docker:20.10.0 14:54:52 20.10.0: Pulling from library/docker 14:54:52 Removing intermediate container cbbd10ba5f84 14:54:52 ---> f7fe31bd2196 14:54:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:54:53 ---> Running in b2d2f5d8ad97 14:54:53 Removing intermediate container 77ed8282a094 14:54:53 ---> b71a3ffdfa0b 14:54:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:54:53 Removing intermediate container 61558f0be0c8 14:54:53 ---> 2f9c385db0c1 14:54:53 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:54:53 Removing intermediate container b6738e89782a 14:54:53 ---> a73f0738e918 14:54:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:54:53 ---> Running in ae340b90db7d 14:54:54 ---> Running in bb84ec258e45 14:54:54 ---> Running in c6ecff766968 14:54:54 Removing intermediate container b2d2f5d8ad97 14:54:54 ---> 0b7f3de88183 14:54:54 Step 13/23 : ENV APP_PORT=48082 14:54:54 ---> Running in ad9ef28d1921 14:54:55 Removing intermediate container bb84ec258e45 14:54:55 ---> 60d64899c73f 14:54:55 Step 13/22 : ENV APP_PORT=48060 14:54:55 Removing intermediate container ae340b90db7d 14:54:55 ---> ff6f2878bd9b 14:54:55 Step 13/24 : WORKDIR / 14:54:55 Removing intermediate container c6ecff766968 14:54:55 ---> df5b28e7a98b 14:54:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:54:55 ---> Running in a329e92052b3 14:54:55 ---> Running in ee1b8960f97d 14:54:55 ---> Running in d601aa688dd7 14:54:56 Removing intermediate container ad9ef28d1921 14:54:56 ---> 07e4283654ea 14:54:56 Step 14/23 : EXPOSE $APP_PORT 14:54:56 ---> Running in ec674da1a7c5 14:54:56 Removing intermediate container d601aa688dd7 14:54:56 ---> 64ef768d5ed3 14:54:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:54:56 Removing intermediate container a329e92052b3 14:54:56 ---> 4e6b93e5e985 14:54:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:54:57 Removing intermediate container ee1b8960f97d 14:54:57 ---> dac20866b109 14:54:57 Step 14/22 : EXPOSE $APP_PORT 14:54:57 ---> Running in d359505d0d16 14:54:57 Removing intermediate container ec674da1a7c5 14:54:57 ---> c9b684088768 14:54:57 Step 15/23 : WORKDIR / 14:54:57 ---> Running in 3d37f317a12e 14:54:57 ---> Running in 699b09274591 14:54:58 ---> 173680326830 14:54:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:54:58 Removing intermediate container 3d37f317a12e 14:54:58 ---> 4f79288431a1 14:54:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:54:58 Removing intermediate container 699b09274591 14:54:58 ---> cf5665968208 14:54:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:55:00 ---> 8cf3c7a41961 14:55:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:55:00 ---> 9f05de85e9d6 14:55:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:55:00 ---> 6334b39b9357 14:55:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:55:00 ---> 7497f9c9c83a 14:55:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:55:01 Removing intermediate container d359505d0d16 14:55:01 ---> d6fdeca8fb69 14:55:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:55:01 ---> Running in 82094d742657 14:55:01 ---> 6d24319e8749 14:55:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:55:02 ---> 1dba949db4c3 14:55:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:55:02 ---> ec1b763cd980 14:55:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:55:02 Removing intermediate container 82094d742657 14:55:02 ---> 9098a59387ef 14:55:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:55:03 ---> 2404ff13af19 14:55:03 Step 19/23 : ENTRYPOINT ["/core-command"] 14:55:03 ---> 08f21bf83d63 14:55:03 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:55:03 ---> 6fcfee809742 14:55:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:55:04 ---> Running in eaeeefad1235 14:55:04 ---> Running in c233aff12826 14:55:04 ---> c5e9e6562884 14:55:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:55:04 ---> Running in e65c090b9510 14:55:04 ---> 7198e1710792 14:55:04 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/ 14:55:04 Removing intermediate container eaeeefad1235 14:55:04 ---> 438f3e1fd222 14:55:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:55:05 Removing intermediate container c233aff12826 14:55:05 ---> 39ce690726ec 14:55:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:55:05 ---> Running in fa6651f2bd50 14:55:05 ---> Running in 0c5af7a74335 14:55:05 ---> Running in d81edb666dae 14:55:05 Removing intermediate container 0c5af7a74335 14:55:05 ---> 68102d72e4ed 14:55:05 Step 21/23 : LABEL arch=x86_64 14:55:06 ---> Running in 600f94fa2e3f 14:55:06 Removing intermediate container d81edb666dae 14:55:06 ---> 84d6cf2f49dc 14:55:06 Step 20/22 : LABEL arch=x86_64 14:55:06 ---> Running in de8a13877545 14:55:06 Removing intermediate container 600f94fa2e3f 14:55:06 ---> 2cbc52423385 14:55:06 Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:55:07 ---> Running in a03b5d0bd261 14:55:07 Removing intermediate container de8a13877545 14:55:07 ---> 2a6c1f244844 14:55:07 Step 21/22 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:55:07 ---> Running in 5e43039b39d9 14:55:07 Removing intermediate container e65c090b9510 14:55:07 ---> f7cc448f58ff 14:55:07 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:55:08 Removing intermediate container a03b5d0bd261 14:55:08 ---> 754cd950e245 14:55:08 Step 23/23 : LABEL version=0.0.0 14:55:08 Removing intermediate container 5e43039b39d9 14:55:08 ---> f9ef543711fa 14:55:08 Step 22/22 : LABEL version=0.0.0 14:55:08 ---> Running in 02b800eef9ed 14:55:08 ---> Running in f982dc75cccc 14:55:08 Removing intermediate container fa6651f2bd50 14:55:08 ---> 9fa0426c817d 14:55:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:55:08 ---> 07fd273ef7cc 14:55:08 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:55:08 Removing intermediate container 02b800eef9ed 14:55:08 ---> 98cdc3189962 14:55:08 14:55:09 ---> Running in fa7affb58bd3 14:55:09 Removing intermediate container f982dc75cccc 14:55:09 ---> 8a6d5ac7e3d3 14:55:09 14:55:10 Removing intermediate container fa7affb58bd3 14:55:10 ---> 800c48b3d876 14:55:10 Step 22/24 : LABEL arch=x86_64 14:55:10 ---> 90e4f1451233 14:55:10 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:55:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:55:10 ---> Running in 0d91ec632ca4 14:55:10 Status: Downloaded newer image for docker:20.10.0 14:55:10 ---> aefe523efa57 14:55:10 Step 12/26 : RUN apk add --no-cache bash 14:55:10 Successfully built 8a6d5ac7e3d3 14:55:10 Successfully built 98cdc3189962 14:55:10 Successfully tagged docker-support-notifications-go:latest 14:55:10  Building docker-support-notifications-go ... done Building docker-core-data-go 14:55:10 Successfully tagged docker-core-command-go:latest 14:55:10  Building docker-core-command-go ... done Building docker-support-scheduler-go 14:55:11 ---> Running in 5f7f8055864c 14:55:11 Removing intermediate container 0d91ec632ca4 14:55:11 ---> e7a36da2f967 14:55:11 Step 23/24 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:55:11 ---> 5f0733442da7 14:55:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:55:11 ---> Running in 4a0bb69e96ef 14:55:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:55:12 Removing intermediate container 4a0bb69e96ef 14:55:12 ---> 724ca5d4fb38 14:55:12 Step 24/24 : LABEL version=0.0.0 14:55:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:55:12 ---> bedf92741bd0 14:55:12 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:55:12 ---> Running in f441ee601332 14:55:12 (1/2) Installing readline (8.0.4-r0) 14:55:12 (2/2) Installing bash (5.0.17-r0) 14:55:13 Executing bash-5.0.17-r0.post-install 14:55:13 Executing busybox-1.31.1-r19.trigger 14:55:13 OK: 12 MiB in 22 packages 14:55:17 ---> fb15aebb988b 14:55:17 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:55:18 Removing intermediate container f441ee601332 14:55:18 ---> 8cee53b26e67 14:55:18 14:55:18 Successfully built 8cee53b26e67 14:55:18 ---> Running in 8926a7898cdc 14:55:18 Successfully tagged docker-security-secretstore-setup-go:latest 14:55:18 Building docker-security-proxy-setup-go 14:55:18  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5f7f8055864c 14:55:18 ---> e28e1f5edce8 14:55:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:55:20 Removing intermediate container 8926a7898cdc 14:55:20 ---> 45d775591306 14:55:20 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:55:20 ---> Running in e3463a8e61a2 14:55:23 ---> 3951281d240f 14:55:23 Step 26/31 : RUN chmod +x /entrypoint.sh 14:55:23 Removing intermediate container e3463a8e61a2 14:55:23 ---> 2a554efe8d3d 14:55:23 Step 14/26 : ENV APP_PORT=48090 14:55:24 ---> Running in 89000c54881f 14:55:24 ---> Running in 8db77c924bec 14:55:24 Removing intermediate container 89000c54881f 14:55:24 ---> 648ae168c87c 14:55:24 Step 15/26 : EXPOSE $APP_PORT 14:55:25 ---> Running in 1543bd86d6cd 14:55:26 Removing intermediate container 1543bd86d6cd 14:55:26 ---> 70e5f10d7bb6 14:55:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:55:29 ---> 5bcc4f20c287 14:55:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:55:32 ---> 1d2a4cb00bd7 14:55:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:55:32 Removing intermediate container 8db77c924bec 14:55:32 ---> c16f00d1ecaa 14:55:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:55:33 ---> Running in 2206b2a0b43c 14:55:33 ---> f55f0617e32a 14:55:33 Step 19/26 : RUN apk --no-cache add py3-pip 14:55:33 ---> Running in 5ffebe92e9bd 14:55:33 Removing intermediate container 2206b2a0b43c 14:55:33 ---> 22a1ac3fe8a0 14:55:33 Step 28/31 : CMD ["gate"] 14:55:34 ---> Running in 823c54969864 14:55:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:55:34 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:55:34 ---> 69913e1fe693 14:55:34 Step 3/31 : WORKDIR /edgex-go 14:55:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:55:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:55:34 ---> 69913e1fe693 14:55:34 Step 3/23 : WORKDIR /edgex-go 14:55:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:55:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:55:34 ---> 69913e1fe693 14:55:34 Step 3/22 : WORKDIR /edgex-go 14:55:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:55:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:55:34 ---> 69913e1fe693 14:55:34 Step 3/22 : WORKDIR /edgex-go 14:55:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:55:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:55:34 ---> 69913e1fe693 14:55:34 Step 3/24 : WORKDIR /edgex-go 14:55:34 ---> Running in fbbecc85c8e2 14:55:34 ---> Running in 657ca5f195ec 14:55:34 ---> Running in 2a92d85ef5fd 14:55:34 ---> Running in 1996724049a5 14:55:34 ---> Running in 6f583013154c 14:55:34 Removing intermediate container 657ca5f195ec 14:55:34 ---> 4d642eadd575 14:55:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:55:34 Removing intermediate container 1996724049a5 14:55:34 ---> 1abdec2b283b 14:55:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:55:34 Removing intermediate container fbbecc85c8e2 14:55:34 ---> 01db61ad26de 14:55:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:55:34 ---> Running in 2483ce9aa8bb 14:55:34 Removing intermediate container 2a92d85ef5fd 14:55:34 ---> efa037c846c5 14:55:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:55:34 Removing intermediate container 6f583013154c 14:55:34 ---> 5b531832de04 14:55:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:55:34 ---> Running in b7f11a0a82de 14:55:34 ---> Running in 2a82be25aafa 14:55:34 ---> Running in 3d46c5fa0df6 14:55:34 ---> Running in 15f7590247f1 14:55:34 Removing intermediate container 2483ce9aa8bb 14:55:34 ---> efa7447c019c 14:55:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:55:34 ---> Running in 9c60e21610cf 14:55:34 Removing intermediate container 2a82be25aafa 14:55:34 ---> 830b56b5f524 14:55:34 Step 5/31 : RUN apk add --update --no-cache make git 14:55:34 Removing intermediate container b7f11a0a82de 14:55:34 ---> 7b9c7a02cd75 14:55:34 Step 5/23 : RUN apk add --update --no-cache make git 14:55:34 ---> Running in 51f5d4031293 14:55:34 Removing intermediate container 3d46c5fa0df6 14:55:34 ---> a997a9b0d606 14:55:34 Step 5/24 : RUN apk add --update --no-cache make git 14:55:34 ---> Running in bd82ec431e93 14:55:34 Removing intermediate container 15f7590247f1 14:55:34 ---> c17f2d2dc14f 14:55:34 Step 5/22 : RUN apk add --update --no-cache make git 14:55:34 ---> Running in 51ac62a5db46 14:55:34 ---> Running in 29b0165eaf54 14:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:55:34 Removing intermediate container 823c54969864 14:55:34 ---> 08599adb0bff 14:55:34 Step 29/31 : LABEL arch=x86_64 14:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:55:34 ---> Running in a9e0fd88daf5 14:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:55:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:55:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:55:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:55:35 Removing intermediate container a9e0fd88daf5 14:55:35 ---> 60190ba8ee7a 14:55:35 Step 30/31 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:55:35 (1/33) Installing libbz2 (1.0.8-r1) 14:55:35 (2/33) Installing expat (2.2.9-r1) 14:55:35 (3/33) Installing libffi (3.3-r2) 14:55:35 (4/33) Installing gdbm (1.13-r1) 14:55:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:55:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:55:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:55:35 OK: 217 MiB in 51 packages 14:55:35 (5/33) Installing xz-libs (5.2.5-r0) 14:55:35 ---> Running in 8c0ed2b4f8e6 14:55:35 (6/33) Installing sqlite-libs (3.32.1-r0) 14:55:35 (7/33) Installing python3 (3.8.8-r0) 14:55:36 OK: 217 MiB in 51 packages 14:55:36 OK: 217 MiB in 51 packages 14:55:36 OK: 217 MiB in 51 packages 14:55:36 OK: 217 MiB in 51 packages 14:55:37 Removing intermediate container 9c60e21610cf 14:55:37 ---> e1b98451ee43 14:55:37 Step 6/22 : COPY go.mod . 14:55:38 Removing intermediate container 51f5d4031293 14:55:38 ---> ded283e41126 14:55:38 Step 6/31 : COPY go.mod . 14:55:38 Removing intermediate container bd82ec431e93 14:55:38 ---> 41649dadff17 14:55:38 Step 6/23 : COPY go.mod . 14:55:38 ---> b442a0d27f6d 14:55:38 Step 7/22 : RUN go mod download 14:55:38 Removing intermediate container 51ac62a5db46 14:55:38 ---> c27bca09aa0b 14:55:38 Step 6/24 : COPY go.mod . 14:55:38 ---> Running in b5085e8e10c2 14:55:38 Removing intermediate container 29b0165eaf54 14:55:38 ---> 3685522e5ade 14:55:38 Step 6/22 : COPY go.mod . 14:55:38 ---> 93d8069d4634 14:55:38 Step 7/31 : RUN go mod download 14:55:39 ---> Running in b93b46bf95d0 14:55:39 ---> 9c7e1f79dae4 14:55:39 Step 7/23 : RUN go mod download 14:55:39 ---> Running in c932b37bb2c8 14:55:39 ---> 6cc0d115d8ba 14:55:39 Step 7/24 : RUN go mod download 14:55:39 ---> 9362bc17ca83 14:55:39 Step 7/22 : RUN go mod download 14:55:40 ---> Running in 28c255b5bb0a 14:55:40 ---> Running in 012050a5e660 14:55:41 Removing intermediate container 8c0ed2b4f8e6 14:55:41 ---> 3f2843e0c2b7 14:55:41 Step 31/31 : LABEL version=0.0.0 14:55:42 (8/33) Installing py3-appdirs (1.4.4-r1) 14:55:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:55:42 (10/33) Installing py3-parsing (2.4.7-r0) 14:55:43 Removing intermediate container b5085e8e10c2 14:55:43 ---> 2bdf9f82b274 14:55:43 Step 8/22 : COPY . . 14:55:43 (11/33) Installing py3-six (1.15.0-r0) 14:55:43 (12/33) Installing py3-packaging (20.4-r0) 14:55:43 (13/33) Installing py3-setuptools (47.0.0-r0) 14:55:43 (14/33) Installing py3-chardet (3.0.4-r4) 14:55:43 Removing intermediate container b93b46bf95d0 14:55:43 ---> 2ae0ec397900 14:55:43 Step 8/31 : COPY . . 14:55:43 (15/33) Installing py3-idna (2.9-r0) 14:55:44 Removing intermediate container c932b37bb2c8 14:55:44 ---> 5e5c28ebac74 14:55:44 Step 8/23 : COPY . . 14:55:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:55:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:55:44 ---> Running in a9e8c4b7e71a 14:55:44 (18/33) Installing py3-requests (2.23.0-r0) 14:55:44 (19/33) Installing py3-msgpack (1.0.0-r0) 14:55:44 (20/33) Installing py3-lockfile (0.12.2-r3) 14:55:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:55:44 (22/33) Installing py3-colorama (0.4.3-r0) 14:55:44 (23/33) Installing py3-distlib (0.3.0-r0) 14:55:44 (24/33) Installing py3-distro (1.5.0-r1) 14:55:45 Removing intermediate container 28c255b5bb0a 14:55:45 ---> 40ddef8938af 14:55:45 Step 8/24 : COPY . . 14:55:46 Removing intermediate container 012050a5e660 14:55:46 ---> bc077aaeba8d 14:55:46 Step 8/22 : COPY . . 14:55:46 (25/33) Installing py3-webencodings (0.5.1-r3) 14:55:46 (26/33) Installing py3-html5lib (1.0.1-r4) 14:55:46 Removing intermediate container a9e8c4b7e71a 14:55:46 ---> 44bd1b00dab4 14:55:46 14:55:46 (27/33) Installing py3-pytoml (0.1.21-r0) 14:55:46 (28/33) Installing py3-pep517 (0.8.2-r0) 14:55:46 (29/33) Installing py3-progress (1.5-r0) 14:55:46 (30/33) Installing py3-toml (0.10.1-r0) 14:55:46 (31/33) Installing py3-retrying (1.3.3-r0) 14:55:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:55:46 (33/33) Installing py3-pip (20.1.1-r0) 14:55:47 Executing busybox-1.31.1-r19.trigger 14:55:47 OK: 71 MiB in 55 packages 14:55:48 Successfully built 44bd1b00dab4 14:55:48 Successfully tagged docker-security-bootstrapper-go:latest 14:55:48  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 14:56:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:56:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:56:12 ---> 89abf0c07c15 14:56:12 Step 3/22 : WORKDIR /edgex-go 14:56:13 ---> 83b44fe3b3d8 14:56:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:56:13 ---> c6b5bb335287 14:56:13 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:56:13 ---> dbd2f9675318 14:56:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:56:13 ---> f78320bf7e86 14:56:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:56:13 ---> a65051a324c9 14:56:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:56:13 ---> Running in c6f8ebb6e571 14:56:13 ---> Running in 3563384be58d 14:56:13 ---> Running in 1b54662b393c 14:56:13 ---> Running in d25b99c1a17a 14:56:13 ---> Running in 6abf934b7927 14:56:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:56:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:56:13 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 14:56:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:56:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:56:13 ---> Using cache 14:56:13 ---> df31d214476e 14:56:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:56:13 ---> Using cache 14:56:13 ---> 7898020f0be1 14:56:13 Step 5/22 : RUN apk add --update --no-cache make git 14:56:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:56:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:56:13 ---> 89abf0c07c15 14:56:13 Step 3/23 : WORKDIR /edgex-go 14:56:13 ---> Using cache 14:56:13 ---> df31d214476e 14:56:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:56:13 ---> Using cache 14:56:13 ---> 7898020f0be1 14:56:13 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:56:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:56:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:56:15 ---> 89abf0c07c15 14:56:15 Step 3/21 : WORKDIR /edgex-go 14:56:15 ---> Using cache 14:56:15 ---> df31d214476e 14:56:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:56:15 ---> Using cache 14:56:15 ---> 7898020f0be1 14:56:15 Step 5/21 : RUN apk add --update --no-cache make git 14:56:17 ---> Running in c306b30c2289 14:56:17 ---> Running in ffad6e92febd 14:56:17 ---> Running in f89e0b749961 14:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:56:23 OK: 233 MiB in 51 packages 14:56:23 OK: 233 MiB in 51 packages 14:56:23 OK: 233 MiB in 51 packages 14:56:28 Removing intermediate container f89e0b749961 14:56:28 ---> 13b0820c74f4 14:56:28 Step 6/21 : COPY go.mod . 14:56:28 Removing intermediate container c306b30c2289 14:56:28 ---> b89556fe11d9 14:56:28 Step 6/23 : COPY go.mod . 14:56:28 Removing intermediate container ffad6e92febd 14:56:28 ---> cabff197d067 14:56:28 Step 6/22 : COPY go.mod . 14:56:33 ---> 5c00a1517d71 14:56:33 Step 7/21 : RUN go mod download 14:56:33 ---> a0101a85c52c 14:56:33 Step 7/23 : RUN go mod download 14:56:33 ---> 3a368bb8198f 14:56:33 Step 7/22 : RUN go mod download 14:56:35 ---> Running in b61188c1f21e 14:56:35 ---> Running in 449f52cc9968 14:56:35 ---> Running in c1ca413b94bd 14:56:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:56:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:56:48 ---> 89abf0c07c15 14:56:48 Step 3/23 : WORKDIR /edgex-go 14:56:48 ---> Using cache 14:56:48 ---> df31d214476e 14:56:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:56:48 ---> Using cache 14:56:48 ---> 7898020f0be1 14:56:48 Step 5/23 : RUN apk add --update --no-cache make git 14:56:48 ---> Using cache 14:56:48 ---> cabff197d067 14:56:48 Step 6/23 : COPY go.mod . 14:56:48 ---> Using cache 14:56:48 ---> 3a368bb8198f 14:56:48 Step 7/23 : RUN go mod download 14:56:48 ---> Running in 18a8e393e3b0 14:56:49 Removing intermediate container b61188c1f21e 14:56:49 ---> 92cc1524f4f5 14:56:49 Step 8/21 : COPY . . 14:56:49 Removing intermediate container 449f52cc9968 14:56:49 ---> 7ffba8dff8a9 14:56:49 Step 8/23 : COPY . . 14:56:49 Removing intermediate container c1ca413b94bd 14:56:49 ---> 23a782e5a600 14:56:49 Step 8/22 : COPY . . 14:57:00 Removing intermediate container 18a8e393e3b0 14:57:00 ---> 69123d341b25 14:57:00 Step 8/23 : COPY . . 14:57:33 Removing intermediate container 5ffebe92e9bd 14:57:33 ---> c80fb862216b 14:57:33 Step 20/26 : RUN pip install docker-compose==1.23.2 14:57:35 ---> Running in a0f5f37c7d0c 14:57: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 14:58:05 Removing intermediate container c6f8ebb6e571 14:58:05 ---> 084311e7c3ea 14:58:05 14:58:05 Step 10/31 : FROM alpine:3.12 14:58:05 3.12: Pulling from library/alpine 14:58:05 Removing intermediate container d25b99c1a17a 14:58:05 ---> 5a089919d92c 14:58:05 14:58:05 Step 10/24 : FROM alpine:3.12 14:58:05 3.12: Pulling from library/alpine 14:58:05 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 14:58:05 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 14:58:05 Status: Downloaded newer image for alpine:3.12 14:58:05 ---> d75e27dfc0a0 14:58:05 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 14:58:05 Status: Image is up to date for alpine:3.12 14:58:05 ---> d75e27dfc0a0 14:58:05 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:58:06 ---> Running in 0afb6fdf0c86 14:58:06 ---> Running in 4fef9436de3f 14:58:07 Removing intermediate container 4fef9436de3f 14:58:07 ---> 11a4b45b6a50 14:58:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:58:07 ---> Running in a03cdc71041f 14:58:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:58:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:58:09 (1/6) Installing ca-certificates (20191127-r4) 14:58:09 (2/6) Installing nghttp2-libs (1.41.0-r0) 14:58:09 (3/6) Installing libcurl (7.69.1-r3) 14:58:09 (4/6) Installing curl (7.69.1-r3) 14:58:09 (5/6) Installing dumb-init (1.2.2-r1) 14:58:09 (6/6) Installing su-exec (0.2-r1) 14:58:09 Executing busybox-1.31.1-r20.trigger 14:58:09 Executing ca-certificates-20191127-r4.trigger 14:58:09 OK: 7 MiB in 20 packages 14:58:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:58:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:58:10 (1/2) Installing dumb-init (1.2.2-r1) 14:58:10 (2/2) Installing su-exec (0.2-r1) 14:58:10 Executing busybox-1.31.1-r20.trigger 14:58:10 OK: 5 MiB in 16 packages 14:58:12 Removing intermediate container 3563384be58d 14:58:12 ---> fb943d2e1381 14:58:12 14:58:12 Step 10/22 : FROM alpine:3.12 14:58:12 ---> d75e27dfc0a0 14:58:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:58:13 ---> Running in dbac5ced056e 14:58:13 Removing intermediate container a03cdc71041f 14:58:13 ---> bc98528590fa 14:58:13 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:58:13 Removing intermediate container 0afb6fdf0c86 14:58:13 ---> 5a351b925d46 14:58:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:58:15 ---> Running in 54d73e92ead3 14:58:15 ---> Running in b7a0d77fd5b3 14:58:15 Removing intermediate container 6abf934b7927 14:58:15 ---> c73923547086 14:58:15 14:58:15 Step 10/22 : FROM alpine:3.12 14:58:15 ---> d75e27dfc0a0 14:58:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:58:15 ---> Running in d739f1176ea4 14:58:15 Removing intermediate container 54d73e92ead3 14:58:15 ---> a8eaef81e405 14:58:15 Step 13/24 : WORKDIR / 14:58:15 Removing intermediate container b7a0d77fd5b3 14:58:15 ---> 2f5ed4a44642 14:58:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:58:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:58:15 ---> Running in b2b23f6f657b 14:58:15 ---> Running in 60a92a253f07 14:58:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:58:16 (1/2) Installing ca-certificates (20191127-r4) 14:58:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:58:16 (2/2) Installing dumb-init (1.2.2-r1) 14:58:16 Executing busybox-1.31.1-r20.trigger 14:58:16 Executing ca-certificates-20191127-r4.trigger 14:58:16 Removing intermediate container b2b23f6f657b 14:58:16 ---> 339319bb4385 14:58:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:58:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:58:16 OK: 6 MiB in 16 packages 14:58:16 Removing intermediate container 60a92a253f07 14:58:16 ---> 26a3c165a425 14:58:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:58:16 ---> Running in cb9dd690c7d4 14:58:17 (1/1) Installing dumb-init (1.2.2-r1) 14:58:17 Executing busybox-1.31.1-r20.trigger 14:58:17 OK: 5 MiB in 15 packages 14:58:18 ---> 10250245e2ed 14:58:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:58:19 Removing intermediate container dbac5ced056e 14:58:19 ---> 873d7395cd7c 14:58:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:58:20 Removing intermediate container d739f1176ea4 14:58:20 ---> abb0b1dafa1c 14:58:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:58:20 ---> Running in 3a832aed7ac6 14:58:20 ---> e2a3f6349498 14:58:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:58:20 ---> Running in 27b292c5f406 14:58:21 Removing intermediate container 3a832aed7ac6 14:58:21 ---> ecc5ac484e47 14:58:21 Step 13/22 : ENV APP_PORT=48060 14:58:21 Removing intermediate container cb9dd690c7d4 14:58:21 ---> 104f6dbbc8d2 14:58:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:58:21 Removing intermediate container 1b54662b393c 14:58:21 ---> f8dbe335a0f6 14:58:21 14:58:21 Step 10/23 : FROM alpine:3.12 14:58:21 ---> d75e27dfc0a0 14:58:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:58:21 ---> Using cache 14:58:21 ---> abb0b1dafa1c 14:58:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:58:21 ---> Running in cae772749822 14:58:21 ---> Using cache 14:58:21 ---> Running in 95ed16365dfd 14:58:21 ---> 0e64f63755ed 14:58:21 Step 13/23 : ENV APP_PORT=48081 14:58:21 Removing intermediate container 27b292c5f406 14:58:21 ---> 0e64f63755ed 14:58:21 Step 13/22 : ENV APP_PORT=48085 14:58:22 ---> 90dc1afaba09 14:58:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:58:22 ---> Running in c6849e68e8bd 14:58:22 ---> Running in 708c1a1554e5 14:58:22 Removing intermediate container cae772749822 14:58:22 ---> 87cdc7a9fdb3 14:58:22 Step 14/22 : EXPOSE $APP_PORT 14:58:22 Removing intermediate container 95ed16365dfd 14:58:22 ---> e8c6c04fc399 14:58:22 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:58:22 ---> Running in e6f4b73cde3f 14:58:22 Removing intermediate container c6849e68e8bd 14:58:22 ---> c3efc268b030 14:58:22 Step 14/23 : EXPOSE $APP_PORT 14:58:22 Removing intermediate container 708c1a1554e5 14:58:22 ---> 43a07c5dfb2a 14:58:22 Step 14/22 : EXPOSE $APP_PORT 14:58:23 ---> Running in e1cc1c82a948 14:58:23 ---> Running in ab765a8d48b6 14:58:23 Removing intermediate container e6f4b73cde3f 14:58:23 ---> 0c6081388fb3 14:58:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:58:23 ---> 8c62f996bfb5 14:58:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:58:23 ---> f4bb701a0c77 14:58:23 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:58:23 Removing intermediate container e1cc1c82a948 14:58:23 ---> 346df58f2b07 14:58:23 Step 15/23 : WORKDIR / 14:58:23 ---> Running in 0b36c086ae6a 14:58:23 Collecting docker-compose==1.23.2 14:58:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:58:23 Collecting jsonschema<3,>=2.5.1 14:58:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:58:23 Collecting cached-property<2,>=1.2.0 14:58:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:58:23 Collecting PyYAML<4,>=3.10 14:58:23 Downloading PyYAML-3.13.tar.gz (270 kB) 14:58:23 ---> Running in 1cb6ff06b793 14:58:23 Removing intermediate container ab765a8d48b6 14:58:23 ---> ab99dac60d86 14:58:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:58:24 ---> 95fdc4d9fed3 14:58:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:58:25 Removing intermediate container 1cb6ff06b793 14:58:25 ---> 3b35812eed9e 14:58:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:58:25 ---> 624fd9e0615a 14:58:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:58:25 ---> eee04b785c2e 14:58:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:58:26 ---> 391edc7b0841 14:58:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:58:26 ---> 5441e30f9181 14:58:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:58:26 ---> 3d529190d105 14:58:26 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/ 14:58:26 ---> Running in 7155d6828587 14:58:27 ---> 92b2aca006a3 14:58:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:58:27 ---> 74367776c191 14:58:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:58:27 Removing intermediate container 0b36c086ae6a 14:58:27 ---> 1dae135f9eee 14:58:27 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:58:27 ---> Running in ba86a77c869b 14:58:28 ---> b0184079c9b0 14:58:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:58:28 ---> 298d63f5ab93 14:58:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:58:28 Removing intermediate container ba86a77c869b 14:58:28 ---> 306b9b7b78d1 14:58:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:58:28 ---> Running in 29f4c5c89980 14:58:28 ---> c007244c4c50 14:58:28 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:58:28 ---> Running in 784e365450e3 14:58:29 ---> a68d466d5c8d 14:58:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:58:29 ---> Running in fa1739ef4bcf 14:58:29 Removing intermediate container 29f4c5c89980 14:58:29 ---> 392f5539b472 14:58:29 Step 20/22 : LABEL arch=arm64 14:58:29 Removing intermediate container 784e365450e3 14:58:29 ---> 026106a13d7e 14:58:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:58:29 ---> Running in 3c3da4af3de2 14:58:30 ---> Running in b7add32b2eda 14:58:30 Removing intermediate container fa1739ef4bcf 14:58:30 ---> 0cd03b9cad1e 14:58:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:58:30 Removing intermediate container 7155d6828587 14:58:30 ---> 7eaf76b96bfe 14:58:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:58:30 ---> 2b9d5263e1bd 14:58:30 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:58:30 ---> Running in 97c37c9d93a7 14:58:30 ---> Running in 61ac25c0d82b 14:58:30 Removing intermediate container 3c3da4af3de2 14:58:30 ---> 95ce9fb686b0 14:58:30 Step 21/22 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:58:30 Removing intermediate container b7add32b2eda 14:58:30 ---> 55ae3915fda4 14:58:30 Step 20/22 : LABEL arch=arm64 14:58:30 Collecting texttable<0.10,>=0.9.0 14:58:30 Downloading texttable-0.9.1.tar.gz (11 kB) 14:58:30 ---> Running in 0acdbabad879 14:58:30 ---> Running in 356fd94fd907 14:58:31 Removing intermediate container 97c37c9d93a7 14:58:31 ---> 68645a2bf5be 14:58:31 Step 21/23 : LABEL arch=arm64 14:58:31 Removing intermediate container 61ac25c0d82b 14:58:31 ---> bae944990777 14:58:31 Step 22/24 : LABEL arch=arm64 14:58:31 ---> Running in d350d63643f7 14:58:31 ---> Running in 0e258779ed86 14:58:31 ---> 1369e29fd22f 14:58:31 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:58:31 Removing intermediate container 0acdbabad879 14:58:31 ---> d721c93e9902 14:58:31 Step 22/22 : LABEL version=0.0.0 14:58:31 Removing intermediate container 356fd94fd907 14:58:31 ---> da06bc615319 14:58:31 Step 21/22 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:58:31 ---> Running in 9c00afb28bfe 14:58:31 ---> Running in c0c6012f0315 14:58:32 Removing intermediate container 0e258779ed86 14:58:32 ---> 6709bcb1589d 14:58:32 Step 23/24 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:58:32 Removing intermediate container d350d63643f7 14:58:32 ---> b7513fe55899 14:58:32 Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:58:32 ---> Running in 347224482a89 14:58:32 ---> Running in b3c333b5e0d2 14:58:32 Removing intermediate container c0c6012f0315 14:58:32 ---> a59f026dba5b 14:58:32 Step 22/22 : LABEL version=0.0.0Removing intermediate container 9c00afb28bfe 14:58:32 14:58:32 ---> d9c8cc73dfa8 14:58:32 14:58:32 ---> 85e8e6b3c510 14:58:32 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:58:32 ---> Running in b3204c9ca230 14:58:32 Removing intermediate container b3c333b5e0d2 14:58:32 ---> 6e52b4959932 14:58:32 Step 24/24 : LABEL version=0.0.0 14:58:33 Collecting docker<4.0,>=3.6.0 14:58:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:58:33 Removing intermediate container 347224482a89 14:58:33 ---> 59a0a87e938f 14:58:33 Step 23/23 : LABEL version=0.0.0 14:58:33 ---> Running in 4e643e565b20 14:58:33 Successfully built d9c8cc73dfa8 14:58:33 Successfully tagged docker-support-notifications-go-arm64:latest 14:58:33  Building docker-support-notifications-go ... done Building docker-core-command-go 14:58:33 Collecting websocket-client<1.0,>=0.32.0 14:58:33 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:58:33 ---> 50831319cee8 14:58:33 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:58:33 ---> Running in c3194e7fb675 14:58:33 Removing intermediate container b3204c9ca230 14:58:33 ---> 7bd5f591006e 14:58:33 14:58:33 ---> 7da07a82de41 14:58:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:58:33 ---> 5a181acc2f23 14:58:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:58:33 Successfully built 7bd5f591006e 14:58:34 Removing intermediate container c3194e7fb675 14:58:34 ---> 33470c61efdf 14:58:34 14:58:34 Removing intermediate container 4e643e565b20 14:58:34 ---> 1af4d41685a9 14:58:34 14:58:34 Successfully tagged docker-support-scheduler-go-arm64:latest 14:58:34 Building docker-security-proxy-setup-go 14:58:34 ---> Running in af2eaaca4a6a 14:58:34 Collecting dockerpty<0.5,>=0.4.1 14:58:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:58:34  Building docker-support-scheduler-go ... done Successfully built 1af4d41685a9 14:58:34 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:58:34  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 14:58:34 Successfully built 33470c61efdf 14:58:34 Successfully tagged docker-core-metadata-go-arm64:latest 14:58:34 Building docker-core-data-go 14:58:34  Building docker-core-metadata-go ... done Removing intermediate container af2eaaca4a6a 14:58:34 ---> 7be24243ec9b 14:58:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:58:34 ---> Running in 2e2d1a83278d 14:58:35 ---> Running in 0b1877588049 14:58:35 ---> 7fb556228b08 14:58:35 Step 9/23 : RUN make cmd/core-data/core-data 14:58:35 ---> 289a61158737 14:58:35 Step 26/31 : RUN chmod +x /entrypoint.sh 14:58:36 ---> Running in d68ae5c93336 14:58:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:58:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:58:36 ---> ec694b335407 14:58:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:58:36 ---> Running in 8803d206f11a 14:58:36 Collecting docopt<0.7,>=0.6.1 14:58:36 Downloading docopt-0.6.2.tar.gz (25 kB) 14:58:36 ---> Running in 2adb8a7e6363 14:58:38 Removing intermediate container d68ae5c93336 14:58:38 ---> 7e2b37107335 14:58:38 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:58: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) 14:58:38 Collecting docker-pycreds>=0.4.0 14:58:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:58:38 Collecting urllib3<1.25,>=1.21.1 14:58:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:58:38 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 14:58:38 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 14:58:38 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 14:58:38 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 14:58:38 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) 14:58:38 Collecting idna<2.8,>=2.5 14:58:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:58:38 ---> Running in a5e0d62a5064 14:58:38 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) 14:58:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:58:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:58:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:58:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:58:39 Installing collected packages: jsonschema, cached-property, PyYAML, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, docopt, docker-compose 14:58:39 Running setup.py install for PyYAML: started 14:58:39 Removing intermediate container a5e0d62a5064 14:58:39 ---> 2be6649b8747 14:58:39 Step 28/31 : CMD ["gate"] 14:58:40 ---> Running in f13d793d3fd1 14:58:41 Running setup.py install for PyYAML: finished with status 'done' 14:58:41 Running setup.py install for texttable: started 14:58:41 Removing intermediate container f13d793d3fd1 14:58:41 ---> e09933f30b15 14:58:41 Step 29/31 : LABEL arch=arm64 14:58:41 ---> Running in 23dbe50f3273 14:58:42 Running setup.py install for texttable: finished with status 'done' 14:58:42 Attempting uninstall: urllib3 14:58:42 Found existing installation: urllib3 1.25.9 14:58:42 Uninstalling urllib3-1.25.9: 14:58:42 Removing intermediate container 23dbe50f3273 14:58:42 ---> c4e4ca5e8996 14:58:42 Step 30/31 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:58:43 Successfully uninstalled urllib3-1.25.9 14:58:43 ---> Running in bcb8228a1339 14:58:44 Removing intermediate container bcb8228a1339 14:58:44 ---> 3b67843e4b1a 14:58:44 Step 31/31 : LABEL version=0.0.0 14:58:44 Attempting uninstall: idna 14:58:44 Found existing installation: idna 2.9 14:58:44 Uninstalling idna-2.9: 14:58:44 ---> Running in 890bd9d4c347 14:58:44 Successfully uninstalled idna-2.9 14:58:45 Attempting uninstall: requests 14:58:45 Found existing installation: requests 2.23.0 14:58:45 Uninstalling requests-2.23.0: 14:58:45 Removing intermediate container 890bd9d4c347 14:58:45 ---> cd3cb884992c 14:58:45 14:58:45 Successfully uninstalled requests-2.23.0 14:58:45 Successfully built cd3cb884992c 14:58:45 Successfully tagged docker-security-bootstrapper-go-arm64:latest 14:58:47 Running setup.py install for dockerpty: started 14:58:48 Running setup.py install for dockerpty: finished with status 'done' 14:58:48 Running setup.py install for docopt: started 14:58:50 Running setup.py install for docopt: finished with status 'done' 14:58:51 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 14:58:58 Removing intermediate container a0f5f37c7d0c 14:58:58 ---> ca0c6299fde1 14:58:58 Step 21/26 : RUN apk --no-cache add curl 14:58:58 ---> Running in f4363e86c9ab 14:59:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:59:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:59:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:59:02 (2/3) Installing libcurl (7.69.1-r3) 14:59:02 (3/3) Installing curl (7.69.1-r3) 14:59:02 Executing busybox-1.31.1-r19.trigger 14:59:03 OK: 72 MiB in 58 packages 14:59:06 Removing intermediate container f4363e86c9ab 14:59:06 ---> c3aab7e24cdb 14:59:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:59:06 ---> Running in bb14a9498566 14:59:08 Removing intermediate container bb14a9498566 14:59:08 ---> e12e011e9af1 14:59:08 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:59:08 ---> Running in 9194505e9883 14:59:09 Removing intermediate container 9194505e9883 14:59:09 ---> e88522f56671 14:59:09 Step 24/26 : LABEL arch=x86_64 14:59:10 ---> Running in ee091a127983 14:59:10 Removing intermediate container ee091a127983 14:59:10 ---> a246c4b79c10 14:59:10 Step 25/26 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:59:11 ---> Running in fca56161c010 14:59:11 Removing intermediate container fca56161c010 14:59:11 ---> 9be9c2731155 14:59:11 Step 26/26 : LABEL version=0.0.0 14:59:12 ---> Running in 88416b30f5fa 14:59:12 Removing intermediate container 88416b30f5fa 14:59:12 ---> 5e23144d26fc 14:59:12 14:59:13 Successfully built 5e23144d26fc 14:59:13 Successfully tagged docker-sys-mgmt-agent-go:latest 14:59:26  Building docker-sys-mgmt-agent-go ... done 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 14:59:32  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:59:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:59:32 ---> 69913e1fe693 14:59:32 Step 3/23 : WORKDIR /edgex-go 14:59:32 ---> Using cache 14:59:32 ---> 5b531832de04 14:59:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:59:32 ---> Using cache 14:59:32 ---> c17f2d2dc14f 14:59:32 Step 5/23 : RUN apk add --update --no-cache make git 14:59:32 ---> Using cache 14:59:32 ---> 3685522e5ade 14:59:32 Step 6/23 : COPY go.mod . 14:59:32 ---> Using cache 14:59:32 ---> 9362bc17ca83 14:59:32 Step 7/23 : RUN go mod download 14:59:32 ---> Using cache 14:59:32 ---> bc077aaeba8d 14:59:32 Step 8/23 : COPY . . 14:59:32 ---> Using cache 14:59:32 ---> a65051a324c9 14:59:32 Step 9/23 : RUN make cmd/core-command/core-command 14:59:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:59:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:59:32 ---> 69913e1fe693 14:59:32 Step 3/21 : WORKDIR /edgex-go 14:59:32 ---> Using cache 14:59:32 ---> 5b531832de04 14:59:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:59:32 ---> Using cache 14:59:32 ---> c17f2d2dc14f 14:59:32 Step 5/21 : RUN apk add --update --no-cache make git 14:59:32 ---> Using cache 14:59:32 ---> 3685522e5ade 14:59:32 Step 6/21 : COPY go.mod . 14:59:32 ---> Using cache 14:59:32 ---> 9362bc17ca83 14:59:32 Step 7/21 : RUN go mod download 14:59:32 ---> Using cache 14:59:32 ---> bc077aaeba8d 14:59:32 Step 8/21 : COPY . . 14:59:32 ---> Using cache 14:59:32 ---> a65051a324c9 14:59:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:59:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:59:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:59:32 ---> 69913e1fe693 14:59:32 Step 3/26 : WORKDIR /edgex-go 14:59:32 ---> Using cache 14:59:32 ---> 5b531832de04 14:59:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:59:32 ---> Using cache 14:59:32 ---> c17f2d2dc14f 14:59:32 Step 5/26 : RUN apk add --update --no-cache make bash git 14:59:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:59:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:59:32 ---> 69913e1fe693 14:59:32 Step 3/23 : WORKDIR /edgex-go 14:59:32 ---> Using cache 14:59:32 ---> 5b531832de04 14:59:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:59:32 ---> Using cache 14:59:32 ---> c17f2d2dc14f 14:59:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:59:36 ---> Running in cc5810c82605 14:59:36 ---> Running in f45e3e6a6950 14:59:36 ---> Running in 67566c7703d6 14:59:36 ---> Running in d3ffd4ccc966 14:59:37 Removing intermediate container 2e2d1a83278d 14:59:37 ---> 0b4c48b3c2ca 14:59:37 14:59:37 Step 10/22 : FROM alpine:3.12 14:59:37 ---> 7230e588e954 14:59:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:59:37 ---> Using cache 14:59:37 ---> f7fe31bd2196 14:59:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:59:37 ---> Using cache 14:59:37 ---> 0b7f3de88183 14:59:37 Step 13/22 : ENV APP_PORT=48085 14:59:37 ---> Running in 56add3d8842f 14:59:37 Removing intermediate container 56add3d8842f 14:59:37 ---> c81455779891 14:59:37 Step 14/22 : EXPOSE $APP_PORT 14:59:37 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 14:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:59:37 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 14:59:37 ---> Running in 8340379983e3 14:59:37 Removing intermediate container 0b1877588049 14:59:37 ---> af712ea505de 14:59:37 14:59:37 Step 10/21 : FROM alpine:3.12 14:59:37 ---> 7230e588e954 14:59:37 Step 11/21 : RUN apk add --update --no-cache curl 14:59:38 ---> Running in 06957098071a 14:59:38 Removing intermediate container 8340379983e3 14:59:38 ---> 6c2a2b570635 14:59:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:59:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:59:39 OK: 217 MiB in 51 packages 14:59:39 OK: 217 MiB in 51 packages 14:59:41 Removing intermediate container f45e3e6a6950 14:59:41 ---> 8a918da64b8d 14:59:41 Step 6/26 : COPY go.mod . 14:59:41 Removing intermediate container d3ffd4ccc966 14:59:41 ---> 038ddbee2cb5 14:59:41 Step 6/23 : COPY go.mod . 14:59:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:59:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:59:42 (1/4) Installing ca-certificates (20191127-r4) 14:59:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:59:43 ---> 5d2e27a47135 14:59:43 Step 7/26 : RUN go mod download 14:59:43 ---> e0735bbeaa75 14:59:43 (3/4) Installing libcurl (7.69.1-r3) 14:59:43 (4/4) Installing curl (7.69.1-r3) 14:59:43 Executing busybox-1.31.1-r20.trigger 14:59:43 Step 7/23 : RUN go mod download 14:59:43 ---> Running in ca84de6d64ad 14:59:43 Executing ca-certificates-20191127-r4.trigger 14:59:43 ---> c833834fe73a 14:59:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:59:43 OK: 7 MiB in 18 packages 14:59:43 ---> Running in d5aefa7865f6 14:59:44 Removing intermediate container 2adb8a7e6363 14:59:44 ---> cc5950de264c 14:59:44 14:59:44 Step 10/23 : FROM alpine:3.12 14:59:44 ---> 7230e588e954 14:59:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:59:44 ---> Using cache 14:59:44 ---> f7fe31bd2196 14:59:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:59:44 ---> Using cache 14:59:44 ---> 0b7f3de88183 14:59:44 Step 13/23 : ENV APP_PORT=48081 14:59:45 ---> e5fe8bee3960 14:59:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:59:45 ---> Running in 2837011819f8 14:59:46 Removing intermediate container 8803d206f11a 14:59:46 ---> 9bb116f70030 14:59:46 14:59:46 Step 10/23 : FROM alpine:3.12 14:59:46 ---> 7230e588e954 14:59:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:59:46 Removing intermediate container 2837011819f8 14:59:46 ---> 8cb403ce1e95 14:59:46 Step 14/23 : EXPOSE $APP_PORT 14:59:46 ---> e31f9c92829e 14:59:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:59:46 Removing intermediate container 06957098071a 14:59:46 ---> 732760cc5c5f 14:59:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:59:47 ---> Running in c42302992ae4 14:59:47 ---> Running in 0f8d1a22d138 14:59:47 ---> Running in e98711442606 14:59:47 ---> Running in 13f16e69db92 14:59:48 Removing intermediate container c42302992ae4 14:59:48 ---> 514f1f120df4 14:59:48 Step 12/23 : ENV APP_PORT=48080 14:59:48 Removing intermediate container 0f8d1a22d138 14:59:48 ---> ccf8087932b4 14:59:48 Step 15/23 : WORKDIR / 14:59:48 Removing intermediate container 13f16e69db92 14:59:48 ---> a7f50608d5b1 14:59:48 Step 13/21 : WORKDIR /edgex 14:59:48 ---> Running in 5b66c36e79f6 14:59:48 Removing intermediate container e98711442606 14:59:48 ---> 5263e3e1149e 14:59:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:59:48 ---> Running in b43ad1819bb8 14:59:48 ---> Running in f7e67ed78d7e 14:59:48 ---> Running in 9f20ca21316a 14:59:48 Removing intermediate container 5b66c36e79f6 14:59:48 ---> 88ac79721552 14:59:48 Step 13/23 : EXPOSE $APP_PORT 14:59:48 Removing intermediate container b43ad1819bb8 14:59:48 ---> cf2db2f43269 14:59:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:48 ---> Running in 648f30bc78c4 14:59:49 Removing intermediate container ca84de6d64ad 14:59:49 ---> 04dcff9123ec 14:59:49 Step 8/26 : COPY . . 14:59:49 Removing intermediate container d5aefa7865f6 14:59:49 ---> 7c64054e91ee 14:59:49 Step 8/23 : COPY . . 14:59:49 Removing intermediate container f7e67ed78d7e 14:59:49 ---> 8be621dc5270 14:59:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:59:49 Removing intermediate container 9f20ca21316a 14:59:49 ---> b5d55f468556 14:59:49 Step 20/22 : LABEL arch=x86_64 14:59:49 ---> 8a1d003d37e9 14:59:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:59:50 ---> Running in 626f1aa1011b 14:59:50 Removing intermediate container 648f30bc78c4 14:59:50 ---> fd4c06ab89cf 14:59:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:59:50 ---> Running in 4675733b44b0 14:59:50 ---> c82ae9c3e511 14:59:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:59:50 Removing intermediate container 626f1aa1011b 14:59:50 ---> ba849bb3a506 14:59:50 Step 21/22 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:59:51 ---> Running in 7f8bd0c854c4 14:59:52 ---> 2e254475924d 14:59:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:59:52 Removing intermediate container 7f8bd0c854c4 14:59:52 ---> 96a7f95ccdf8 14:59:52 Step 22/22 : LABEL version=0.0.0 14:59:52 ---> f567b04751d1 14:59:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:59:52 ---> Running in 3dbcdc2ea90f 14:59:53 Removing intermediate container 3dbcdc2ea90f 14:59:53 ---> f93b240378a7 14:59:53 14:59:53 ---> 74d2cca15e8d 14:59:53 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:59:53 ---> Running in 90bec93cf2ce 14:59:53 Successfully built f93b240378a7 14:59:53 Successfully tagged docker-support-scheduler-go:latest 14:59:53  Building docker-support-scheduler-go ... done Removing intermediate container 4675733b44b0 14:59:53 ---> 112e3beb643e 14:59:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:59:53 ---> 18b2f6db28f9 14:59:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:59:53 ---> Running in 1ea3fde237fe 14:59:53 ---> Running in bf97bcd134e7 14:59:53 Removing intermediate container 90bec93cf2ce 14:59:53 ---> 1d635bfda262 14:59:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:59:54 ---> Running in e83a3f34ea06 14:59:54 Removing intermediate container bf97bcd134e7 14:59:54 ---> b2ea5323fab0 14:59:54 Step 18/21 : CMD ["--init=true"] 14:59:54 ---> Running in 5ea1507e9458 14:59:54 Removing intermediate container e83a3f34ea06 14:59:54 ---> d4e070c63577 14:59:54 Step 21/23 : LABEL arch=x86_64 14:59:54 ---> Running in 0368a6f2e11f 14:59:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:59:54 Removing intermediate container 5ea1507e9458 14:59:54 ---> e12fc8175d14 14:59:54 Step 19/21 : LABEL arch=x86_64 14:59:54 Removing intermediate container 0368a6f2e11f 14:59:54 ---> 6c6fef4761bd 14:59:54 Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:59:54 ---> Running in 7aac47ce83bc 14:59:54 ---> Running in e8ce5737e566 14:59:55 Removing intermediate container 7aac47ce83bc 14:59:55 ---> 25f26cd93bde 14:59:55 Step 20/21 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 14:59:55 ---> Running in 920347bac3d0 14:59:55 Removing intermediate container e8ce5737e566 14:59:55 ---> 08f7d803327f 14:59:55 Step 23/23 : LABEL version=0.0.0 14:59:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:59:55 ---> Running in c55dec8b6683 14:59:55 Removing intermediate container 920347bac3d0 14:59:55 ---> f6a7932ef265 14:59:55 Step 21/21 : LABEL version=0.0.0 14:59:55 ---> Running in fb13bc6a6a40 14:59:56 Removing intermediate container c55dec8b6683 14:59:56 ---> 8010ab3814c8 14:59:56 14:59:56 Removing intermediate container fb13bc6a6a40 14:59:56 ---> 21b9202730cf 14:59:56 14:59:56 (1/6) Installing dumb-init (1.2.2-r1) 14:59:56 (2/6) Installing libgcc (9.3.0-r2) 14:59:56 Successfully built 8010ab3814c8 14:59:56 (3/6) Installing libsodium (1.0.18-r0) 14:59:56 Successfully tagged docker-core-metadata-go:latest 14:59:56  Building docker-core-metadata-go ... done (4/6) Installing libstdc++ (9.3.0-r2) 14:59:56 Successfully built 21b9202730cf 14:59:56 Successfully tagged docker-security-proxy-setup-go:latest 14:59:57  Building docker-security-proxy-setup-go ... done (5/6) Installing libzmq (4.3.3-r0) 14:59:57 (6/6) Installing zeromq (4.3.3-r0) 14:59:57 Executing busybox-1.31.1-r20.trigger 14:59:57 OK: 8 MiB in 20 packages 14:59:58 Removing intermediate container 1ea3fde237fe 14:59:58 ---> e3a1611d5bdb 14:59:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:59 ---> 7f66c0ec7a0e 14:59:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:00:00 ---> 08d840f24782 15:00:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:00:01 ---> 10a3aebe314c 15:00:01 Step 19/23 : ENTRYPOINT ["/core-data"] 15:00:01 ---> Running in 5b4516c17b8c 15:00:01 Removing intermediate container 5b4516c17b8c 15:00:01 ---> 96a1e38c616e 15:00:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:00:01 ---> Running in e796ee6724c7 15:00:02 Removing intermediate container e796ee6724c7 15:00:02 ---> 7410f43ae6df 15:00:02 Step 21/23 : LABEL arch=x86_64 15:00:02 ---> Running in 503a4a0e8b4d 15:00:02 Removing intermediate container 503a4a0e8b4d 15:00:02 ---> 2b6706ccfa9a 15:00:02 Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 15:00:02 ---> Running in a044f70bb297 15:00:03 Removing intermediate container a044f70bb297 15:00:03 ---> 6ca10a7fd558 15:00:03 Step 23/23 : LABEL version=0.0.0 15:00:03 ---> Running in 64d5c8430a41 15:00:04 Removing intermediate container 64d5c8430a41 15:00:04 ---> 842f5c2537e4 15:00:04 15:00:04 Successfully built 842f5c2537e4 15:00:04 Successfully tagged docker-core-data-go:latest 15:00:04  Building docker-core-data-go ... done  [Pipeline] } 15:00:04 $ docker stop --time=1 335dfd6706aeb199839190eb812b4015bca5010402ae56eeab45a0a62bf8f93d 15:00:07 $ docker rm -f 335dfd6706aeb199839190eb812b4015bca5010402ae56eeab45a0a62bf8f93d [Pipeline] // withDockerContainer [Pipeline] sh 15:00:08 + docker images 15:00:08 + grep docker 15:00:08 docker-core-data-go latest 842f5c2537e4 5 seconds ago 22.7MB 15:00:08 docker-security-proxy-setup-go latest 21b9202730cf 13 seconds ago 25.4MB 15:00:08 docker-core-metadata-go latest 8010ab3814c8 13 seconds ago 19MB 15:00:08 docker-support-scheduler-go latest f93b240378a7 16 seconds ago 17.4MB 15:00:08 docker-sys-mgmt-agent-go latest 5e23144d26fc 56 seconds ago 314MB 15:00:08 docker-security-bootstrapper-go latest 44bd1b00dab4 4 minutes ago 18.9MB 15:00:08 docker-security-secretstore-setup-go latest 8cee53b26e67 4 minutes ago 25.7MB 15:00:08 docker-support-notifications-go latest 8a6d5ac7e3d3 5 minutes ago 17.9MB 15:00:08 docker-core-command-go latest 98cdc3189962 5 minutes ago 17.3MB 15:00:08 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 15:00:21 ---> 3e7d4a82f94c 15:00:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:00:21 ---> 524dacafd824 15:00:21 Step 9/23 : RUN make cmd/core-data/core-data 15:00:21 ---> Running in 9a58f2420c6e 15:00:21 ---> Running in 2313095ddd4d 15:00:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:00:21 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 15:00:24 Still waiting to schedule task 15:00:24 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:00:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:00:55 Removing intermediate container 67566c7703d6 15:00:55 ---> 28da7d287401 15:00:55 15:00:55 Step 10/21 : FROM alpine:3.12 15:00:55 ---> d75e27dfc0a0 15:00:55 Step 11/21 : RUN apk add --update --no-cache curl 15:00:55 ---> Running in 68551bf674b5 15:00:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:00:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:00:56 (1/4) Installing ca-certificates (20191127-r4) 15:00:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:00:56 (3/4) Installing libcurl (7.69.1-r3) 15:00:56 (4/4) Installing curl (7.69.1-r3) 15:00:56 Executing busybox-1.31.1-r20.trigger 15:00:56 Executing ca-certificates-20191127-r4.trigger 15:00:57 OK: 7 MiB in 18 packages 15:00:59 Removing intermediate container cc5810c82605 15:00:59 ---> 879c7b046c17 15:00:59 15:00:59 Step 10/23 : FROM alpine:3.12 15:00:59 ---> d75e27dfc0a0 15:00:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:00:59 ---> Using cache 15:00:59 ---> abb0b1dafa1c 15:00:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:00:59 ---> Using cache 15:00:59 ---> 0e64f63755ed 15:00:59 Step 13/23 : ENV APP_PORT=48082 15:00:59 ---> Running in daac158576d8 15:00:59 Removing intermediate container 68551bf674b5 15:00:59 ---> 75c00b2bdd35 15:00:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:01:00 ---> Running in d433d3c6d7d1 15:01:00 Removing intermediate container daac158576d8 15:01:00 ---> 98f762ecad1e 15:01:00 Step 14/23 : EXPOSE $APP_PORT 15:01:00 ---> Running in ee6181056d99 15:01:00 Removing intermediate container d433d3c6d7d1 15:01:00 ---> 555b2ef0109a 15:01:00 Step 13/21 : WORKDIR /edgex 15:01:01 ---> Running in dc6f89fc55e8 15:01:01 Removing intermediate container ee6181056d99 15:01:01 ---> 5c7ca46c95ce 15:01:01 Step 15/23 : WORKDIR / 15:01:01 ---> Running in 93ba97734763 15:01:02 Removing intermediate container dc6f89fc55e8 15:01:02 ---> bdee543d6b08 15:01:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:01:03 Removing intermediate container 93ba97734763 15:01:03 ---> b324dba87a81 15:01:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:01:03 ---> 2d8ffb5d8c0f 15:01:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:01:04 ---> 0a8139c6fda7 15:01:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:01:06 ---> cdec7342770b 15:01:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:01:06 ---> ac1db601636c 15:01:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:01:08 ---> 20277c6f8ec9 15:01:08 Step 19/23 : ENTRYPOINT ["/core-command"] 15:01:08 ---> 9fbec4404851 15:01:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:01:08 ---> Running in 443334cf1ee3 15:01:08 ---> Running in 5260aa1db5b5 15:01:08 Removing intermediate container 443334cf1ee3 15:01:08 ---> 67e716c464e2 15:01:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:01:09 Removing intermediate container 5260aa1db5b5 15:01:09 ---> 3458af075600 15:01:09 Step 18/21 : CMD ["--init=true"] 15:01:09 ---> Running in db7251db383e 15:01:09 ---> Running in f1a20c5ef39b 15:01:09 Removing intermediate container db7251db383e 15:01:09 ---> 9348849d7fea 15:01:09 Step 21/23 : LABEL arch=arm64 15:01:10 ---> Running in 67d28cc4daef 15:01:10 Removing intermediate container f1a20c5ef39b 15:01:10 ---> 2a69f54dbf4a 15:01:10 Step 19/21 : LABEL arch=arm64 15:01:10 ---> Running in bc097be8fa23 15:01:11 Removing intermediate container 67d28cc4daef 15:01:11 ---> e3282269b9a0 15:01:11 Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 15:01:11 ---> Running in b0e9fd8ad0d2 15:01:11 Removing intermediate container bc097be8fa23 15:01:11 ---> 8802a73d2236 15:01:11 Step 20/21 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 15:01:11 ---> Running in a6698673f39a 15:01:11 Removing intermediate container b0e9fd8ad0d2 15:01:11 ---> e1e759749c9f 15:01:11 Step 23/23 : LABEL version=0.0.0 15:01:12 ---> Running in 5bf5f0bd3fad 15:01:12 Removing intermediate container a6698673f39a 15:01:12 ---> ba593eef0897 15:01:12 Step 21/21 : LABEL version=0.0.0 15:01:12 ---> Running in 4395cfad8380 15:01:12 Removing intermediate container 5bf5f0bd3fad 15:01:12 ---> 0498d057bba9 15:01:12 15:01:13 Removing intermediate container 4395cfad8380 15:01:13 ---> 6f037d14fb91 15:01:13 15:01:13 Successfully built 0498d057bba9 15:01:13 Successfully tagged docker-core-command-go-arm64:latest 15:01:13  Building docker-core-command-go ... done Successfully built 6f037d14fb91 15:01:13 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:01:28 Running on prd-ubuntu18.04-docker-8c-8g-32467 in /w/workspace/edgexfoundry_edgex-go_PR-3330 [Pipeline] { [Pipeline] ws 15:01:28 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 15:01:30 using credential edgex-jenkins-ssh 15:01:30 Cloning the remote Git repository 15:01:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:01:30 > git init /w/workspace/edgex-go/2 # timeout=10 15:01:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:01:30 > git --version # timeout=10 15:01:30 > git --version # 'git version 2.17.1' 15:01:30 using GIT_SSH to set credentials SSH Credentials for GitHub 15:01:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:01:36  Building docker-security-proxy-setup-go ... done Removing intermediate container 2313095ddd4d 15:01:36 ---> 4eb77e245f30 15:01:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:01:36 ---> Running in b196246ed352 15:01:36 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 15:01:36 Merging remotes/origin/master commit 59c9a15376a292558addc495dbf8de0fe8fb6b07 into PR head commit cbc1041f9e60e940360c6d71b382e15765689a55 15:01:36 Merge succeeded, producing cbc1041f9e60e940360c6d71b382e15765689a55 15:01:36 Checking out Revision cbc1041f9e60e940360c6d71b382e15765689a55 (PR-3330) 15:01:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:01:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:01:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:01:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:01:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:01:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3330/head:refs/remotes/origin/PR-3330 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:01:36 > git config core.sparsecheckout # timeout=10 15:01:36 > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 15:01:36 > git remote # timeout=10 15:01:36 > git config --get remote.origin.url # timeout=10 15:01:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:01:36 > git merge 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 15:01:36 > git rev-parse HEAD^{commit} # timeout=10 15:01:36 > git config core.sparsecheckout # timeout=10 15:01:36 > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 15:01:38 Removing intermediate container b196246ed352 15:01:38 ---> 54e776384888 15:01:38 15:01:38 Step 11/26 : FROM docker:20.10.0 15:01:39 20.10.0: Pulling from library/docker 15:01:40 Commit message: "feat: Add RedisDB Password for v2 security mode" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:01:41 + echo snap-build.sh 15:01:41 snap-build.sh 15:01:41 + SNAP_BASE_DIR=. 15:01:41 + '[' '!' -z /w/workspace/edgex-go/2 ']' 15:01:41 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 15:01:41 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 15:01:41 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 15:01:41 + cd /w/workspace/edgex-go/2 15:01:41 + sudo apt-get remove -qy --purge lxd lxd-client 15:01:41 Reading package lists... 15:01:41 Building dependency tree... 15:01:41 Reading state information... 15:01:41 The following packages were automatically installed and are no longer required: 15:01:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:01:41 uidmap xdelta3 15:01:41 Use 'sudo apt autoremove' to remove them. 15:01:41 The following packages will be REMOVED: 15:01:41 lxd* lxd-client* 15:01:42 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:01:42 After this operation, 31.7 MB disk space will be freed. 15:01:43 (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.) 15:01:43 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:01:44 Removing lxd dnsmasq configuration 15:01:44 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:01:44 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:01:45 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:01:45 (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.) 15:01:45 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:01:47 Processing triggers for systemd (237-3ubuntu10.42) ... 15:01:47 Processing triggers for ureadahead (0.100.0-21) ... 15:01:48 + sudo snap remove --purge lxd 15:01:48 snap "lxd" is not installed 15:01:48 + sudo groupadd --force --system lxd 15:01:48 ++ whoami 15:01:48 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:01:48 + newgrp - lxd 15:01:48 + sudo snap install lxd 15:01:49 Removing intermediate container 9a58f2420c6e 15:01:49 ---> 7e9e4c845314 15:01:49 15:01:49 Step 10/23 : FROM alpine:3.12 15:01:49 ---> d75e27dfc0a0 15:01:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:01:49 ---> Running in eb604b12daa4 15:01:49 Removing intermediate container eb604b12daa4 15:01:49 ---> 2bf7a3d08815 15:01:49 Step 12/23 : ENV APP_PORT=48080 15:01:49 ---> Running in 582fad605e12 15:01:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:01:49 Status: Downloaded newer image for docker:20.10.0 15:01:49 ---> eeaf43b92773 15:01:49 Step 12/26 : RUN apk add --no-cache bash 15:01:49 ---> Running in 9ccb46048ce1 15:01:49 Removing intermediate container 582fad605e12 15:01:49 ---> c719d8707e5d 15:01:49 Step 13/23 : EXPOSE $APP_PORT 15:01:49 ---> Running in d7c4ed0c595c 15:01:49 Removing intermediate container d7c4ed0c595c 15:01:49 ---> a734cdf8b208 15:01:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:01:49 ---> Running in e4e39c9fdfd6 15:01:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:01:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:01:50 (1/2) Installing readline (8.0.4-r0) 15:01:50 (2/2) Installing bash (5.0.17-r0) 15:01:50 Executing bash-5.0.17-r0.post-install 15:01:50 Executing busybox-1.31.1-r19.trigger 15:01:50 OK: 12 MiB in 22 packages 15:01:51 Removing intermediate container e4e39c9fdfd6 15:01:51 ---> 8ed3210e103f 15:01:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:01:52 ---> Running in 811c8ba9aeae 15:01:52 Removing intermediate container 9ccb46048ce1 15:01:52 ---> ddabb7795f0b 15:01:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:01:52 ---> Running in 4f77b2c592f4 15:01:53 Removing intermediate container 4f77b2c592f4 15:01:53 ---> 30cd6abebebf 15:01:53 Step 14/26 : ENV APP_PORT=48090 15:01:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:01:53 ---> Running in 948f7688e05a 15:01:53 Removing intermediate container 948f7688e05a 15:01:53 ---> df109b9247a3 15:01:53 Step 15/26 : EXPOSE $APP_PORT 15:01:53 ---> Running in 3dbb2075675b 15:01:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:01:54 Removing intermediate container 3dbb2075675b 15:01:54 ---> 24583017306d 15:01:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:01:54 (1/6) Installing dumb-init (1.2.2-r1) 15:01:54 (2/6) Installing libgcc (9.3.0-r2) 15:01:55 (3/6) Installing libsodium (1.0.18-r0) 15:01:55 (4/6) Installing libstdc++ (9.3.0-r2) 15:01:55 (5/6) Installing libzmq (4.3.3-r0) 15:01:55 (6/6) Installing zeromq (4.3.3-r0) 15:01:55 ---> 923bfdfc42f8 15:01:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:01:55 Executing busybox-1.31.1-r20.trigger 15:01:55 OK: 8 MiB in 20 packages 15:01:56 ---> 7e20dbadc32d 15:01:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:01:56 Removing intermediate container 811c8ba9aeae 15:01:56 ---> 19f87b6aac3c 15:01:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:01:57 ---> 234d2f3ea7bb 15:01:57 Step 19/26 : RUN apk --no-cache add py3-pip 15:01:57 ---> Running in 1d0d900cca04 15:01:57 ---> 5d12fe335150 15:01:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:01:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:01:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:01:59 ---> 5075cb999250 15:01:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:01:59 (1/33) Installing libbz2 (1.0.8-r1) 15:01:59 (2/33) Installing expat (2.2.9-r1) 15:01:59 (3/33) Installing libffi (3.3-r2) 15:01:59 (4/33) Installing gdbm (1.13-r1) 15:01:59 (5/33) Installing xz-libs (5.2.5-r0) 15:01:59 (6/33) Installing sqlite-libs (3.32.1-r0) 15:01:59 (7/33) Installing python3 (3.8.8-r0) 15:02:00 ---> 96381dc73cca 15:02:00 Step 19/23 : ENTRYPOINT ["/core-data"] 15:02:01 ---> Running in 26a78c5ba811 15:02:01 (8/33) Installing py3-appdirs (1.4.4-r1) 15:02:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:02:01 (10/33) Installing py3-parsing (2.4.7-r0) 15:02:01 (11/33) Installing py3-six (1.15.0-r0) 15:02:01 (12/33) Installing py3-packaging (20.4-r0) 15:02:01 (13/33) Installing py3-setuptools (47.0.0-r0) 15:02:01 (14/33) Installing py3-chardet (3.0.4-r4) 15:02:01 (15/33) Installing py3-idna (2.9-r0) 15:02:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:02:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:02:01 (18/33) Installing py3-requests (2.23.0-r0) 15:02:01 (19/33) Installing py3-msgpack (1.0.0-r0) 15:02:01 (20/33) Installing py3-lockfile (0.12.2-r3) 15:02:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:02:01 (22/33) Installing py3-colorama (0.4.3-r0) 15:02:01 (23/33) Installing py3-distlib (0.3.0-r0) 15:02:01 (24/33) Installing py3-distro (1.5.0-r1) 15:02:01 (25/33) Installing py3-webencodings (0.5.1-r3) 15:02:01 (26/33) Installing py3-html5lib (1.0.1-r4) 15:02:01 (27/33) Installing py3-pytoml (0.1.21-r0) 15:02:01 (28/33) Installing py3-pep517 (0.8.2-r0) 15:02:01 (29/33) Installing py3-progress (1.5-r0) 15:02:01 (30/33) Installing py3-toml (0.10.1-r0) 15:02:01 (31/33) Installing py3-retrying (1.3.3-r0) 15:02:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:02:01 (33/33) Installing py3-pip (20.1.1-r0) 15:02:01 Removing intermediate container 26a78c5ba811 15:02:01 ---> 533a2e27a419 15:02:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:02:01 Executing busybox-1.31.1-r19.trigger 15:02:01 OK: 71 MiB in 55 packages 15:02:02 ---> Running in 71b1447ec966 15:02:02 Removing intermediate container 71b1447ec966 15:02:02 ---> 938509706efa 15:02:02 Step 21/23 : LABEL arch=arm64 15:02:02 ---> Running in 175d86953ba4 15:02:03 Removing intermediate container 175d86953ba4 15:02:03 ---> a12d490dc759 15:02:03 Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 15:02:03 2021-04-01T15:01:59Z INFO Waiting for automatic snapd restart... 15:02:03 ---> Running in 89ff09ab817c 15:02:04 Removing intermediate container 89ff09ab817c 15:02:04 ---> 85c80eda11d3 15:02:04 Step 23/23 : LABEL version=0.0.0 15:02:04 ---> Running in 3273dac2d67b 15:02:05 Removing intermediate container 3273dac2d67b 15:02:05 ---> 92408f159fb2 15:02:05 15:02:05 Successfully built 92408f159fb2 15:02:05 Successfully tagged docker-core-data-go-arm64:latest 15:02:08  Building docker-core-data-go ... done Removing intermediate container 1d0d900cca04 15:02:08 ---> 56b69063d56b 15:02:08 Step 20/26 : RUN pip install docker-compose==1.23.2 15:02:08 ---> Running in 6d37e226964c 15:02:13 Collecting docker-compose==1.23.2 15:02:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:02:13 Collecting texttable<0.10,>=0.9.0 15:02:13 Downloading texttable-0.9.1.tar.gz (11 kB) 15:02:15 Collecting docopt<0.7,>=0.6.1 15:02:15 Downloading docopt-0.6.2.tar.gz (25 kB) 15:02:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:02:17 Collecting jsonschema<3,>=2.5.1 15:02:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:02:18 Collecting dockerpty<0.5,>=0.4.1 15:02:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:02:20 Collecting PyYAML<4,>=3.10 15:02:20 Downloading PyYAML-3.13.tar.gz (270 kB) 15:02:24 Collecting websocket-client<1.0,>=0.32.0 15:02:24 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:02:24 Collecting cached-property<2,>=1.2.0 15:02:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:02:24 Collecting docker<4.0,>=3.6.0 15:02:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:02:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:02:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:02:26 Collecting docker-pycreds>=0.4.0 15:02:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:02:26 Collecting idna<2.8,>=2.5 15:02:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:02:27 Collecting urllib3<1.25,>=1.21.1 15:02:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:02:27 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) 15:02:27 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) 15:02:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:02:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:02:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:02:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:02:28 Installing collected packages: texttable, docopt, jsonschema, dockerpty, PyYAML, websocket-client, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose 15:02:28 Running setup.py install for texttable: started 15:02:30 lxd 4.12 from Canonical* installed 15:02:30 + sudo lxd init --auto 15:02:30 Running setup.py install for texttable: finished with status 'done' 15:02:30 Running setup.py install for docopt: started 15:02:31 Running setup.py install for docopt: finished with status 'done' 15:02:32 Running setup.py install for dockerpty: started 15:02:34 Running setup.py install for dockerpty: finished with status 'done' 15:02:34 Running setup.py install for PyYAML: started 15:02:36 Running setup.py install for PyYAML: finished with status 'done' 15:02:36 Attempting uninstall: idna 15:02:36 Found existing installation: idna 2.9 15:02:36 Uninstalling idna-2.9: 15:02:36 Successfully uninstalled idna-2.9 15:02:36 + sudo snap install --classic snapcraft 15:02:37 Attempting uninstall: urllib3 15:02:37 Found existing installation: urllib3 1.25.9 15:02:37 Uninstalling urllib3-1.25.9: 15:02:37 Successfully uninstalled urllib3-1.25.9 15:02:37 Attempting uninstall: requests 15:02:37 Found existing installation: requests 2.23.0 15:02:37 Uninstalling requests-2.23.0: 15:02:38 Successfully uninstalled requests-2.23.0 15:02:39 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 15:02:44 Removing intermediate container 6d37e226964c 15:02:44 ---> 1c5246a1db9e 15:02:44 Step 21/26 : RUN apk --no-cache add curl 15:02:44 ---> Running in 968e4cc5b3ef 15:02:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:02:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:02:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:02:45 (2/3) Installing libcurl (7.69.1-r3) 15:02:45 (3/3) Installing curl (7.69.1-r3) 15:02:45 Executing busybox-1.31.1-r19.trigger 15:02:45 OK: 72 MiB in 58 packages 15:02:47 Removing intermediate container 968e4cc5b3ef 15:02:47 ---> 7ed3caf9f0f6 15:02:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:02:47 ---> Running in f013a1b12739 15:02:47 Removing intermediate container f013a1b12739 15:02:47 ---> 42546def0fe2 15:02:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:02:47 ---> Running in 42570851a1bd 15:02:48 Removing intermediate container 42570851a1bd 15:02:48 ---> 3198ccdfe1ca 15:02:48 Step 24/26 : LABEL arch=arm64 15:02:48 ---> Running in 35d8b31f2106 15:02:48 Removing intermediate container 35d8b31f2106 15:02:48 ---> c5ba3b05faf4 15:02:48 Step 25/26 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 15:02:48 ---> Running in 3c4be4d016c4 15:02:49 Removing intermediate container 3c4be4d016c4 15:02:49 ---> 823315f8a108 15:02:49 Step 26/26 : LABEL version=0.0.0 15:02:49 snapcraft 4.6 from Canonical* installed 15:02:49 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 15:02:49 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 15:02:49 % Total % Received % Xferd Average Speed Time Time Time Current 15:02:49 Dload Upload Total Spent Left Speed 15:02:49 ---> Running in 027f7cce7f2f 15:02:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 15:02:49 100 3325k 100 3325k 0 0 8962k 0 --:--:-- --:--:-- --:--:-- 8962k 15:02:49 ./yq_linux_amd64 15:02:49 + sudo snapcraft prime --use-lxd 15:02:50 Removing intermediate container 027f7cce7f2f 15:02:50 ---> 9c98c5c46ccd 15:02:50 15:02:50 Successfully built 9c98c5c46ccd 15:02:50 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:02:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:02:50 $ docker stop --time=1 0b3e5c39d174b6932a349f53bf70cb642424a2576e5b603e07b437af6238e58c 15:02:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:02:51 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: 15:02:51 - README.md 15:02:51 15:02:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:02:51 Launching a container. 15:02:52 $ docker rm -f 0b3e5c39d174b6932a349f53bf70cb642424a2576e5b603e07b437af6238e58c [Pipeline] // withDockerContainer [Pipeline] sh 15:02:53 + grep docker 15:02:53 + docker images 15:02:53 docker-sys-mgmt-agent-go-arm64 latest 9c98c5c46ccd 4 seconds ago 301MB 15:02:53 docker-core-data-go-arm64 latest 92408f159fb2 49 seconds ago 21.4MB 15:02:53 docker-security-proxy-setup-go-arm64 latest 6f037d14fb91 About a minute ago 24.1MB 15:02:53 docker-core-command-go-arm64 latest 0498d057bba9 About a minute ago 16.3MB 15:02:53 docker-security-bootstrapper-go-arm64 latest cd3cb884992c 4 minutes ago 17.9MB 15:02:53 docker-core-metadata-go-arm64 latest 33470c61efdf 4 minutes ago 17.9MB 15:02:53 docker-support-scheduler-go-arm64 latest 7bd5f591006e 4 minutes ago 16.4MB 15:02:53 docker-security-secretstore-setup-go-arm64 latest 1af4d41685a9 4 minutes ago 24.4MB 15:02:53 docker-support-notifications-go-arm64 latest d9c8cc73dfa8 4 minutes ago 16.9MB 15:02:53 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 15:02:54 ---> job-cost.sh 15:02:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CdQk 15:03:04 Waiting for container to be ready 15:03:04 To start your first instance, try: lxc launch ubuntu:18.04 15:03:04 15:03:07 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:03:08 Waiting for network to be ready... 15:03:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:03:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 15:03:08 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:03:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 15:03:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 15:03:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 15:03:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 15:03:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 15:03:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 15:03:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 15:03:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:03:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:03:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:03:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:03:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:03:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:03:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:03:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:03:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:03:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 15:03:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 15:03:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 15:03:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 15:03:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 15:03:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 15:03:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 15:03:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 15:03:12 Fetched 24.2 MB in 4s (5935 kB/s) 15:03:13 Reading package lists... 15:03:13 Reading package lists... 15:03:13 Building dependency tree... 15:03:13 Reading state information... 15:03:13 The following additional packages will be installed: 15:03:13 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:03:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:03:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:03:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:03:13 Suggested packages: 15:03:13 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:03:13 Recommended packages: 15:03:13 gnupg libsasl2-modules 15:03:13 The following NEW packages will be installed: 15:03:13 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:03:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:03:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:03:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:03:13 The following packages will be upgraded: 15:03:13 gpg gpg-agent gpgconf libudev1 15:03:14 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 15:03:14 Need to get 3530 kB of archives. 15:03:14 After this operation, 13.3 MB of additional disk space will be used. 15:03:14 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] 15:03:14 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 15:03:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:03:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 15:03:14 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 15:03:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 15:03:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:03:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:03:14 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 15:03:14 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 15:03:14 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 15:03:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:03:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:03:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:03:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:03:14 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:03:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:03:14 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:03:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:03:14 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:03:14 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:03:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 15:03:15 debconf: delaying package configuration, since apt-utils is not installed 15:03:15 Fetched 3530 kB in 1s (3140 kB/s) 15:03:15 (Reading database ... 12511 files and directories currently installed.) 15:03:15 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 15:03:15 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 15:03:15 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 15:03:15 Selecting previously unselected package udev. 15:03:15 (Reading database ... 12511 files and directories currently installed.) 15:03:15 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 15:03:15 Unpacking udev (237-3ubuntu10.45) ... 15:03:15 Selecting previously unselected package libfuse2:amd64. 15:03:15 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:03:15 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:03:16 Selecting previously unselected package fuse. 15:03:16 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:03:16 Unpacking fuse (2.9.7-1ubuntu1) ... 15:03:16 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 15:03:16 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:03:16 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 15:03:16 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:03:16 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 15:03:16 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:03:16 Selecting previously unselected package libksba8:amd64. 15:03:16 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:03:16 Unpacking libksba8:amd64 (1.3.5-2) ... 15:03:16 Selecting previously unselected package libroken18-heimdal:amd64. 15:03:16 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:03:16 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:16 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:03:16 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:03:16 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:16 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:03:16 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:03:16 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:17 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:03:17 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:03:17 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:17 Selecting previously unselected package libwind0-heimdal:amd64. 15:03:17 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:03:17 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:17 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:03:17 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:03:17 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:17 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:03:17 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:03:17 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:17 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:03:17 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:03:17 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:17 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:03:17 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:03:17 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:17 Selecting previously unselected package libsasl2-modules-db:amd64. 15:03:17 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:03:17 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:03:17 Selecting previously unselected package libsasl2-2:amd64. 15:03:17 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:03:17 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:03:17 Selecting previously unselected package libldap-common. 15:03:17 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 15:03:17 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:03:17 Selecting previously unselected package libldap-2.4-2:amd64. 15:03:17 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 15:03:17 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:03:17 Selecting previously unselected package dirmngr. 15:03:18 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 15:03:18 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 15:03:18 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:03:18 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 15:03:18 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:03:18 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:03:18 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:03:18 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 15:03:18 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:18 Setting up libksba8:amd64 (1.3.5-2) ... 15:03:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:03:18 Setting up udev (237-3ubuntu10.45) ... 15:03:18 invoke-rc.d: policy-rc.d denied execution of start. 15:03:18 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:18 Processing triggers for systemd (237-3ubuntu10) ... 15:03:18 Setting up fuse (2.9.7-1ubuntu1) ... 15:03:18 Setting up gpg (2.2.4-1ubuntu1.4) ... 15:03:18 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:18 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:18 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:19 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:19 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:19 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:19 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:03:19 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:03:19 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 15:03:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:03:19 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:03:19 settings in the [Install] section, and DefaultInstance for template units). 15:03:19 This means they are not meant to be enabled using systemctl. 15:03:19 Possible reasons for having this kind of units are: 15:03:19 1) A unit may be statically enabled by being symlinked from another unit's 15:03:19 .wants/ or .requires/ directory. 15:03:19 2) A unit's purpose may be to act as a helper for some other unit which has 15:03:19 a requirement dependency on it. 15:03:19 3) A unit may be started when needed via activation (socket, path, timer, 15:03:19 D-Bus, udev, scripted systemctl call, ...). 15:03:19 4) In case of template units, the unit is meant to be enabled with some 15:03:19 instance name specified. 15:03:19 Reading package lists... 15:03:20 Building dependency tree... 15:03:20 Reading state information... 15:03:20 The following additional packages will be installed: 15:03:20 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:03:20 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:03:20 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:03:20 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:03:20 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:03:20 Suggested packages: 15:03:20 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:03:20 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:03:20 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:03:20 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:03:20 systemd-container policykit-1 15:03:20 Recommended packages: 15:03:20 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:03:20 The following NEW packages will be installed: 15:03:20 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:03:20 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:03:20 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:03:20 multiarch-support openssh-client python3 python3-minimal python3.6 15:03:20 python3.6-minimal snapd squashfs-tools sudo 15:03:20 The following packages will be upgraded: 15:03:20 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:03:20 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 15:03:20 Need to get 35.2 MB of archives. 15:03:20 After this operation, 141 MB of additional disk space will be used. 15:03:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:03:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:03:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 15:03:20 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 15:03:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 15:03:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:03:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 15:03:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 15:03:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 15:03:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:03:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:03:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:03:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:03:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:03:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:03:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:03:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 15:03:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:03:20 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 15:03:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 15:03:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:03:21 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:03:21 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:03:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:03:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:03:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:03:21 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:03:21 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:03:21 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:03:21 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:03:21 debconf: delaying package configuration, since apt-utils is not installed 15:03:21 Fetched 35.2 MB in 1s (27.9 MB/s) 15:03:21 (Reading database ... 12757 files and directories currently installed.) 15:03:21 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 15:03:21 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 15:03:22 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 15:03:22 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 15:03:22 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 15:03:22 (Reading database ... 12757 files and directories currently installed.) 15:03:22 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:03:22 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:03:23 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:03:23 (Reading database ... 12757 files and directories currently installed.) 15:03:23 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:03:23 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:03:23 Setting up apt (1.6.12ubuntu0.2) ... 15:03:23 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:03:24 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:03:24 (Reading database ... 12764 files and directories currently installed.) 15:03:24 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 15:03:24 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 15:03:24 Selecting previously unselected package libpython3.6-minimal:amd64. 15:03:24 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:03:24 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:03:24 Selecting previously unselected package libexpat1:amd64. 15:03:24 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:03:24 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:03:24 Selecting previously unselected package python3.6-minimal. 15:03:24 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:03:24 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 15:03:24 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 15:03:25 Checking for services that may need to be restarted...done. 15:03:25 Checking for services that may need to be restarted...done. 15:03:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:03:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:03:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 15:03:25 Selecting previously unselected package python3-minimal. 15:03:25 (Reading database ... 13012 files and directories currently installed.) 15:03:25 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:03:25 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:03:25 Selecting previously unselected package mime-support. 15:03:25 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:03:25 Unpacking mime-support (3.60ubuntu1) ... 15:03:25 Selecting previously unselected package libmpdec2:amd64. 15:03:25 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:03:25 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:03:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:03:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:03:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:03:26 Selecting previously unselected package python3.6. 15:03:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:03:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 15:03:26 Selecting previously unselected package libpython3-stdlib:amd64. 15:03:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:03:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:03:26 Setting up python3-minimal (3.6.7-1~18.04) ... 15:03:26 Selecting previously unselected package python3. 15:03:26 (Reading database ... 13442 files and directories currently installed.) 15:03:26 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:03:26 Unpacking python3 (3.6.7-1~18.04) ... 15:03:26 Selecting previously unselected package multiarch-support. 15:03:26 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:03:26 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:03:26 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:03:26 Selecting previously unselected package liblzo2-2:amd64. 15:03:26 (Reading database ... 13479 files and directories currently installed.) 15:03:26 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:03:26 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:03:27 Selecting previously unselected package libbsd0:amd64. 15:03:27 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:03:27 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:03:27 Selecting previously unselected package sudo. 15:03:27 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:03:27 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:03:27 Selecting previously unselected package apparmor. 15:03:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:03:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:03:27 Selecting previously unselected package libedit2:amd64. 15:03:27 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:03:27 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:03:27 Selecting previously unselected package libkrb5support0:amd64. 15:03:27 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:03:27 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:03:27 Selecting previously unselected package libk5crypto3:amd64. 15:03:27 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:03:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:03:27 Selecting previously unselected package libkeyutils1:amd64. 15:03:27 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:03:27 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:03:27 Selecting previously unselected package libkrb5-3:amd64. 15:03:27 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:03:27 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:03:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:03:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:03:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:03:28 Selecting previously unselected package libssl1.0.0:amd64. 15:03:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 15:03:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:03:28 Selecting previously unselected package openssh-client. 15:03:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:03:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:03:28 Selecting previously unselected package squashfs-tools. 15:03:28 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:03:28 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:03:28 Selecting previously unselected package snapd. 15:03:28 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 15:03:28 Unpacking snapd (2.48.3+18.04) ... 15:03:30 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:03:30 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:03:30 Setting up mime-support (3.60ubuntu1) ... 15:03:30 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:03:30 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:03:30 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:03:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:03:31 Setting up systemd (237-3ubuntu10.45) ... 15:03:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:03:31 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:03:31 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:03:31 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:03:31 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:03:31 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:03:31 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 15:03:32 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:03:32 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:03:32 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:03:32 Setting up python3 (3.6.7-1~18.04) ... 15:03:32 running python rtupdate hooks for python3.6... 15:03:32 running python post-rtupdate hooks for python3.6... 15:03:32 Setting up apparmor (2.12-4ubuntu5.1) ... 15:03:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:03:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:03:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:03:35 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:03:35 Setting up snapd (2.48.3+18.04) ... 15:03:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:03:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:03:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:03:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:03:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:03:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:03:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:03:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:03:37 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:03:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:03:37 /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' 15:03:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:03:37 Processing triggers for systemd (237-3ubuntu10.45) ... 15:03:38 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 15:03:38 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:03:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:03:39 Reading package lists... 15:03:40 Reading package lists... 15:03:40 Building dependency tree... 15:03:40 Reading state information... 15:03:40 Calculating upgrade... 15:03:40 The following packages will be upgraded: 15:03:40 advancecomp base-files bash binutils binutils-common 15:03:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:03:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:03:40 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:03:40 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:03:40 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:03:40 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:03:40 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 15:03:40 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 15:03:40 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 15:03:40 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 15:03:40 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 15:03:40 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 15:03:40 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 15:03:40 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 15:03:40 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:03:40 Need to get 63.8 MB of archives. 15:03:40 After this operation, 5208 kB of additional disk space will be used. 15:03:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 15:03:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:03:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:03:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:03:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:03:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:03:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:03:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:03:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:03:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:03:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:03:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:03:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:03:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:03:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:03:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:03:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:03:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:03:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:03:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:03:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:03:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:03:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:03:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:03:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:03:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:03:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:03:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:03:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:03:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:03:40 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:03:40 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:03:40 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:03:40 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:03:40 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:03:40 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 15:03:40 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:03:40 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:03:40 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:03:40 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 15:03:41 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 15:03:41 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:03:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:03:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:03:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 15:03:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:03:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:03:41 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] 15:03:41 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 15:03:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 15:03:41 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 15:03:41 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:03:41 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:03:41 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:03:41 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:03:41 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:03:41 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:03:41 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:03:41 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:03:41 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:03:41 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:03:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:03:41 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:03:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:03:41 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:03:41 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:03:41 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:03:41 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:03:41 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:03:41 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:03:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:03:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:03:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:03:41 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:03:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:03:41 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:03:41 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:03:41 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:03:42 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:03:42 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:03:42 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:03:42 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] 15:03:42 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:03:42 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 15:03:42 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] 15:03:42 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:03:42 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 15:03:42 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:03:42 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:03:42 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 15:03:42 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:03:42 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:03:42 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] 15:03:42 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:03:42 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:03:42 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:03:42 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:03:42 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:03:42 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:03:42 debconf: delaying package configuration, since apt-utils is not installed 15:03:42 Fetched 63.8 MB in 2s (29.3 MB/s) 15:03:42 (Reading database ... 13912 files and directories currently installed.) 15:03:42 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:03:42 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:03:43 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:03:43 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:03:43 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 15:03:43 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 15:03:44 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:44 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:03:44 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:44 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:03:44 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:44 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:03:44 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:44 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:03:44 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:45 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:03:45 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:45 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:03:45 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:45 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:03:45 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:03:45 (Reading database ... 13911 files and directories currently installed.) 15:03:45 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:45 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:03:45 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:03:45 (Reading database ... 13911 files and directories currently installed.) 15:03:45 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:45 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:03:45 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:45 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:03:45 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:03:45 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:03:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:03:46 (Reading database ... 13911 files and directories currently installed.) 15:03:46 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:03:46 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:03:46 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:03:46 (Reading database ... 13911 files and directories currently installed.) 15:03:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:03:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:03:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:03:47 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:03:47 Setting up base-files (10.1ubuntu2.10) ... 15:03:47 Installing new version of config file /etc/issue ... 15:03:47 Installing new version of config file /etc/issue.net ... 15:03:47 Installing new version of config file /etc/lsb-release ... 15:03:47 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:03:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:03:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:03:47 Removing obsolete conffile /etc/default/motd-news ... 15:03:48 (Reading database ... 13912 files and directories currently installed.) 15:03:48 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:03:48 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:03:48 Setting up bash (4.4.18-2ubuntu1.2) ... 15:03:48 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 15:03:48 (Reading database ... 13912 files and directories currently installed.) 15:03:48 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:03:48 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:03:48 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:03:48 (Reading database ... 13912 files and directories currently installed.) 15:03:48 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:03:48 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:03:48 Setting up tar (1.29b-2ubuntu0.2) ... 15:03:48 (Reading database ... 13912 files and directories currently installed.) 15:03:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:03:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:03:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:03:49 (Reading database ... 13912 files and directories currently installed.) 15:03:49 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:03:49 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:03:49 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:03:49 (Reading database ... 13912 files and directories currently installed.) 15:03:49 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:03:49 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:03:49 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:03:49 (Reading database ... 13912 files and directories currently installed.) 15:03:49 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:03:49 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:03:49 Setting up grep (3.1-2build1) ... 15:03:49 (Reading database ... 13912 files and directories currently installed.) 15:03:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:03:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:03:50 Setting up login (1:4.5-1ubuntu2) ... 15:03:50 (Reading database ... 13912 files and directories currently installed.) 15:03:50 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:03:50 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:03:50 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:03:50 (Reading database ... 13912 files and directories currently installed.) 15:03:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:03:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:03:50 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:03:50 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:03:50 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:03:50 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:03:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:03:51 (Reading database ... 13912 files and directories currently installed.) 15:03:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:03:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:03:52 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:03:52 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:03:53 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:03:53 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:03:53 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:03:53 (Reading database ... 13912 files and directories currently installed.) 15:03:53 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:03:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:03:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:03:53 (Reading database ... 13912 files and directories currently installed.) 15:03:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:03:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:03:53 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:03:53 (Reading database ... 13912 files and directories currently installed.) 15:03:53 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:03:53 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:03:53 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:03:54 (Reading database ... 13912 files and directories currently installed.) 15:03:54 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:03:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:03:54 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:03:54 (Reading database ... 13912 files and directories currently installed.) 15:03:54 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:03:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:03:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:03:54 (Reading database ... 13912 files and directories currently installed.) 15:03:54 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:03:54 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:03:54 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:03:54 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:03:54 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:03:54 (Reading database ... 13912 files and directories currently installed.) 15:03:54 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:03:54 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:03:54 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:03:55 (Reading database ... 13912 files and directories currently installed.) 15:03:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:03:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:03:55 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:03:55 (Reading database ... 13912 files and directories currently installed.) 15:03:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:03:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:03:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:03:55 (Reading database ... 13912 files and directories currently installed.) 15:03:55 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:03:55 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:03:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:03:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:03:56 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:03:56 (Reading database ... 13912 files and directories currently installed.) 15:03:56 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:03:56 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:03:56 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:03:56 (Reading database ... 13912 files and directories currently installed.) 15:03:56 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:03:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:03:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:03:57 (Reading database ... 13914 files and directories currently installed.) 15:03:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:03:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:03:57 Setting up debconf (1.5.66ubuntu1) ... 15:03:57 (Reading database ... 13914 files and directories currently installed.) 15:03:57 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:03:57 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:03:58 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:03:58 (Reading database ... 13914 files and directories currently installed.) 15:03:58 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:03:58 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:03:58 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:03:58 (Reading database ... 13914 files and directories currently installed.) 15:03:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:03:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:03:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:03:58 (Reading database ... 13914 files and directories currently installed.) 15:03:58 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:03:58 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:03:58 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:03:58 (Reading database ... 13914 files and directories currently installed.) 15:03:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:03:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:03:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:03:59 (Reading database ... 13914 files and directories currently installed.) 15:03:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:03:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:03:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 15:03:59 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 15:03:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:03:59 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:03:59 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:03:59 (Reading database ... 13914 files and directories currently installed.) 15:03:59 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:03:59 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:03:59 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:04:00 (Reading database ... 13914 files and directories currently installed.) 15:04:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:04:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:04:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:04:00 (Reading database ... 13914 files and directories currently installed.) 15:04:00 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:04:00 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:04:00 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:04:00 (Reading database ... 13914 files and directories currently installed.) 15:04:00 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 15:04:00 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 15:04:00 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 15:04:00 (Reading database ... 13914 files and directories currently installed.) 15:04:00 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:04:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:04:01 Setting up passwd (1:4.5-1ubuntu2) ... 15:04:01 (Reading database ... 13914 files and directories currently installed.) 15:04:01 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 15:04:01 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:04:01 Setting up gpgv (2.2.4-1ubuntu1.4) ... 15:04:01 (Reading database ... 13914 files and directories currently installed.) 15:04:01 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:04:01 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:04:01 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:04:01 (Reading database ... 13914 files and directories currently installed.) 15:04:01 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:04:01 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:04:01 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:04:02 (Reading database ... 13914 files and directories currently installed.) 15:04:02 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:04:02 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:04:02 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:04:02 (Reading database ... 13914 files and directories currently installed.) 15:04:02 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:04:02 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:04:02 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:04:02 (Reading database ... 13914 files and directories currently installed.) 15:04:02 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:04:02 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:04:02 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:04:02 (Reading database ... 13914 files and directories currently installed.) 15:04:02 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 15:04:02 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 15:04:02 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 15:04:03 (Reading database ... 13915 files and directories currently installed.) 15:04:03 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:04:03 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:04:03 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:04:03 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:04:03 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 15:04:03 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 15:04:03 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 15:04:03 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 15:04:04 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:04:04 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:04:04 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:04:04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:04:04 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:04:04 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:04:04 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:04:04 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:04:04 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:04:04 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:04:04 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:04:04 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:04:04 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:04:05 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:04:05 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 15:04:05 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 15:04:06 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:04:06 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:04:06 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:04:06 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:04:06 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:04:06 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:04:07 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:04:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:04:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:04:07 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:04:07 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:04:07 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:04:07 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:04:07 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:04:07 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:04:07 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:04:07 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:04:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:04:07 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:04:07 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:04:08 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:04:08 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:04:09 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:04:09 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:04:10 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:04:10 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:04:10 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:04:10 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:04:11 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:04:11 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:04:11 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:04:11 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:04:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:04:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:04:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:04:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:04:12 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:04:12 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:04:12 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:04:12 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:04:12 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:04:12 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:04:12 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:04:12 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:04:12 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:04:12 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:04:12 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:04:12 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:04:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:04:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:04:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:04:13 Setting up tzdata (2021a-0ubuntu0.18.04) ... 15:04:13 15:04:13 Current default time zone: 'Etc/UTC' 15:04:13 Local time is now: Thu Apr 1 15:04:13 UTC 2021. 15:04:13 Universal Time is now: Thu Apr 1 15:04:13 UTC 2021. 15:04:13 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:04:13 15:04:13 Setting up systemd-sysv (237-3ubuntu10.45) ... 15:04:13 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:04:13 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 15:04:13 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:04:13 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:04:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:04:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:04:13 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:04:13 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:04:13 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:04:13 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:04:13 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:04:13 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:04:13 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 15:04:13 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:04:13 Setting up patch (2.7.6-2ubuntu1.1) ... 15:04:13 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:04:13 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:04:13 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 15:04:13 Installing new version of config file /etc/ssl/openssl.cnf ... 15:04:13 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:04:13 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:04:13 Setting up ca-certificates (20210119~18.04.1) ... 15:04:15 Updating certificates in /etc/ssl/certs... 15:04:16 23 added, 27 removed; done. 15:04:16 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:04:16 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:04:16 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:04:16 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:04:16 Setting up pkgbinarymangler (138.18.04.1) ... 15:04:16 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:04:16 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 15:04:16 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:04:17 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:04:17 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:04:17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:04:17 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:04:17 Setting up perl (5.26.1-6ubuntu0.5) ... 15:04:17 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 15:04:17 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:04:17 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:04:17 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 15:04:17 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:04:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:04:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:04:17 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:04:17 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:04:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:04:17 Processing triggers for systemd (237-3ubuntu10.45) ... 15:04:17 Processing triggers for mime-support (3.60ubuntu1) ... 15:04:17 Processing triggers for ca-certificates (20210119~18.04.1) ... 15:04:17 Updating certificates in /etc/ssl/certs... 15:04:18 0 added, 0 removed; done. 15:04:18 Running hooks in /etc/ca-certificates/update.d... 15:04:18 done. 15:04:18 Reading package lists... 15:04:18 Building dependency tree... 15:04:18 Reading state information... 15:04:18 The following NEW packages will be installed: 15:04:18 apt-transport-https 15:04:18 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:04:18 Need to get 1696 B of archives. 15:04:18 After this operation, 153 kB of additional disk space will be used. 15:04:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:04:18 debconf: delaying package configuration, since apt-utils is not installed 15:04:18 Fetched 1696 B in 0s (27.2 kB/s) 15:04:18 Selecting previously unselected package apt-transport-https. 15:04:19 (Reading database ... 13920 files and directories currently installed.) 15:04:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:04:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:04:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:04:19 Waiting for network to be ready... 15:04:26 2021-04-01T15:04:22Z INFO Waiting for automatic snapd restart... 15:04:26 snapd 2.49.1 from Canonical* installed 15:04:26 "snapd" switched to the "latest/stable" channel 15:04:26 15:04:29 core18 20210309 from Canonical* installed 15:04:29 "core18" switched to the "latest/stable" channel 15:04:29 15:04:32 snapcraft 4.6 from Canonical* installed 15:04:32 "snapcraft" switched to the "latest/stable" channel 15:04:32 15:04:36 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: 15:04:36 - README.md 15:04:36 15:04:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:04:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:04:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:04:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:04:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:04:44 Reading package lists... 15:04:44 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 15:04:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:04:51 Reading package lists... 15:04:51 Building dependency tree... 15:04:51 Reading state information... 15:04:51 Suggested packages: 15:04:51 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:04:51 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:04:51 Recommended packages: 15:04:51 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:04:51 The following NEW packages will be installed: 15:04:51 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:04:51 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:04:51 pkg-config zip 15:04:51 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:04:51 Need to get 7663 kB of archives. 15:04:51 After this operation, 43.8 MB of additional disk space will be used. 15:04:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 15:04:51 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:04:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 15:04:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 15:04:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 15:04:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:04:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:04:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:04:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:04:51 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:04:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:04:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:04:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:04:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:04:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:04:51 debconf: delaying package configuration, since apt-utils is not installed 15:04:51 Fetched 7663 kB in 1s (10.2 MB/s) 15:04:51 Selecting previously unselected package libglib2.0-0:amd64. 15:04:51 (Reading database ... 13924 files and directories currently installed.) 15:04:51 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 15:04:52 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 15:04:52 Selecting previously unselected package libpsl5:amd64. 15:04:52 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:04:52 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:04:52 Selecting previously unselected package libnghttp2-14:amd64. 15:04:52 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:04:52 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:04:52 Selecting previously unselected package librtmp1:amd64. 15:04:52 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:04:52 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:04:52 Selecting previously unselected package libcurl3-gnutls:amd64. 15:04:52 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 15:04:52 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 15:04:52 Selecting previously unselected package liberror-perl. 15:04:52 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:04:52 Unpacking liberror-perl (0.17025-1) ... 15:04:52 Selecting previously unselected package git-man. 15:04:52 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 15:04:52 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 15:04:52 Selecting previously unselected package git. 15:04:52 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 15:04:53 Unpacking git (1:2.17.1-1ubuntu0.8) ... 15:04:53 Selecting previously unselected package libnorm1:amd64. 15:04:53 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:04:53 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:04:53 Selecting previously unselected package libpgm-5.2-0:amd64. 15:04:53 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:04:53 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:04:53 Selecting previously unselected package libsodium23:amd64. 15:04:53 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:04:53 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:04:53 Selecting previously unselected package libzmq5:amd64. 15:04:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:04:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:04:54 Selecting previously unselected package libzmq3-dev:amd64. 15:04:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:04:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:04:54 Selecting previously unselected package pkg-config. 15:04:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:04:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:04:54 Selecting previously unselected package zip. 15:04:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:04:54 Unpacking zip (3.0-11build1) ... 15:04:54 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:04:54 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 15:04:54 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:04:54 Setting up liberror-perl (0.17025-1) ... 15:04:54 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:04:54 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 15:04:54 No schema files found: doing nothing. 15:04:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:04:54 Setting up zip (3.0-11build1) ... 15:04:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:04:54 Setting up libsodium23:amd64 (1.0.16-2) ... 15:04:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:04:54 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:04:54 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 15:04:54 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:04:54 Setting up git (1:2.17.1-1ubuntu0.8) ... 15:04:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:05:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:05:01 git set to automatically installed. 15:05:01 git-man set to automatically installed. 15:05:01 libcurl3-gnutls set to automatically installed. 15:05:01 liberror-perl set to automatically installed. 15:05:01 libglib2.0-0 set to automatically installed. 15:05:01 libnghttp2-14 set to automatically installed. 15:05:01 libnorm1 set to automatically installed. 15:05:01 libpgm-5.2-0 set to automatically installed. 15:05:01 libpsl5 set to automatically installed. 15:05:01 librtmp1 set to automatically installed. 15:05:01 libsodium23 set to automatically installed. 15:05:01 libzmq3-dev set to automatically installed. 15:05:01 libzmq5 set to automatically installed. 15:05:01 pkg-config set to automatically installed. 15:05:01 zip set to automatically installed. 15:05:04 snapd is not logged in, snap install commands will use sudo 15:05:10 lf-activate-venv(): INFO: Adding /tmp/venv-CdQk/bin to PATH 15:05:10 INFO: No Stack... 15:05:10 INFO: Retrieving Pricing Info for: lf-standard-4 15:05:10 INFO: Archiving Costs [Pipeline] sh 15:05:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:05:10 + cat /w/workspace/edgex-go/2/archives/cost.csv 15:05:10 + cut -d, -f6 [Pipeline] lock 15:05:10 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3330-2-stack-cost] 15:05:10 Resource [jenkins-edgexfoundry-edgex-go-PR-3330-2-stack-cost] did not exist. Created. 15:05:10 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3330-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:05:11 + echo total: 0.20999999344348907 [Pipeline] stash 15:05:11 Stashed 1 file(s) [Pipeline] } 15:05:11 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3330-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:05:49 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 15:05:49 snapd is not logged in, snap install commands will use sudo 15:05:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:05:51 snap "core18" has no updates available 15:05:51 Pulling go-build-helper 15:05:51 + snapcraftctl pull 15:05:52 'app-service-config' has dependencies that need to be staged: go-build-helper 15:05:52 Skipping pull go-build-helper (already ran) 15:05:52 Building go-build-helper 15:05:52 + snapcraftctl build 15:05:55 Staging go-build-helper 15:05:55 + snapcraftctl stage 15:06:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:06:05 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:06:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 15:06:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 15:06:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 15:06:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 15:06:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 15:06:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 15:06:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 15:06:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 15:06:05 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:06:05 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:06:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:06:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:06:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:06:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:06:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:06:05 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:06:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:06:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 15:06:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 15:06:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 15:06:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 15:06:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 15:06:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 15:06:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 15:06:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 15:06:05 Fetched 24.2 MB in 0s (0 B/s) 15:06:05 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:06:05 Fetched 224 kB in 0s (0 B/s) 15:06:05 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:06:05 Fetched 157 kB in 0s (0 B/s) 15:06:05 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:06:05 Fetched 221 kB in 0s (0 B/s) 15:06:05 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:06:05 Fetched 143 kB in 0s (0 B/s) 15:06:05 Pulling app-service-config 15:06:05 + snapcraftctl pull 15:06:05 Cloning into '/root/parts/app-service-config/src'... 15:06:06 Pulling config-common 15:06:06 + snapcraftctl pull 15:06:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:06:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:06:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:06:10 Fetched 0 B in 0s (0 B/s) 15:06:10 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:06:10 Fetched 0 B in 0s (0 B/s) 15:06:10 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:06:10 Fetched 0 B in 0s (0 B/s) 15:06:10 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:06:10 Fetched 0 B in 0s (0 B/s) 15:06:10 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:06:10 Fetched 0 B in 0s (0 B/s) 15:06:10 Pulling edgex-go 15:06:10 + snapcraftctl pull 15:06:32 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:06:32 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:06:32 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:06:32 Fetched 0 B in 0s (0 B/s) 15:06:32 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:06:32 Fetched 96.5 kB in 0s (0 B/s) 15:06:32 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:06:32 Fetched 279 kB in 0s (0 B/s) 15:06:32 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:06:32 Fetched 122 kB in 0s (0 B/s) 15:06:32 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:06:32 Fetched 77.8 kB in 0s (0 B/s) 15:06:32 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:06:32 Fetched 8848 B in 0s (0 B/s) 15:06:32 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:06:32 Fetched 47.8 kB in 0s (0 B/s) 15:06:32 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:06:32 Fetched 45.6 kB in 0s (0 B/s) 15:06:32 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:06:32 Fetched 15.0 kB in 0s (0 B/s) 15:06:32 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 15:06:32 Fetched 219 kB in 0s (0 B/s) 15:06:32 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 15:06:32 Fetched 154 kB in 0s (0 B/s) 15:06:32 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:06:32 Fetched 50.6 kB in 0s (0 B/s) 15:06:32 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:06:32 Fetched 14.8 kB in 0s (0 B/s) 15:06:32 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:06:32 Fetched 41.8 kB in 0s (0 B/s) 15:06:32 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:06:32 Fetched 499 kB in 0s (0 B/s) 15:06:32 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:06:32 Fetched 111 kB in 0s (0 B/s) 15:06:32 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:06:32 Fetched 240 kB in 0s (0 B/s) 15:06:32 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:06:32 Fetched 29.3 kB in 0s (0 B/s) 15:06:32 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:06:32 Fetched 85.5 kB in 0s (0 B/s) 15:06:32 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:06:32 Fetched 24.5 kB in 0s (0 B/s) 15:06:32 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:06:32 Fetched 49.2 kB in 0s (0 B/s) 15:06:32 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:06:32 Fetched 54.2 kB in 0s (0 B/s) 15:06:32 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:06:32 Fetched 30.8 kB in 0s (0 B/s) 15:06:32 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 15:06:32 Fetched 15.8 kB in 0s (0 B/s) 15:06:32 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:06:32 Fetched 85.9 kB in 0s (0 B/s) 15:06:32 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:06:32 Fetched 8720 B in 0s (0 B/s) 15:06:32 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:06:32 Fetched 137 kB in 0s (0 B/s) 15:06:32 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:06:32 Fetched 119 kB in 0s (0 B/s) 15:06:32 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:06:32 Fetched 109 kB in 0s (0 B/s) 15:06:32 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:06:32 Fetched 11.1 kB in 0s (0 B/s) 15:06:32 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:06:32 Fetched 645 kB in 0s (0 B/s) 15:06:32 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:06:32 Fetched 41.3 kB in 0s (0 B/s) 15:06:32 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:06:32 Fetched 17.9 kB in 0s (0 B/s) 15:06:32 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:06:32 Fetched 368 kB in 0s (0 B/s) 15:06:32 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:06:32 Fetched 187 kB in 0s (0 B/s) 15:06:32 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:06:32 Fetched 175 kB in 0s (0 B/s) 15:06:32 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:06:32 Fetched 206 kB in 0s (0 B/s) 15:06:32 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 15:06:32 Fetched 1301 kB in 0s (0 B/s) 15:06:32 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:06:32 Fetched 36.2 kB in 0s (0 B/s) 15:06:32 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 15:06:32 Fetched 159 kB in 0s (0 B/s) 15:06:32 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:06:32 Fetched 107 kB in 0s (0 B/s) 15:06:32 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:06:32 Fetched 48.7 kB in 0s (0 B/s) 15:06:32 Pulling static-packages 15:06:32 + snapcraftctl pull 15:06:33 Pulling version 15:06:33 + cd /root/project 15:06:33 + [ -f VERSION ] 15:06:33 + PROJECT_VERSION=local-dev 15:06:33 + git rev-parse --short HEAD 15:06:33 + GIT_REVISION=cbc1041f 15:06:33 + snapcraftctl set-version local-dev 15:06:34 Skipping build go-build-helper (already ran) 15:06:34 Building app-service-config 15:06:34 + make build 15:06:34 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 15:06:37 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 15:06:37 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 15:06:37 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 15:06:37 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 15:06:37 go: downloading github.com/google/uuid v1.2.0 15:06:37 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 15:06:37 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 15:06:37 go: downloading github.com/gorilla/mux v1.8.0 15:06:37 go: downloading github.com/hashicorp/consul/api v1.8.1 15:06:37 go: downloading github.com/go-kit/kit v0.8.0 15:06:37 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 15:06:37 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:06:37 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:06:37 go: downloading github.com/go-playground/validator/v10 v10.4.1 15:06:37 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 15:06:37 go: downloading github.com/pelletier/go-toml v1.2.0 15:06:37 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 15:06:37 go: downloading github.com/go-playground/universal-translator v0.17.0 15:06:37 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 15:06:37 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:06:37 go: downloading github.com/hashicorp/serf v0.9.5 15:06:37 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:06:37 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:06:37 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:06:37 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:06:38 go: downloading github.com/mitchellh/copystructure v1.0.0 15:06:38 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:06:38 go: downloading github.com/leodido/go-urn v1.2.0 15:06:38 go: downloading github.com/gorilla/websocket v1.4.2 15:06:38 go: downloading github.com/x448/float16 v0.8.4 15:06:38 go: downloading github.com/go-playground/locales v0.13.0 15:06:38 go: downloading github.com/fatih/color v1.9.0 15:06:38 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:06:38 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:06:38 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:06:38 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:06:38 go: downloading github.com/pebbe/zmq4 v1.2.5 15:06:38 go: downloading github.com/mattn/go-isatty v0.0.12 15:06:38 go: downloading github.com/BurntSushi/toml v0.3.1 15:06:38 go: downloading github.com/mattn/go-colorable v0.1.6 15:06:38 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:06:38 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 15:06:38 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:06:38 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:06:38 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:06:48 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 15:06:48 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 15:06:48 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 15:06:48 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 15:06:49 Building config-common 15:06:49 + snapcraftctl build 15:06:51 Building edgex-go 15:06:52 + cd /root/parts/edgex-go/src 15:06:52 + make build 15:06:52 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 15:06:52 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 15:06:52 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 15:06:52 go: downloading github.com/pkg/errors v0.8.1 15:06:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 15:06:52 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:06:52 go: downloading github.com/pebbe/zmq4 v1.2.7 15:06:52 go: downloading github.com/imdario/mergo v0.3.12 15:06:58 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 15:06:58 go: downloading gopkg.in/yaml.v2 v2.4.0 15:07:03 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 15:07:04 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 15:07:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:07:07 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 15:07:07 go: downloading github.com/stretchr/testify v1.7.0 15:07:07 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:07:07 go: downloading github.com/davecgh/go-spew v1.1.1 15:07:07 go: downloading github.com/pmezard/go-difflib v1.0.0 15:07:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:07:09 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:07:09 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:07:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:07:13 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 15:07:14 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 15:07:15 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 15:07:15 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:07:17 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 15:07:17 go: downloading github.com/lib/pq v1.9.0 15:07:19 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 15:07:19 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 15:07:19 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 15:07:19 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 15:07:19 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 15:07:19 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 15:07:19 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 15:07:19 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 15:07:19 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 15:07:19 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 15:07:19 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 15:07:19 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 15:07:19 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 15:07:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 15:07:19 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 15:07:19 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 15:07:19 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 15:07:19 + 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 15:07:19 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 15:07:19 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 15:07:19 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 15:07:19 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 15:07:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 15:07:19 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 15:07:19 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 15:07:19 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 15:07:23 Building static-packages 15:07:23 + snapcraftctl build 15:07:24 Building version 15:07:24 + snapcraftctl build 15:07:26 Skipping stage go-build-helper (already ran) 15:07:26 Staging app-service-config 15:07:26 + snapcraftctl stage 15:07:28 Staging config-common 15:07:28 + snapcraftctl stage 15:07:29 Staging edgex-go 15:07:29 + snapcraftctl stage 15:07:30 Staging static-packages 15:07:30 + snapcraftctl stage 15:07:31 Staging version 15:07:31 + snapcraftctl stage 15:07:32 Priming go-build-helper 15:07:32 + snapcraftctl prime 15:07:33 Priming app-service-config 15:07:33 + snapcraftctl prime 15:07:34 Priming config-common 15:07:34 + snapcraftctl prime 15:07:35 Priming edgex-go 15:07:35 + snapcraftctl prime 15:07:37 Priming static-packages 15:07:37 + snapcraftctl prime 15:07:39 Priming version 15:07:39 + snapcraftctl prime 15:07:40 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 15:07:44 provisioning config files... 15:07:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4996374449244387043tmp [Pipeline] { [Pipeline] sh 15:07:44 + set +x 15:07:44 + bash -s -- 15:07:44 + curl -s https://codecov.io/bash 15:07:45 15:07:45 _____ _ 15:07:45 / ____| | | 15:07:45 | | ___ __| | ___ ___ _____ __ 15:07:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:07:45 | |___| (_) | (_| | __/ (_| (_) \ V / 15:07:45 \_____\___/ \__,_|\___|\___\___/ \_/ 15:07:45 Bash-20210309-2b87ace 15:07:45 15:07:45 15:07:45 ==> git version 2.24.3 found 15:07:45 ==> 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 15:07:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:07:45 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:07:45 ==> Jenkins CI detected. 15:07:45 project root: . 15:07:45 --> token set from env 15:07:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:07:46 ==> Running gcov in . (disable via -X gcov) 15:07:46 ==> Python coveragepy not found 15:07:46 ==> Searching for coverage reports in: 15:07:46 + . 15:07:46 -> Found 1 reports 15:07:46 ==> Detecting git/mercurial file structure 15:07:46 ==> Reading reports 15:07:46 + ./coverage.out bytes=672489 15:07:46 ==> Appending adjustments 15:07:46 https://docs.codecov.io/docs/fixing-reports 15:07:57 + Found adjustments 15:07:57 ==> Gzipping contents 15:07:57 96K /tmp/codecov.04UQAQ.gz 15:07:57 ==> Uploading reports 15:07:57 url: https://codecov.io 15:07:57 query: branch=PR-3330&commit=cbc1041f9e60e940360c6d71b382e15765689a55&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3330%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3330&job=&cmd_args= 15:07:57 -> Pinging Codecov 15:07:57 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3330&commit=cbc1041f9e60e940360c6d71b382e15765689a55&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3330%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3330&job=&cmd_args= 15:07:57 -> Uploading to 15:07:57 https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/cbc1041f9e60e940360c6d71b382e15765689a55/4531a414-7840-419b-98df-ec61819d600e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T150756Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5770fa28a34d75ad31ce02e30dd24e2bbd69cd6a6026e69b7aede97e67cf9765 15:07:57 % Total % Received % Xferd Average Speed Time Time Time Current 15:07:57 Dload Upload Total Spent Left Speed 15:07:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97306 0 0 100 97306 0 207k --:--:-- --:--:-- --:--:-- 207k 15:07:57 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/cbc1041f9e60e940360c6d71b382e15765689a55 [Pipeline] } 15:07:57 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 15:07:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:08:01 ---> package-listing.sh 15:08:01 ++ tr '[:upper:]' '[:lower:]' 15:08:01 ++ facter osfamily 15:08:02 + OS_FAMILY=redhat 15:08:02 + workspace=/w/workspace/edgex-go/2 15:08:02 + START_PACKAGES=/tmp/packages_start.txt 15:08:02 + END_PACKAGES=/tmp/packages_end.txt 15:08:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:08:02 + PACKAGES=/tmp/packages_start.txt 15:08:02 + '[' /w/workspace/edgex-go/2 ']' 15:08:02 + PACKAGES=/tmp/packages_end.txt 15:08:02 + case "${OS_FAMILY}" in 15:08:02 + rpm -qa 15:08:02 + sort 15:08:10 + '[' -f /tmp/packages_start.txt ']' 15:08:10 + '[' -f /tmp/packages_end.txt ']' 15:08:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:08:10 + '[' /w/workspace/edgex-go/2 ']' 15:08:10 + mkdir -p /w/workspace/edgex-go/2/archives/ 15:08:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 15:08:10 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:08:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:08:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:08:12 15:08:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:08:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:08:12 alpine: Pulling from edgex-lftools-log-publisher 15:08:12 df20fa9351a1: Pulling fs layer 15:08:12 36b3adc4ff6f: Pulling fs layer 15:08:12 8ad3a11d3b57: Pulling fs layer 15:08:12 46f8f816bc3b: Pulling fs layer 15:08:12 93b61091891f: Pulling fs layer 15:08:12 93b9cdb0e59b: Pulling fs layer 15:08:12 5e14af77c1be: Pulling fs layer 15:08:12 01666e4c0597: Pulling fs layer 15:08:12 aa168da1d23b: Pulling fs layer 15:08:12 46f8f816bc3b: Waiting 15:08:12 93b61091891f: Waiting 15:08:12 93b9cdb0e59b: Waiting 15:08:12 5e14af77c1be: Waiting 15:08:12 01666e4c0597: Waiting 15:08:12 aa168da1d23b: Waiting 15:08:12 36b3adc4ff6f: Verifying Checksum 15:08:12 36b3adc4ff6f: Download complete 15:08:12 46f8f816bc3b: Verifying Checksum 15:08:12 46f8f816bc3b: Download complete 15:08:13 df20fa9351a1: Verifying Checksum 15:08:13 df20fa9351a1: Download complete 15:08:13 93b9cdb0e59b: Verifying Checksum 15:08:13 93b9cdb0e59b: Download complete 15:08:13 5e14af77c1be: Download complete 15:08:13 01666e4c0597: Verifying Checksum 15:08:13 01666e4c0597: Download complete 15:08:13 93b61091891f: Verifying Checksum 15:08:13 93b61091891f: Download complete 15:08:13 df20fa9351a1: Pull complete 15:08:14 36b3adc4ff6f: Pull complete 15:08:14 8ad3a11d3b57: Verifying Checksum 15:08:14 8ad3a11d3b57: Download complete 15:08:15 8ad3a11d3b57: Pull complete 15:08:16 46f8f816bc3b: Pull complete 15:08:18 93b61091891f: Pull complete 15:08:19 93b9cdb0e59b: Pull complete 15:08:20 aa168da1d23b: Verifying Checksum 15:08:20 aa168da1d23b: Download complete 15:08:21 5e14af77c1be: Pull complete 15:08:21 01666e4c0597: Pull complete 15:08:34 aa168da1d23b: Pull complete 15:08:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:08:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:08:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:08:35 prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container 15:08:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:08:43 $ docker top 6ee5a9d63f96177d0bc5a243b6b54c1415428689a6e81ce6e504a0f8ab9eb8f3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:08:45 + touch /tmp/pre-build-complete [Pipeline] sh 15:08:45 + mkdir -p /var/log/sa [Pipeline] sh 15:08:46 + ls /var/log/sa-host 15:08:46 + sadf -c /var/log/sa-host/sa01 15:08:46 file_magic: OK 15:08:46 HZ: Using current value: 100 15:08:46 file_header: OK 15:08:46 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 15:08:46 Statistics: 15:08:46 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... 15:08:46 File successfully converted to sysstat format version 12.2.1 15:08:46 + sadf -c /var/log/sa-host/sa23 15:08:46 file_magic: OK 15:08:46 HZ: Using current value: 100 15:08:46 file_header: OK 15:08:46 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 15:08:46 Statistics: 15:08:46 Hnuu...uuuununununu... 15:08:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:08:46 provisioning config files... 15:08:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3994746021039762765tmp [Pipeline] { [Pipeline] echo 15:08:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:08:48 ---> create-netrc.sh [Pipeline] } 15:08:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:08:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:08:49 ---> python-tools-install.sh [Pipeline] echo 15:08:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:08:51 ---> sudo-logs.sh 15:08:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:08:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:08:52 ---> job-cost.sh 15:08:52 lf-activate-venv: SKIPPING 15:08:52 DEBUG: total: 0.20999999344348907 15:08:52 INFO: Retrieving Stack Cost... 15:08:53 INFO: Retrieving Pricing Info for: v1-standard-2 15:08:54 INFO: Archiving Costs [Pipeline] echo 15:08:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:08:55 ---> logs-deploy.sh 15:08:55 lf-activate-venv: SKIPPING 15:08:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3330/2 15:08:55 INFO: archiving workspace using pattern(s): 15:08:57 Archives upload complete. 15:08:57 INFO: archiving logs to Nexus 15:08:59 ---> uname -a: 15:08:59 Linux prd-centos7-docker-4c-2g-32465.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:08:59 15:08:59 15:08:59 ---> lscpu: 15:08:59 Architecture: x86_64 15:08:59 CPU op-mode(s): 32-bit, 64-bit 15:08:59 Byte Order: Little Endian 15:08:59 Address sizes: 40 bits physical, 48 bits virtual 15:08:59 CPU(s): 4 15:08:59 On-line CPU(s) list: 0-3 15:08:59 Thread(s) per core: 1 15:08:59 Core(s) per socket: 1 15:08:59 Socket(s): 4 15:08:59 NUMA node(s): 1 15:08:59 Vendor ID: GenuineIntel 15:08:59 CPU family: 6 15:08:59 Model: 44 15:08:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:08:59 Stepping: 1 15:08:59 CPU MHz: 2933.438 15:08:59 BogoMIPS: 5866.87 15:08:59 Virtualization: VT-x 15:08:59 Hypervisor vendor: KVM 15:08:59 Virtualization type: full 15:08:59 L1d cache: 128 KiB 15:08:59 L1i cache: 128 KiB 15:08:59 L2 cache: 16 MiB 15:08:59 L3 cache: 64 MiB 15:08:59 NUMA node0 CPU(s): 0-3 15:08:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:08:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:08:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:08:59 Vulnerability Meltdown: Mitigation; PTI 15:08:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:08:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:08:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:08:59 Vulnerability Srbds: Not affected 15:08:59 Vulnerability Tsx async abort: Not affected 15:08:59 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 15:08:59 15:08:59 15:08:59 ---> nproc: 15:08:59 4 15:08:59 15:08:59 15:08:59 ---> df -h: 15:08:59 Filesystem Size Used Available Use% Mounted on 15:08:59 overlay 50.0G 12.2G 37.8G 24% / 15:08:59 tmpfs 64.0M 0 64.0M 0% /dev 15:08:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:08:59 shm 64.0M 0 64.0M 0% /dev/shm 15:08:59 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 15:08:59 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 15:08:59 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 15:08:59 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 15:08:59 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 15:08:59 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 15:08:59 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 15:08:59 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 15:08:59 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 15:08:59 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp 15:08:59 15:08:59 15:08:59 ---> free -m: 15:08:59 total used free shared buff/cache available 15:08:59 Mem: 1837 730 119 0 987 1025 15:08:59 Swap: 1023 68 955 15:08:59 15:08:59 15:08:59 ---> ip addr: 15:08:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:08:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:08:59 inet 127.0.0.1/8 scope host lo 15:08:59 valid_lft forever preferred_lft forever 15:08:59 inet6 ::1/128 scope host 15:08:59 valid_lft forever preferred_lft forever 15:08:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:08:59 link/ether fa:16:3e:e1:12:46 brd ff:ff:ff:ff:ff:ff 15:08:59 inet 10.30.123.204/23 brd 10.30.123.255 scope global dynamic eth0 15:08:59 valid_lft 84750sec preferred_lft 84750sec 15:08:59 inet6 fe80::f816:3eff:fee1:1246/64 scope link 15:08:59 valid_lft forever preferred_lft forever 15:08:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:08:59 link/ether 02:42:e1:89:1a:ef brd ff:ff:ff:ff:ff:ff 15:08:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:08:59 valid_lft forever preferred_lft forever 15:08:59 inet6 fe80::42:e1ff:fe89:1aef/64 scope link 15:08:59 valid_lft forever preferred_lft forever 15:08:59 15:08:59 15:08:59 ---> sar -b -r -n DEV: 15:08:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 15:08:59 15:08:59 14:41:16 LINUX RESTART (4 CPU) 15:08:59 15:08:59 14:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:08:59 14:43:01 72.41 37.42 35.00 0.00 5901.19 7075.86 0.00 15:08:59 14:44:01 77.27 37.59 39.68 0.00 5272.86 12865.68 0.00 15:08:59 14:45:01 190.35 56.00 134.35 0.00 2964.57 39628.77 0.00 15:08:59 14:46:01 167.75 69.33 98.42 0.00 2130.19 12494.79 0.00 15:08:59 14:47:01 87.64 26.32 61.32 0.00 1063.21 6637.07 0.00 15:08:59 14:48:01 53.93 11.14 42.80 0.00 475.59 6685.91 0.00 15:08:59 14:49:02 134.89 69.74 65.15 0.00 3520.16 5848.11 0.00 15:08:59 14:50:01 45.64 9.78 35.87 0.00 615.94 14030.50 0.00 15:08:59 14:51:04 284.11 113.25 170.85 0.00 53686.45 112281.53 0.00 15:08:59 14:52:05 957.49 815.22 142.28 0.00 52211.22 53040.29 0.00 15:08:59 14:53:07 1575.81 1420.14 155.67 0.00 85814.82 95683.91 0.00 15:08:59 14:54:02 903.92 779.12 124.80 0.00 43954.10 50325.89 0.00 15:08:59 14:55:01 236.60 75.42 161.18 0.00 5917.71 27254.02 0.00 15:08:59 14:56:10 811.59 590.54 221.05 0.00 58851.90 92695.20 0.00 15:08:59 14:57:08 1160.26 988.99 171.28 0.00 55109.84 60693.71 0.00 15:08:59 14:58:10 1218.96 1076.02 142.94 0.00 58683.39 65274.92 0.00 15:08:59 14:59:01 786.33 633.63 152.70 0.00 38036.48 40585.27 0.00 15:08:59 15:00:02 216.52 52.73 163.79 0.00 5930.13 24028.77 0.00 15:08:59 15:01:01 28.26 16.16 12.10 0.00 3067.48 366.50 0.00 15:08:59 15:02:01 1.36 1.08 0.28 0.00 29.98 4.89 0.00 15:08:59 15:03:01 0.77 0.53 0.23 0.00 109.87 2.98 0.00 15:08:59 15:04:01 0.42 0.22 0.20 0.00 4.93 1.91 0.00 15:08:59 15:05:01 0.62 0.35 0.27 0.00 8.26 3.38 0.00 15:08:59 15:06:01 0.22 0.02 0.20 0.00 0.13 2.71 0.00 15:08:59 15:07:01 0.23 0.00 0.23 0.00 0.00 1.88 0.00 15:08:59 15:08:02 20.26 19.82 0.43 0.00 1674.57 52.78 0.00 15:08:59 Average: 347.66 265.16 82.50 0.00 18873.00 28460.13 0.00 15:08:59 15:08:59 14:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:08:59 14:43:01 90928 0 573156 30.46 2620 1214840 1137068 38.81 466060 1125616 12956 15:08:59 14:44:01 392504 0 584420 31.06 2620 902000 1152996 39.35 497756 789716 32 15:08:59 14:45:01 100040 0 714128 37.95 2244 1065132 1544536 52.71 593216 937032 13156 15:08:59 14:46:01 150172 0 800792 42.56 1592 928988 1759044 60.03 615716 837936 30104 15:08:59 14:47:01 176060 0 824284 43.81 924 880276 1815688 61.97 674216 745364 74156 15:08:59 14:48:01 175548 0 836528 44.46 736 868732 1752936 59.82 717344 701372 35772 15:08:59 14:49:02 81800 0 957308 50.88 652 841784 1617692 55.21 776436 725732 12908 15:08:59 14:50:01 99364 0 773312 41.10 652 1008216 1577004 53.82 629696 870388 79528 15:08:59 14:51:04 73840 0 836504 44.46 100 971100 2266332 77.35 767568 830212 79552 15:08:59 14:52:05 67840 0 840728 44.68 100 972876 2356972 80.44 731872 860312 70480 15:08:59 14:53:07 70244 0 858000 45.60 100 953200 2334828 79.68 706956 866140 48156 15:08:59 14:54:02 230724 0 1255256 66.71 100 395464 4428156 151.13 803216 571532 19160 15:08:59 14:55:01 304776 0 734908 39.06 100 841760 1559768 53.23 550708 775780 60 15:08:59 14:56:10 65560 0 804100 42.74 92 1011792 2239752 76.44 761876 827784 85380 15:08:59 14:57:08 68416 0 835360 44.40 92 977676 2365992 80.75 666640 908052 71944 15:08:59 14:58:10 67152 0 813972 43.26 92 1000328 2270268 77.48 729468 846212 82980 15:08:59 14:59:01 119508 0 1213964 64.52 92 547980 3721924 127.02 739144 739800 10024 15:08:59 15:00:02 474284 0 688112 36.57 92 719056 1350560 46.09 510004 635852 24 15:08:59 15:01:01 429064 0 644564 34.26 92 807824 1231140 42.02 512288 682380 8 15:08:59 15:02:01 433716 0 639240 33.97 92 808496 1166240 39.80 508784 682824 8 15:08:59 15:03:01 427304 0 642544 34.15 92 811604 1166312 39.80 514588 683292 8 15:08:59 15:04:01 428532 0 641312 34.08 92 811608 1165916 39.79 513648 683688 8 15:08:59 15:05:01 426840 0 642964 34.17 92 811648 1174660 40.09 514784 683944 16 15:08:59 15:06:01 428700 0 641128 34.07 92 811624 1165980 39.79 513760 683900 8 15:08:59 15:07:01 428452 0 641368 34.09 92 811632 1165980 39.79 513616 683900 8 15:08:59 15:08:02 371580 0 650072 34.55 92 859800 1183492 40.39 533124 717644 272 15:08:59 Average: 237806 0 772616 41.06 528 870594 1795048 61.26 617788 772939 27950 15:08:59 15:08:59 14:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:08:59 14:43:01 eth0 666.56 541.61 3340.34 89.20 0.00 0.00 0.00 0.00 15:08:59 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:44:01 eth0 468.90 516.94 2988.96 95.18 0.00 0.00 0.00 0.00 15:08:59 14:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:44:01 docker0 458.23 392.05 50.12 2642.39 0.00 0.00 0.00 0.00 15:08:59 14:45:01 eth0 441.23 351.08 3473.56 36.42 0.00 0.00 0.00 0.00 15:08:59 14:45:01 veth9135d3e 63.18 75.73 5.91 227.26 0.00 0.00 0.00 0.00 15:08:59 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:45:01 docker0 112.90 143.91 7.85 593.49 0.00 0.00 0.00 0.00 15:08:59 14:46:01 vethc43c63b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 14:46:01 eth0 66.52 30.72 285.83 9.77 0.00 0.00 0.00 0.00 15:08:59 14:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:46:01 docker0 14.10 46.76 1.16 263.20 0.00 0.00 0.00 0.00 15:08:59 14:47:01 vethc43c63b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:47:01 eth0 22.22 20.01 11.41 67.56 0.00 0.00 0.00 0.00 15:08:59 14:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:48:01 vethc43c63b 2.24 2.24 0.18 0.19 0.00 0.00 0.00 0.00 15:08:59 14:48:01 eth0 30.26 23.35 21.82 12.18 0.00 0.00 0.00 0.00 15:08:59 14:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:48:01 docker0 2.24 2.24 0.15 0.19 0.00 0.00 0.00 0.00 15:08:59 14:49:02 vethc43c63b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:49:02 eth0 16.03 12.28 13.96 7.80 0.00 0.00 0.00 0.00 15:08:59 14:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:50:01 eth0 193.79 158.45 1717.27 84.11 0.00 0.00 0.00 0.00 15:08:59 14:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:51:04 vethdbb02f1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 14:51:04 eth0 19.86 17.06 20.70 8.65 0.00 0.00 0.00 0.00 15:08:59 14:51:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:51:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:52:05 vethdbb02f1 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 14:52:05 eth0 50.44 37.26 162.18 56.97 0.00 0.00 0.00 0.00 15:08:59 14:52:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:52:05 docker0 13.95 24.26 0.81 144.82 0.00 0.00 0.00 0.00 15:08:59 14:53:07 vethdbb02f1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:53:07 eth0 4.68 3.56 3.46 1.94 0.00 0.00 0.00 0.00 15:08:59 14:53:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:53:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:54:02 vethdbb02f1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:54:02 veth4d02abe 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 14:54:02 eth0 5.86 4.59 4.59 2.49 0.00 0.00 0.00 0.00 15:08:59 14:54:02 vetha2c2ad1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 14:55:01 vethdbb02f1 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 14:55:01 eth0 154.81 113.80 1428.17 15.64 0.00 0.00 0.00 0.00 15:08:59 14:55:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:08:59 14:55:01 docker0 619.38 640.47 61.46 3823.53 0.00 0.00 0.00 0.00 15:08:59 14:56:10 vethdbb02f1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:56:10 eth0 84.68 53.38 329.32 72.84 0.00 0.00 0.00 0.00 15:08:59 14:56:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:56:10 docker0 15.71 41.95 0.87 304.45 0.00 0.00 0.00 0.00 15:08:59 14:57:08 vethdbb02f1 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 14:57:08 eth0 43.82 27.45 111.81 11.90 0.00 0.00 0.00 0.00 15:08:59 14:57:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:57:08 docker0 7.32 17.02 0.38 90.86 0.00 0.00 0.00 0.00 15:08:59 14:58:10 veth48b0c25 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 14:58:10 vethdbb02f1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:58:10 eth0 8.57 6.56 6.74 3.67 0.00 0.00 0.00 0.00 15:08:59 14:58:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 14:59:01 vetha201613 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 14:59:01 veth1d7c905 0.53 0.92 0.04 4.38 0.00 0.00 0.00 0.00 15:08:59 14:59:01 veth0ebc937 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 14:59:01 vethdbb02f1 0.00 0.04 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:00:02 vethdbb02f1 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 15:08:59 15:00:02 eth0 2394.17 1998.30 14103.55 667.52 0.00 0.00 0.00 0.00 15:08:59 15:00:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:08:59 15:00:02 docker0 648.23 723.57 62.92 4344.03 0.00 0.00 0.00 0.00 15:08:59 15:01:01 eth0 9.94 9.53 6.47 19.76 0.00 0.00 0.00 0.00 15:08:59 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:02:01 eth0 1.82 1.92 0.36 6.80 0.00 0.00 0.00 0.00 15:08:59 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:03:01 eth0 2.13 2.78 0.26 13.28 0.00 0.00 0.00 0.00 15:08:59 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:04:01 eth0 0.55 0.00 0.05 0.00 0.00 0.00 0.00 0.00 15:08:59 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:05:01 eth0 3.61 4.18 0.47 13.34 0.00 0.00 0.00 0.00 15:08:59 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:06:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:07:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:08:59 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:08:02 eth0 14.33 11.87 12.52 11.41 0.00 0.00 0.00 0.00 15:08:59 15:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 15:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 Average: eth0 92.94 77.76 542.77 28.16 0.00 0.00 0.00 0.00 15:08:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:08:59 Average: docker0 24.99 27.90 2.43 167.48 0.00 0.00 0.00 0.00 15:08:59 15:08:59 15:08:59 ---> sar -P ALL: 15:08:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 15:08:59 15:08:59 14:41:16 LINUX RESTART (4 CPU) 15:08:59 15:08:59 14:42:01 CPU %user %nice %system %iowait %steal %idle 15:08:59 14:43:01 all 12.65 0.00 5.23 3.04 23.73 55.35 15:08:59 14:43:01 0 12.27 0.00 5.86 2.15 25.93 53.80 15:08:59 14:43:01 1 13.93 0.00 5.85 3.29 22.96 53.98 15:08:59 14:43:01 2 11.81 0.00 4.61 4.35 23.33 55.90 15:08:59 14:43:01 3 12.59 0.00 4.63 2.36 22.72 57.69 15:08:59 14:44:01 all 8.73 0.00 4.96 0.94 22.40 62.97 15:08:59 14:44:01 0 6.49 0.00 4.72 0.63 23.26 64.89 15:08:59 14:44:01 1 5.24 0.00 4.08 0.49 22.81 67.38 15:08:59 14:44:01 2 8.41 0.00 5.29 1.20 21.96 63.14 15:08:59 14:44:01 3 15.06 0.00 5.79 1.48 21.52 56.14 15:08:59 14:45:01 all 5.43 0.00 5.50 2.06 23.35 63.66 15:08:59 14:45:01 0 5.86 0.00 6.61 2.06 26.81 58.66 15:08:59 14:45:01 1 5.25 0.00 4.79 1.96 21.85 66.15 15:08:59 14:45:01 2 4.93 0.00 5.32 2.37 22.57 64.81 15:08:59 14:45:01 3 5.69 0.00 5.29 1.84 22.26 64.93 15:08:59 14:46:01 all 7.77 0.00 6.55 5.31 23.12 57.24 15:08:59 14:46:01 0 7.89 0.00 6.28 5.52 23.68 56.64 15:08:59 14:46:01 1 7.41 0.00 6.23 5.80 23.31 57.24 15:08:59 14:46:01 2 8.09 0.00 7.98 5.65 22.51 55.77 15:08:59 14:46:01 3 7.71 0.00 5.75 4.30 22.95 59.29 15:08:59 14:47:01 all 36.94 0.00 11.63 2.05 32.42 16.96 15:08:59 14:47:01 0 33.59 0.00 10.88 2.35 34.07 19.11 15:08:59 14:47:01 1 41.06 0.00 12.31 2.37 29.78 14.48 15:08:59 14:47:01 2 42.97 0.00 12.61 1.88 29.57 12.97 15:08:59 14:47:01 3 30.76 0.00 10.81 1.62 35.94 20.87 15:08:59 14:48:01 all 32.78 0.00 9.55 1.85 22.68 33.15 15:08:59 14:48:01 0 31.07 0.00 9.45 1.98 23.73 33.76 15:08:59 14:48:01 1 30.96 0.00 9.50 1.43 21.92 36.20 15:08:59 14:48:01 2 40.10 0.00 10.51 2.64 20.40 26.36 15:08:59 14:48:01 3 29.40 0.00 8.79 1.40 24.55 35.87 15:08:59 14:49:02 all 35.21 0.00 13.52 3.38 17.40 30.49 15:08:59 14:49:02 0 33.39 0.00 12.84 3.56 18.47 31.75 15:08:59 14:49:02 1 34.02 0.00 12.90 4.40 17.14 31.54 15:08:59 14:49:02 2 38.03 0.00 14.24 3.38 16.61 27.74 15:08:59 14:49:02 3 35.48 0.00 14.13 2.15 17.37 30.88 15:08:59 14:50:01 all 18.24 0.00 8.13 1.31 20.07 52.25 15:08:59 14:50:01 0 17.46 0.00 8.50 0.07 21.13 52.84 15:08:59 14:50:01 1 17.79 0.00 7.75 1.29 20.42 52.75 15:08:59 14:50:01 2 18.33 0.00 7.71 1.98 20.47 51.51 15:08:59 14:50:01 3 19.41 0.00 8.59 1.89 18.24 51.87 15:08:59 14:51:04 all 9.77 0.00 12.17 11.38 22.21 44.47 15:08:59 14:51:04 0 9.60 0.00 10.96 10.63 22.68 46.13 15:08:59 14:51:04 1 9.25 0.00 11.78 11.21 22.64 45.11 15:08:59 14:51:04 2 9.29 0.00 12.43 12.24 21.76 44.28 15:08:59 14:51:04 3 10.97 0.00 13.58 11.43 21.75 42.27 15:08:59 14:52:05 all 8.80 0.00 11.25 27.14 25.94 26.87 15:08:59 14:52:05 0 8.77 0.00 11.88 29.33 26.19 23.83 15:08:59 14:52:05 1 9.30 0.00 12.05 28.67 25.26 24.72 15:08:59 14:52:05 2 8.98 0.00 10.91 27.55 26.40 26.15 15:08:59 14:52:05 3 8.16 0.00 10.20 23.12 25.90 32.62 15:08:59 14:53:07 all 4.46 0.00 7.91 40.22 28.83 18.58 15:08:59 14:53:07 0 4.78 0.00 7.74 39.48 29.48 18.51 15:08:59 14:53:07 1 4.18 0.00 8.24 40.18 27.10 20.29 15:08:59 14:53:07 2 4.75 0.00 8.05 38.33 28.16 20.72 15:08:59 14:53:07 3 4.15 0.00 7.60 42.81 30.52 14.91 15:08:59 15:08:59 14:53:07 CPU %user %nice %system %iowait %steal %idle 15:08:59 14:54:02 all 29.43 0.00 11.41 23.16 20.51 15.49 15:08:59 14:54:02 0 30.79 0.00 10.60 25.19 19.79 13.63 15:08:59 14:54:02 1 29.35 0.00 10.89 23.44 21.16 15.16 15:08:59 14:54:02 2 30.48 0.00 12.40 22.80 18.31 16.00 15:08:59 14:54:02 3 27.12 0.00 11.75 21.22 22.75 17.16 15:08:59 14:55:01 all 40.91 0.00 13.53 8.57 22.56 14.43 15:08:59 14:55:01 0 42.48 0.00 14.70 7.04 21.38 14.40 15:08:59 14:55:01 1 41.75 0.00 13.07 5.31 20.97 18.90 15:08:59 14:55:01 2 39.90 0.00 12.56 10.20 24.92 12.42 15:08:59 14:55:01 3 39.56 0.00 13.81 11.65 22.91 12.07 15:08:59 14:56:10 all 9.89 0.00 12.75 23.90 30.20 23.26 15:08:59 14:56:10 0 9.11 0.00 12.19 20.31 30.61 27.78 15:08:59 14:56:10 1 10.65 0.00 12.97 22.23 29.08 25.08 15:08:59 14:56:10 2 9.81 0.00 13.04 27.70 30.27 19.18 15:08:59 14:56:10 3 9.99 0.00 12.80 25.47 30.84 20.89 15:08:59 14:57:08 all 5.76 0.00 9.61 34.08 27.98 22.57 15:08:59 14:57:08 0 5.39 0.00 8.48 31.25 28.85 26.02 15:08:59 14:57:08 1 5.54 0.00 9.83 36.08 27.46 21.08 15:08:59 14:57:08 2 6.42 0.00 9.95 34.87 27.68 21.07 15:08:59 14:57:08 3 5.69 0.00 10.20 34.20 27.92 21.99 15:08:59 14:58:10 all 4.37 0.00 5.99 35.44 34.45 19.75 15:08:59 14:58:10 0 4.68 0.00 6.24 39.08 35.67 14.33 15:08:59 14:58:10 1 4.68 0.00 6.81 35.78 34.87 17.87 15:08:59 14:58:10 2 4.19 0.00 5.44 32.10 33.18 25.09 15:08:59 14:58:10 3 3.94 0.00 5.51 34.80 34.07 21.68 15:08:59 14:59:01 all 33.48 0.00 12.84 17.35 23.77 12.55 15:08:59 14:59:01 0 30.42 0.00 13.49 16.33 23.96 15.80 15:08:59 14:59:01 1 33.31 0.00 12.60 16.82 23.74 13.53 15:08:59 14:59:01 2 38.38 0.00 11.17 18.39 24.29 7.76 15:08:59 14:59:01 3 31.90 0.00 14.07 17.87 23.13 13.02 15:08:59 15:00:02 all 36.00 0.00 12.91 7.25 20.73 23.11 15:08:59 15:00:02 0 35.32 0.00 14.01 5.22 21.32 24.13 15:08:59 15:00:02 1 36.61 0.00 12.21 8.92 20.52 21.74 15:08:59 15:00:02 2 33.20 0.00 11.90 9.23 23.56 22.11 15:08:59 15:00:02 3 38.77 0.00 13.48 5.70 17.65 24.40 15:08:59 15:01:01 all 0.48 0.00 0.80 0.53 2.71 95.48 15:08:59 15:01:01 0 0.82 0.00 0.77 1.17 2.83 94.41 15:08:59 15:01:01 1 0.42 0.00 0.97 0.50 2.69 95.43 15:08:59 15:01:01 2 0.29 0.00 0.86 0.15 2.68 96.02 15:08:59 15:01:01 3 0.40 0.00 0.62 0.28 2.65 96.05 15:08:59 15:02:01 all 0.07 0.00 0.09 0.04 0.72 99.07 15:08:59 15:02:01 0 0.07 0.00 0.13 0.02 1.17 98.62 15:08:59 15:02:01 1 0.10 0.00 0.07 0.07 0.33 99.44 15:08:59 15:02:01 2 0.05 0.00 0.08 0.07 0.79 99.01 15:08:59 15:02:01 3 0.08 0.00 0.10 0.02 0.60 99.21 15:08:59 15:03:01 all 0.10 0.00 0.23 0.02 0.46 99.20 15:08:59 15:03:01 0 0.08 0.00 0.22 0.00 0.52 99.19 15:08:59 15:03:01 1 0.05 0.00 0.18 0.07 0.33 99.37 15:08:59 15:03:01 2 0.12 0.00 0.15 0.00 0.58 99.15 15:08:59 15:03:01 3 0.13 0.00 0.37 0.00 0.40 99.10 15:08:59 15:04:01 all 0.02 0.00 0.06 0.01 0.25 99.66 15:08:59 15:04:01 0 0.02 0.00 0.02 0.00 0.20 99.77 15:08:59 15:04:01 1 0.03 0.00 0.07 0.03 0.43 99.43 15:08:59 15:04:01 2 0.00 0.00 0.07 0.00 0.17 99.77 15:08:59 15:04:01 3 0.03 0.00 0.08 0.00 0.22 99.67 15:08:59 15:08:59 15:04:01 CPU %user %nice %system %iowait %steal %idle 15:08:59 15:05:01 all 0.10 0.00 0.07 0.02 0.62 99.20 15:08:59 15:05:01 0 0.12 0.00 0.08 0.07 0.57 99.17 15:08:59 15:05:01 1 0.07 0.00 0.08 0.00 0.66 99.19 15:08:59 15:05:01 2 0.08 0.00 0.07 0.00 0.60 99.25 15:08:59 15:05:01 3 0.12 0.00 0.05 0.00 0.65 99.19 15:08:59 15:06:01 all 0.01 0.00 0.05 0.00 0.74 99.20 15:08:59 15:06:01 0 0.00 0.00 0.03 0.00 0.28 99.68 15:08:59 15:06:01 1 0.02 0.00 0.03 0.00 0.37 99.58 15:08:59 15:06:01 2 0.02 0.00 0.05 0.00 0.15 99.78 15:08:59 15:06:01 3 0.02 0.00 0.07 0.00 2.16 97.76 15:08:59 15:07:01 all 0.02 0.00 0.03 0.00 0.17 99.78 15:08:59 15:07:01 0 0.02 0.00 0.03 0.00 0.12 99.83 15:08:59 15:07:01 1 0.03 0.00 0.03 0.02 0.38 99.53 15:08:59 15:07:01 2 0.00 0.00 0.03 0.00 0.07 99.90 15:08:59 15:07:01 3 0.02 0.00 0.02 0.00 0.12 99.85 15:08:59 15:08:02 all 1.38 0.00 1.14 1.07 8.59 87.82 15:08:59 15:08:02 0 1.24 0.00 0.95 0.94 9.02 87.85 15:08:59 15:08:02 1 1.51 0.00 1.11 1.26 8.97 87.15 15:08:59 15:08:02 2 1.02 0.00 0.91 1.10 8.80 88.18 15:08:59 15:08:02 3 1.77 0.00 1.61 0.97 7.56 88.08 15:08:59 Average: all 12.43 0.00 6.72 9.87 17.70 53.28 15:08:59 Average: 0 12.03 0.00 6.71 9.66 18.33 53.28 15:08:59 Average: 1 12.42 0.00 6.67 9.90 17.34 53.67 15:08:59 Average: 2 12.89 0.00 6.72 10.14 17.37 52.88 15:08:59 Average: 3 12.38 0.00 6.78 9.80 17.77 53.27 15:08:59 15:08:59 15:08:59