Pull request #3025 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from a0fb6c254a114b1db360e5fc9edf4f7571956386+ced48a9704d45a78ce2a225541f5314d2d8a1195 (1bdd117acd077ea3cd5a93a2699a3da3c7427f32) 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e # timeout=10 Commit message: "Merge pull request #309 from ernestojeda/fix-swagger-publish" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20024 in /w/workspace/edgexfoundry_edgex-go_PR-3025 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3025/head:refs/remotes/origin/PR-3025 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ced48a9704d45a78ce2a225541f5314d2d8a1195 into PR head commit a0fb6c254a114b1db360e5fc9edf4f7571956386 Merge succeeded, producing a0fb6c254a114b1db360e5fc9edf4f7571956386 Checking out Revision a0fb6c254a114b1db360e5fc9edf4f7571956386 (PR-3025) > git config core.sparsecheckout # timeout=10 > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # 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 ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # timeout=10 Commit message: "fix(snap): bump snap epoch to 5 for Ireland" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:45:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:45:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:45:45 ========================================================= 19:45:45 EdgeX Global Pipelines Version Info 19:45:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c0de1628aea6da99e6260dacaed86128f060a129 # timeout=10 19:45:46 ------------------- 19:45:46 stable info: 19:45:46 ------------------- 19:45:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:45:46 Commit SHA: cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 19:45:46 Message: update stable to v1.0.176 19:45:47 ------------------- 19:45:47 experimental info: 19:45:47 ------------------- 19:45:47 Commited By: **** collab-it+edgex@linuxfoundation.org 19:45:47 Commit SHA: cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 19:45:47 Message: update experimental to v1.0.176 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:45:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:45:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:45:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:45:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:45:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:45:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:45:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:45:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:45:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:45:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:45:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:45:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:45:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:45:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:45:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:45:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:45:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:45:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:45:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:45:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:45:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:45:50 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 19:45:50 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 19:45:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3025 [Pipeline] echo 19:45:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3025 [Pipeline] echo 19:45:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3025 [Pipeline] echo 19:45:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a0fb6c254a114b1db360e5fc9edf4f7571956386 [Pipeline] echo 19:45:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a0fb6c2 [Pipeline] echo 19:45:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:45:51 provisioning config files... 19:45:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8545612368427655881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:45:51 ---> docker-login.sh 19:45:51 nexus3.edgexfoundry.org:10001 19:45:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:45:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:45:52 Configure a credential helper to remove this warning. See 19:45:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:45:52 19:45:52 Login Succeeded 19:45:52 nexus3.edgexfoundry.org:10002 19:45:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:45:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:45:52 Configure a credential helper to remove this warning. See 19:45:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:45:52 19:45:52 Login Succeeded 19:45:52 nexus3.edgexfoundry.org:10003 19:45:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:45:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:45:52 Configure a credential helper to remove this warning. See 19:45:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:45:52 19:45:52 Login Succeeded 19:45:52 nexus3.edgexfoundry.org:10004 19:45:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:45:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:45:52 Configure a credential helper to remove this warning. See 19:45:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:45:52 19:45:52 Login Succeeded 19:45:52 docker.io 19:45:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:45:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:45:53 Configure a credential helper to remove this warning. See 19:45:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:45:53 19:45:53 Login Succeeded 19:45:53 ---> docker-login.sh ends [Pipeline] } 19:45:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:45:53 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:45:53 + for file in '`ls cmd/**/Dockerfile`' 19:45:53 ++ dirname cmd/core-command/Dockerfile 19:45:53 ++ cut -d/ -f2 19:45:53 + echo core-command,cmd/core-command/Dockerfile 19:45:53 + for file in '`ls cmd/**/Dockerfile`' 19:45:53 ++ dirname cmd/core-data/Dockerfile 19:45:53 ++ cut -d/ -f2 19:45:53 + echo core-data,cmd/core-data/Dockerfile 19:45:53 + for file in '`ls cmd/**/Dockerfile`' 19:45:53 ++ dirname cmd/core-metadata/Dockerfile 19:45:53 ++ cut -d/ -f2 19:45:53 + echo core-metadata,cmd/core-metadata/Dockerfile 19:45:53 + for file in '`ls cmd/**/Dockerfile`' 19:45:53 ++ dirname cmd/security-bootstrap-redis/Dockerfile 19:45:53 ++ cut -d/ -f2 19:45:53 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 19:45:53 + for file in '`ls cmd/**/Dockerfile`' 19:45:53 ++ dirname cmd/security-proxy-setup/Dockerfile 19:45:53 ++ cut -d/ -f2 19:45:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:45:53 + for file in '`ls cmd/**/Dockerfile`' 19:45:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:45:53 ++ cut -d/ -f2 19:45:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:45:53 + for file in '`ls cmd/**/Dockerfile`' 19:45:53 ++ dirname cmd/support-notifications/Dockerfile 19:45:53 ++ cut -d/ -f2 19:45:53 + echo support-notifications,cmd/support-notifications/Dockerfile 19:45:53 + for file in '`ls cmd/**/Dockerfile`' 19:45:53 ++ dirname cmd/support-scheduler/Dockerfile 19:45:53 ++ cut -d/ -f2 19:45:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:45:53 + for file in '`ls cmd/**/Dockerfile`' 19:45:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:45:53 ++ cut -d/ -f2 19:45:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:45:53 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 19:45:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:55 19:45:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:45:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:55 latest: Pulling from edgex-devops/git-semver 19:45:55 31603596830f: Pulling fs layer 19:45:55 2a8b12db71e7: Pulling fs layer 19:45:55 6ca5941a6612: Pulling fs layer 19:45:55 ecc8261a40a4: Pulling fs layer 19:45:55 ecc8261a40a4: Waiting 19:45:55 2a8b12db71e7: Verifying Checksum 19:45:55 2a8b12db71e7: Download complete 19:45:56 31603596830f: Download complete 19:45:56 6ca5941a6612: Verifying Checksum 19:45:56 6ca5941a6612: Download complete 19:45:56 ecc8261a40a4: Verifying Checksum 19:45:56 ecc8261a40a4: Download complete 19:45:56 31603596830f: Pull complete 19:45:56 2a8b12db71e7: Pull complete 19:45:57 6ca5941a6612: Pull complete 19:45:57 ecc8261a40a4: Pull complete 19:45:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:45:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:45:57 prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container 19:45:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:46:00 $ docker top 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:46:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:00 [ssh-agent] Looking for ssh-agent implementation... 19:46:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:01 $ docker exec 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e ssh-agent 19:46:01 SSH_AUTH_SOCK=/tmp/ssh-tjs0o8CYchHB/agent.12 19:46:01 SSH_AGENT_PID=17 19:46:01 Running ssh-add (command line suppressed) 19:46:01 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1352604834393010877.key (/w/workspace/edgex-go/3@tmp/private_key_1352604834393010877.key) 19:46:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:01 + git tag --points-at HEAD [Pipeline] } 19:46:01 $ docker exec --env ******** --env ******** 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e ssh-agent -k 19:46:02 unset SSH_AUTH_SOCK; 19:46:02 unset SSH_AGENT_PID; 19:46:02 echo Agent pid 17 killed; 19:46:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:46:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:02 [ssh-agent] Looking for ssh-agent implementation... 19:46:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:02 $ docker exec 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e ssh-agent 19:46:02 SSH_AUTH_SOCK=/tmp/ssh-e00Ek3d4ruEf/agent.47 19:46:02 SSH_AGENT_PID=52 19:46:02 Running ssh-add (command line suppressed) 19:46:02 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5334596620631960580.key (/w/workspace/edgex-go/3@tmp/private_key_5334596620631960580.key) 19:46:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:03 + git semver init 19:46:03 # -> Open(): unable to determine branch for HEAD 19:46:03 # $GIT_DIR = /w/workspace/edgex-go/3/.git 19:46:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 19:46:03 # $SEMVER_REMOTE_NAME = origin 19:46:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:46:03 # $SEMVER_USER_NAME = edgex-jenkins 19:46:03 # $SEMVER_BRANCH = PR-3025 19:46:03 # $SEMVER_TEMP = /tmp/semver-731316727 19:46:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:46:21 # '/tmp/semver-731316727' -> '/w/workspace/edgex-go/3/.semver' 19:46:21 # -> Force: false 19:46:21 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 19:46:21 $ docker exec --env ******** --env ******** 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e ssh-agent -k 19:46:21 unset SSH_AUTH_SOCK; 19:46:21 unset SSH_AGENT_PID; 19:46:21 echo Agent pid 52 killed; 19:46:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:46:22 + git semver [Pipeline] } 19:46:22 $ docker stop --time=1 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e 19:46:23 $ docker rm -f 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e [Pipeline] // withDockerContainer [Pipeline] sh 19:46:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:46:24 Stashed 1 file(s) [Pipeline] echo 19:46:24 [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 19:46:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:46:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:46:26 + sudo service docker restart 19:46:26 + true 19:46:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:46:27 ========================================================= 19:46:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:46:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:46:27 + 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 . 19:46:31 Sending build context to Docker daemon 326.5MB 19:46:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:46:31 Step 2/6 : FROM ${BASE} 19:46:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:46:31 188c0c94c7c5: Pulling fs layer 19:46:31 0ef7d3d256c8: Pulling fs layer 19:46:31 de9db76c5a1d: Pulling fs layer 19:46:31 bca2f99d35d6: Pulling fs layer 19:46:31 93359f2a8cfa: Pulling fs layer 19:46:31 7c6f9722023f: Pulling fs layer 19:46:31 a35cf1a2eb13: Pulling fs layer 19:46:31 bca2f99d35d6: Waiting 19:46:31 93359f2a8cfa: Waiting 19:46:31 7c6f9722023f: Waiting 19:46:31 a35cf1a2eb13: Waiting 19:46:31 0ef7d3d256c8: Verifying Checksum 19:46:31 0ef7d3d256c8: Download complete 19:46:31 de9db76c5a1d: Verifying Checksum 19:46:31 de9db76c5a1d: Download complete 19:46:31 93359f2a8cfa: Verifying Checksum 19:46:31 93359f2a8cfa: Download complete 19:46:31 188c0c94c7c5: Verifying Checksum 19:46:31 188c0c94c7c5: Download complete 19:46:31 7c6f9722023f: Verifying Checksum 19:46:31 7c6f9722023f: Download complete 19:46:32 188c0c94c7c5: Pull complete 19:46:32 0ef7d3d256c8: Pull complete 19:46:32 de9db76c5a1d: Pull complete 19:46:34 a35cf1a2eb13: Verifying Checksum 19:46:34 a35cf1a2eb13: Download complete 19:46:34 bca2f99d35d6: Download complete 19:46:40 Still waiting to schedule task 19:46:40 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 19:46:40 bca2f99d35d6: Pull complete 19:46:40 93359f2a8cfa: Pull complete 19:46:40 7c6f9722023f: Pull complete 19:46:46 a35cf1a2eb13: Pull complete 19:46:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:46:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:46:46 ---> a62c8e92a672 19:46:46 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 19:46:46 ---> Running in 09a1c0dd5355 19:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:46:47 (1/12) Installing libmagic (5.38-r0) 19:46:47 (2/12) Installing file (5.38-r0) 19:46:47 (3/12) Installing libc-dev (0.7.2-r3) 19:46:48 (4/12) Installing g++ (9.3.0-r2) 19:46:52 (5/12) Installing fortify-headers (1.1-r0) 19:46:52 (6/12) Installing patch (2.7.6-r6) 19:46:52 (7/12) Installing build-base (0.5-r2) 19:46:52 (8/12) Installing libsodium (1.0.18-r0) 19:46:52 (9/12) Installing pkgconf (1.7.2-r0) 19:46:52 (10/12) Installing libsodium-dev (1.0.18-r0) 19:46:52 (11/12) Installing libzmq (4.3.3-r0) 19:46:52 (12/12) Installing zeromq-dev (4.3.3-r0) 19:46:52 Executing busybox-1.31.1-r19.trigger 19:46:52 OK: 233 MiB in 51 packages 19:46:56 Removing intermediate container 09a1c0dd5355 19:46:56 ---> 5326fec4f6bb 19:46:56 Step 4/6 : WORKDIR /edgex-go 19:46:56 ---> Running in d6f65a98f28b 19:46:56 Removing intermediate container d6f65a98f28b 19:46:56 ---> 2636c20b79cb 19:46:56 Step 5/6 : COPY go.mod . 19:46:57 ---> 295e2db854e7 19:46:57 Step 6/6 : RUN go mod download 19:46:57 ---> Running in ad292b99e582 19:47:19 Removing intermediate container ad292b99e582 19:47:19 ---> 647ee870e8aa 19:47:19 Successfully built 647ee870e8aa 19:47:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:47:20 + docker inspect -f . ci-base-image-x86_64 19:47:20 . [Pipeline] withDockerContainer 19:47:20 prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container 19:47:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 19:47:21 $ docker top 6938045d7641bfc8df456fa7d461a852447d6bdb09f09ff6dbc57ba2e76ba588 -eo pid,comm [Pipeline] { [Pipeline] sh 19:47:21 + go version 19:47:21 go version go1.15.5 linux/amd64 [Pipeline] } 19:47:21 $ docker stop --time=1 6938045d7641bfc8df456fa7d461a852447d6bdb09f09ff6dbc57ba2e76ba588 19:47:23 $ docker rm -f 6938045d7641bfc8df456fa7d461a852447d6bdb09f09ff6dbc57ba2e76ba588 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:47:24 + docker inspect -f . ci-base-image-x86_64 19:47:24 . [Pipeline] withDockerContainer 19:47:24 prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container 19:47:24 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 19:47:25 $ docker top 47cba8fbd1b78e6ddbf2187cef2a88a3af473f1ee24aea2e6c8f38864135bc85 -eo pid,comm [Pipeline] { [Pipeline] echo 19:47:25 ========================================================= 19:47:25 [edgeXBuildGoParallel] Running Tests and Build... 19:47:25 ========================================================= [Pipeline] sh 19:47:25 + make test 19:47:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:47:33 ? github.com/edgexfoundry/edgex-go [no test files] 19:47:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:47:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:47:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:47:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:47:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 19:47:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:47:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:47:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:47:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:47:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:47:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:47:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:47:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:47:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 46.6% of statements 19:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.0% of statements 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 77.1% of statements 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.4% of statements 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.314s coverage: 28.6% of statements 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 19:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:48:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 19:48:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:48:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements 19:48:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:48:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements 19:48:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:48:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:48:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:48:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:48:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.348s coverage: 93.1% of statements 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:48:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:48:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:48:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:48:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 75.5% of statements 19:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:48:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 19:48:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 19:48:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.2% of statements 19:48:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.4% of statements 19:48:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:48:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 63.5% of statements 19:48:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:48:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:48:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 19:48:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements 19:48:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 19:48:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 19:48:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements 19:48:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 55.9% of statements 19:48:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:48:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:48:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 19:48:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 19:48:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 19:48:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements 19:48:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:48:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:48:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.284s coverage: 84.0% of statements 19:48:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements 19:48:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements 19:48:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:48:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:48:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:48:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:48:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:48:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 19:48:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:48:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 19:48:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 19:48:17 GO111MODULE=on go vet ./... 19:48:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20025 in /w/workspace/edgexfoundry_edgex-go_PR-3025 [Pipeline] { [Pipeline] ws 19:48:27 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:48:31 using credential edgex-jenkins-ssh 19:48:31 Cloning the remote Git repository 19:48:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:48:32 > git init /w/workspace/edgex-go/3 # timeout=10 19:48:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:48:32 > git --version # timeout=10 19:48:32 > git --version # 'git version 2.17.1' 19:48:32 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:48:39 gofmt -l . 19:48:39 [ "`gofmt -l .`" = "" ] 19:48:40 ./bin/test-go-mod-tidy.sh 19:48:40 ./bin/test-attribution-txt.sh [Pipeline] sh 19:48:41 + ls -al . 19:48:41 total 656 19:48:41 drwxrwxr-x 10 1001 1001 4096 Jan 13 19:48 . 19:48:41 drwxr-xr-x 4 root root 28 Jan 13 19:47 .. 19:48:41 -rw-rw-r-- 1 1001 1001 11 Jan 13 19:45 .dockerignore 19:48:41 drwxrwxr-x 8 1001 1001 179 Jan 13 19:45 .git 19:48:41 drwxrwxr-x 3 1001 1001 125 Jan 13 19:45 .github 19:48:41 -rw-rw-r-- 1 1001 1001 824 Jan 13 19:45 .gitignore 19:48:41 drwx------ 3 1001 1001 47 Jan 13 19:46 .semver 19:48:41 -rw-rw-r-- 1 1001 1001 166 Jan 13 19:45 .sonarcloud.properties 19:48:41 -rw-rw-r-- 1 1001 1001 7741 Jan 13 19:45 Attribution.txt 19:48:41 -rw-rw-r-- 1 1001 1001 3804 Jan 13 19:45 CONTRIBUTING.md 19:48:41 -rw-rw-r-- 1 1001 1001 931 Jan 13 19:45 Dockerfile.build 19:48:41 -rw-rw-r-- 1 1001 1001 863 Jan 13 19:45 Jenkinsfile 19:48:41 -rw-rw-r-- 1 1001 1001 10775 Jan 13 19:45 LICENSE 19:48:41 -rw-rw-r-- 1 1001 1001 5750 Jan 13 19:45 Makefile 19:48:41 -rw-rw-r-- 1 1001 1001 6524 Jan 13 19:45 README.md 19:48:41 -rw-rw-r-- 1 1001 1001 6744 Jan 13 19:45 SECURITY.md 19:48:41 -rw-rw-r-- 1 1001 1001 5 Jan 13 19:46 VERSION 19:48:41 -rw-rw-r-- 1 1001 1001 4131 Jan 13 19:45 ZMQWindows.md 19:48:41 drwxrwxr-x 2 1001 1001 117 Jan 13 19:45 bin 19:48:41 drwxrwxr-x 14 1001 1001 4096 Jan 13 19:45 cmd 19:48:41 -rw-r--r-- 1 root root 552842 Jan 13 19:48 coverage.out 19:48:41 -rw-r--r-- 1 root root 979 Jan 13 19:48 go.mod 19:48:41 -rw-r--r-- 1 root root 19036 Jan 13 19:48 go.sum 19:48:41 drwxrwxr-x 8 1001 1001 127 Jan 13 19:45 internal 19:48:41 drwxrwxr-x 4 1001 1001 26 Jan 13 19:45 openapi 19:48:41 drwxrwxr-x 4 1001 1001 71 Jan 13 19:45 snap 19:48:41 -rw-rw-r-- 1 1001 1001 168 Jan 13 19:45 version.go [Pipeline] sh 19:48:41 + '[' -e coverage.out ] 19:48:41 + chown 1001:1001 coverage.out [Pipeline] stash 19:48:42 Stashed 1 file(s) [Pipeline] sh 19:48:42 + make build 19:48:42 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 19:48:45 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 19:48:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:48:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:48:48 Merging remotes/origin/master commit ced48a9704d45a78ce2a225541f5314d2d8a1195 into PR head commit a0fb6c254a114b1db360e5fc9edf4f7571956386 19:48:48 Merge succeeded, producing a0fb6c254a114b1db360e5fc9edf4f7571956386 19:48:48 Checking out Revision a0fb6c254a114b1db360e5fc9edf4f7571956386 (PR-3025) 19:48:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:48:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:48:47 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3025/head:refs/remotes/origin/PR-3025 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:48:48 > git config core.sparsecheckout # timeout=10 19:48:48 > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # timeout=10 19:48:48 > git remote # timeout=10 19:48:48 > git config --get remote.origin.url # timeout=10 19:48:48 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:48 > git merge ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 19:48:48 > git rev-parse HEAD^{commit} # timeout=10 19:48:48 > git config core.sparsecheckout # timeout=10 19:48:48 > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # timeout=10 19:48:53 Commit message: "fix(snap): bump snap epoch to 5 for Ireland" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 19:48:54 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 [Pipeline] sh 19:48:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:48:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:48:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:48:55 + sudo service+ docker restart 19:48:55 true 19:48:56 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 19:48:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:48:57 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:48:57 provisioning config files... 19:48:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config202706585361191682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:48:58 ---> docker-login.sh 19:48:58 nexus3.edgexfoundry.org:10001 19:48:59 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 19:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:48:59 Configure a credential helper to remove this warning. See 19:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:48:59 19:48:59 Login Succeeded 19:48:59 nexus3.edgexfoundry.org:10002 19:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:00 Configure a credential helper to remove this warning. See 19:49:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:00 19:49:00 Login Succeeded 19:49:00 nexus3.edgexfoundry.org:10003 19:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:00 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 19:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:00 Configure a credential helper to remove this warning. See 19:49:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:00 19:49:00 Login Succeeded 19:49:00 nexus3.edgexfoundry.org:10004 19:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:00 Configure a credential helper to remove this warning. See 19:49:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:00 19:49:00 Login Succeeded 19:49:00 docker.io 19:49:01 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 19:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:01 Configure a credential helper to remove this warning. See 19:49:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:01 19:49:01 Login Succeeded 19:49:01 ---> docker-login.sh ends [Pipeline] } 19:49:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:49:02 ========================================================= 19:49:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:49:02 ========================================================= 19:49:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] isUnix [Pipeline] sh 19:49:02 + 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 . 19:49:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 19:49:04 $ docker stop --time=1 47cba8fbd1b78e6ddbf2187cef2a88a3af473f1ee24aea2e6c8f38864135bc85 19:49:05 Sending build context to Docker daemon 165.5MB 19:49:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:49:05 Step 2/6 : FROM ${BASE} 19:49:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:49:05 5f621e34cdf4: Pulling fs layer 19:49:05 a4357932f1b6: Pulling fs layer 19:49:05 18c013af1878: Pulling fs layer 19:49:05 00ac8860ef70: Pulling fs layer 19:49:05 63d7cb157983: Pulling fs layer 19:49:05 b116817d02f9: Pulling fs layer 19:49:05 745a02a5169b: Pulling fs layer 19:49:05 63d7cb157983: Waiting 19:49:05 b116817d02f9: Waiting 19:49:05 745a02a5169b: Waiting 19:49:05 00ac8860ef70: Waiting 19:49:05 18c013af1878: Verifying Checksum 19:49:05 18c013af1878: Download complete 19:49:05 a4357932f1b6: Verifying Checksum 19:49:05 a4357932f1b6: Download complete 19:49:05 63d7cb157983: Verifying Checksum 19:49:05 63d7cb157983: Download complete 19:49:05 5f621e34cdf4: Verifying Checksum 19:49:05 5f621e34cdf4: Download complete 19:49:05 b116817d02f9: Download complete 19:49:06 5f621e34cdf4: Pull complete 19:49:06 $ docker rm -f 47cba8fbd1b78e6ddbf2187cef2a88a3af473f1ee24aea2e6c8f38864135bc85 19:49:06 a4357932f1b6: Pull complete [Pipeline] // withDockerContainer 19:49:07 18c013af1878: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 19:49:08 745a02a5169b: Verifying Checksum 19:49:08 745a02a5169b: Download complete 19:49:09 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh 19:49:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:49:10 19:49:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:49:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:49:10 latest: Pulling from edgex-devops/edgex-compose 19:49:10 cbdbe7a5bc2a: Pulling fs layer 19:49:10 ca9280d653b3: Pulling fs layer 19:49:10 7e9c9ca2126c: Pulling fs layer 19:49:11 cbdbe7a5bc2a: Verifying Checksum 19:49:11 cbdbe7a5bc2a: Download complete 19:49:11 cbdbe7a5bc2a: Pull complete 19:49:11 ca9280d653b3: Verifying Checksum 19:49:11 ca9280d653b3: Download complete 19:49:12 7e9c9ca2126c: Download complete 19:49:12 ca9280d653b3: Pull complete 19:49:19 00ac8860ef70: Pull complete 19:49:19 63d7cb157983: Pull complete 19:49:19 b116817d02f9: Pull complete 19:49:20 7e9c9ca2126c: Pull complete 19:49:20 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:49:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:49:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:49:20 prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container 19:49:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:49:23 $ docker top 59a6c19f827dc22d5f5aba6ba038e1e38827dd1429537b93911a9b84a8dd5e3f -eo pid,comm [Pipeline] { [Pipeline] sh 19:49:23 + docker-compose build --help 19:49:23 + grep parallel 19:49:23 745a02a5169b: Pull complete 19:49:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:49:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:49:23 ---> b7e6874047d6 19:49:23 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 19:49:24 --parallel Build images in parallel. [Pipeline] } 19:49:24 $ docker stop --time=1 59a6c19f827dc22d5f5aba6ba038e1e38827dd1429537b93911a9b84a8dd5e3f 19:49:26 $ docker rm -f 59a6c19f827dc22d5f5aba6ba038e1e38827dd1429537b93911a9b84a8dd5e3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:49:26 ---> Running in 7e547d0fa2d9 19:49:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:49:26 . [Pipeline] withDockerContainer 19:49:26 prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container 19:49:26 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 19:49:27 $ docker top 42d897ae3cbcd0a0b0b2e1dc6c48d3890e689c1f532b28943df7afedef1e7534 -eo pid,comm 19:49:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 19:49:28 + docker-compose -f ./docker-compose-build.yml build --parallel 19:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:28 Building docker-core-command-go ... 19:49:28 Building docker-core-data-go ... 19:49:28 Building docker-core-metadata-go ... 19:49:28 Building docker-security-bootstrap-redis-go ... 19:49:28 Building docker-security-proxy-setup-go ... 19:49:28 Building docker-security-secretstore-setup-go ... 19:49:28 Building docker-support-notifications-go ... 19:49:28 Building docker-support-scheduler-go ... 19:49:28 Building docker-sys-mgmt-agent-go ... 19:49:28 Building docker-support-notifications-go 19:49:28 Building docker-core-command-go 19:49:28 Building docker-sys-mgmt-agent-go 19:49:28 Building docker-security-proxy-setup-go 19:49:28 Building docker-security-bootstrap-redis-go 19:49:29 (1/12) Installing libmagic (5.38-r0) 19:49:29 (2/12) Installing file (5.38-r0) 19:49:29 (3/12) Installing libc-dev (0.7.2-r3) 19:49:29 (4/12) Installing g++ (9.3.0-r2) 19:49:33 (5/12) Installing fortify-headers (1.1-r0) 19:49:33 (6/12) Installing patch (2.7.6-r6) 19:49:33 (7/12) Installing build-base (0.5-r2) 19:49:33 (8/12) Installing libsodium (1.0.18-r0) 19:49:34 (9/12) Installing pkgconf (1.7.2-r0) 19:49:34 (10/12) Installing libsodium-dev (1.0.18-r0) 19:49:34 (11/12) Installing libzmq (4.3.3-r0) 19:49:34 (12/12) Installing zeromq-dev (4.3.3-r0) 19:49:34 Executing busybox-1.31.1-r19.trigger 19:49:34 OK: 217 MiB in 51 packages 19:49:38 Removing intermediate container 7e547d0fa2d9 19:49:38 ---> cf89ef9cb865 19:49:38 Step 4/6 : WORKDIR /edgex-go 19:49:38 ---> Running in 1dd8c08aea54 19:49:39 Removing intermediate container 1dd8c08aea54 19:49:39 ---> 9b562a2be10a 19:49:39 Step 5/6 : COPY go.mod . 19:49:40 ---> b0e507a2b403 19:49:40 Step 6/6 : RUN go mod download 19:49:40 ---> Running in 4ef08e8c53c2 19:50:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:50:01 ---> 647ee870e8aa 19:50:01 Step 3/22 : WORKDIR /edgex-go 19:50:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:50:01 ---> 647ee870e8aa 19:50:01 Step 3/24 : WORKDIR /edgex-go 19:50:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:50:01 ---> 647ee870e8aa 19:50:01 Step 3/22 : WORKDIR /edgex-go 19:50:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:50:01 ---> 647ee870e8aa 19:50:01 Step 3/26 : WORKDIR /edgex-go 19:50:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:50:01 ---> 647ee870e8aa 19:50:01 Step 3/21 : WORKDIR /edgex-go 19:50:01 ---> Running in d9502867d75d 19:50:01 ---> Running in 08df8929b7ad 19:50:01 ---> Running in 5ee3fe5eda42 19:50:01 ---> Running in 8dc4750c777e 19:50:01 ---> Running in 849fc7ae0824 19:50:01 Removing intermediate container d9502867d75d 19:50:01 ---> 9aa396071fd7 19:50:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:01 Removing intermediate container 849fc7ae0824 19:50:01 ---> f67b1b2ee2c4 19:50:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:01 Removing intermediate container 5ee3fe5eda42 19:50:01 ---> ce66aca4ff83 19:50:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:01 Removing intermediate container 8dc4750c777e 19:50:01 ---> 02028a15db01 19:50:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:01 Removing intermediate container 08df8929b7ad 19:50:01 ---> e562cd8232b2 19:50:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:01 ---> Running in f91796eccbc7 19:50:01 ---> Running in 09069fd4dfec 19:50:01 ---> Running in 39ffd8499641 19:50:01 ---> Running in 48128ef47fd9 19:50:01 ---> Running in da5277cebc48 19:50:04 Removing intermediate container 39ffd8499641 19:50:04 ---> 91827e49a157 19:50:04 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 19:50:04 Removing intermediate container f91796eccbc7 19:50:04 ---> ffdb5b22abdc 19:50:04 Step 5/26 : RUN apk add --update --no-cache make bash git 19:50:04 ---> Running in abe46125f648 19:50:04 ---> Running in 70aa918ac732 19:50:04 Removing intermediate container 09069fd4dfec 19:50:04 ---> 543a868f13ad 19:50:04 Step 5/22 : RUN apk add --update --no-cache make git 19:50:04 Removing intermediate container 48128ef47fd9 19:50:04 ---> 01f9b816dc76 19:50:04 Step 5/22 : RUN apk add --update --no-cache make git 19:50:04 Removing intermediate container da5277cebc48 19:50:04 ---> 11aeadfaa581 19:50:04 Step 5/21 : RUN apk add --update --no-cache make git 19:50:04 ---> Running in a09221e169b4 19:50:04 ---> Running in ef66506e9562 19:50:04 ---> Running in cac9a4e7fee2 19:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:06 OK: 233 MiB in 51 packages 19:50:06 OK: 233 MiB in 51 packages 19:50:06 OK: 233 MiB in 51 packages 19:50:06 OK: 233 MiB in 51 packages 19:50:06 OK: 233 MiB in 51 packages 19:50:06 Removing intermediate container 4ef08e8c53c2 19:50:06 ---> 67bee48d1394 19:50:06 Successfully built 67bee48d1394 19:50:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:50:07 + docker inspect -f . ci-base-image-arm64 19:50:07 . [Pipeline] withDockerContainer 19:50:07 prd-ubuntu18.04-docker-arm64-4c-16g-20025 does not seem to be running inside a container 19:50:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 19:50:07 Removing intermediate container 70aa918ac732 19:50:07 ---> b7792b75bbfd 19:50:07 Step 6/26 : COPY go.mod . 19:50:07 Removing intermediate container a09221e169b4 19:50:07 ---> 15ac0795f80e 19:50:07 Step 6/22 : COPY go.mod . 19:50:07 Removing intermediate container abe46125f648 19:50:07 ---> 028e98eb6974 19:50:07 Step 6/24 : COPY go.mod . 19:50:07 Removing intermediate container ef66506e9562 19:50:07 ---> ab9956afd207 19:50:07 Step 6/22 : COPY go.mod . 19:50:07 Removing intermediate container cac9a4e7fee2 19:50:07 ---> f65b25a5046c 19:50:07 Step 6/21 : COPY go.mod . 19:50:07 ---> 2969c6360755 19:50:07 Step 7/26 : RUN go mod download 19:50:07 ---> 5859941a6105 19:50:07 Step 7/22 : RUN go mod download 19:50:08 ---> 500a617b1b79 19:50:08 Step 7/24 : RUN go mod download 19:50:08 ---> Running in 539aa9f6b411 19:50:08 ---> Running in d212ce5227d5 19:50:08 ---> e754b40f9e30 19:50:08 Step 7/22 : RUN go mod download 19:50:08 ---> Running in c69bbfa55f67 19:50:08 ---> c26dc9df23a8 19:50:08 Step 7/21 : RUN go mod download 19:50:08 ---> Running in c0abcaad5eda 19:50:08 ---> Running in 72894bde9404 19:50:09 $ docker top 394f85d362c6d181aa436f158b53603748f8a757e8f933ba0368440ffff8c617 -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:10 + go version 19:50:10 go version go1.15.5 linux/arm64 [Pipeline] } 19:50:10 $ docker stop --time=1 394f85d362c6d181aa436f158b53603748f8a757e8f933ba0368440ffff8c617 19:50:11 Removing intermediate container c69bbfa55f67 19:50:11 ---> e215d60b1352 19:50:11 Step 8/24 : COPY . . 19:50:11 Removing intermediate container 72894bde9404 19:50:11 ---> 94d2b903404b 19:50:11 Step 8/21 : COPY . . 19:50:11 Removing intermediate container c0abcaad5eda 19:50:11 ---> 30b36ea3d91a 19:50:11 Step 8/22 : COPY . . 19:50:11 Removing intermediate container 539aa9f6b411 19:50:11 ---> 10f41d3e7add 19:50:11 Step 8/26 : COPY . . 19:50:12 $ docker rm -f 394f85d362c6d181aa436f158b53603748f8a757e8f933ba0368440ffff8c617 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:50:13 + docker inspect -f . ci-base-image-arm64 19:50:13 . [Pipeline] withDockerContainer 19:50:13 prd-ubuntu18.04-docker-arm64-4c-16g-20025 does not seem to be running inside a container 19:50:13 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 19:50:14 Removing intermediate container d212ce5227d5 19:50:14 ---> e623cbebe096 19:50:14 Step 8/22 : COPY . . 19:50:14 $ docker top 81e6104df6e16e446bbb81d02f78d943eaffa7c8179de0e86185c42eee07696a -eo pid,comm [Pipeline] { [Pipeline] echo 19:50:15 ========================================================= 19:50:15 [edgeXBuildGoParallel] Running Tests and Build... 19:50:15 ========================================================= [Pipeline] sh 19:50:15 + make test 19:50:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:50:38 ? github.com/edgexfoundry/edgex-go [no test files] 19:50:47 ---> e4dec3d4226b 19:50:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:50:47 ---> 75531f6b6770 19:50:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:50:47 ---> eac495e30d87 19:50:47 Step 9/22 : RUN make cmd/core-command/core-command 19:50:47 ---> c9153918d717 19:50:47 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:50:47 ---> Running in a1c0e827eb87 19:50:47 ---> Running in 28c5b3f339bb 19:50:47 ---> 7c6fbc3c952a 19:50:47 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:50:47 ---> Running in 18995515a0f6 19:50:47 ---> Running in 7eac24a8dc4d 19:50:47 ---> Running in 24235c422f2b 19:50:48 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 19:50:48 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 19:50:48 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 19:50:48 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 19:50:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:51: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 19:51:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:51:18 Removing intermediate container 24235c422f2b 19:51:18 ---> 3caeaa397e14 19:51:18 19:51:18 Step 10/22 : FROM alpine:3.12 19:51:18 3.12: Pulling from library/alpine 19:51:19 Removing intermediate container 28c5b3f339bb 19:51:19 ---> 2370348832ab 19:51:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:51:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:51:20 Status: Downloaded newer image for alpine:3.12 19:51:20 ---> 389fef711851 19:51:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:51:20 ---> Running in 36d9aeef327d 19:51:20 ---> Running in 2f3b98ff2bf0 19:51:23 Removing intermediate container a1c0e827eb87 19:51:23 ---> 5f7ed38875e9 19:51:23 19:51:23 Step 10/21 : FROM alpine:3.12 19:51:23 ---> 389fef711851 19:51:23 Step 11/21 : RUN apk add --update --no-cache curl 19:51:23 ---> Running in d83230975652 19:51:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:51:24 (1/5) Installing ca-certificates (20191127-r4) 19:51:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:51:24 (3/5) Installing libcurl (7.69.1-r3) 19:51:24 (4/5) Installing curl (7.69.1-r3) 19:51:24 (5/5) Installing dumb-init (1.2.2-r1) 19:51:24 Executing busybox-1.31.1-r19.trigger 19:51:24 Executing ca-certificates-20191127-r4.trigger 19:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:51:24 OK: 7 MiB in 19 packages 19:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:51:24 (1/4) Installing ca-certificates (20191127-r4) 19:51:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:51:24 (3/4) Installing libcurl (7.69.1-r3) 19:51:24 (4/4) Installing curl (7.69.1-r3) 19:51:24 Executing busybox-1.31.1-r19.trigger 19:51:24 Executing ca-certificates-20191127-r4.trigger 19:51:24 OK: 7 MiB in 18 packages 19:51:26 Removing intermediate container 18995515a0f6 19:51:26 ---> 4f9c3a967372 19:51:26 19:51:26 Step 10/22 : FROM scratch 19:51:26 ---> 19:51:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:51:26 ---> Running in 3464104a019d 19:51:26 Removing intermediate container 7eac24a8dc4d 19:51:26 ---> 885c74754a88 19:51:26 19:51:26 Step 10/24 : FROM scratch 19:51:26 ---> 19:51:26 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:51:27 ---> Running in f0fbd42d6f58 19:51:27 Removing intermediate container 3464104a019d 19:51:27 ---> d5e1bd91e0b1 19:51:27 Step 12/22 : ENV APP_PORT=48082 19:51:27 Removing intermediate container 2f3b98ff2bf0 19:51:27 ---> 7c62b668fb1e 19:51:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 19:51:27 ---> Running in 8c346b83b910 19:51:27 Removing intermediate container d83230975652 19:51:27 ---> edbe8dfdf975 19:51:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:51:27 ---> Running in 649c16567225 19:51:27 ---> Running in 62f118aebf81 19:51:27 Removing intermediate container f0fbd42d6f58 19:51:27 ---> fbb7f9c2ae6a 19:51:27 Step 12/24 : ENV APP_PORT=48060 19:51:27 Removing intermediate container 8c346b83b910 19:51:27 ---> 5b45df02f75d 19:51:27 Step 13/22 : EXPOSE $APP_PORT 19:51:27 Removing intermediate container 36d9aeef327d 19:51:27 ---> 9e7948972f3e 19:51:27 19:51:27 Step 11/26 : FROM docker:20.10.0 19:51:27 ---> Running in 8f7f42053eb2 19:51:27 20.10.0: Pulling from library/docker 19:51:27 ---> Running in 4481ad2f9bac 19:51:27 Removing intermediate container 649c16567225 19:51:27 ---> 23592e7626dd 19:51:27 Step 13/22 : WORKDIR / 19:51:28 Removing intermediate container 62f118aebf81 19:51:28 ---> 95628b2ef91c 19:51:28 Step 13/21 : WORKDIR /edgex 19:51:28 Removing intermediate container 8f7f42053eb2 19:51:28 ---> 609ff1221966 19:51:28 Step 13/24 : EXPOSE $APP_PORT 19:51:28 ---> Running in 219271f8974e 19:51:29 ---> Running in 26b8d94d1db9 19:51:29 Removing intermediate container 4481ad2f9bac 19:51:29 ---> e7c7b3b50ece 19:51:29 Step 14/22 : WORKDIR / 19:51:29 ---> Running in 1f3fb3d805c4 19:51:29 ---> Running in 5448c83463b9 19:51:29 Removing intermediate container 219271f8974e 19:51:29 ---> 117b36820986 19:51:29 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:51:29 Removing intermediate container 1f3fb3d805c4 19:51:29 ---> f3026d825dfe 19:51:29 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:51:30 Removing intermediate container 26b8d94d1db9 19:51:30 ---> a0422de3670c 19:51:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:51:30 Removing intermediate container 5448c83463b9 19:51:30 ---> 979d9a4ce07d 19:51:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:51:30 ---> 576fbaf82306 19:51:30 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:51:30 ---> 23cd5e72193c 19:51:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 19:51:31 ---> 9d215400fd88 19:51:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:51:31 ---> 35fbf5c7776d 19:51:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:51:31 ---> 1f9a1a418a36 19:51:31 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:51:31 ---> d74d83450347 19:51:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 19:51:31 ---> a925a2daa63c 19:51:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:51:32 ---> 43bd294b37f9 19:51:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:51:32 ---> e20365b532d9 19:51:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 19:51:32 ---> bfdba35c06f1 19:51:32 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:51:32 ---> c13ae1726b02 19:51:32 Step 18/22 : ENTRYPOINT ["/core-command"] 19:51:32 ---> 4eeb052aad8f 19:51:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:51:32 ---> Running in 3dfb43245c52 19:51:32 ---> Running in e4c914999411 19:51:32 ---> 51df13cedfb4 19:51:32 Step 18/22 : RUN chmod +x entrypoint.sh 19:51:32 ---> b263d3ac6578 19:51:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:51:33 ---> Running in eb06ddacfdfd 19:51:33 Removing intermediate container 3dfb43245c52 19:51:33 ---> cec5dd14a81c 19:51:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:51:33 Removing intermediate container e4c914999411 19:51:33 ---> 8e68e9a4cef8 19:51:33 Step 18/21 : CMD ["--init=true"] 19:51:33 ---> Running in 9f3829bc413a 19:51:33 ---> Running in f34662e162fd 19:51:33 ---> 93e4dec8d992 19:51:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:51:35 Removing intermediate container 9f3829bc413a 19:51:35 ---> 3496eec0d45b 19:51:35 Step 20/22 : LABEL arch=x86_64 19:51:35 Removing intermediate container f34662e162fd 19:51:35 ---> 678f7c238d89 19:51:35 Step 19/21 : LABEL arch=x86_64 19:51:35 ---> c8450ee1bb0e 19:51:35 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:51:35 ---> Running in 8840b6285a54 19:51:35 ---> Running in 46219109b801 19:51:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:51:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:51:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:51:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 19:51:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:51:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:51:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:51:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:51:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:51:35 ---> Running in e46553407b21 19:51:35 Removing intermediate container 8840b6285a54 19:51:35 ---> 8e14deff6b59 19:51:35 Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:51:35 ---> Running in 82fd17a4d9fd 19:51:35 Removing intermediate container 46219109b801 19:51:35 ---> d72e6914a4ad 19:51:35 Step 20/21 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:51:35 Removing intermediate container e46553407b21 19:51:35 ---> e58ec68864be 19:51:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:51:35 Removing intermediate container eb06ddacfdfd 19:51:35 ---> b27a963d9298 19:51:35 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 19:51:36 ---> Running in fdde10818358 19:51:36 ---> Running in beb1ece926b7 19:51:36 ---> Running in af5ec27f1b93 19:51:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:51:36 Status: Downloaded newer image for docker:20.10.0 19:51:36 Removing intermediate container 82fd17a4d9fd 19:51:36 ---> dc41a37765ed 19:51:36 Step 22/22 : LABEL version=0.0.0 19:51:36 ---> aefe523efa57 19:51:36 Step 12/26 : RUN apk add --no-cache bash 19:51:36 Removing intermediate container fdde10818358 19:51:36 ---> f67af82b53f0 19:51:36 Step 21/21 : LABEL version=0.0.0 19:51:36 ---> Running in 43d0b4ac782e 19:51:36 ---> Running in a6e0c046d064 19:51:36 Removing intermediate container af5ec27f1b93 19:51:36 ---> a8e4b35fd0d5 19:51:36 Step 20/22 : LABEL arch=x86_64 19:51:36 Removing intermediate container beb1ece926b7 19:51:36 ---> 46c5a375a0ff 19:51:36 Step 22/24 : LABEL arch=x86_64 19:51:36 ---> Running in 30ff80f8ab9f 19:51:36 ---> Running in 27a13e825230 19:51:37 ---> Running in 7f37245afeba 19:51:37 Removing intermediate container 43d0b4ac782e 19:51:37 ---> 86edd228d08f 19:51:37 19:51:37 Removing intermediate container 27a13e825230 19:51:37 ---> 3cc30ba7e051 19:51:37 Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:51:37 Removing intermediate container 30ff80f8ab9f 19:51:37 ---> 10a6a86a45be 19:51:37 19:51:37 Successfully built 86edd228d08f 19:51:37 Removing intermediate container 7f37245afeba 19:51:37 ---> df86d5f70b50 19:51:37 Step 23/24 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:51:37 Successfully tagged docker-core-command-go:latest 19:51:37 ---> Running in 65959d11d3ae 19:51:37  Building docker-core-command-go ... done Building docker-support-scheduler-go 19:51:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:51:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:51:37 ---> Running in 988a572a64d1 19:51:37 Successfully built 10a6a86a45be 19:51:37 Successfully tagged docker-security-proxy-setup-go:latest 19:51:37  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 19:51:37 Removing intermediate container 65959d11d3ae 19:51:37 ---> e037d51d4eda 19:51:37 Step 22/22 : LABEL version=0.0.0 19:51:37 (1/2) Installing readline (8.0.4-r0) 19:51:37 (2/2) Installing bash (5.0.17-r0) 19:51:37 ---> Running in 2762a5fb08b4 19:51:37 Executing bash-5.0.17-r0.post-install 19:51:37 Executing busybox-1.31.1-r19.trigger 19:51:37 OK: 12 MiB in 22 packages 19:51:37 Removing intermediate container 988a572a64d1 19:51:37 ---> 13b418a0c894 19:51:37 Step 24/24 : LABEL version=0.0.0 19:51:37 ---> Running in 768b6c58a98d 19:51:37 Removing intermediate container 2762a5fb08b4 19:51:37 ---> 373d69ef2a52 19:51:37 19:51:38 Successfully built 373d69ef2a52 19:51:38 Successfully tagged docker-security-bootstrap-redis-go:latest 19:51:38 Building docker-core-metadata-go 19:51:38  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 768b6c58a98d 19:51:38 ---> a641c4ff9eb9 19:51:38 19:51:38 Successfully built a641c4ff9eb9 19:51:39 Successfully tagged docker-support-notifications-go:latest 19:51:39 Building docker-core-data-go 19:51:39  Building docker-support-notifications-go ... done Removing intermediate container a6e0c046d064 19:51:39 ---> debbe1b38ebe 19:51:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:51:43 ---> Running in 37363d6deba2 19:51:43 Removing intermediate container 37363d6deba2 19:51:43 ---> 449fa7902b85 19:51:43 Step 14/26 : ENV APP_PORT=48090 19:51:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:51:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:51:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:51:46 ---> Running in 30d3c16fd580 19:51:47 Removing intermediate container 30d3c16fd580 19:51:47 ---> 16c9cc70c2ea 19:51:47 Step 15/26 : EXPOSE $APP_PORT 19:51:48 ---> Running in 982c3d70a727 19:51:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.218s coverage: 46.6% of statements 19:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:51:48 Removing intermediate container 982c3d70a727 19:51:48 ---> 7a4a543eab4f 19:51:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:51:49 ---> 5569e0624b14 19:51:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:51:49 ---> 65c1a32113b4 19:51:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:51:50 ---> b6ebc80282ab 19:51:50 Step 19/26 : RUN apk --no-cache add py3-pip 19:51:50 ---> Running in ed1a2ea32696 19:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:51:54 (1/33) Installing libbz2 (1.0.8-r1) 19:51:54 (2/33) Installing expat (2.2.9-r1) 19:51:54 (3/33) Installing libffi (3.3-r2) 19:51:54 (4/33) Installing gdbm (1.13-r1) 19:51:54 (5/33) Installing xz-libs (5.2.5-r0) 19:51:54 (6/33) Installing sqlite-libs (3.32.1-r0) 19:51:54 (7/33) Installing python3 (3.8.5-r0) 19:51:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.495s coverage: 27.0% of statements 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:51:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:51:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:51:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 77.1% of statements 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:51:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.767s coverage: 82.4% of statements 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:52:02 (8/33) Installing py3-appdirs (1.4.4-r1) 19:52:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:52:02 (10/33) Installing py3-parsing (2.4.7-r0) 19:52:02 (11/33) Installing py3-six (1.15.0-r0) 19:52:02 (12/33) Installing py3-packaging (20.4-r0) 19:52:02 (13/33) Installing py3-setuptools (47.0.0-r0) 19:52:02 (14/33) Installing py3-chardet (3.0.4-r4) 19:52:02 (15/33) Installing py3-idna (2.9-r0) 19:52:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:52:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:52:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.164s coverage: 28.6% of statements 19:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:52:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements 19:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:52:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements 19:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:52:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.336s coverage: 86.7% of statements 19:52:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:52:03 (18/33) Installing py3-requests (2.23.0-r0) 19:52:04 (19/33) Installing py3-msgpack (1.0.0-r0) 19:52:04 (20/33) Installing py3-lockfile (0.12.2-r3) 19:52:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:52:04 (22/33) Installing py3-colorama (0.4.3-r0) 19:52:05 (23/33) Installing py3-distlib (0.3.0-r0) 19:52:05 (24/33) Installing py3-distro (1.5.0-r1) 19:52:05 (25/33) Installing py3-webencodings (0.5.1-r3) 19:52:05 (26/33) Installing py3-html5lib (1.0.1-r4) 19:52:05 (27/33) Installing py3-pytoml (0.1.21-r0) 19:52:05 (28/33) Installing py3-pep517 (0.8.2-r0) 19:52:05 (29/33) Installing py3-progress (1.5-r0) 19:52:05 (30/33) Installing py3-toml (0.10.1-r0) 19:52:05 (31/33) Installing py3-retrying (1.3.3-r0) 19:52:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:52:05 (33/33) Installing py3-pip (20.1.1-r0) 19:52:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.372s coverage: 97.5% of statements 19:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:52:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.118s coverage: 78.3% of statements 19:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:52:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:52:06 Executing busybox-1.31.1-r19.trigger 19:52:06 OK: 71 MiB in 55 packages 19:52:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:52:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:52:06 ---> 647ee870e8aa 19:52:06 Step 3/23 : WORKDIR /edgex-go 19:52:06 ---> Using cache 19:52:06 ---> e562cd8232b2 19:52:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:06 ---> Using cache 19:52:06 ---> 01f9b816dc76 19:52:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:52:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:52:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:52:07 ---> 647ee870e8aa 19:52:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:52:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:52:07 ---> 647ee870e8aa 19:52:07 Step 3/22 : WORKDIR /edgex-go 19:52:07 ---> Using cache 19:52:07 ---> e562cd8232b2 19:52:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:07 ---> Using cache 19:52:07 ---> 01f9b816dc76 19:52:07 Step 5/22 : RUN apk add --update --no-cache make git 19:52:07 ---> Using cache 19:52:07 ---> 15ac0795f80e 19:52:07 Step 6/22 : COPY go.mod . 19:52:07 Step 3/21 : WORKDIR /edgex-go 19:52:07 ---> Using cache 19:52:07 ---> e562cd8232b2 19:52:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:07 ---> Using cache 19:52:07 ---> 01f9b816dc76 19:52:07 Step 5/21 : RUN apk add --update --no-cache make git 19:52:07 ---> Using cache 19:52:07 ---> 15ac0795f80e 19:52:07 Step 6/21 : COPY go.mod . 19:52:07 ---> Using cache 19:52:07 ---> 5859941a6105 19:52:07 Step 7/21 : RUN go mod download 19:52:07 ---> Using cache 19:52:07 ---> 5859941a6105 19:52:07 Step 7/22 : RUN go mod download 19:52:07 ---> Using cache 19:52:07 ---> e623cbebe096 19:52:07 Step 8/22 : COPY . . 19:52:07 ---> Using cache 19:52:07 ---> e623cbebe096 19:52:07 Step 8/21 : COPY . . 19:52:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:52:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:52:07 ---> 647ee870e8aa 19:52:07 Step 3/24 : WORKDIR /edgex-go 19:52:07 ---> Using cache 19:52:07 ---> e562cd8232b2 19:52:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:07 ---> Using cache 19:52:07 ---> 01f9b816dc76 19:52:07 Step 5/24 : RUN apk add --update --no-cache make git 19:52:07 ---> Using cache 19:52:07 ---> 15ac0795f80e 19:52:07 Step 6/24 : COPY go.mod . 19:52:07 ---> Using cache 19:52:07 ---> 5859941a6105 19:52:07 Step 7/24 : RUN go mod download 19:52:07 ---> Using cache 19:52:07 ---> e623cbebe096 19:52:07 Step 8/24 : COPY . . 19:52:07 ---> Using cache 19:52:07 ---> 7c6fbc3c952a 19:52:07 Step 9/22 : RUN make cmd/core-metadata/core-metadata ---> Using cache 19:52:07 19:52:07 ---> Using cache 19:52:07 ---> 7c6fbc3c952a 19:52:07 ---> 7c6fbc3c952a 19:52:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:52:07 19:52:08 ---> Running in 581f4b7f5b21 19:52:08 ---> Running in a7784eee3e4d 19:52:08 ---> Running in 6f240a835456 19:52:08 ---> Running in 90d8c6a2fca8 19:52:10 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 19:52:10 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 19:52:10 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 19:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:52:11 OK: 233 MiB in 51 packages 19:52:13 Removing intermediate container 6f240a835456 19:52:13 ---> 4aa4a30d28bc 19:52:13 Step 6/23 : COPY go.mod . 19:52:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.170s coverage: 93.1% of statements 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:52:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:52:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.137s coverage: 75.5% of statements 19:52:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.101s coverage: 80.8% of statements 19:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.141s coverage: 87.2% of statements 19:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.162s coverage: 84.2% of statements 19:52:14 ---> 8d5e9c3e7868 19:52:14 Step 7/23 : RUN go mod download 19:52:14 ---> Running in 3c5461888076 19:52:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.4% of statements 19:52:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.586s coverage: 63.5% of statements 19:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 19:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 19:52:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 19:52:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 19:52:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.100s coverage: 100.0% of statements 19:52:23 Removing intermediate container 3c5461888076 19:52:23 ---> 6268e6dea21c 19:52:23 Step 8/23 : COPY . . 19:52:23 Removing intermediate container ed1a2ea32696 19:52:23 ---> e8abfbbf9828 19:52:23 Step 20/26 : RUN pip install docker-compose==1.23.2 19:52:23 ---> Running in 5be307743bb8 19:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.871s coverage: 55.9% of statements 19:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 19:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 19:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 19:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 37.0% of statements 19:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.708s coverage: 84.0% of statements 19:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements 19:52:32 Collecting docker-compose==1.23.2 19:52:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:52:32 Collecting dockerpty<0.5,>=0.4.1 19:52:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:52:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.382s coverage: 47.1% of statements 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:52:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:52:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:52:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:52:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:52:35 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 19:52:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:52:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.982s coverage: 29.1% of statements 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:52:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:52:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:52:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.082s coverage: 0.0% of statements 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:52:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:52:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:52:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:52:37 Collecting websocket-client<1.0,>=0.32.0 19:52:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:52:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 19:52:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 19:52:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 19:52:39 Collecting texttable<0.10,>=0.9.0 19:52:39 Downloading texttable-0.9.1.tar.gz (11 kB) 19:52:39 GO111MODULE=on go vet ./... 19:52:40 Collecting jsonschema<3,>=2.5.1 19:52:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:52:40 Collecting docopt<0.7,>=0.6.1 19:52:41 Downloading docopt-0.6.2.tar.gz (25 kB) 19:52:42 Collecting PyYAML<4,>=3.10 19:52:42 Downloading PyYAML-3.13.tar.gz (270 kB) 19:52:42 ---> ed51d7e62fba 19:52:42 Step 9/23 : RUN make cmd/core-data/core-data 19:52:42 ---> Running in c66e1ceb80cb 19:52:43 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 19:52:43 Collecting docker<4.0,>=3.6.0 19:52:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:52:43 Collecting cached-property<2,>=1.2.0 19:52:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:52:43 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) 19:52:44 Collecting urllib3<1.25,>=1.21.1 19:52:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:52:44 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) 19:52:44 Collecting idna<2.8,>=2.5 19:52:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:52:44 Collecting docker-pycreds>=0.4.0 19:52:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:52:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:52:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:52:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:52:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:52:44 Installing collected packages: dockerpty, urllib3, idna, requests, websocket-client, texttable, jsonschema, docopt, PyYAML, docker-pycreds, docker, cached-property, docker-compose 19:52:44 Running setup.py install for dockerpty: started 19:52:46 Running setup.py install for dockerpty: finished with status 'done' 19:52:46 Attempting uninstall: urllib3 19:52:46 Found existing installation: urllib3 1.25.9 19:52:46 Uninstalling urllib3-1.25.9: 19:52:46 Successfully uninstalled urllib3-1.25.9 19:52:47 Removing intermediate container a7784eee3e4d 19:52:47 ---> 8db99d1292ba 19:52:47 19:52:47 Step 10/24 : FROM alpine:3.12 19:52:47 ---> 389fef711851 19:52:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:52:47 ---> Using cache 19:52:47 ---> 7c62b668fb1e 19:52:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:52:49 Attempting uninstall: idna 19:52:49 Found existing installation: idna 2.9 19:52:49 Uninstalling idna-2.9: 19:52:49 Removing intermediate container 90d8c6a2fca8 19:52:49 ---> 15d65cb62e7b 19:52:49 19:52:49 Step 10/21 : FROM scratch 19:52:49 ---> 19:52:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:52:50 ---> Using cache 19:52:50 ---> d5e1bd91e0b1 19:52:50 Step 12/21 : ENV APP_PORT=48085 19:52:50 Successfully uninstalled idna-2.9 19:52:50 ---> Running in 1442f958b95c 19:52:50 ---> Running in fc2a83594e74 19:52:50 Attempting uninstall: requests 19:52:50 Found existing installation: requests 2.23.0 19:52:50 Uninstalling requests-2.23.0: 19:52:50 Successfully uninstalled requests-2.23.0 19:52:50 Removing intermediate container 581f4b7f5b21 19:52:50 ---> 3fc02e72a7b2 19:52:50 19:52:50 Step 10/22 : FROM scratch 19:52:50 ---> 19:52:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:52:50 ---> Using cache 19:52:50 ---> d5e1bd91e0b1 19:52:50 Step 12/22 : ENV APP_PORT=48081 19:52:52 Removing intermediate container 1442f958b95c 19:52:52 ---> b005dff34264 19:52:52 Step 13/24 : WORKDIR / 19:52:52 ---> Running in bc39492def65 19:52:52 Running setup.py install for texttable: started 19:52:52 ---> Running in 74c4cdf7c7b3 19:52:52 Removing intermediate container fc2a83594e74 19:52:52 ---> 5900b29eaf2f 19:52:52 Step 13/21 : EXPOSE $APP_PORT 19:52:53 Removing intermediate container bc39492def65 19:52:53 ---> 39af0379fb2e 19:52:53 Step 13/22 : EXPOSE $APP_PORT 19:52:53 ---> Running in c5dce6b599d2 19:52:53 Running setup.py install for texttable: finished with status 'done' 19:52:53 Removing intermediate container 74c4cdf7c7b3 19:52:53 ---> 8d734c491e88 19:52:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:52:53 ---> Running in 6d46b3eff62e 19:52:53 Removing intermediate container c5dce6b599d2 19:52:53 ---> 4ddfd0e1f9b7 19:52:53 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:53 Running setup.py install for docopt: started 19:52:53 Removing intermediate container 6d46b3eff62e 19:52:53 ---> d35c5442ea2d 19:52:53 Step 14/22 : WORKDIR / 19:52:53 ---> c01dc00e3e7a 19:52:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:52:53 ---> Running in 50de0870533d 19:52:53 Running setup.py install for docopt: finished with status 'done' 19:52:54 Running setup.py install for PyYAML: started 19:52:54 ---> ff75e56e6e36 19:52:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:52:54 Removing intermediate container 50de0870533d 19:52:54 ---> 52261c43d1fb 19:52:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:54 ---> ae3cc4ace59e 19:52:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:52:54 Running setup.py install for PyYAML: finished with status 'done' 19:52:55 ---> aa3d4580bd92 19:52:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:52:55 ---> 9b82a8d06793 19:52:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:52:57 ---> ddee7f99fddc 19:52:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:52:57 ---> fa64de814317 19:52:57 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:52:57 ---> 4ca2596cca57 19:52:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:52:57 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.57.0 19:52:58 ---> Running in 15b00179fc9d 19:52:58 ---> 4f528095f354 19:52:58 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:52:58 ---> 3c9963cf3213 19:52:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:52:58 ---> Running in 7184d78bd69c 19:52:58 Removing intermediate container 15b00179fc9d 19:52:58 ---> 05142a5c3c22 19:52:58 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:52:59 ---> Running in 8aeb240093f7 19:52:59 Removing intermediate container 7184d78bd69c 19:52:59 ---> a7d7ee40a9e2 19:52:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:52:59 ---> 96ba59aed0a7 19:52:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:52:59 ---> Running in c70b1922a030 19:52:59 Removing intermediate container 8aeb240093f7 19:52:59 ---> 72b795c0bd2c 19:52:59 Step 19/21 : LABEL arch=x86_64 19:53:01 Removing intermediate container c70b1922a030 19:53:01 ---> f07922a78a49 19:53:01 Step 20/22 : LABEL arch=x86_64 19:53:01 ---> Running in a59c349c8c99 19:53:01 ---> 8ff70e008479 19:53:01 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/ 19:53:01 Removing intermediate container 5be307743bb8 19:53:01 ---> cdcb629ad4ef 19:53:01 Step 21/26 : RUN apk --no-cache add curl 19:53:01 ---> Running in 921944e8faa0 19:53:01 ---> Running in ce52e8a6e68c 19:53:01 Removing intermediate container a59c349c8c99 19:53:01 ---> 6ede91f20684 19:53:01 Step 20/21 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:53:01 ---> Running in 1ff5e451198c 19:53:01 ---> Running in 0fcb3cdf3ee2 19:53:01 Removing intermediate container 921944e8faa0 19:53:01 ---> 6028c04b4469 19:53:01 Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:53:02 ---> Running in b380235ec1a5 19:53:02 Removing intermediate container 0fcb3cdf3ee2 19:53:02 ---> accb272a0f2f 19:53:02 Step 21/21 : LABEL version=0.0.0 19:53:02 ---> Running in 8e5a11b6f9f7 19:53:03 Removing intermediate container b380235ec1a5 19:53:03 ---> fcf26863013d 19:53:03 Step 22/22 : LABEL version=0.0.0 19:53:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:53:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:53:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:53:04 (2/3) Installing libcurl (7.69.1-r3) 19:53:04 (3/3) Installing curl (7.69.1-r3) 19:53:04 Executing busybox-1.31.1-r19.trigger 19:53:04 OK: 72 MiB in 58 packages 19:53:04 ---> Running in d98b450487f3 19:53:04 Removing intermediate container 8e5a11b6f9f7 19:53:04 ---> 8578d204ac06 19:53:04 19:53:04 Successfully built 8578d204ac06 19:53:04 Successfully tagged docker-support-scheduler-go:latest 19:53:05  Building docker-support-scheduler-go ... done Removing intermediate container d98b450487f3 19:53:05 ---> e8cff389aa1a 19:53:05 19:53:05 Successfully built e8cff389aa1a 19:53:05 Successfully tagged docker-core-metadata-go:latest 19:53:05  Building docker-core-metadata-go ... done Removing intermediate container 1ff5e451198c 19:53:05 ---> 0b9bac1ff105 19:53:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:53:05 Removing intermediate container ce52e8a6e68c 19:53:05 ---> cd8c49256629 19:53:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:53:05 ---> Running in f582843cc3bb 19:53:05 ---> Running in 173ef7580045 19:53:05 Removing intermediate container f582843cc3bb 19:53:05 ---> 7ac445961b04 19:53:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:53:05 ---> Running in 202bd0d120d3 19:53:05 Removing intermediate container 173ef7580045 19:53:05 ---> f5f743ff2f1b 19:53:05 Step 22/24 : LABEL arch=x86_64 19:53:05 ---> Running in d32b83f36384 19:53:06 Removing intermediate container 202bd0d120d3 19:53:06 ---> 30acc44f3258 19:53:06 Step 24/26 : LABEL arch=x86_64 19:53:07 Removing intermediate container d32b83f36384 19:53:07 ---> e570a1ebf29d 19:53:07 Step 23/24 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:53:07 ---> Running in f998a388b1bf 19:53:07 ---> Running in 27c9a3017f2d 19:53:08 Removing intermediate container c66e1ceb80cb 19:53:08 ---> 702a83217aad 19:53:08 19:53:08 Step 10/23 : FROM alpine:3.12 19:53:08 ---> 389fef711851 19:53:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:53:08 Removing intermediate container f998a388b1bf 19:53:08 ---> d006316112b5 19:53:08 Step 25/26 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:53:08 ---> Running in 6ed20f280892 19:53:08 Removing intermediate container 27c9a3017f2d 19:53:08 ---> e0373caf007e 19:53:08 Step 24/24 : LABEL version=0.0.0 19:53:08 ---> Running in 28ee409ce07b 19:53:08 ---> Running in 2601e1b656fb 19:53:08 Removing intermediate container 6ed20f280892 19:53:08 ---> c61a062ba4fd 19:53:08 Step 12/23 : ENV APP_PORT=48080 19:53:08 Removing intermediate container 28ee409ce07b 19:53:08 ---> ebad70ea961f 19:53:08 Step 26/26 : LABEL version=0.0.0 19:53:08 ---> Running in 33ba50f66068 19:53:08 Removing intermediate container 2601e1b656fb 19:53:08 ---> c0763ec09d38 19:53:08 19:53:08 ---> Running in 0f285ccff339 19:53:08 Successfully built c0763ec09d38 19:53:08 Successfully tagged docker-security-secretstore-setup-go:latest 19:53:08  Building docker-security-secretstore-setup-go ... done Removing intermediate container 33ba50f66068 19:53:08 ---> 2b3048d24f1b 19:53:08 Step 13/23 : EXPOSE $APP_PORT 19:53:08 ---> Running in 5e6e2bf5843b 19:53:08 Removing intermediate container 0f285ccff339 19:53:08 ---> c621dc8d789d 19:53:08 19:53:09 Successfully built c621dc8d789d 19:53:09 Successfully tagged docker-sys-mgmt-agent-go:latest 19:53:09  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5e6e2bf5843b 19:53:09 ---> 6a1e8d55c01f 19:53:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:53:09 ---> Running in 22cdc4db4dd6 19:53:10 Removing intermediate container 22cdc4db4dd6 19:53:10 ---> 78ca96744bcc 19:53:10 Step 15/23 : RUN apk add --update --no-cache zeromq 19:53:10 ---> Running in 2007ceb886d2 19:53:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:53:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:53:12 (1/5) Installing libgcc (9.3.0-r2) 19:53:12 (2/5) Installing libsodium (1.0.18-r0) 19:53:12 (3/5) Installing libstdc++ (9.3.0-r2) 19:53:12 (4/5) Installing libzmq (4.3.3-r0) 19:53:12 (5/5) Installing zeromq (4.3.3-r0) 19:53:12 Executing busybox-1.31.1-r19.trigger 19:53:13 OK: 8 MiB in 19 packages 19:53:13 Removing intermediate container 2007ceb886d2 19:53:13 ---> f4004bb1c68d 19:53:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:53:13 ---> eac2aa402b74 19:53:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:53:14 ---> 610478ed8178 19:53:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:53:14 ---> 224f37f251e2 19:53:14 Step 19/23 : ENTRYPOINT ["/core-data"] 19:53:14 ---> Running in 37ba3a28c5b0 19:53:14 Removing intermediate container 37ba3a28c5b0 19:53:14 ---> e5557e5a69f1 19:53:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:53:15 ---> Running in b638d7b2c991 19:53:15 Removing intermediate container b638d7b2c991 19:53:15 ---> 177caae3e92b 19:53:15 Step 21/23 : LABEL arch=x86_64 19:53:15 ---> Running in 54cb5d5535c2 19:53:15 Removing intermediate container 54cb5d5535c2 19:53:15 ---> 811180a1152d 19:53:15 Step 22/23 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:53:15 ---> Running in 4a81a3321241 19:53:15 Removing intermediate container 4a81a3321241 19:53:15 ---> 968b2c9c7c8e 19:53:15 Step 23/23 : LABEL version=0.0.0 19:53:15 ---> Running in 974f8b10cfe0 19:53:15 Removing intermediate container 974f8b10cfe0 19:53:15 ---> f03c1e88af23 19:53:15 19:53:15 Successfully built f03c1e88af23 19:53:16 Successfully tagged docker-core-data-go:latest 19:53:16  Building docker-core-data-go ... done  [Pipeline] } 19:53:16 $ docker stop --time=1 42d897ae3cbcd0a0b0b2e1dc6c48d3890e689c1f532b28943df7afedef1e7534 19:53:18 $ docker rm -f 42d897ae3cbcd0a0b0b2e1dc6c48d3890e689c1f532b28943df7afedef1e7534 [Pipeline] // withDockerContainer [Pipeline] sh 19:53:18 + docker images 19:53:18 + grep docker 19:53:18 docker-core-data-go latest f03c1e88af23 3 seconds ago 22.3MB 19:53:18 docker-sys-mgmt-agent-go latest c621dc8d789d 10 seconds ago 313MB 19:53:18 docker-security-secretstore-setup-go latest c0763ec09d38 10 seconds ago 24.6MB 19:53:18 docker-support-scheduler-go latest 8578d204ac06 14 seconds ago 10.7MB 19:53:18 docker-core-metadata-go latest e8cff389aa1a 14 seconds ago 13.1MB 19:53:18 docker-support-notifications-go latest a641c4ff9eb9 About a minute ago 12MB 19:53:18 docker-security-bootstrap-redis-go latest 373d69ef2a52 About a minute ago 15.8MB 19:53:18 docker-core-command-go latest 86edd228d08f About a minute ago 10.6MB 19:53:18 docker-security-proxy-setup-go latest 10a6a86a45be About a minute ago 24.5MB 19:53:18 docker 20.10.0 aefe523efa57 4 weeks 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 19:53:34 Still waiting to schedule task 19:53:34 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:53:47 gofmt -l . 19:53:47 [ "`gofmt -l .`" = "" ] 19:53:47 ./bin/test-go-mod-tidy.sh 19:53:47 ./bin/test-attribution-txt.sh [Pipeline] sh 19:53:48 + ls -al . 19:53:48 total 684 19:53:48 drwxrwxr-x 9 1001 1001 4096 Jan 13 19:53 . 19:53:48 drwxr-xr-x 4 root root 4096 Jan 13 19:50 .. 19:53:48 -rw-rw-r-- 1 1001 1001 11 Jan 13 19:48 .dockerignore 19:53:48 drwxrwxr-x 8 1001 1001 4096 Jan 13 19:48 .git 19:53:48 drwxrwxr-x 3 1001 1001 4096 Jan 13 19:48 .github 19:53:48 -rw-rw-r-- 1 1001 1001 824 Jan 13 19:48 .gitignore 19:53:48 -rw-rw-r-- 1 1001 1001 166 Jan 13 19:48 .sonarcloud.properties 19:53:48 -rw-rw-r-- 1 1001 1001 7741 Jan 13 19:48 Attribution.txt 19:53:48 -rw-rw-r-- 1 1001 1001 3804 Jan 13 19:48 CONTRIBUTING.md 19:53:48 -rw-rw-r-- 1 1001 1001 931 Jan 13 19:48 Dockerfile.build 19:53:48 -rw-rw-r-- 1 1001 1001 863 Jan 13 19:48 Jenkinsfile 19:53:48 -rw-rw-r-- 1 1001 1001 10775 Jan 13 19:48 LICENSE 19:53:48 -rw-rw-r-- 1 1001 1001 5750 Jan 13 19:48 Makefile 19:53:48 -rw-rw-r-- 1 1001 1001 6524 Jan 13 19:48 README.md 19:53:48 -rw-rw-r-- 1 1001 1001 6744 Jan 13 19:48 SECURITY.md 19:53:48 -rw-rw-r-- 1 1001 1001 5 Jan 13 19:46 VERSION 19:53:48 -rw-rw-r-- 1 1001 1001 4131 Jan 13 19:48 ZMQWindows.md 19:53:48 drwxrwxr-x 2 1001 1001 4096 Jan 13 19:48 bin 19:53:48 drwxrwxr-x 14 1001 1001 4096 Jan 13 19:48 cmd 19:53:48 -rw-r--r-- 1 root root 552842 Jan 13 19:52 coverage.out 19:53:48 -rw-r--r-- 1 root root 979 Jan 13 19:53 go.mod 19:53:48 -rw-r--r-- 1 root root 19036 Jan 13 19:53 go.sum 19:53:48 drwxrwxr-x 8 1001 1001 4096 Jan 13 19:48 internal 19:53:48 drwxrwxr-x 4 1001 1001 4096 Jan 13 19:48 openapi 19:53:48 drwxrwxr-x 4 1001 1001 4096 Jan 13 19:48 snap 19:53:48 -rw-rw-r-- 1 1001 1001 168 Jan 13 19:48 version.go [Pipeline] sh 19:53:49 + '[' -e coverage.out ] 19:53:49 + chown 1001:1001 coverage.out [Pipeline] stash 19:53:49 Warning: overwriting stash ‘coverage-report’ 19:53:50 Stashed 1 file(s) [Pipeline] sh 19:53:51 + make build 19:53:51 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 19:54:01 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 19:54:23 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 19:54:28 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 19:54:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:54:33 Running on prd-ubuntu18.04-docker-8c-8g-20026 in /w/workspace/edgexfoundry_edgex-go_PR-3025 [Pipeline] { [Pipeline] ws 19:54:33 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:54:34 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 19:54:35 using credential edgex-jenkins-ssh 19:54:36 Cloning the remote Git repository 19:54:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:54:36 > git init /w/workspace/edgex-go/3 # timeout=10 19:54:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:54:36 > git --version # timeout=10 19:54:36 > git --version # 'git version 2.17.1' 19:54:36 using GIT_SSH to set credentials SSH Credentials for GitHub 19:54:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:54: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 19:54:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:54:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:54:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:54:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:54:43 using GIT_SSH to set credentials SSH Credentials for GitHub 19:54:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3025/head:refs/remotes/origin/PR-3025 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:54:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:54:44 Merging remotes/origin/master commit ced48a9704d45a78ce2a225541f5314d2d8a1195 into PR head commit a0fb6c254a114b1db360e5fc9edf4f7571956386 19:54:44 Merge succeeded, producing a0fb6c254a114b1db360e5fc9edf4f7571956386 19:54:44 Checking out Revision a0fb6c254a114b1db360e5fc9edf4f7571956386 (PR-3025) 19:54:44 > git config core.sparsecheckout # timeout=10 19:54:44 > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # timeout=10 19:54:44 > git remote # timeout=10 19:54:44 > git config --get remote.origin.url # timeout=10 19:54:44 using GIT_SSH to set credentials SSH Credentials for GitHub 19:54:44 > git merge ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 19:54:44 > git rev-parse HEAD^{commit} # timeout=10 19:54:44 > git config core.sparsecheckout # timeout=10 19:54:44 > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # timeout=10 19:54:47 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 19:54:48 Commit message: "fix(snap): bump snap epoch to 5 for Ireland" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:54:49 + echo snap-build.sh 19:54:49 snap-build.sh 19:54:49 + SNAP_BASE_DIR=. 19:54:49 + '[' '!' -z /w/workspace/edgex-go/3 ']' 19:54:49 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 19:54:49 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 19:54:49 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 19:54:49 + cd /w/workspace/edgex-go/3 19:54:49 + sudo apt-get remove -qy --purge lxd lxd-client 19:54:49 Reading package lists... 19:54:49 Building dependency tree... 19:54:49 Reading state information... 19:54:49 The following packages were automatically installed and are no longer required: 19:54:49 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:54:49 uidmap xdelta3 19:54:49 Use 'sudo apt autoremove' to remove them. 19:54:49 The following packages will be REMOVED: 19:54:49 lxd* lxd-client* 19:54:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:54:50 After this operation, 31.7 MB disk space will be freed. 19:54:51 (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.) 19:54:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:54:51 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 19:54:52 Removing lxd dnsmasq configuration 19:54:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:54:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:54:53 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:54:53 (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.) 19:54:53 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:54:54 Processing triggers for systemd (237-3ubuntu10.42) ... 19:54:54 Processing triggers for ureadahead (0.100.0-21) ... 19:54:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:54:56 + sudo snap remove --purge lxd 19:54:56 snap "lxd" is not installed 19:54:56 + sudo groupadd --force --system lxd 19:54:56 ++ whoami 19:54:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:54:56 + newgrp - lxd 19:54:56 + sudo snap install lxd 19:54:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 19:55:03 $ docker stop --time=1 81e6104df6e16e446bbb81d02f78d943eaffa7c8179de0e86185c42eee07696a 19:55:04 2021-01-13T19:55:03Z INFO Waiting for automatic snapd restart... 19:55:05 $ docker rm -f 81e6104df6e16e446bbb81d02f78d943eaffa7c8179de0e86185c42eee07696a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:55:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:55:07 19:55:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:55:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:55:08 latest: Pulling from edgex-devops/edgex-compose-arm64 19:55:08 29e5d40040c1: Pulling fs layer 19:55:08 1ce36da41761: Pulling fs layer 19:55:08 25b303627fd3: Pulling fs layer 19:55:09 29e5d40040c1: Verifying Checksum 19:55:09 29e5d40040c1: Download complete 19:55:09 1ce36da41761: Verifying Checksum 19:55:09 1ce36da41761: Download complete 19:55:09 29e5d40040c1: Pull complete 19:55:11 1ce36da41761: Pull complete 19:55:11 25b303627fd3: Verifying Checksum 19:55:11 25b303627fd3: Download complete 19:55:17 lxd 4.10 from Canonical* installed 19:55:17 + sudo lxd init --auto 19:55:21 25b303627fd3: Pull complete 19:55:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:55:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:55:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:55:22 prd-ubuntu18.04-docker-arm64-4c-16g-20025 does not seem to be running inside a container 19:55:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 19:55:25 + sudo snap install --classic snapcraft 19:55:25 $ docker top 121fb6fef44036e54e691f360a445f49e698d72ad560bd56f4656731bed69590 -eo pid,comm [Pipeline] { [Pipeline] sh 19:55:26 + docker-compose build --help 19:55:26 + grep parallel 19:55:29 --parallel Build images in parallel. [Pipeline] } 19:55:29 $ docker stop --time=1 121fb6fef44036e54e691f360a445f49e698d72ad560bd56f4656731bed69590 19:55:31 $ docker rm -f 121fb6fef44036e54e691f360a445f49e698d72ad560bd56f4656731bed69590 19:55:31 snapcraft 4.4.4 from Canonical* installed 19:55:31 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 19:55:31 + patch --verbose -p1 19:55:31 Hmm... Looks like a unified diff to me... 19:55:31 The text leading up to this was: 19:55:31 -------------------------- 19:55:31 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 19:55:31 |From: Tony Espy 19:55:31 |Date: Wed, 16 Dec 2020 16:34:55 -0500 19:55:31 |Subject: [PATCH] optimize snap build for pipeline CI check 19:55:31 | 19:55:31 |This patch is used by the EdgeX CI pipeline builds to 19:55:31 |optimize the snap CI check run for pull requests. When 19:55:31 |applied, it essentially strips out everything (apps and 19:55:31 |parts) from the snapcraft.yaml file except those required 19:55:31 |to build edgex-go, as the whole idea of the CI check is to 19:55:31 |catch changes to edgex-go that break the snap build. 19:55:31 | 19:55:31 |In general, anyone updating snapcraft.yaml will also need 19:55:31 |to update this patch file, otherwise it may fail to apply, 19:55:31 |resulting in a failed snap build CI check in the associated 19:55:31 |pull request. 19:55:31 | 19:55:31 |Note - in addition to applying this patch, the pipeline also 19:55:31 |only primes the snap (e.g. `snapcraft prime`), as there's no 19:55:31 |need to build the finally binary .snap file (and it won't 19:55:31 |work with the patch applied). This further reduces the build 19:55:31 |time. 19:55:31 |--- 19:55:31 | snap/snapcraft.yaml | 461 +------------------------------------------- 19:55:31 | 1 file changed, 2 insertions(+), 459 deletions(-) 19:55:31 | 19:55:31 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 19:55:31 |index 1e537489..faf42425 100644 19:55:31 |--- a/snap/snapcraft.yaml 19:55:31 |+++ b/snap/snapcraft.yaml 19:55:31 -------------------------- 19:55:31 patching file snap/snapcraft.yaml 19:55:31 Using Plan A... 19:55:31 Hunk #1 succeeded at 73. 19:55:31 Hunk #2 succeeded at 202 with fuzz 1. 19:55:31 Hunk #3 succeeded at 214 (offset -3 lines). 19:55:31 Hunk #4 succeeded at 222 (offset -3 lines). 19:55:31 Hunk #5 succeeded at 229 (offset -3 lines). 19:55:31 Hunk #6 succeeded at 256 (offset -3 lines). 19:55:31 Hunk #7 succeeded at 290 (offset -3 lines). 19:55:31 Hunk #8 succeeded at 342 (offset -2 lines). 19:55:31 Hmm... Ignoring the trailing garbage. 19:55:31 done 19:55:31 + sudo snapcraft prime --use-lxd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:55:32 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:55:32 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: 19:55:32 - README.md 19:55:32 - snapcraft.yaml.orig 19:55:32 19:55:32 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:55:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:55:32 . [Pipeline] withDockerContainer 19:55:32 prd-ubuntu18.04-docker-arm64-4c-16g-20025 does not seem to be running inside a container 19:55:32 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 19:55:32 Launching a container. 19:55:34 $ docker top 522fbf13eb648dd58fc84105be06b2107087b0daad4adb3344c51dc1b0453162 -eo pid,comm [Pipeline] { [Pipeline] sh 19:55:35 + docker-compose -f ./docker-compose-build.yml build --parallel 19:55:39 Building docker-core-command-go ... 19:55:39 Building docker-core-data-go ... 19:55:39 Building docker-core-metadata-go ... 19:55:39 Building docker-security-bootstrap-redis-go ... 19:55:39 Building docker-security-proxy-setup-go ... 19:55:39 Building docker-security-secretstore-setup-go ... 19:55:39 Building docker-support-notifications-go ... 19:55:39 Building docker-support-scheduler-go ... 19:55:39 Building docker-sys-mgmt-agent-go ... 19:55:39 Building docker-support-notifications-go 19:55:39 Building docker-core-command-go 19:55:39 Building docker-core-data-go 19:55:39 Building docker-support-scheduler-go 19:55:39 Building docker-security-bootstrap-redis-go 19:55:45 Waiting for container to be ready 19:55:45 To start your first instance, try: lxc launch ubuntu:18.04 19:55:45 19:55:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:55:48 Waiting for network to be ready... 19:55:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:55:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 19:55:49 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:55:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 19:55:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 19:55:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 19:55:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 19:55:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 19:55:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 19:55:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 19:55:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:55:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:55:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:55:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:55:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:55:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:55:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:55:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:55:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:55:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 19:55:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 19:55:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 19:55:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 19:55:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 19:55:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 19:55:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 19:55:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 19:55:52 Fetched 23.7 MB in 4s (5898 kB/s) 19:55:53 Reading package lists... 19:55:53 Reading package lists... 19:55:53 Building dependency tree... 19:55:53 Reading state information... 19:55:54 The following additional packages will be installed: 19:55:54 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:55:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:55:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:55:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:55:54 Suggested packages: 19:55:54 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:55:54 Recommended packages: 19:55:54 gnupg libsasl2-modules 19:55:54 The following NEW packages will be installed: 19:55:54 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:55:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:55:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:55:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:55:54 The following packages will be upgraded: 19:55:54 gpg gpg-agent gpgconf libudev1 19:55:54 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 19:55:54 Need to get 3532 kB of archives. 19:55:54 After this operation, 13.3 MB of additional disk space will be used. 19:55:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 19:55:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 19:55:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 19:55:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 19:55:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 19:55:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 19:55:54 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 19:55:54 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 19:55:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:55:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:55:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:55:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:55:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:55:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:55:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:55:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:55:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:55:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:55:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:55:55 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:55:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:55:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:55:55 debconf: delaying package configuration, since apt-utils is not installed 19:55:55 Fetched 3532 kB in 1s (3229 kB/s) 19:55:55 (Reading database ... 12511 files and directories currently installed.) 19:55:55 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 19:55:55 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:55:55 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 19:55:55 Selecting previously unselected package udev. 19:55:55 (Reading database ... 12511 files and directories currently installed.) 19:55:55 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 19:55:55 Unpacking udev (237-3ubuntu10.43) ... 19:55:55 Selecting previously unselected package libfuse2:amd64. 19:55:55 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:55:55 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:55:55 Selecting previously unselected package fuse. 19:55:55 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:55:55 Unpacking fuse (2.9.7-1ubuntu1) ... 19:55:56 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 19:55:56 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:55:56 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 19:55:56 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:55:56 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 19:55:56 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:55:56 Selecting previously unselected package libksba8:amd64. 19:55:56 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:55:56 Unpacking libksba8:amd64 (1.3.5-2) ... 19:55:56 Selecting previously unselected package libroken18-heimdal:amd64. 19:55:56 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:55:56 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:56 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:55:56 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:55:56 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:56 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:55:56 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:55:56 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:56 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:55:56 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:55:56 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:57 Selecting previously unselected package libwind0-heimdal:amd64. 19:55:57 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:55:57 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:57 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:55:57 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:55:57 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:57 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:55:57 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:55:57 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:57 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:55:57 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:55:57 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:57 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:55:57 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:55:57 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:57 Selecting previously unselected package libsasl2-modules-db:amd64. 19:55:57 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:55:57 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:55:57 Selecting previously unselected package libsasl2-2:amd64. 19:55:57 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:55:57 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:55:57 Selecting previously unselected package libldap-common. 19:55:57 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 19:55:57 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:55:57 Selecting previously unselected package libldap-2.4-2:amd64. 19:55:57 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 19:55:57 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:55:57 Selecting previously unselected package dirmngr. 19:55:57 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 19:55:57 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 19:55:58 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:55:58 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 19:55:58 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:55:58 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:55:58 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:55:58 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 19:55:58 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:58 Setting up libksba8:amd64 (1.3.5-2) ... 19:55:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:55:58 Setting up udev (237-3ubuntu10.43) ... 19:55:59 invoke-rc.d: policy-rc.d denied execution of start. 19:55:59 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:59 Processing triggers for systemd (237-3ubuntu10) ... 19:55:59 Setting up fuse (2.9.7-1ubuntu1) ... 19:55:59 Setting up gpg (2.2.4-1ubuntu1.3) ... 19:55:59 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:59 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:59 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:59 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:59 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:59 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:59 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:55:59 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:55:59 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 19:55:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:56:00 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:56:00 settings in the [Install] section, and DefaultInstance for template units). 19:56:00 This means they are not meant to be enabled using systemctl. 19:56:00 Possible reasons for having this kind of units are: 19:56:00 1) A unit may be statically enabled by being symlinked from another unit's 19:56:00 .wants/ or .requires/ directory. 19:56:00 2) A unit's purpose may be to act as a helper for some other unit which has 19:56:00 a requirement dependency on it. 19:56:00 3) A unit may be started when needed via activation (socket, path, timer, 19:56:00 D-Bus, udev, scripted systemctl call, ...). 19:56:00 4) In case of template units, the unit is meant to be enabled with some 19:56:00 instance name specified. 19:56:00 Reading package lists... 19:56:00 Building dependency tree... 19:56:00 Reading state information... 19:56:00 The following additional packages will be installed: 19:56:00 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:56:00 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:56:00 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:56:00 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:56:00 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:56:00 Suggested packages: 19:56:00 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:56:00 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:56:00 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:56:00 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:56:00 systemd-container policykit-1 19:56:00 Recommended packages: 19:56:00 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:56:00 The following NEW packages will be installed: 19:56:00 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:56:00 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:56:00 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:56:00 multiarch-support openssh-client python3 python3-minimal python3.6 19:56:00 python3.6-minimal snapd squashfs-tools sudo 19:56:00 The following packages will be upgraded: 19:56:00 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:56:00 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 19:56:00 Need to get 35.2 MB of archives. 19:56:00 After this operation, 141 MB of additional disk space will be used. 19:56:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:56:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:56:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 19:56:00 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 19:56:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 19:56:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:56:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 19:56:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 19:56:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 19:56:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:56:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:56:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:56:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:56:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:56:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:56:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 19:56:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:56:01 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 19:56:01 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:56:01 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:56:01 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:56:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:56:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:56:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:56:01 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:56:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 19:56:01 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:56:02 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:56:02 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:56:02 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 19:56:03 debconf: delaying package configuration, since apt-utils is not installed 19:56:03 Fetched 35.2 MB in 2s (14.8 MB/s) 19:56:03 (Reading database ... 12757 files and directories currently installed.) 19:56:03 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 19:56:03 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:56:04 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 19:56:04 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:56:04 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 19:56:04 (Reading database ... 12757 files and directories currently installed.) 19:56:04 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:56:04 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:56:04 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:56:04 (Reading database ... 12757 files and directories currently installed.) 19:56:04 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:56:04 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:56:05 Setting up apt (1.6.12ubuntu0.2) ... 19:56:05 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:56:05 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:56:05 (Reading database ... 12764 files and directories currently installed.) 19:56:05 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:56:05 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:56:05 Selecting previously unselected package libpython3.6-minimal:amd64. 19:56:05 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:56:05 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:56:06 Selecting previously unselected package libexpat1:amd64. 19:56:06 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:56:06 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:56:06 Selecting previously unselected package python3.6-minimal. 19:56:06 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:56:06 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:56:06 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 19:56:06 Checking for services that may need to be restarted...done. 19:56:06 Checking for services that may need to be restarted...done. 19:56:07 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:56:07 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:56:07 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:56:07 Selecting previously unselected package python3-minimal. 19:56:07 (Reading database ... 13012 files and directories currently installed.) 19:56:07 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:56:07 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:56:07 Selecting previously unselected package mime-support. 19:56:07 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:56:07 Unpacking mime-support (3.60ubuntu1) ... 19:56:07 Selecting previously unselected package libmpdec2:amd64. 19:56:07 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:56:07 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:56:07 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:56:07 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:56:07 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:56:08 Selecting previously unselected package python3.6. 19:56:08 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:56:08 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:56:08 Selecting previously unselected package libpython3-stdlib:amd64. 19:56:08 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:56:08 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:56:08 Setting up python3-minimal (3.6.7-1~18.04) ... 19:56:08 Selecting previously unselected package python3. 19:56:08 (Reading database ... 13442 files and directories currently installed.) 19:56:08 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:56:08 Unpacking python3 (3.6.7-1~18.04) ... 19:56:08 Selecting previously unselected package multiarch-support. 19:56:08 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:56:08 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:56:08 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:56:08 Selecting previously unselected package liblzo2-2:amd64. 19:56:08 (Reading database ... 13479 files and directories currently installed.) 19:56:08 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:56:08 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:56:09 Selecting previously unselected package libbsd0:amd64. 19:56:09 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:56:09 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:56:09 Selecting previously unselected package sudo. 19:56:09 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 19:56:09 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 19:56:09 Selecting previously unselected package apparmor. 19:56:09 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:56:09 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:56:09 Selecting previously unselected package libedit2:amd64. 19:56:09 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:56:09 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:56:09 Selecting previously unselected package libkrb5support0:amd64. 19:56:09 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:56:09 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:56:09 Selecting previously unselected package libk5crypto3:amd64. 19:56:09 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:56:09 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:56:09 Selecting previously unselected package libkeyutils1:amd64. 19:56:09 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:56:09 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:56:09 Selecting previously unselected package libkrb5-3:amd64. 19:56:09 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:56:09 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:56:10 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:56:10 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:56:10 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:56:10 Selecting previously unselected package libssl1.0.0:amd64. 19:56:10 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 19:56:10 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:56:10 Selecting previously unselected package openssh-client. 19:56:10 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:56:10 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:56:10 Selecting previously unselected package squashfs-tools. 19:56:10 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:56:10 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:56:10 Selecting previously unselected package snapd. 19:56:10 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 19:56:10 Unpacking snapd (2.48+18.04) ... 19:56:13 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:56:13 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:56:13 Setting up mime-support (3.60ubuntu1) ... 19:56:13 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 19:56:13 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:56:13 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:56:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:56:13 Setting up systemd (237-3ubuntu10.43) ... 19:56:13 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:56:13 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:56:14 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:56:14 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:56:14 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:56:14 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:56:14 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:56:14 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:56:14 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:56:14 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:56:14 Setting up python3 (3.6.7-1~18.04) ... 19:56:14 running python rtupdate hooks for python3.6... 19:56:14 running python post-rtupdate hooks for python3.6... 19:56:14 Setting up apparmor (2.12-4ubuntu5.1) ... 19:56:16 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:56:16 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:56:16 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:56:16 Setting up snapd (2.48+18.04) ... 19:56:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:56:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:56:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:56:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:56:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:56:18 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:56:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:56:18 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:56:18 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:56:18 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:56:18 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 19:56:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:56:18 Processing triggers for systemd (237-3ubuntu10.43) ... 19:56:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:56:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:56:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:56:21 Reading package lists... 19:56:21 Reading package lists... 19:56:21 Building dependency tree... 19:56:21 Reading state information... 19:56:21 Calculating upgrade... 19:56:21 The following packages will be upgraded: 19:56:21 advancecomp base-files bash binutils binutils-common 19:56:21 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:56:21 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:56:21 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 19:56:21 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 19:56:21 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 19:56:21 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 19:56:21 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 19:56:21 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 19:56:21 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 19:56:21 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 19:56:21 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 19:56:21 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 19:56:21 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 19:56:21 ubuntu-keyring util-linux 19:56:21 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:56:21 Need to get 63.7 MB of archives. 19:56:21 After this operation, 5203 kB of additional disk space will be used. 19:56:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 19:56:21 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:56:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:56:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:56:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:56:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:56:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:56:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:56:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:56:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:56:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:56:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:56:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:56:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:56:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:56:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:56:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:56:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:56:22 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:56:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:56:23 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:56:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:56:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:56:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:56:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:56:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:56:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:56:23 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:56:23 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:56:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:56:23 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:56:23 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:56:23 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:56:23 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:56:23 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:56:23 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:56:23 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:56:23 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:56:23 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:56:23 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:56:23 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:56:23 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:56:23 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:56:23 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:56:23 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:56:23 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:56:23 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:56:23 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:56:23 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 19:56:23 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:56:23 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:56:23 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:56:23 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:56:23 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:56:23 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:56:23 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:56:23 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:56:23 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 19:56:23 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 19:56:23 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:56:23 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:56:23 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:56:23 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:56:23 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:56:23 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:56:23 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:56:23 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:56:23 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:56:23 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:56:23 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 19:56:23 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:56:23 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 19:56:23 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:56:23 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:56:23 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:56:23 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:56:23 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 19:56:23 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:56:23 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:56:23 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 19:56:23 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:56:23 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 19:56:23 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 19:56:23 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 19:56:23 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:56:23 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:56:23 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:56:23 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:56:24 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:56:25 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:56:25 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:56:25 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:56:25 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:56:25 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:56:25 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:56:25 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:56:25 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:56:25 debconf: delaying package configuration, since apt-utils is not installed 19:56:25 Fetched 63.7 MB in 3s (18.2 MB/s) 19:56:25 (Reading database ... 13912 files and directories currently installed.) 19:56:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:56:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:56:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:56:26 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:56:26 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 19:56:26 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 19:56:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:56:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:56:27 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:27 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:56:27 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:27 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:56:27 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:27 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:56:27 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:28 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:56:28 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:28 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:56:28 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:56:28 (Reading database ... 13911 files and directories currently installed.) 19:56:28 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:28 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:56:28 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:56:28 (Reading database ... 13911 files and directories currently installed.) 19:56:28 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:28 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:56:28 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:28 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:56:28 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:56:29 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:56:29 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:56:29 (Reading database ... 13911 files and directories currently installed.) 19:56:29 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:56:29 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:56:29 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:56:29 (Reading database ... 13911 files and directories currently installed.) 19:56:29 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:56:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:56:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:56:30 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:56:30 Setting up base-files (10.1ubuntu2.10) ... 19:56:30 Installing new version of config file /etc/issue ... 19:56:30 Installing new version of config file /etc/issue.net ... 19:56:30 Installing new version of config file /etc/lsb-release ... 19:56:30 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:56:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:56:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:56:31 Removing obsolete conffile /etc/default/motd-news ... 19:56:31 (Reading database ... 13912 files and directories currently installed.) 19:56:31 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:56:31 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:56:31 Setting up bash (4.4.18-2ubuntu1.2) ... 19:56:31 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 19:56:31 (Reading database ... 13912 files and directories currently installed.) 19:56:31 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:56:31 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:56:31 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:56:31 (Reading database ... 13912 files and directories currently installed.) 19:56:31 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:56:31 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:56:31 Setting up tar (1.29b-2ubuntu0.2) ... 19:56:32 (Reading database ... 13912 files and directories currently installed.) 19:56:32 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:56:32 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:56:32 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:56:32 (Reading database ... 13912 files and directories currently installed.) 19:56:32 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:56:32 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:56:32 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:56:32 (Reading database ... 13912 files and directories currently installed.) 19:56:32 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:56:32 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:56:32 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:56:32 (Reading database ... 13912 files and directories currently installed.) 19:56:32 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:56:32 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:56:32 Setting up grep (3.1-2build1) ... 19:56:33 (Reading database ... 13912 files and directories currently installed.) 19:56:33 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:56:33 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:56:33 Setting up login (1:4.5-1ubuntu2) ... 19:56:33 (Reading database ... 13912 files and directories currently installed.) 19:56:33 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:56:33 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:56:33 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:56:33 (Reading database ... 13912 files and directories currently installed.) 19:56:33 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:56:33 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:56:34 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:56:34 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:56:34 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:56:34 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:56:35 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:56:35 (Reading database ... 13912 files and directories currently installed.) 19:56:35 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:56:35 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:56:36 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:56:36 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:56:36 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:56:36 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:56:36 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:56:36 (Reading database ... 13912 files and directories currently installed.) 19:56:36 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:56:36 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:56:36 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:56:36 (Reading database ... 13912 files and directories currently installed.) 19:56:36 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:56:36 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:56:36 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:56:37 (Reading database ... 13912 files and directories currently installed.) 19:56:37 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:56:37 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:56:37 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:56:37 (Reading database ... 13912 files and directories currently installed.) 19:56:37 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:56:37 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:56:37 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:56:37 (Reading database ... 13912 files and directories currently installed.) 19:56:37 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:56:37 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:56:37 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:56:37 (Reading database ... 13912 files and directories currently installed.) 19:56:37 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:56:37 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:56:37 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:56:37 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:56:38 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:56:38 (Reading database ... 13912 files and directories currently installed.) 19:56:38 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:56:38 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:56:38 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:56:38 (Reading database ... 13912 files and directories currently installed.) 19:56:38 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:56:38 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:56:38 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:56:38 (Reading database ... 13912 files and directories currently installed.) 19:56:38 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:56:38 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:56:38 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:56:38 (Reading database ... 13912 files and directories currently installed.) 19:56:38 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:56:38 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:56:39 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:56:39 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:56:39 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:56:39 (Reading database ... 13912 files and directories currently installed.) 19:56:39 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:56:39 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:56:40 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:56:40 (Reading database ... 13912 files and directories currently installed.) 19:56:40 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:56:40 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:56:40 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:56:40 (Reading database ... 13914 files and directories currently installed.) 19:56:40 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:56:41 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:56:41 Setting up debconf (1.5.66ubuntu1) ... 19:56:41 (Reading database ... 13914 files and directories currently installed.) 19:56:41 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:56:41 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:56:41 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:56:41 (Reading database ... 13914 files and directories currently installed.) 19:56:41 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:56:41 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:56:41 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:56:41 (Reading database ... 13914 files and directories currently installed.) 19:56:41 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:56:42 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:56:42 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:56:42 (Reading database ... 13914 files and directories currently installed.) 19:56:42 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:56:42 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:56:42 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 19:56:42 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:56:42 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:56:42 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:56:42 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:56:42 (Reading database ... 13914 files and directories currently installed.) 19:56:42 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:56:42 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:56:43 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:56:43 (Reading database ... 13914 files and directories currently installed.) 19:56:43 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:56:43 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:56:43 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:56:43 (Reading database ... 13914 files and directories currently installed.) 19:56:43 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:56:43 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:56:43 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:56:43 (Reading database ... 13914 files and directories currently installed.) 19:56:43 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 19:56:43 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 19:56:44 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 19:56:44 (Reading database ... 13914 files and directories currently installed.) 19:56:44 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:56:44 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:56:44 Setting up passwd (1:4.5-1ubuntu2) ... 19:56:44 (Reading database ... 13914 files and directories currently installed.) 19:56:44 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 19:56:44 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:56:44 Setting up gpgv (2.2.4-1ubuntu1.3) ... 19:56:44 (Reading database ... 13914 files and directories currently installed.) 19:56:44 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:56:44 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:56:45 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:56:45 (Reading database ... 13914 files and directories currently installed.) 19:56:45 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:56:45 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:56:45 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:56:45 (Reading database ... 13914 files and directories currently installed.) 19:56:45 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:56:45 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:56:45 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:56:46 (Reading database ... 13914 files and directories currently installed.) 19:56:46 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:56:46 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:56:46 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:56:46 (Reading database ... 13914 files and directories currently installed.) 19:56:46 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:56:46 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:56:46 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:56:46 (Reading database ... 13914 files and directories currently installed.) 19:56:46 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:56:46 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:56:46 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:56:46 (Reading database ... 13915 files and directories currently installed.) 19:56:46 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:56:46 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:56:46 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:56:46 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:56:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:56:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:56:47 ---> 67bee48d1394 19:56:47 Step 3/23 : WORKDIR /edgex-go 19:56:47 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:56:47 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:56:47 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 19:56:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:56:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:56:47 ---> 67bee48d1394 19:56:47 Step 3/22 : WORKDIR /edgex-go 19:56:47 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 19:56:47 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:56:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:56:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:56:47 ---> 67bee48d1394 19:56:47 Step 3/22 : WORKDIR /edgex-go 19:56:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:56:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:56:47 ---> 67bee48d1394 19:56:47 Step 3/24 : WORKDIR /edgex-go 19:56:47 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:56:47 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:56:47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:56:47 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:56:47 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:56:47 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:56:47 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:56:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:56:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:56:47 ---> 67bee48d1394 19:56:47 Step 3/21 : WORKDIR /edgex-go 19:56:48 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:56:48 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:56:48 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:56:48 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:56:48 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:56:48 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:56:48 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 19:56:48 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 19:56:50 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:56:50 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:56:50 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:56:50 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:56:50 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:56:50 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:56:50 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:56:50 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:56:50 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:56:50 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:56:50 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:56:50 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:56:51 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:56:51 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:56:51 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:56:51 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:56:51 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:56:51 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:56:51 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:56:51 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:56:52 ---> Running in ebdd82f49f5e 19:56:52 ---> Running in 17d20b056744 19:56:52 ---> Running in a07807c37e87 19:56:52 ---> Running in bca1908fcf98 19:56:52 ---> Running in 3d29f6cfc333 19:56:52 Removing intermediate container 17d20b056744 19:56:52 ---> b311e1e1166c 19:56:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:56:52 Removing intermediate container ebdd82f49f5e 19:56:52 ---> 56564686622d 19:56:52 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:56:52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:56:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:56:52 Removing intermediate container 3d29f6cfc333 19:56:52 Removing intermediate container bca1908fcf98 19:56:52 ---> d221bf8a0610 19:56:52 ---> 3c1c3fd75c4f 19:56:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:56:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:56:52 Removing intermediate container a07807c37e87 19:56:52 ---> 9a79cd5932bc 19:56:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:56:52 ---> Running in c92e7270a5a8 19:56:52 ---> Running in 0f569c6b72fc 19:56:52 ---> Running in 657ca38cd3aa 19:56:52 ---> Running in fdefdd59c1f9 19:56:52 ---> Running in 033e46be8cbe 19:56:53 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:56:53 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:56:54 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:56:54 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:56:54 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:56:54 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:56:55 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:56:55 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:56:55 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:56:55 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:56:55 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:56:55 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:56:55 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:56:55 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:56:55 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:56:55 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:56:55 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:56:56 Removing intermediate container c92e7270a5a8 19:56:56 ---> 90193e3df160 19:56:56 Step 5/22 : RUN apk add --update --no-cache make git 19:56:56 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:56:56 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:56:56 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:56:56 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:56:56 ---> Running in 10cd707e1103 19:56:56 Removing intermediate container 0f569c6b72fc 19:56:56 ---> 5c9e71b8d6c1 19:56:56 Step 5/21 : RUN apk add --update --no-cache make git 19:56:56 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:56:56 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:56:56 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:56:56 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:56:56 Removing intermediate container 657ca38cd3aa 19:56:56 ---> 8345c7a5d9a2 19:56:56 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 19:56:56 ---> Running in 6690c9dfd784 19:56:56 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:56:56 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:56:56 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:56:56 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:56:56 Setting up tzdata (2020f-0ubuntu0.18.04) ... 19:56:56 19:56:56 Current default time zone: 'Etc/UTC' 19:56:56 Local time is now: Wed Jan 13 19:56:56 UTC 2021. 19:56:56 Universal Time is now: Wed Jan 13 19:56:56 UTC 2021. 19:56:56 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:56:56 19:56:56 Setting up systemd-sysv (237-3ubuntu10.43) ... 19:56:56 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:56:56 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 19:56:56 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:56:56 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:56:56 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:56:56 ---> Running in f4090827ba06 19:56:56 Removing intermediate container 033e46be8cbe 19:56:56 ---> 063e80d44294 19:56:56 Step 5/22 : RUN apk add --update --no-cache make git 19:56:56 Removing intermediate container fdefdd59c1f9 19:56:56 ---> 1498ab92bb44 19:56:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:56:57 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:56:57 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:56:57 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:56:57 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:56:57 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:56:57 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:56:57 ---> Running in f27132639208 19:56:57 ---> Running in 02996a919247 19:56:57 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:56:57 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 19:56:57 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:56:57 Setting up patch (2.7.6-2ubuntu1.1) ... 19:56:57 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:56:57 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:56:57 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 19:56:57 Installing new version of config file /etc/ssl/openssl.cnf ... 19:56:57 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:56:57 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:56:57 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 19:56:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:56:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:56:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:56:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:56:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:56:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:56:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:56:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:56:59 OK: 217 MiB in 51 packages 19:56:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:56:59 Updating certificates in /etc/ssl/certs... 19:56:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:56:59 OK: 217 MiB in 51 packages 19:57:00 OK: 217 MiB in 51 packages 19:57:00 OK: 217 MiB in 51 packages 19:57:00 22 added, 17 removed; done. 19:57:00 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:57:00 OK: 217 MiB in 51 packages 19:57:00 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:57:00 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:57:00 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:57:00 Setting up pkgbinarymangler (138.18.04.1) ... 19:57:00 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:57:00 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 19:57:01 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:57:01 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:57:01 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:57:01 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:57:01 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:57:01 Setting up perl (5.26.1-6ubuntu0.5) ... 19:57:01 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 19:57:01 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:57:01 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:57:01 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 19:57:01 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:57:01 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:57:01 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:57:01 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:57:01 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:57:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:57:01 Processing triggers for systemd (237-3ubuntu10.43) ... 19:57:01 Processing triggers for mime-support (3.60ubuntu1) ... 19:57:01 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 19:57:01 Updating certificates in /etc/ssl/certs... 19:57:01 Removing intermediate container 10cd707e1103 19:57:01 ---> 69c3b4f94b35 19:57:01 Step 6/22 : COPY go.mod . 19:57:01 Removing intermediate container 6690c9dfd784 19:57:01 ---> 14957191a58b 19:57:01 Step 6/21 : COPY go.mod . 19:57:02 Removing intermediate container f4090827ba06 19:57:02 ---> 409f03778d34 19:57:02 Step 6/24 : COPY go.mod . 19:57:02 0 added, 0 removed; done. 19:57:02 Running hooks in /etc/ca-certificates/update.d... 19:57:02 done. 19:57:02 Removing intermediate container 02996a919247 19:57:02 ---> a8dc55332259 19:57:02 Step 6/22 : COPY go.mod . 19:57:02 Removing intermediate container f27132639208 19:57:02 ---> df09afdf6c1e 19:57:02 Step 6/23 : COPY go.mod . 19:57:02 Reading package lists... 19:57:02 Building dependency tree... 19:57:02 Reading state information... 19:57:02 ---> d609099b7f60 19:57:02 Step 7/21 : RUN go mod download 19:57:02 ---> a0eb398afa3b 19:57:02 Step 7/22 : RUN go mod download 19:57:03 The following NEW packages will be installed: 19:57:03 apt-transport-https 19:57:03 ---> Running in aa153a73f2ad 19:57:03 ---> c86f2bafdbf5 19:57:03 Step 7/24 : RUN go mod download 19:57:03 ---> Running in d3bd5e2f0561 19:57:03 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:57:03 Need to get 1696 B of archives. 19:57:03 After this operation, 153 kB of additional disk space will be used. 19:57:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:57:03 debconf: delaying package configuration, since apt-utils is not installed 19:57:03 Fetched 1696 B in 0s (8400 B/s) 19:57:03 Selecting previously unselected package apt-transport-https. 19:57:03 (Reading database ... 13929 files and directories currently installed.) 19:57:03 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:57:03 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:57:03 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:57:03 ---> Running in 6a8a1ead27d4 19:57:03 ---> 1bb71470fe80 19:57:03 Step 7/22 : RUN go mod download 19:57:03 ---> 531a85fa297b 19:57:03 Step 7/23 : RUN go mod download 19:57:03 Waiting for network to be ready... 19:57:04 ---> Running in 388a6d140b0d 19:57:04 ---> Running in b8b032cabbcb 19:57:07 Removing intermediate container aa153a73f2ad 19:57:07 ---> bdad6a209737 19:57:07 Step 8/21 : COPY . . 19:57:07 Removing intermediate container d3bd5e2f0561 19:57:07 ---> 02ba3e47ce13 19:57:07 Step 8/22 : COPY . . 19:57:08 Removing intermediate container 6a8a1ead27d4 19:57:08 ---> 87c759fa5a38 19:57:08 Step 8/24 : COPY . . 19:57:08 Removing intermediate container b8b032cabbcb 19:57:08 ---> e5ece05c466c 19:57:08 Step 8/23 : COPY . . 19:57:08 Removing intermediate container 388a6d140b0d 19:57:08 ---> 29738dd6f3e4 19:57:08 Step 8/22 : COPY . . 19:57:09 2021-01-13T19:57:07Z INFO Waiting for automatic snapd restart... 19:57:09 snapd 2.48.2 from Canonical* installed 19:57:10 "snapd" switched to the "latest/stable" channel 19:57:10 19:57:12 core18 20201210 from Canonical* installed 19:57:13 "core18" switched to the "latest/stable" channel 19:57:13 19:57:16 snapcraft 4.4.4 from Canonical* installed 19:57:16 "snapcraft" switched to the "latest/stable" channel 19:57:16 19:57:19 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: 19:57:19 - README.md 19:57:19 - snapcraft.yaml.orig 19:57:19 19:57:19 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:57:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:57:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:57:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:57:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:57:27 Reading package lists... 19:57:28 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:57:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:57:34 Reading package lists... 19:57:34 Building dependency tree... 19:57:34 Reading state information... 19:57:34 Suggested packages: 19:57:34 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:57:34 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:57:34 Recommended packages: 19:57:34 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:57:34 The following NEW packages will be installed: 19:57:34 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:57:34 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:57:34 pkg-config zip 19:57:34 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:57:34 Need to get 7655 kB of archives. 19:57:34 After this operation, 43.7 MB of additional disk space will be used. 19:57:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 19:57:34 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:57:34 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:57:34 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:57:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:57:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:57:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:57:35 ---> 639c6498f4bb 19:57:35 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:57:35 ---> ac16b1348ace 19:57:35 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:57:35 ---> cf448af51f8b 19:57:35 Step 9/22 : RUN make cmd/core-command/core-command 19:57:35 ---> ec1380944f60 19:57:35 Step 9/23 : RUN make cmd/core-data/core-data 19:57:35 ---> Running in 345154ee99b6 19:57:35 ---> Running in 51721c327a5f 19:57:35 ---> Running in 2128245e5f12 19:57:35 ---> Running in f09f2b0d57a8 19:57:35 ---> 8c8b34e51480 19:57:35 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:57:35 ---> Running in a2596bb74f2c 19:57:35 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 19:57:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:57:35 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 19:57:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:57:35 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 19:57:35 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:57:35 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:57:35 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:57:35 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:57:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:57:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:57:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:57:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:57:35 debconf: delaying package configuration, since apt-utils is not installed 19:57:35 Fetched 7655 kB in 1s (6926 kB/s) 19:57:35 Selecting previously unselected package libglib2.0-0:amd64. 19:57:35 (Reading database ... 13933 files and directories currently installed.) 19:57:35 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 19:57:35 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:57:36 Selecting previously unselected package libpsl5:amd64. 19:57:36 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:57:36 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:57:36 Selecting previously unselected package libnghttp2-14:amd64. 19:57:36 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:57:36 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:57:36 Selecting previously unselected package librtmp1:amd64. 19:57:36 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:57:36 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:57:36 Selecting previously unselected package libcurl3-gnutls:amd64. 19:57:36 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:57:36 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:57:36 Selecting previously unselected package liberror-perl. 19:57:36 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:57:36 Unpacking liberror-perl (0.17025-1) ... 19:57:36 Selecting previously unselected package git-man. 19:57:36 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:57:36 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:57:36 Selecting previously unselected package git. 19:57:36 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:57:36 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:57:37 Selecting previously unselected package libnorm1:amd64. 19:57:37 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:57:37 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:57:37 Selecting previously unselected package libpgm-5.2-0:amd64. 19:57:37 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:57:37 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:57:37 Selecting previously unselected package libsodium23:amd64. 19:57:37 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:57:37 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:57:37 Selecting previously unselected package libzmq5:amd64. 19:57:37 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:57:37 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:57:37 Selecting previously unselected package libzmq3-dev:amd64. 19:57:37 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:57:37 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:57:38 Selecting previously unselected package pkg-config. 19:57:38 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:57:38 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:57:38 Selecting previously unselected package zip. 19:57:38 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:57:38 Unpacking zip (3.0-11build1) ... 19:57:38 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:57:38 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:57:38 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:57:38 Setting up liberror-perl (0.17025-1) ... 19:57:38 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:57:38 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:57:38 No schema files found: doing nothing. 19:57:38 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:57:38 Setting up zip (3.0-11build1) ... 19:57:38 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:57:38 Setting up libsodium23:amd64 (1.0.16-2) ... 19:57:38 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:57:38 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:57:38 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:57:38 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:57:38 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:57:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:57:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:57:45 git set to automatically installed. 19:57:45 git-man set to automatically installed. 19:57:45 libcurl3-gnutls set to automatically installed. 19:57:45 liberror-perl set to automatically installed. 19:57:45 libglib2.0-0 set to automatically installed. 19:57:45 libnghttp2-14 set to automatically installed. 19:57:45 libnorm1 set to automatically installed. 19:57:45 libpgm-5.2-0 set to automatically installed. 19:57:45 libpsl5 set to automatically installed. 19:57:45 librtmp1 set to automatically installed. 19:57:45 libsodium23 set to automatically installed. 19:57:45 libzmq3-dev set to automatically installed. 19:57:45 libzmq5 set to automatically installed. 19:57:45 pkg-config set to automatically installed. 19:57:45 zip set to automatically installed. 19:57:47 snapd is not logged in, snap install commands will use sudo 19:57:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:57:54 snap "core18" has no updates available 19:57:54 Pulling config-common 19:57:55 Pulling go-build-helper 19:58:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:58:18 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:58:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 19:58:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 19:58:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 19:58:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 19:58:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 19:58:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 19:58:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 19:58:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 19:58:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:58:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:58:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:58:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:58:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:58:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:58:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:58:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:58:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:58:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 19:58:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 19:58:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 19:58:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 19:58:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 19:58:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 19:58:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 19:58:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 19:58:18 Fetched 23.7 MB in 0s (0 B/s) 19:58:18 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:58:18 Fetched 96.5 kB in 0s (0 B/s) 19:58:18 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:58:18 Fetched 279 kB in 0s (0 B/s) 19:58:18 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:58:18 Fetched 122 kB in 0s (0 B/s) 19:58:18 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:58:18 Fetched 77.8 kB in 0s (0 B/s) 19:58:18 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:58:18 Fetched 8848 B in 0s (0 B/s) 19:58:18 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:58:18 Fetched 47.8 kB in 0s (0 B/s) 19:58:18 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:58:18 Fetched 45.6 kB in 0s (0 B/s) 19:58:18 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:58:18 Fetched 15.0 kB in 0s (0 B/s) 19:58:18 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:58:18 Fetched 214 kB in 0s (0 B/s) 19:58:18 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 19:58:18 Fetched 155 kB in 0s (0 B/s) 19:58:18 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:58:18 Fetched 50.6 kB in 0s (0 B/s) 19:58:18 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:58:18 Fetched 14.8 kB in 0s (0 B/s) 19:58:18 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:58:18 Fetched 41.8 kB in 0s (0 B/s) 19:58:18 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:58:18 Fetched 499 kB in 0s (0 B/s) 19:58:18 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:58:18 Fetched 111 kB in 0s (0 B/s) 19:58:18 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:58:18 Fetched 240 kB in 0s (0 B/s) 19:58:18 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:58:18 Fetched 29.3 kB in 0s (0 B/s) 19:58:18 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:58:18 Fetched 85.5 kB in 0s (0 B/s) 19:58:18 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:58:18 Fetched 24.5 kB in 0s (0 B/s) 19:58:18 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:58:18 Fetched 49.2 kB in 0s (0 B/s) 19:58:18 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:58:18 Fetched 54.2 kB in 0s (0 B/s) 19:58:18 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:58:18 Fetched 30.8 kB in 0s (0 B/s) 19:58:18 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 19:58:18 Fetched 17.0 kB in 0s (0 B/s) 19:58:18 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:58:18 Fetched 85.9 kB in 0s (0 B/s) 19:58:18 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:58:18 Fetched 8720 B in 0s (0 B/s) 19:58:18 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:58:18 Fetched 137 kB in 0s (0 B/s) 19:58:18 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:58:18 Fetched 119 kB in 0s (0 B/s) 19:58:18 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:58:18 Fetched 109 kB in 0s (0 B/s) 19:58:18 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:58:18 Fetched 11.1 kB in 0s (0 B/s) 19:58:18 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:58:18 Fetched 645 kB in 0s (0 B/s) 19:58:18 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:58:18 Fetched 41.3 kB in 0s (0 B/s) 19:58:18 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:58:18 Fetched 17.9 kB in 0s (0 B/s) 19:58:18 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:58:18 Fetched 368 kB in 0s (0 B/s) 19:58:18 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:58:18 Fetched 187 kB in 0s (0 B/s) 19:58:18 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:58:18 Fetched 175 kB in 0s (0 B/s) 19:58:18 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:58:20 Fetched 206 kB in 0s (0 B/s) 19:58:20 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 19:58:20 Fetched 1301 kB in 0s (0 B/s) 19:58:20 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:58:20 Fetched 36.2 kB in 0s (0 B/s) 19:58:20 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:58:20 Fetched 159 kB in 0s (0 B/s) 19:58:20 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:58:20 Fetched 107 kB in 0s (0 B/s) 19:58:20 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:58:20 Fetched 48.7 kB in 0s (0 B/s) 19:58:20 Pulling static-packages 19:58:21 'go115' has dependencies that need to be staged: static-packages go-build-helper 19:58:21 Skipping pull go-build-helper (already ran) 19:58:21 Skipping pull static-packages (already ran) 19:58:21 Building go-build-helper 19:58:25 Building static-packages 19:58:27 Staging go-build-helper 19:58:28 Staging static-packages 19:58:29 Pulling go115 19:58:29 'edgex-go' has dependencies that need to be staged: go115 19:58:29 Skipping pull go115 (already ran) 19:58:29 Building go115 19:58:29 % Total % Received % Xferd Average Speed Time Time Time Current 19:58:29 Dload Upload Total Spent Left Speed 19:58:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 1084k 0 0 2539k 0 0:00:46 --:--:-- 0:00:46 2533k 30 115M 30 35.6M 0 0 24.9M 0 0:00:04 0:00:01 0:00:03 24.9M 59 115M 59 69.2M 0 0 28.5M 0 0:00:04 0:00:02 0:00:02 28.5M 94 115M 94 109M 0 0 31.9M 0 0:00:03 0:00:03 --:--:-- 31.9M 100 115M 100 115M 0 0 32.4M 0 0:00:03 0:00:03 --:--:-- 32.4M 19:58:33 go1.15.2.linux-amd64.tar.gz: OK 19:58:38 Staging go115 19:58:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:58:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:58:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:58:43 Fetched 0 B in 0s (0 B/s) 19:58:43 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:58:43 Fetched 224 kB in 0s (0 B/s) 19:58:43 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:58:43 Fetched 157 kB in 0s (0 B/s) 19:58:43 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:58:43 Fetched 221 kB in 0s (0 B/s) 19:58:43 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:58:43 Fetched 143 kB in 0s (0 B/s) 19:58:43 Pulling edgex-go 19:58:44 Pulling version 19:58:45 Building config-common 19:58:47 Skipping build go-build-helper (already ran) 19:58:47 Skipping build static-packages (already ran) 19:58:47 Skipping build go115 (already ran) 19:58:47 Building edgex-go 19:58:47 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 19:58:48 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 19:58:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.144 19:58:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 19:58:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:58:48 go: downloading github.com/google/uuid v1.1.4 19:58:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:58:48 go: downloading github.com/gorilla/mux v1.8.0 19:58:48 go: downloading github.com/BurntSushi/toml v0.3.1 19:58:48 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 19:58:48 go: downloading github.com/x448/float16 v0.8.4 19:58:48 go: downloading github.com/pkg/errors v0.8.1 19:58:48 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 19:58:48 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 19:58:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:58:48 go: downloading github.com/imdario/mergo v0.3.11 19:58:48 go: downloading github.com/go-kit/kit v0.8.0 19:58:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:58:48 go: downloading github.com/pelletier/go-toml v1.2.0 19:58:48 go: downloading github.com/pebbe/zmq4 v1.2.2 19:58:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:58:48 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:58:48 go: downloading gopkg.in/yaml.v2 v2.4.0 19:58:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:58:48 go: downloading github.com/hashicorp/consul/api v1.1.0 19:58:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:58:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:58:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:58:49 go: downloading github.com/mitchellh/copystructure v1.0.0 19:58:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:58:49 go: downloading github.com/hashicorp/serf v0.8.2 19:58:49 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:58:49 go: downloading github.com/leodido/go-urn v1.2.0 19:58:49 go: downloading github.com/go-playground/universal-translator v0.17.0 19:58:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:58:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:58:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:58:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:58:49 go: downloading github.com/go-playground/locales v0.13.0 19:58:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:58:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:58:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:59:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:59:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:59:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:59:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:59:03 go: downloading github.com/stretchr/testify v1.6.1 19:59:03 go: downloading github.com/pmezard/go-difflib v1.0.0 19:59:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:59:03 go: downloading github.com/davecgh/go-spew v1.1.1 19:59:05 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 19:59:05 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:59:05 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:59:06 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 19:59:06 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:59:07 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 19:59:07 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:59:08 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 19:59:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:59:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:59:11 Removing intermediate container f09f2b0d57a8 19:59:11 ---> 6b62328aba29 19:59:11 19:59:11 Step 10/22 : FROM alpine:3.12 19:59:11 3.12: Pulling from library/alpine 19:59:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:59:11 Status: Downloaded newer image for alpine:3.12 19:59:11 ---> afeebe901d6b 19:59:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:59:11 Removing intermediate container a2596bb74f2c 19:59:11 ---> 576cb437e3e9 19:59:11 19:59:11 Step 10/24 : FROM scratch 19:59:11 ---> 19:59:11 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:59:11 ---> Running in 85efcd7401e3 19:59:11 ---> Running in ce541325c1ba 19:59:11 Removing intermediate container ce541325c1ba 19:59:11 ---> 1db2182c23c5 19:59:11 Step 12/24 : ENV APP_PORT=48060 19:59:11 Removing intermediate container 345154ee99b6 19:59:11 ---> ffa5ad2db569 19:59:11 19:59:11 Step 10/21 : FROM scratch 19:59:11 ---> 19:59:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:59:11 Removing intermediate container 51721c327a5f 19:59:11 ---> 0b8d606ec301 19:59:11 19:59:11 Step 10/22 : FROM scratch 19:59:11 ---> 19:59:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:59:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:59:11 ---> Running in 5c10e7225da6 19:59:11 ---> Running in 57392ab1e426 19:59:11 ---> Running in fea6d4249920 19:59:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:59:12 Removing intermediate container 5c10e7225da6 19:59:12 ---> ae61093fcef7 19:59:12 Step 13/24 : EXPOSE $APP_PORT 19:59:12 ---> Running in 12deca8d5e86 19:59:12 Removing intermediate container fea6d4249920 19:59:12 ---> 66e4b562ec56 19:59:12 Removing intermediate container 57392ab1e426 19:59:12 ---> c769b2e1b863 19:59:12 Step 12/21 : ENV APP_PORT=48085 19:59:12 Step 12/22 : ENV APP_PORT=48082 19:59:12 (1/5) Installing ca-certificates (20191127-r4) 19:59:12 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:59:12 (3/5) Installing libcurl (7.69.1-r3) 19:59:12 (4/5) Installing curl (7.69.1-r3) 19:59:12 Building version 19:59:12 (5/5) Installing dumb-init (1.2.2-r1) 19:59:12 Executing busybox-1.31.1-r19.trigger 19:59:12 Executing ca-certificates-20191127-r4.trigger 19:59:12 ---> Running in e17499496ccb 19:59:12 ---> Running in 964748efe65e 19:59:13 OK: 7 MiB in 19 packages 19:59:13 Removing intermediate container 12deca8d5e86 19:59:13 ---> 3f2e443566bf 19:59:13 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:59:13 Removing intermediate container e17499496ccb 19:59:13 ---> 2b380bb34c1b 19:59:13 Step 13/21 : EXPOSE $APP_PORT 19:59:13 Removing intermediate container 964748efe65e 19:59:13 ---> 5ca9f6829f6a 19:59:13 Step 13/22 : EXPOSE $APP_PORT 19:59:13 ---> Running in 8d56ca5aa47d 19:59:13 ---> Running in 957ed05cb5be 19:59:14 Removing intermediate container 8d56ca5aa47d 19:59:14 ---> b36e4dfa0f0c 19:59:14 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 19:59:14 ---> 77973b3e5da2 19:59:14 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:59:14 Removing intermediate container 957ed05cb5be 19:59:14 ---> 0bf90d53bebb 19:59:14 Step 14/22 : WORKDIR / 19:59:14 Staging config-common 19:59:14 ---> Running in dc8b1829b374 19:59:15 Removing intermediate container 85efcd7401e3 19:59:15 ---> 7397a0125120 19:59:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 19:59:15 Skipping stage go-build-helper (already ran) 19:59:15 Skipping stage static-packages (already ran) 19:59:15 Skipping stage go115 (already ran) 19:59:15 Staging edgex-go 19:59:15 ---> bbb985e4b607 19:59:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:59:15 ---> Running in dc300f3dfffa 19:59:15 Removing intermediate container dc8b1829b374 19:59:15 ---> e8caed4b21ed 19:59:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:59:16 ---> 76e6af9c31dd 19:59:16 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:59:16 Removing intermediate container dc300f3dfffa 19:59:16 ---> 18f81858b770 19:59:16 Step 13/22 : WORKDIR / 19:59:16 Staging version 19:59:17 ---> Running in 3c3827299eb5 19:59:17 ---> cd348cfe2de4 19:59:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:59:17 Priming config-common 19:59:18 ---> 174fa399377e 19:59:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:59:18 Removing intermediate container 3c3827299eb5 19:59:18 ---> 022f28598f08 19:59:18 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:59:18 Priming go-build-helper 19:59:18 ---> 4535f69aca38 19:59:18 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:59:18 ---> dba18a7722d1 19:59:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:59:19 ---> 037f50c59cdc 19:59:19 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:59:19 Priming static-packages 19:59:19 ---> Running in 535f8ff5e082 19:59:19 ---> 51f270bdeaea 19:59:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 19:59:19 ---> f217eea81ba7 19:59:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:59:19 ---> 4922c757676e 19:59:19 Step 18/22 : ENTRYPOINT ["/core-command"] 19:59:20 Removing intermediate container 535f8ff5e082 19:59:20 ---> 0c03136d0ef8 19:59:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:59:20 ---> Running in 03793878401a 19:59:20 ---> Running in 5e3f2c8c9c21 19:59:21 Priming go115 19:59:21 Removing intermediate container 03793878401a 19:59:21 ---> eacb86c61e0d 19:59:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:59:21 ---> e53c349e91a3 19:59:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 19:59:21 ---> 3a07f59f0772 19:59:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:59:21 ---> Running in 4ae4c9a3178a 19:59:21 Removing intermediate container 5e3f2c8c9c21 19:59:21 ---> 19926fb8790b 19:59:21 Step 19/21 : LABEL arch=arm64 19:59:22 ---> Running in cf46ac69ab96 19:59:22 Priming edgex-go 19:59:22 Removing intermediate container 4ae4c9a3178a 19:59:22 ---> ee815f2dca69 19:59:22 Step 20/22 : LABEL arch=arm64 19:59:23 ---> Running in b9e2e09477f5 19:59:23 ---> 93c7158bfd48 19:59:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 19:59:23 Removing intermediate container cf46ac69ab96 19:59:23 ---> 845f9c4df1da 19:59:23 Step 20/21 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:59:23 ---> 1616890f35fc 19:59:23 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:59:23 ---> Running in 5d1175d5fd1a 19:59:23 Priming version 19:59:23 ---> Running in 7d403a1e7f99 19:59:23 Removing intermediate container b9e2e09477f5 19:59:23 ---> 5f4311bf478f 19:59:23 Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:59:24 Removing intermediate container 5d1175d5fd1a 19:59:24 ---> 71858ae78a23 19:59:24 Step 21/21 : LABEL version=0.0.0 19:59:24 ---> ec6e2c781097 19:59:24 Step 18/22 : RUN chmod +x entrypoint.sh 19:59:24 ---> Running in a8a1bd8f0b35 19:59:24 ---> Running in 16e99d711610 19:59:24 Removing intermediate container 7d403a1e7f99 19:59:24 ---> c85001795290 19:59:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:59:24 ---> Running in a3124860ae8b 19:59:24 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 19:59:24 ---> Running in 074de06efce0 19:59:25 Removing intermediate container a8a1bd8f0b35 19:59:25 Removing intermediate container 16e99d711610 19:59:25 ---> a15bf7d5c4b1 19:59:25 ---> 0491133d9f08 19:59:25 Step 22/22 : LABEL version=0.0.0 19:59:25 19:59:25 ---> Running in 1d010f055aa7 19:59:25 Successfully built a15bf7d5c4b1 19:59:25 Successfully tagged docker-support-scheduler-go-arm64:latest 19:59:25  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 19:59:25 Removing intermediate container 074de06efce0 19:59:25 ---> 3865088247ef 19:59:25 Step 22/24 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } 19:59:26 Removing intermediate container 1d010f055aa7 19:59:26 ---> a214963f5571 19:59:26 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 19:59:26 ---> Running in 1673ca579e3a [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:59:27 Successfully built a214963f5571 19:59:27 Successfully tagged docker-core-command-go-arm64:latest 19:59:27  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 19:59:27 Removing intermediate container 1673ca579e3a 19:59:27 ---> 5a46433ec146 19:59:27 Step 23/24 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:59:28 ---> Running in 932fbd574a98 19:59:28 Removing intermediate container 2128245e5f12 19:59:28 ---> b303c4b4fddb 19:59:28 19:59:28 Step 10/23 : FROM alpine:3.12 19:59:28 ---> afeebe901d6b 19:59:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:59:29 Removing intermediate container a3124860ae8b 19:59:29 ---> 3d51d442fdfe 19:59:29 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 19:59:29 ---> Running in 1400eab3e5b0 19:59:30 ---> Running in d432bd54e0cd 19:59:30 Removing intermediate container 932fbd574a98 19:59:30 ---> 3fcc09092269 19:59:30 Step 24/24 : LABEL version=0.0.0 19:59:30 Removing intermediate container 1400eab3e5b0 19:59:30 ---> 4c21001f28e6 19:59:30 Step 12/23 : ENV APP_PORT=48080 19:59:31 ---> Running in 15d358759012 19:59:31 Removing intermediate container d432bd54e0cd 19:59:31 ---> d609fc59d410 19:59:31 Step 20/22 : LABEL arch=arm64 19:59:31 ---> Running in 4b85f92bf12c 19:59:32 ---> Running in 80cb4f779991 19:59:32 Removing intermediate container 15d358759012 19:59:32 ---> f45134e0241c 19:59:32 19:59:32 Successfully built f45134e0241c 19:59:32 Successfully tagged docker-support-notifications-go-arm64:latest 19:59:32 Building docker-sys-mgmt-agent-go 19:59:33  Building docker-support-notifications-go ... done Removing intermediate container 4b85f92bf12c 19:59:33 ---> 5a3684e2cdbc 19:59:33 Step 13/23 : EXPOSE $APP_PORT 19:59:33 Removing intermediate container 80cb4f779991 19:59:33 ---> eb8038ded0ac 19:59:33 Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:59:33 ---> Running in 675ed2935772 19:59:33 ---> Running in 92a8c41dee6d 19:59:34 Removing intermediate container 675ed2935772 19:59:34 ---> db32800ff9cd 19:59:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:59:34 Removing intermediate container 92a8c41dee6d 19:59:34 ---> a10628d18ef7 19:59:34 Step 22/22 : LABEL version=0.0.0 19:59:35 ---> Running in fa42190d6f0b 19:59:35 ---> Running in e97873fc0e45 19:59:36 Removing intermediate container e97873fc0e45 19:59:36 ---> 049cf9ea2df1 19:59:36 19:59:36 Successfully built 049cf9ea2df1 19:59:36 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 19:59:36  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 19:59:38 Removing intermediate container fa42190d6f0b 19:59:38 ---> 98d9d608f611 19:59:38 Step 15/23 : RUN apk add --update --no-cache zeromq 19:59:38 ---> Running in 91edb1c9e2a5 19:59:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:59:41 (1/5) Installing libgcc (9.3.0-r2) 19:59:41 (2/5) Installing libsodium (1.0.18-r0) 19:59:41 (3/5) Installing libstdc++ (9.3.0-r2) 19:59:41 (4/5) Installing libzmq (4.3.3-r0) 19:59:41 (5/5) Installing zeromq (4.3.3-r0) 19:59:41 Executing busybox-1.31.1-r19.trigger 19:59:41 OK: 8 MiB in 19 packages 19:59:45 Removing intermediate container 91edb1c9e2a5 19:59:45 ---> 0c06a109a4f8 19:59:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:59:46 ---> fb1087d7a49e 19:59:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:59:49 ---> ffb11d861aca 19:59:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:59:49 ---> 75ba3320e5e7 19:59:49 Step 19/23 : ENTRYPOINT ["/core-data"] 19:59:50 ---> Running in 54682df7d053 19:59:51 Removing intermediate container 54682df7d053 19:59:51 ---> 51c3eda64c5a 19:59:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:59:51 ---> Running in eae1a918ee09 19:59:52 Removing intermediate container eae1a918ee09 19:59:52 ---> 02c2afebd551 19:59:52 Step 21/23 : LABEL arch=arm64 19:59:53 ---> Running in 85f419663ec9 19:59:54 Removing intermediate container 85f419663ec9 19:59:54 ---> 955a4d91863a 19:59:54 Step 22/23 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 19:59:54 ---> Running in e90219960318 19:59:54 Removing intermediate container e90219960318 19:59:54 ---> dc07442ae991 19:59:54 Step 23/23 : LABEL version=0.0.0 19:59:55 ---> Running in 545748aa9f0e 19:59:55 Removing intermediate container 545748aa9f0e 19:59:55 ---> c3c0b2023bfb 19:59:55 19:59:56 Successfully built c3c0b2023bfb 19:59:56 Successfully tagged docker-core-data-go-arm64:latest 20:00:14  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:00:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:00:14 ---> 67bee48d1394 20:00:14 Step 3/21 : WORKDIR /edgex-go 20:00:14 ---> Using cache 20:00:14 ---> 9a79cd5932bc 20:00:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:00:14 ---> Using cache 20:00:14 ---> 1498ab92bb44 20:00:14 Step 5/21 : RUN apk add --update --no-cache make git 20:00:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:00:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:00:14 ---> 67bee48d1394 20:00:14 Step 3/24 : WORKDIR /edgex-go 20:00:14 ---> Using cache 20:00:14 ---> 9a79cd5932bc 20:00:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:00:14 ---> Using cache 20:00:14 ---> 1498ab92bb44 20:00:14 Step 5/24 : RUN apk add --update --no-cache make git 20:00:16 ---> Running in c4471ccb272f 20:00:16 ---> Running in f7d149b9a5fd 20:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:00:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:00:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:00:19 OK: 217 MiB in 51 packages 20:00:19 OK: 217 MiB in 51 packages 20:00:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:00:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:00:20 ---> 67bee48d1394 20:00:20 Step 3/26 : WORKDIR /edgex-go 20:00:20 ---> Using cache 20:00:20 ---> 9a79cd5932bc 20:00:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:00:20 ---> Using cache 20:00:20 ---> 1498ab92bb44 20:00:20 Step 5/26 : RUN apk add --update --no-cache make bash git 20:00:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:00:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:00:21 ---> 67bee48d1394 20:00:21 Step 3/22 : WORKDIR /edgex-go 20:00:21 ---> Using cache 20:00:21 ---> 9a79cd5932bc 20:00:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:00:21 ---> Using cache 20:00:21 ---> 1498ab92bb44 20:00:21 Step 5/22 : RUN apk add --update --no-cache make git 20:00:22 ---> Running in b3799a3d8148 20:00:22 ---> Running in 2d0ac52b8b22 20:00:23 Removing intermediate container f7d149b9a5fd 20:00:23 ---> 219fcde0f2af 20:00:23 Step 6/21 : COPY go.mod . 20:00:23 Removing intermediate container c4471ccb272f 20:00:23 ---> f7064995440b 20:00:23 Step 6/24 : COPY go.mod . 20:00:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:00:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:00:23 ---> b44160984fd9 20:00:23 Step 7/21 : RUN go mod download 20:00:24 ---> Running in b8af0ae7f257 20:00:24 ---> 223c6e3bb54a 20:00:24 Step 7/24 : RUN go mod download 20:00:24 ---> Running in a3315573cf20 20:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:00:25 OK: 217 MiB in 51 packages 20:00:25 OK: 217 MiB in 51 packages 20:00:26 Removing intermediate container b3799a3d8148 20:00:26 ---> 8b85e2787138 20:00:26 Step 6/22 : COPY go.mod . 20:00:27 Removing intermediate container 2d0ac52b8b22 20:00:27 ---> e3ac42cea0c2 20:00:27 Step 6/26 : COPY go.mod . 20:00:27 Removing intermediate container b8af0ae7f257 20:00:27 ---> 118bd1e81677 20:00:27 Step 8/21 : COPY . . 20:00:28 ---> a1948d5a122e 20:00:28 Step 7/22 : RUN go mod download 20:00:28 ---> Running in f1f364d4c05f 20:00:28 ---> 88b1481e788c 20:00:28 Step 7/26 : RUN go mod download 20:00:28 Removing intermediate container a3315573cf20 20:00:28 ---> 9eda3db0eafb 20:00:28 Step 8/24 : COPY . . 20:00:28 ---> Running in 508ca71bf77a 20:00:36 Removing intermediate container f1f364d4c05f 20:00:36 ---> 12de19adb645 20:00:36 Step 8/22 : COPY . . 20:00:36 Removing intermediate container 508ca71bf77a 20:00:36 ---> 216cc979a874 20:00:36 Step 8/26 : COPY . . 20:00:47 ---> c5ee0e3a0505 20:00:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:00:47 ---> 43b88b42d315 20:00:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:00:47 ---> Running in d0a0dc8d024a 20:00:47 ---> Running in 35be3379dab4 20:00:49 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 20:00:49 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 20:00:57 ---> b9934936b994 20:00:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:00:57 ---> cb2142a93c11 20:00:57 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:00:57 ---> Running in 14a57d759ece 20:00:57 ---> Running in 295cefa606ef 20:00: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 20:00:59 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 20:01:46 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 20:01:48 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 20:02:00 Removing intermediate container 35be3379dab4 20:02:00 ---> 872cb62f2317 20:02:00 20:02:00 Step 10/24 : FROM alpine:3.12 20:02:00 ---> afeebe901d6b 20:02:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:02:00 ---> Using cache 20:02:00 ---> 7397a0125120 20:02:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:02:00 ---> Running in 77e12613da16 20:02:00 Removing intermediate container 77e12613da16 20:02:00 ---> f5aa803f7902 20:02:00 Step 13/24 : WORKDIR / 20:02:01 ---> Running in b97c48f985d4 20:02:02 Removing intermediate container d0a0dc8d024a 20:02:02 ---> 4cbb79b67891 20:02:02 20:02:02 Step 10/21 : FROM alpine:3.12 20:02:02 ---> afeebe901d6b 20:02:02 Step 11/21 : RUN apk add --update --no-cache curl 20:02:02 Removing intermediate container b97c48f985d4 20:02:02 ---> 5c1f9ec6ac28 20:02:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:02:03 ---> Running in ec9bfcf893cf 20:02:04 ---> 564ea66d663f 20:02:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:02:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:02:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:02:05 ---> 94ccc80fa27c 20:02:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:02:06 (1/4) Installing ca-certificates (20191127-r4) 20:02:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:02:06 (3/4) Installing libcurl (7.69.1-r3) 20:02:06 (4/4) Installing curl (7.69.1-r3) 20:02:06 Executing busybox-1.31.1-r19.trigger 20:02:06 Executing ca-certificates-20191127-r4.trigger 20:02:06 OK: 7 MiB in 18 packages 20:02:07 ---> 7d875d0db370 20:02:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:02:10 Removing intermediate container ec9bfcf893cf 20:02:10 ---> a9a44bfbd7c7 20:02:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:02:10 ---> e7c597c7cce9 20:02:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:02:10 ---> Running in a633c589fe76 20:02:11 Removing intermediate container 14a57d759ece 20:02:11 ---> 7903f633714d 20:02:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:02:11 ---> Running in 5251ac63962b 20:02:12 Removing intermediate container a633c589fe76 20:02:12 ---> 14d0949d6630 20:02:12 Step 13/21 : WORKDIR /edgex 20:02:12 ---> Running in fb4acd02947f 20:02:12 ---> dd80aa0e5ead 20:02:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:02:13 Removing intermediate container fb4acd02947f 20:02:13 ---> ddaa75cf640b 20:02:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:02:13 ---> 38034a0aca12 20:02:13 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/ 20:02:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:02:14 ---> Running in 34d6d05cec5c 20:02:14 ---> cb7ab2b31d2d 20:02:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:02:15 ---> 20d6a701279b 20:02:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:02:18 Removing intermediate container 34d6d05cec5c 20:02:18 ---> 841a59bf9f7b 20:02:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:02:18 ---> 89ae0fb7ee54 20:02:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:02:18 ---> Running in 4d6c8939a4a2 20:02:18 ---> Running in 2d7e4a4a4bb6 20:02:18 Removing intermediate container 5251ac63962b 20:02:18 ---> 66a4b6d83543 20:02:18 20:02:18 Step 11/26 : FROM docker:20.10.0 20:02:18 20.10.0: Pulling from library/docker 20:02:18 Removing intermediate container 4d6c8939a4a2 20:02:18 ---> cf96da3685d9 20:02:18 Step 22/24 : LABEL arch=arm64 20:02:19 Removing intermediate container 2d7e4a4a4bb6 20:02:19 ---> e211aa138bc8 20:02:19 Step 18/21 : CMD ["--init=true"] 20:02:19 ---> Running in 6f8ddb57520f 20:02:20 ---> Running in 17757bc4a4cf 20:02:21 Removing intermediate container 6f8ddb57520f 20:02:21 ---> 6f53fc1b8025 20:02:21 Step 23/24 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 20:02:21 Removing intermediate container 17757bc4a4cf 20:02:21 ---> 597754e0b039 20:02:21 Step 19/21 : LABEL arch=arm64 20:02:21 ---> Running in d0898d791644 20:02:21 Removing intermediate container 295cefa606ef 20:02:21 ---> 755178d46c30 20:02:21 20:02:21 Step 10/22 : FROM scratch 20:02:21 ---> 20:02:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:02:21 ---> Running in eedbc72afde5 20:02:21 ---> Using cache 20:02:21 ---> 66e4b562ec56 20:02:21 Step 12/22 : ENV APP_PORT=48081 20:02:22 Removing intermediate container d0898d791644 20:02:22 ---> 107d5f31f471 20:02:22 Step 24/24 : LABEL version=0.0.0 20:02:22 ---> Running in 3add3f271cac 20:02:22 ---> Running in dc7e0a7b6873 20:02:22 Removing intermediate container eedbc72afde5 20:02:22 ---> 68140b55bb74 20:02:22 Step 20/21 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 20:02:22 Removing intermediate container 3add3f271cac 20:02:22 ---> 66985002db14 20:02:22 Step 13/22 : EXPOSE $APP_PORT 20:02:23 ---> Running in 88cb3f6b426d 20:02:23 ---> Running in 7086dbecf67c 20:02:23 Removing intermediate container dc7e0a7b6873 20:02:23 ---> 0d669f10757c 20:02:23 20:02:23 Successfully built 0d669f10757c 20:02:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:02:23  Building docker-security-secretstore-setup-go ... done Removing intermediate container 88cb3f6b426d 20:02:23 ---> 2125f470a446 20:02:23 Step 21/21 : LABEL version=0.0.0 20:02:24 Removing intermediate container 7086dbecf67c 20:02:24 ---> 9f4fd666b7ec 20:02:24 Step 14/22 : WORKDIR / 20:02:24 ---> Running in 2c71cd4e68cb 20:02:24 ---> Running in 2019467a5dba 20:02:25 Removing intermediate container 2c71cd4e68cb 20:02:25 ---> f02d9645662c 20:02:25 20:02:25 Removing intermediate container 2019467a5dba 20:02:25 ---> 7c6834b3146f 20:02:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:25 Successfully built f02d9645662c 20:02:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:02:27  Building docker-security-proxy-setup-go ... done  ---> 0298ae40f643 20:02:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:02:28 ---> 6b5a22f3a533 20:02:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:02:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:02:28 Status: Downloaded newer image for docker:20.10.0 20:02:28 ---> eeaf43b92773 20:02:28 Step 12/26 : RUN apk add --no-cache bash 20:02:28 ---> Running in dbe58b6d390a 20:02:29 ---> 2da29c5b2168 20:02:29 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:02:29 ---> Running in 82898c4e7d2f 20:02:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:02:29 Removing intermediate container 82898c4e7d2f 20:02:29 ---> f42b27c35795 20:02:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:02:30 ---> Running in 51e3c5e6fef3 20:02:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:02:30 Removing intermediate container 51e3c5e6fef3 20:02:30 ---> 577e75bda26f 20:02:30 Step 20/22 : LABEL arch=arm64 20:02:30 ---> Running in 7e7bb2689836 20:02:30 (1/2) Installing readline (8.0.4-r0) 20:02:30 (2/2) Installing bash (5.0.17-r0) 20:02:30 Executing bash-5.0.17-r0.post-install 20:02:30 Executing busybox-1.31.1-r19.trigger 20:02:30 OK: 12 MiB in 22 packages 20:02:31 Removing intermediate container 7e7bb2689836 20:02:31 ---> 036e313e3808 20:02:31 Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 20:02:31 ---> Running in b550cdca354a 20:02:31 Removing intermediate container b550cdca354a 20:02:31 ---> e4ba4de5bb11 20:02:31 Step 22/22 : LABEL version=0.0.0 20:02:31 ---> Running in 9305c576782a 20:02:32 Removing intermediate container dbe58b6d390a 20:02:32 ---> d22f568d083e 20:02:32 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:02:32 ---> Running in 43d3c40b2661 20:02:32 Removing intermediate container 9305c576782a 20:02:32 ---> d83e46b3146e 20:02:32 20:02:32 Successfully built d83e46b3146e 20:02:32 Successfully tagged docker-core-metadata-go-arm64:latest 20:02:32  Building docker-core-metadata-go ... done Removing intermediate container 43d3c40b2661 20:02:32 ---> 656ed6c7cea8 20:02:32 Step 14/26 : ENV APP_PORT=48090 20:02:33 ---> Running in 8d48fd241042 20:02:33 Removing intermediate container 8d48fd241042 20:02:33 ---> 575c2219872a 20:02:33 Step 15/26 : EXPOSE $APP_PORT 20:02:33 ---> Running in 1462fa65b9bc 20:02:34 Removing intermediate container 1462fa65b9bc 20:02:34 ---> 6ee4dec6fc42 20:02:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:02:35 ---> 59c9a1736f1c 20:02:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:02:36 ---> c13a260dcb3b 20:02:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:02:36 ---> a642d60eeade 20:02:36 Step 19/26 : RUN apk --no-cache add py3-pip 20:02:36 ---> Running in 5130f3ce2dac 20:02:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:02:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:02:38 (1/33) Installing libbz2 (1.0.8-r1) 20:02:38 (2/33) Installing expat (2.2.9-r1) 20:02:38 (3/33) Installing libffi (3.3-r2) 20:02:38 (4/33) Installing gdbm (1.13-r1) 20:02:38 (5/33) Installing xz-libs (5.2.5-r0) 20:02:38 (6/33) Installing sqlite-libs (3.32.1-r0) 20:02:38 (7/33) Installing python3 (3.8.5-r0) 20:02:40 (8/33) Installing py3-appdirs (1.4.4-r1) 20:02:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:02:40 (10/33) Installing py3-parsing (2.4.7-r0) 20:02:40 (11/33) Installing py3-six (1.15.0-r0) 20:02:40 (12/33) Installing py3-packaging (20.4-r0) 20:02:40 (13/33) Installing py3-setuptools (47.0.0-r0) 20:02:40 (14/33) Installing py3-chardet (3.0.4-r4) 20:02:40 (15/33) Installing py3-idna (2.9-r0) 20:02:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:02:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:02:40 (18/33) Installing py3-requests (2.23.0-r0) 20:02:40 (19/33) Installing py3-msgpack (1.0.0-r0) 20:02:40 (20/33) Installing py3-lockfile (0.12.2-r3) 20:02:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:02:40 (22/33) Installing py3-colorama (0.4.3-r0) 20:02:40 (23/33) Installing py3-distlib (0.3.0-r0) 20:02:40 (24/33) Installing py3-distro (1.5.0-r1) 20:02:40 (25/33) Installing py3-webencodings (0.5.1-r3) 20:02:41 (26/33) Installing py3-html5lib (1.0.1-r4) 20:02:41 (27/33) Installing py3-pytoml (0.1.21-r0) 20:02:41 (28/33) Installing py3-pep517 (0.8.2-r0) 20:02:41 (29/33) Installing py3-progress (1.5-r0) 20:02:41 (30/33) Installing py3-toml (0.10.1-r0) 20:02:41 (31/33) Installing py3-retrying (1.3.3-r0) 20:02:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:02:41 (33/33) Installing py3-pip (20.1.1-r0) 20:02:41 Executing busybox-1.31.1-r19.trigger 20:02:41 OK: 71 MiB in 55 packages 20:02:48 Removing intermediate container 5130f3ce2dac 20:02:48 ---> d6d85a667323 20:02:48 Step 20/26 : RUN pip install docker-compose==1.23.2 20:02:48 ---> Running in e367e8702bee 20:02:52 Collecting docker-compose==1.23.2 20:02:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:02:52 Collecting PyYAML<4,>=3.10 20:02:52 Downloading PyYAML-3.13.tar.gz (270 kB) 20:02:56 Collecting jsonschema<3,>=2.5.1 20:02:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:02:56 Collecting dockerpty<0.5,>=0.4.1 20:02:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:02:58 Collecting cached-property<2,>=1.2.0 20:02:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:02:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:02:58 Collecting docopt<0.7,>=0.6.1 20:02:58 Downloading docopt-0.6.2.tar.gz (25 kB) 20:03:00 Collecting websocket-client<1.0,>=0.32.0 20:03:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:03:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:03:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:03:02 Collecting docker<4.0,>=3.6.0 20:03:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:03:03 Collecting texttable<0.10,>=0.9.0 20:03:03 Downloading texttable-0.9.1.tar.gz (11 kB) 20:03:05 Collecting idna<2.8,>=2.5 20:03:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:03:05 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) 20:03:05 Collecting urllib3<1.25,>=1.21.1 20:03:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:03:05 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) 20:03:05 Collecting docker-pycreds>=0.4.0 20:03:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:03:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:03:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:03:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:03:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:03:06 Installing collected packages: PyYAML, jsonschema, dockerpty, cached-property, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, docker-compose 20:03:06 Running setup.py install for PyYAML: started 20:03:08 Running setup.py install for PyYAML: finished with status 'done' 20:03:09 Running setup.py install for dockerpty: started 20:03:11 Running setup.py install for dockerpty: finished with status 'done' 20:03:11 Running setup.py install for docopt: started 20:03:13 Running setup.py install for docopt: finished with status 'done' 20:03:13 Attempting uninstall: idna 20:03:13 Found existing installation: idna 2.9 20:03:13 Uninstalling idna-2.9: 20:03:13 Successfully uninstalled idna-2.9 20:03:13 Attempting uninstall: urllib3 20:03:13 Found existing installation: urllib3 1.25.9 20:03:13 Uninstalling urllib3-1.25.9: 20:03:13 Successfully uninstalled urllib3-1.25.9 20:03:14 Attempting uninstall: requests 20:03:14 Found existing installation: requests 2.23.0 20:03:14 Uninstalling requests-2.23.0: 20:03:14 Successfully uninstalled requests-2.23.0 20:03:15 Running setup.py install for texttable: started 20:03:17 Running setup.py install for texttable: finished with status 'done' 20:03:18 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.57.0 20:03:21 Removing intermediate container e367e8702bee 20:03:21 ---> 69fd547c3fa0 20:03:21 Step 21/26 : RUN apk --no-cache add curl 20:03:21 ---> Running in 91ded0a18e4d 20:03:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:03:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:03:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:03:23 (2/3) Installing libcurl (7.69.1-r3) 20:03:23 (3/3) Installing curl (7.69.1-r3) 20:03:23 Executing busybox-1.31.1-r19.trigger 20:03:23 OK: 71 MiB in 58 packages 20:03:25 Removing intermediate container 91ded0a18e4d 20:03:25 ---> 2f75f19e42de 20:03:25 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:03:25 ---> Running in a0ab3c29e5f8 20:03:25 Removing intermediate container a0ab3c29e5f8 20:03:25 ---> 205646845d21 20:03:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:03:25 ---> Running in 7c443a8f2213 20:03:26 Removing intermediate container 7c443a8f2213 20:03:26 ---> 119db21e126e 20:03:26 Step 24/26 : LABEL arch=arm64 20:03:26 ---> Running in 72cc480c6d06 20:03:26 Removing intermediate container 72cc480c6d06 20:03:26 ---> 0269af87724d 20:03:26 Step 25/26 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 20:03:26 ---> Running in 436fff8b6ae1 20:03:27 Removing intermediate container 436fff8b6ae1 20:03:27 ---> f4029a16f3f2 20:03:27 Step 26/26 : LABEL version=0.0.0 20:03:27 ---> Running in 6487add538db 20:03:28 Removing intermediate container 6487add538db 20:03:28 ---> 4d583643defc 20:03:28 20:03:28 Successfully built 4d583643defc 20:03:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:03:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:03:29 $ docker stop --time=1 522fbf13eb648dd58fc84105be06b2107087b0daad4adb3344c51dc1b0453162 20:03:31 $ docker rm -f 522fbf13eb648dd58fc84105be06b2107087b0daad4adb3344c51dc1b0453162 [Pipeline] // withDockerContainer [Pipeline] sh 20:03:31 + + docker images 20:03:31 grep docker 20:03:31 docker-sys-mgmt-agent-go-arm64 latest 4d583643defc 3 seconds ago 300MB 20:03:31 docker-core-metadata-go-arm64 latest d83e46b3146e 59 seconds ago 12.3MB 20:03:31 docker-security-proxy-setup-go-arm64 latest f02d9645662c About a minute ago 23.3MB 20:03:31 docker-security-secretstore-setup-go-arm64 latest 0d669f10757c About a minute ago 23.4MB 20:03:31 docker-core-data-go-arm64 latest c3c0b2023bfb 3 minutes ago 21MB 20:03:31 docker-security-bootstrap-redis-go-arm64 latest 049cf9ea2df1 3 minutes ago 15.1MB 20:03:31 docker-support-notifications-go-arm64 latest f45134e0241c 3 minutes ago 11.4MB 20:03:31 docker-core-command-go-arm64 latest a214963f5571 4 minutes ago 9.98MB 20:03:31 docker-support-scheduler-go-arm64 latest a15bf7d5c4b1 4 minutes ago 10MB 20:03:31 docker 20.10.0 eeaf43b92773 4 weeks 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:03:34 provisioning config files... 20:03:34 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config121905234460930046tmp [Pipeline] { [Pipeline] sh 20:03:35 + set +x 20:03:35 + curl -s https://codecov.io/bash 20:03:35 + bash -s -- 20:03:35 20:03:35 _____ _ 20:03:35 / ____| | | 20:03:35 | | ___ __| | ___ ___ _____ __ 20:03:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:03:35 | |___| (_) | (_| | __/ (_| (_) \ V / 20:03:35 \_____\___/ \__,_|\___|\___\___/ \_/ 20:03:35 Bash-20201231-23d4836 20:03:35 20:03:35 20:03:35 ==> git version 2.24.3 found 20:03:35 ==> 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 20:03:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:03:35 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:03:35 ==> Jenkins CI detected. 20:03:35 project root: . 20:03:35 --> token set from env 20:03:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:03:35 ==> Running gcov in . (disable via -X gcov) 20:03:35 ==> Python coveragepy not found 20:03:35 ==> Searching for coverage reports in: 20:03:35 + . 20:03:35 -> Found 1 reports 20:03:35 ==> Detecting git/mercurial file structure 20:03:35 ==> Reading reports 20:03:35 + ./coverage.out bytes=552842 20:03:35 ==> Appending adjustments 20:03:35 https://docs.codecov.io/docs/fixing-reports 20:03:39 + Found adjustments 20:03:39 ==> Gzipping contents 20:03:39 84K /tmp/codecov.zqx0VS.gz 20:03:39 ==> Uploading reports 20:03:39 url: https://codecov.io 20:03:39 query: branch=PR-3025&commit=a0fb6c254a114b1db360e5fc9edf4f7571956386&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3025%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3025&job=&cmd_args= 20:03:39 -> Pinging Codecov 20:03:39 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3025&commit=a0fb6c254a114b1db360e5fc9edf4f7571956386&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3025%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3025&job=&cmd_args= 20:03:39 -> Uploading to 20:03:39 https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/a0fb6c254a114b1db360e5fc9edf4f7571956386/d44fd2e1-2473-4305-b823-de8e732b3bb1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T200339Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb20c86a522702ae2bc80859bc612d5c775dfecbd6345a23126a4221985737d5 20:03:39 % Total % Received % Xferd Average Speed Time Time Time Current 20:03:39 Dload Upload Total Spent Left Speed 20:03:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83598 0 0 100 83598 0 130k --:--:-- --:--:-- --:--:-- 130k 100 83598 0 0 100 83598 0 130k --:--:-- --:--:-- --:--:-- 130k 20:03:40 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a0fb6c254a114b1db360e5fc9edf4f7571956386 [Pipeline] } 20:03:40 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 20:03:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:03:43 ---> package-listing.sh 20:03:43 ++ facter osfamily 20:03:43 ++ tr '[:upper:]' '[:lower:]' 20:03:43 + OS_FAMILY=redhat 20:03:43 + workspace=/w/workspace/edgex-go/3 20:03:43 + START_PACKAGES=/tmp/packages_start.txt 20:03:43 + END_PACKAGES=/tmp/packages_end.txt 20:03:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:03:43 + PACKAGES=/tmp/packages_start.txt 20:03:43 + '[' /w/workspace/edgex-go/3 ']' 20:03:43 + PACKAGES=/tmp/packages_end.txt 20:03:43 + case "${OS_FAMILY}" in 20:03:43 + rpm -qa 20:03:43 + sort 20:03:49 + '[' -f /tmp/packages_start.txt ']' 20:03:49 + '[' -f /tmp/packages_end.txt ']' 20:03:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:03:49 + '[' /w/workspace/edgex-go/3 ']' 20:03:49 + mkdir -p /w/workspace/edgex-go/3/archives/ 20:03:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 20:03:49 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:03:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:03:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:03:49 20:03:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:03:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:03:50 alpine: Pulling from edgex-lftools-log-publisher 20:03:50 df20fa9351a1: Pulling fs layer 20:03:50 36b3adc4ff6f: Pulling fs layer 20:03:50 8ad3a11d3b57: Pulling fs layer 20:03:50 46f8f816bc3b: Pulling fs layer 20:03:50 93b61091891f: Pulling fs layer 20:03:50 93b9cdb0e59b: Pulling fs layer 20:03:50 5e14af77c1be: Pulling fs layer 20:03:50 01666e4c0597: Pulling fs layer 20:03:50 aa168da1d23b: Pulling fs layer 20:03:50 46f8f816bc3b: Waiting 20:03:50 5e14af77c1be: Waiting 20:03:50 01666e4c0597: Waiting 20:03:50 93b61091891f: Waiting 20:03:50 93b9cdb0e59b: Waiting 20:03:50 aa168da1d23b: Waiting 20:03:50 36b3adc4ff6f: Verifying Checksum 20:03:50 36b3adc4ff6f: Download complete 20:03:50 46f8f816bc3b: Verifying Checksum 20:03:50 46f8f816bc3b: Download complete 20:03:50 df20fa9351a1: Download complete 20:03:50 93b9cdb0e59b: Verifying Checksum 20:03:50 93b9cdb0e59b: Download complete 20:03:50 5e14af77c1be: Verifying Checksum 20:03:50 5e14af77c1be: Download complete 20:03:50 93b61091891f: Verifying Checksum 20:03:50 93b61091891f: Download complete 20:03:50 01666e4c0597: Verifying Checksum 20:03:50 01666e4c0597: Download complete 20:03:50 df20fa9351a1: Pull complete 20:03:50 36b3adc4ff6f: Pull complete 20:03:51 8ad3a11d3b57: Verifying Checksum 20:03:51 8ad3a11d3b57: Download complete 20:03:51 8ad3a11d3b57: Pull complete 20:03:51 46f8f816bc3b: Pull complete 20:03:52 aa168da1d23b: Verifying Checksum 20:03:52 aa168da1d23b: Download complete 20:03:54 93b61091891f: Pull complete 20:03:54 93b9cdb0e59b: Pull complete 20:03:54 5e14af77c1be: Pull complete 20:03:54 01666e4c0597: Pull complete 20:04:03 aa168da1d23b: Pull complete 20:04:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:04:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:04:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:04:03 prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container 20:04:03 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:04:11 $ docker top ed870c0a4269da56851be27ee507db360a0263e6bfb55210a729bfa83920b245 -eo pid,comm [Pipeline] { [Pipeline] sh 20:04:12 + touch /tmp/pre-build-complete [Pipeline] sh 20:04:12 + mkdir -p /var/log/sa [Pipeline] sh 20:04:13 + ls /var/log/sa-host 20:04:13 + sadf -c /var/log/sa-host/sa13 20:04:13 file_magic: OK 20:04:13 HZ: Using current value: 100 20:04:13 file_header: OK 20:04:13 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 20:04:13 Statistics: 20:04:13 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... 20:04:13 File successfully converted to sysstat format version 12.2.1 20:04:13 + sadf -c /var/log/sa-host/sa23 20:04:13 file_magic: OK 20:04:13 HZ: Using current value: 100 20:04:13 file_header: OK 20:04:13 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 20:04:13 Statistics: 20:04:13 Hnuu...uuuununununu... 20:04:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:04:13 provisioning config files... 20:04:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5581577829249466672tmp [Pipeline] { [Pipeline] echo 20:04:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:04:14 ---> create-netrc.sh [Pipeline] } 20:04:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:04:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:04:14 ---> python-tools-install.sh [Pipeline] echo 20:04:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:04:14 ---> sudo-logs.sh 20:04:14 Archiving 'sudo' log.. [Pipeline] echo 20:04:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:04:15 ---> job-cost.sh 20:04:15 lf-activate-venv: SKIPPING 20:04:15 INFO: No Stack... 20:04:16 INFO: Retrieving Pricing Info for: v1-standard-2 20:04:16 INFO: Archiving Costs [Pipeline] echo 20:04:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:04:17 ---> logs-deploy.sh 20:04:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3025/3 20:04:17 INFO: archiving workspace using pattern(s): 20:04:18 Archives upload complete. 20:04:18 INFO: archiving logs to Nexus 20:04:19 ---> uname -a: 20:04:19 Linux prd-centos7-docker-4c-2g-20024.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:04:19 20:04:19 20:04:19 ---> lscpu: 20:04:19 Architecture: x86_64 20:04:19 CPU op-mode(s): 32-bit, 64-bit 20:04:19 Byte Order: Little Endian 20:04:19 Address sizes: 40 bits physical, 48 bits virtual 20:04:19 CPU(s): 4 20:04:19 On-line CPU(s) list: 0-3 20:04:19 Thread(s) per core: 1 20:04:19 Core(s) per socket: 1 20:04:19 Socket(s): 4 20:04:19 NUMA node(s): 1 20:04:19 Vendor ID: GenuineIntel 20:04:19 CPU family: 6 20:04:19 Model: 44 20:04:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:04:19 Stepping: 1 20:04:19 CPU MHz: 2933.442 20:04:19 BogoMIPS: 5866.88 20:04:19 Virtualization: VT-x 20:04:19 Hypervisor vendor: KVM 20:04:19 Virtualization type: full 20:04:19 L1d cache: 128 KiB 20:04:19 L1i cache: 128 KiB 20:04:19 L2 cache: 16 MiB 20:04:19 L3 cache: 64 MiB 20:04:19 NUMA node0 CPU(s): 0-3 20:04:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:04:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:04:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:04:19 Vulnerability Meltdown: Mitigation; PTI 20:04:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:04:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:04:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:04:19 Vulnerability Srbds: Not affected 20:04:19 Vulnerability Tsx async abort: Not affected 20:04:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:04:19 20:04:19 20:04:19 ---> nproc: 20:04:19 4 20:04:19 20:04:19 20:04:19 ---> df -h: 20:04:19 Filesystem Size Used Available Use% Mounted on 20:04:19 overlay 50.0G 11.2G 38.8G 22% / 20:04:19 tmpfs 64.0M 0 64.0M 0% /dev 20:04:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:04:19 shm 64.0M 0 64.0M 0% /dev/shm 20:04:19 /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os 20:04:19 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf 20:04:19 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname 20:04:19 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts 20:04:19 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure 20:04:19 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log 20:04:19 /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json 20:04:19 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host 20:04:19 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/3 20:04:19 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/3@tmp 20:04:19 20:04:19 20:04:19 ---> free -m: 20:04:19 total used free shared buff/cache available 20:04:19 Mem: 1837 705 110 0 1021 1045 20:04:19 Swap: 1023 63 960 20:04:19 20:04:19 20:04:19 ---> ip addr: 20:04:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:04:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:04:19 inet 127.0.0.1/8 scope host lo 20:04:19 valid_lft forever preferred_lft forever 20:04:19 inet6 ::1/128 scope host 20:04:19 valid_lft forever preferred_lft forever 20:04:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:04:19 link/ether fa:16:3e:53:ef:5a brd ff:ff:ff:ff:ff:ff 20:04:19 inet 10.30.123.248/23 brd 10.30.123.255 scope global dynamic eth0 20:04:19 valid_lft 85242sec preferred_lft 85242sec 20:04:19 inet6 fe80::f816:3eff:fe53:ef5a/64 scope link 20:04:19 valid_lft forever preferred_lft forever 20:04:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:04:19 link/ether 02:42:8f:ec:82:39 brd ff:ff:ff:ff:ff:ff 20:04:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:04:19 valid_lft forever preferred_lft forever 20:04:19 inet6 fe80::42:8fff:feec:8239/64 scope link 20:04:19 valid_lft forever preferred_lft forever 20:04:19 20:04:19 20:04:19 ---> sar -b -r -n DEV: 20:04:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/13/21 _x86_64_ (4 CPU) 20:04:19 20:04:19 19:44:49 LINUX RESTART (4 CPU) 20:04:19 20:04:19 19:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:04:19 19:47:01 211.92 78.65 133.27 0.00 5972.00 49036.19 0.00 20:04:19 19:48:02 245.66 89.47 156.20 0.00 3346.96 21846.67 0.00 20:04:19 19:49:01 144.89 73.87 71.02 0.00 3238.05 8169.45 0.00 20:04:19 19:50:01 1048.61 801.66 246.95 0.00 87456.01 161996.35 0.00 20:04:19 19:51:01 2014.27 1709.96 304.31 0.00 144917.35 149123.49 0.00 20:04:19 19:52:03 797.02 479.32 317.71 0.00 68562.68 136665.77 0.00 20:04:19 19:53:01 1258.23 957.53 300.70 0.00 56638.71 66966.48 0.00 20:04:19 19:54:02 85.95 22.02 63.94 0.00 3945.81 5801.16 0.00 20:04:19 19:55:01 0.32 0.07 0.25 0.00 1.08 4.11 0.00 20:04:19 19:56:01 0.78 0.47 0.32 0.00 15.05 3.15 0.00 20:04:19 19:57:01 0.23 0.02 0.22 0.00 0.27 2.20 0.00 20:04:19 19:58:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 20:04:19 19:59:01 0.27 0.02 0.25 0.00 0.27 2.48 0.00 20:04:19 20:00:01 0.80 0.50 0.30 0.00 13.32 3.63 0.00 20:04:19 20:01:01 2.21 1.47 0.75 0.00 49.42 15.17 0.00 20:04:19 20:02:01 0.77 0.38 0.38 0.00 22.90 5.81 0.00 20:04:19 20:03:01 0.35 0.02 0.33 0.00 0.13 4.03 0.00 20:04:19 20:04:01 119.88 70.00 49.88 0.00 5526.66 14850.28 0.00 20:04:19 Average: 329.68 237.95 91.73 0.00 21176.10 34348.69 0.00 20:04:19 20:04:19 19:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:04:19 19:47:01 148056 0 690336 36.69 2024 1041128 1524432 52.03 557824 933596 1200 20:04:19 19:48:02 77140 0 890584 47.33 840 912980 1673472 57.11 730732 795200 33664 20:04:19 19:49:01 181508 0 737124 39.18 776 962136 1370176 46.76 609988 801428 30116 20:04:19 19:50:01 517228 0 670784 35.65 20 693512 1280824 43.71 448224 707180 24 20:04:19 19:51:01 462568 0 927856 49.31 0 491120 2953500 100.80 547604 613928 60840 20:04:19 19:52:03 111880 0 802184 42.63 0 967480 2268988 77.44 598020 956456 67252 20:04:19 19:53:01 194928 0 760104 40.40 0 926512 1726404 58.92 582216 844020 0 20:04:19 19:54:02 377576 0 632452 33.61 0 871516 1215892 41.50 461480 795996 8 20:04:19 19:55:01 380176 0 629852 33.48 0 871516 1187228 40.52 459952 795240 8 20:04:19 19:56:01 380796 0 628796 33.42 0 871952 1187156 40.52 459508 795616 8 20:04:19 19:57:01 381420 0 628168 33.39 0 871956 1184012 40.41 459284 795556 8 20:04:19 19:58:01 381352 0 628220 33.39 0 871972 1184012 40.41 459292 795564 8 20:04:19 19:59:01 381624 0 627944 33.37 0 871976 1184012 40.41 459420 795564 8 20:04:19 20:00:01 381072 0 628112 33.38 0 872360 1184460 40.42 459420 795700 8 20:04:19 20:01:01 378400 0 630024 33.48 0 873120 1186852 40.51 460624 796232 8 20:04:19 20:02:01 378764 0 628960 33.43 0 873820 1184520 40.43 460260 796808 8 20:04:19 20:03:01 378692 0 629032 33.43 0 873820 1184556 40.43 460040 796808 8 20:04:19 20:04:01 227848 0 693344 36.85 0 960352 1388016 47.37 484560 887372 91832 20:04:19 Average: 317835 0 692438 36.80 203 871068 1448251 49.43 508803 805459 15834 20:04:19 20:04:19 19:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:04:19 19:47:01 veth6bcc892 22.59 26.28 2.18 16.84 0.00 0.00 0.00 0.00 20:04:19 19:47:01 eth0 1142.79 1194.06 5897.41 133.47 0.00 0.00 0.00 0.00 20:04:19 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:47:01 docker0 908.06 797.67 73.71 3046.74 0.00 0.00 0.00 0.00 20:04:19 19:48:02 eth0 130.16 104.44 478.51 20.13 0.00 0.00 0.00 0.00 20:04:19 19:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:48:02 veth236fc44 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:04:19 19:48:02 docker0 84.20 94.83 6.29 445.82 0.00 0.00 0.00 0.00 20:04:19 19:49:01 eth0 38.54 22.41 30.40 44.23 0.00 0.00 0.00 0.00 20:04:19 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:49:01 veth236fc44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:50:01 vethd3b643d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:50:01 veth7a4c421 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:04:19 19:50:01 vethea693be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:50:01 vethd5b183e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:51:01 veth7a4c421 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 20:04:19 19:51:01 vethadae682 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:04:19 19:51:01 veth264f921 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:04:19 19:51:01 vethe7ebaec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:04:19 19:52:03 veth7a4c421 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 20:04:19 19:52:03 eth0 2752.03 2267.07 13309.65 409.90 0.00 0.00 0.00 0.00 20:04:19 19:52:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 20:04:19 19:52:03 veth72cc9cf 23.87 49.60 1.65 271.97 0.00 0.00 0.00 0.00 20:04:19 19:53:01 veth7a4c421 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:53:01 veth15959b8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:53:01 veth962a02f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:53:01 eth0 75.49 51.10 114.95 87.71 0.00 0.00 0.00 0.00 20:04:19 19:54:02 eth0 30.24 17.27 95.21 8.06 0.00 0.00 0.00 0.00 20:04:19 19:54:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:04:19 19:54:02 docker0 1056.45 1015.76 83.88 4199.39 0.00 0.00 0.00 0.00 20:04:19 19:55:01 eth0 1.27 0.81 0.70 0.20 0.00 0.00 0.00 0.00 20:04:19 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:56:01 eth0 0.38 0.22 0.15 0.10 0.00 0.00 0.00 0.00 20:04:19 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:57:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:04:19 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:04:19 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:04:19 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 20:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:04:19 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 20:01:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:04:19 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 20:02:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:04:19 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 20:03:01 eth0 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 20:04:19 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 20:04:01 eth0 252.28 212.55 2177.60 75.74 0.00 0.00 0.00 0.00 20:04:19 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 Average: eth0 120.12 108.72 687.06 26.87 0.00 0.00 0.00 0.00 20:04:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:19 Average: docker0 58.77 56.50 4.67 233.59 0.00 0.00 0.00 0.00 20:04:19 20:04:19 20:04:19 ---> sar -P ALL: 20:04:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/13/21 _x86_64_ (4 CPU) 20:04:19 20:04:19 19:44:49 LINUX RESTART (4 CPU) 20:04:19 20:04:19 19:46:01 CPU %user %nice %system %iowait %steal %idle 20:04:19 19:47:01 all 15.19 0.00 9.10 2.71 0.03 72.96 20:04:19 19:47:01 0 17.13 0.00 11.04 2.07 0.03 69.72 20:04:19 19:47:01 1 17.45 0.00 8.15 1.95 0.05 72.40 20:04:19 19:47:01 2 13.22 0.00 8.64 4.94 0.02 73.19 20:04:19 19:47:01 3 12.97 0.00 8.57 1.90 0.02 76.55 20:04:19 19:48:02 all 38.26 0.00 12.57 7.74 0.04 41.39 20:04:19 19:48:02 0 39.01 0.00 12.05 10.08 0.03 38.83 20:04:19 19:48:02 1 36.65 0.00 13.53 7.62 0.03 42.16 20:04:19 19:48:02 2 37.14 0.00 12.63 9.19 0.07 40.98 20:04:19 19:48:02 3 40.23 0.00 12.08 4.08 0.03 43.58 20:04:19 19:49:01 all 54.43 0.00 15.58 2.68 0.04 27.27 20:04:19 19:49:01 0 55.85 0.00 15.24 3.08 0.04 25.80 20:04:19 19:49:01 1 53.05 0.00 15.85 2.74 0.04 28.32 20:04:19 19:49:01 2 53.98 0.00 15.96 3.12 0.04 26.90 20:04:19 19:49:01 3 54.83 0.00 15.28 1.78 0.05 28.07 20:04:19 19:50:01 all 20.32 0.00 22.14 8.56 0.04 48.94 20:04:19 19:50:01 0 18.97 0.00 20.24 9.28 0.05 51.45 20:04:19 19:50:01 1 20.27 0.00 22.58 9.82 0.05 47.28 20:04:19 19:50:01 2 21.85 0.00 23.38 8.66 0.03 46.08 20:04:19 19:50:01 3 20.18 0.00 22.40 6.47 0.03 50.92 20:04:19 19:51:01 all 31.59 0.00 27.04 20.42 0.07 20.88 20:04:19 19:51:01 0 32.22 0.00 26.65 22.11 0.09 18.92 20:04:19 19:51:01 1 32.12 0.00 27.63 20.14 0.07 20.05 20:04:19 19:51:01 2 30.19 0.00 25.78 18.63 0.07 25.34 20:04:19 19:51:01 3 31.83 0.00 28.11 20.79 0.07 19.20 20:04:19 19:52:03 all 37.33 0.00 22.21 18.54 0.11 21.81 20:04:19 19:52:03 0 36.59 0.00 22.76 19.41 0.15 21.09 20:04:19 19:52:03 1 37.44 0.00 21.78 16.79 0.08 23.90 20:04:19 19:52:03 2 36.03 0.00 22.33 18.75 0.12 22.77 20:04:19 19:52:03 3 39.25 0.00 21.99 19.19 0.08 19.48 20:04:19 19:53:01 all 50.15 0.00 20.81 21.90 0.09 7.04 20:04:19 19:53:01 0 49.03 0.00 21.25 21.86 0.09 7.77 20:04:19 19:53:01 1 50.17 0.00 21.50 20.55 0.09 7.70 20:04:19 19:53:01 2 50.21 0.00 19.94 23.15 0.09 6.61 20:04:19 19:53:01 3 51.19 0.00 20.56 22.08 0.09 6.08 20:04:19 19:54:02 all 2.96 0.00 2.90 3.14 0.03 90.98 20:04:19 19:54:02 0 2.82 0.00 3.32 4.72 0.03 89.11 20:04:19 19:54:02 1 2.82 0.00 2.40 2.06 0.02 92.71 20:04:19 19:54:02 2 2.87 0.00 3.07 1.81 0.03 92.22 20:04:19 19:54:02 3 3.34 0.00 2.80 3.98 0.02 89.86 20:04:19 19:55:01 all 0.17 0.00 0.05 0.00 0.00 99.77 20:04:19 19:55:01 0 0.53 0.00 0.03 0.00 0.00 99.44 20:04:19 19:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:04:19 19:55:01 2 0.10 0.00 0.08 0.02 0.00 99.80 20:04:19 19:55:01 3 0.03 0.00 0.07 0.00 0.00 99.90 20:04:19 19:56:01 all 0.09 0.00 0.05 0.00 0.01 99.85 20:04:19 19:56:01 0 0.25 0.00 0.07 0.00 0.00 99.68 20:04:19 19:56:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:04:19 19:56:01 2 0.03 0.00 0.05 0.00 0.02 99.90 20:04:19 19:56:01 3 0.03 0.00 0.05 0.00 0.02 99.90 20:04:19 19:57:01 all 0.15 0.00 0.02 0.00 0.00 99.82 20:04:19 19:57:01 0 0.53 0.00 0.02 0.00 0.00 99.45 20:04:19 19:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:04:19 19:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:04:19 19:57:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:04:19 20:04:19 19:57:01 CPU %user %nice %system %iowait %steal %idle 20:04:19 19:58:01 all 0.08 0.00 0.04 0.00 0.00 99.87 20:04:19 19:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:04:19 19:58:01 1 0.20 0.00 0.02 0.00 0.00 99.78 20:04:19 19:58:01 2 0.08 0.00 0.08 0.00 0.02 99.82 20:04:19 19:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:04:19 19:59:01 all 0.03 0.00 0.03 0.00 0.00 99.94 20:04:19 19:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:04:19 19:59:01 1 0.03 0.00 0.05 0.00 0.00 99.92 20:04:19 19:59:01 2 0.05 0.00 0.02 0.00 0.00 99.93 20:04:19 19:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:04:19 20:00:01 all 0.05 0.00 0.05 0.00 0.00 99.90 20:04:19 20:00:01 0 0.03 0.00 0.05 0.02 0.00 99.90 20:04:19 20:00:01 1 0.02 0.00 0.05 0.00 0.00 99.93 20:04:19 20:00:01 2 0.15 0.00 0.07 0.00 0.00 99.78 20:04:19 20:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:04:19 20:01:01 all 0.16 0.00 0.06 0.03 0.00 99.75 20:04:19 20:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:04:19 20:01:01 1 0.07 0.00 0.07 0.02 0.00 99.85 20:04:19 20:01:01 2 0.53 0.00 0.08 0.10 0.00 99.28 20:04:19 20:01:01 3 0.03 0.00 0.07 0.00 0.00 99.90 20:04:19 20:02:01 all 0.16 0.00 0.05 0.01 0.00 99.78 20:04:19 20:02:01 0 0.03 0.00 0.05 0.02 0.00 99.90 20:04:19 20:02:01 1 0.05 0.00 0.05 0.00 0.00 99.90 20:04:19 20:02:01 2 0.53 0.00 0.05 0.00 0.00 99.42 20:04:19 20:02:01 3 0.03 0.00 0.03 0.02 0.00 99.92 20:04:19 20:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 20:04:19 20:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:04:19 20:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:04:19 20:03:01 2 0.52 0.00 0.03 0.00 0.00 99.45 20:04:19 20:03:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:04:19 20:04:01 all 6.35 0.00 4.38 2.88 0.02 86.37 20:04:19 20:04:01 0 7.11 0.00 4.45 3.55 0.02 84.88 20:04:19 20:04:01 1 5.67 0.00 3.95 4.06 0.02 86.31 20:04:19 20:04:01 2 6.16 0.00 4.39 0.99 0.02 88.45 20:04:19 20:04:01 3 6.47 0.00 4.75 2.90 0.02 85.85 20:04:19 Average: all 13.96 0.00 7.45 4.80 0.03 73.76 20:04:19 Average: 0 14.12 0.00 7.48 5.24 0.03 73.13 20:04:19 Average: 1 13.89 0.00 7.48 4.65 0.03 73.96 20:04:19 Average: 2 13.73 0.00 7.42 4.83 0.03 73.99 20:04:19 Average: 3 14.11 0.00 7.42 4.50 0.02 73.95 20:04:19 20:04:19 20:04:19