Pull request #3001 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 hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 6aacc02e765899b5f00a422c0b56178915ca79e6 rather than c5d4f56aecd1b435a7b33b7684dcf103eece7a8f Obtained Jenkinsfile from 6aacc02e765899b5f00a422c0b56178915ca79e6 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-19085 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit c5d4f56aecd1b435a7b33b7684dcf103eece7a8f Merge succeeded, producing c5d4f56aecd1b435a7b33b7684dcf103eece7a8f Checking out Revision c5d4f56aecd1b435a7b33b7684dcf103eece7a8f (PR-3001) > 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/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 Commit message: "feat(meta): add POST /provisionwatcher V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:08:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk d72252c4acd011e7e2d980babbb235a3a52a00ae # timeout=10 [Pipeline] withCredentials 09:08:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:08:47 ========================================================= 09:08:47 EdgeX Global Pipelines Version Info 09:08:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:08:49 ------------------- 09:08:49 stable info: 09:08:49 ------------------- 09:08:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:08:49 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 09:08:49 Message: update stable to v1.0.173 09:08:50 ------------------- 09:08:50 experimental info: 09:08:50 ------------------- 09:08:50 Commited By: **** collab-it+edgex@linuxfoundation.org 09:08:50 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 09:08:50 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:08:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:08:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:08:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:08:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:08:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:08:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:08:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:08:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:08:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:08:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:08:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:08:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:08:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:08:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:08:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:08:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:08:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:08:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:08:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:08:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:08:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:08:52 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:08:52 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:08:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3001 [Pipeline] echo 09:08:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3001 [Pipeline] echo 09:08:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3001 [Pipeline] echo 09:08:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [Pipeline] echo 09:08:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c5d4f56 [Pipeline] echo 09:08:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:08:53 provisioning config files... 09:08:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5039804991394036098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:08:54 ---> docker-login.sh 09:08:54 nexus3.edgexfoundry.org:10001 09:08:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:08:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:08:54 Configure a credential helper to remove this warning. See 09:08:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:08:54 09:08:54 Login Succeeded 09:08:54 nexus3.edgexfoundry.org:10002 09:08:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:08:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:08:54 Configure a credential helper to remove this warning. See 09:08:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:08:54 09:08:54 Login Succeeded 09:08:54 nexus3.edgexfoundry.org:10003 09:08:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:08:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:08:54 Configure a credential helper to remove this warning. See 09:08:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:08:54 09:08:54 Login Succeeded 09:08:54 nexus3.edgexfoundry.org:10004 09:08:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:08:55 Configure a credential helper to remove this warning. See 09:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:08:55 09:08:55 Login Succeeded 09:08:55 docker.io 09:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:08:55 Configure a credential helper to remove this warning. See 09:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:08:55 09:08:55 Login Succeeded 09:08:55 ---> docker-login.sh ends [Pipeline] } 09:08:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:08:55 ++ 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 09:08:55 + for file in '`ls cmd/**/Dockerfile`' 09:08:55 ++ dirname cmd/core-command/Dockerfile 09:08:55 ++ cut -d/ -f2 09:08:55 + echo core-command,cmd/core-command/Dockerfile 09:08:55 + for file in '`ls cmd/**/Dockerfile`' 09:08:55 ++ dirname cmd/core-data/Dockerfile 09:08:55 ++ cut -d/ -f2 09:08:55 + echo core-data,cmd/core-data/Dockerfile 09:08:55 + for file in '`ls cmd/**/Dockerfile`' 09:08:55 ++ dirname cmd/core-metadata/Dockerfile 09:08:55 ++ cut -d/ -f2 09:08:55 + echo core-metadata,cmd/core-metadata/Dockerfile 09:08:55 + for file in '`ls cmd/**/Dockerfile`' 09:08:55 ++ dirname cmd/security-bootstrap-redis/Dockerfile 09:08:55 ++ cut -d/ -f2 09:08:55 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 09:08:55 + for file in '`ls cmd/**/Dockerfile`' 09:08:55 ++ dirname cmd/security-proxy-setup/Dockerfile 09:08:55 ++ cut -d/ -f2 09:08:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:08:55 + for file in '`ls cmd/**/Dockerfile`' 09:08:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:08:55 ++ cut -d/ -f2 09:08:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:08:55 + for file in '`ls cmd/**/Dockerfile`' 09:08:55 ++ dirname cmd/support-notifications/Dockerfile 09:08:55 ++ cut -d/ -f2 09:08:55 + echo support-notifications,cmd/support-notifications/Dockerfile 09:08:55 + for file in '`ls cmd/**/Dockerfile`' 09:08:55 ++ dirname cmd/support-scheduler/Dockerfile 09:08:55 ++ cut -d/ -f2 09:08:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:08:55 + for file in '`ls cmd/**/Dockerfile`' 09:08:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:08:55 ++ cut -d/ -f2 09:08:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:08:55 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 09:08:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:08:57 09:08:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:08:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:08:57 latest: Pulling from edgex-devops/git-semver 09:08:57 31603596830f: Pulling fs layer 09:08:57 2a8b12db71e7: Pulling fs layer 09:08:57 6ca5941a6612: Pulling fs layer 09:08:57 ecc8261a40a4: Pulling fs layer 09:08:57 ecc8261a40a4: Waiting 09:08:57 2a8b12db71e7: Verifying Checksum 09:08:57 2a8b12db71e7: Download complete 09:08:58 31603596830f: Verifying Checksum 09:08:58 31603596830f: Download complete 09:08:58 ecc8261a40a4: Download complete 09:08:58 6ca5941a6612: Verifying Checksum 09:08:58 6ca5941a6612: Download complete 09:08:58 31603596830f: Pull complete 09:08:58 2a8b12db71e7: Pull complete 09:08:59 6ca5941a6612: Pull complete 09:08:59 ecc8261a40a4: Pull complete 09:08:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:08:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:08:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:08:59 prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container 09:08:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:09:02 $ docker top fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:09:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:09:02 [ssh-agent] Looking for ssh-agent implementation... 09:09:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:09:02 $ docker exec fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 ssh-agent 09:09:02 SSH_AUTH_SOCK=/tmp/ssh-kI11EWFDXiY5/agent.11 09:09:02 SSH_AGENT_PID=16 09:09:02 Running ssh-add (command line suppressed) 09:09:03 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1431760286991505927.key (/w/workspace/edgex-go/2@tmp/private_key_1431760286991505927.key) 09:09:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:09:03 + git tag --points-at HEAD [Pipeline] } 09:09:03 $ docker exec --env ******** --env ******** fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 ssh-agent -k 09:09:03 unset SSH_AUTH_SOCK; 09:09:03 unset SSH_AGENT_PID; 09:09:03 echo Agent pid 16 killed; 09:09:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:09:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:09:03 [ssh-agent] Looking for ssh-agent implementation... 09:09:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:09:04 $ docker exec fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 ssh-agent 09:09:04 SSH_AUTH_SOCK=/tmp/ssh-FAGih9HRNZI2/agent.45 09:09:04 SSH_AGENT_PID=51 09:09:04 Running ssh-add (command line suppressed) 09:09:04 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3457565390574858549.key (/w/workspace/edgex-go/2@tmp/private_key_3457565390574858549.key) 09:09:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:09:04 + git semver init 09:09:04 # -> Open(): unable to determine branch for HEAD 09:09:04 # $GIT_DIR = /w/workspace/edgex-go/2/.git 09:09:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 09:09:04 # $SEMVER_REMOTE_NAME = origin 09:09:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:09:04 # $SEMVER_USER_NAME = edgex-jenkins 09:09:04 # $SEMVER_BRANCH = PR-3001 09:09:04 # $SEMVER_TEMP = /tmp/semver-221139836 09:09:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:09:22 # '/tmp/semver-221139836' -> '/w/workspace/edgex-go/2/.semver' 09:09:22 # -> Force: false 09:09:22 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 09:09:22 $ docker exec --env ******** --env ******** fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 ssh-agent -k 09:09:23 unset SSH_AUTH_SOCK; 09:09:23 unset SSH_AGENT_PID; 09:09:23 echo Agent pid 51 killed; 09:09:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:09:23 + git semver [Pipeline] } 09:09:23 $ docker stop --time=1 fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 09:09:25 $ docker rm -f fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 [Pipeline] // withDockerContainer [Pipeline] sh 09:09:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:09:26 Stashed 1 file(s) [Pipeline] echo 09:09:26 [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 09:09:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:09:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:09:28 + sudo service docker restart 09:09:28 + true 09:09:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:09:28 ========================================================= 09:09:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:09:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:09:28 + 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 . 09:09:33 Sending build context to Docker daemon 326.5MB 09:09:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:09:33 Step 2/6 : FROM ${BASE} 09:09:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:09:33 188c0c94c7c5: Pulling fs layer 09:09:33 0ef7d3d256c8: Pulling fs layer 09:09:33 de9db76c5a1d: Pulling fs layer 09:09:33 bca2f99d35d6: Pulling fs layer 09:09:33 93359f2a8cfa: Pulling fs layer 09:09:33 7c6f9722023f: Pulling fs layer 09:09:33 a35cf1a2eb13: Pulling fs layer 09:09:33 bca2f99d35d6: Waiting 09:09:33 7c6f9722023f: Waiting 09:09:33 93359f2a8cfa: Waiting 09:09:33 a35cf1a2eb13: Waiting 09:09:33 de9db76c5a1d: Verifying Checksum 09:09:33 de9db76c5a1d: Download complete 09:09:33 0ef7d3d256c8: Verifying Checksum 09:09:33 0ef7d3d256c8: Download complete 09:09:33 93359f2a8cfa: Verifying Checksum 09:09:33 93359f2a8cfa: Download complete 09:09:33 7c6f9722023f: Verifying Checksum 09:09:33 7c6f9722023f: Download complete 09:09:33 188c0c94c7c5: Verifying Checksum 09:09:33 188c0c94c7c5: Download complete 09:09:33 188c0c94c7c5: Pull complete 09:09:33 0ef7d3d256c8: Pull complete 09:09:33 de9db76c5a1d: Pull complete 09:09:34 a35cf1a2eb13: Verifying Checksum 09:09:34 a35cf1a2eb13: Download complete 09:09:35 bca2f99d35d6: Verifying Checksum 09:09:35 bca2f99d35d6: Download complete 09:09:41 bca2f99d35d6: Pull complete 09:09:41 93359f2a8cfa: Pull complete 09:09:41 7c6f9722023f: Pull complete 09:09:41 Still waiting to schedule task 09:09:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 09:09:45 a35cf1a2eb13: Pull complete 09:09:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:09:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:09:45 ---> a62c8e92a672 09:09:45 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 09:09:45 ---> Running in 8b95c7586f7e 09:09:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:09:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:09:47 (1/12) Installing libmagic (5.38-r0) 09:09:47 (2/12) Installing file (5.38-r0) 09:09:47 (3/12) Installing libc-dev (0.7.2-r3) 09:09:47 (4/12) Installing g++ (9.3.0-r2) 09:09:51 (5/12) Installing fortify-headers (1.1-r0) 09:09:51 (6/12) Installing patch (2.7.6-r6) 09:09:51 (7/12) Installing build-base (0.5-r2) 09:09:51 (8/12) Installing libsodium (1.0.18-r0) 09:09:51 (9/12) Installing pkgconf (1.7.2-r0) 09:09:51 (10/12) Installing libsodium-dev (1.0.18-r0) 09:09:51 (11/12) Installing libzmq (4.3.3-r0) 09:09:51 (12/12) Installing zeromq-dev (4.3.3-r0) 09:09:52 Executing busybox-1.31.1-r19.trigger 09:09:52 OK: 233 MiB in 51 packages 09:09:56 Removing intermediate container 8b95c7586f7e 09:09:56 ---> c5d046df4b26 09:09:56 Step 4/6 : WORKDIR /edgex-go 09:09:56 ---> Running in 797328c23bc5 09:09:56 Removing intermediate container 797328c23bc5 09:09:56 ---> 58f3ae0a5613 09:09:56 Step 5/6 : COPY go.mod . 09:09:56 ---> ea58cd06edcf 09:09:56 Step 6/6 : RUN go mod download 09:09:56 ---> Running in e7b5af8ce04e 09:10:18 Removing intermediate container e7b5af8ce04e 09:10:18 ---> df3702a83852 09:10:18 Successfully built df3702a83852 09:10:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:10:18 + docker inspect -f . ci-base-image-x86_64 09:10:18 . [Pipeline] withDockerContainer 09:10:18 prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container 09:10:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:10:19 $ docker top 383b25ebb7c235977c4551c2e5472109040ad49031d7c45f518e15dade4f8c59 -eo pid,comm [Pipeline] { [Pipeline] sh 09:10:20 + go version 09:10:20 go version go1.15.5 linux/amd64 [Pipeline] } 09:10:20 $ docker stop --time=1 383b25ebb7c235977c4551c2e5472109040ad49031d7c45f518e15dade4f8c59 09:10:22 $ docker rm -f 383b25ebb7c235977c4551c2e5472109040ad49031d7c45f518e15dade4f8c59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:10:23 + docker inspect -f . ci-base-image-x86_64 09:10:23 . [Pipeline] withDockerContainer 09:10:23 prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container 09:10:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:10:23 $ docker top 0f8556b4bc7e0a4a3fc06b3e9e1813cf74e2b1251168527a721883e3a2e8f08c -eo pid,comm [Pipeline] { [Pipeline] echo 09:10:24 ========================================================= 09:10:24 [edgeXBuildGoParallel] Running Tests and Build... 09:10:24 ========================================================= [Pipeline] sh 09:10:24 + make test 09:10:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:10:32 ? github.com/edgexfoundry/edgex-go [no test files] 09:10:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:10:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:10:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:10:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:10:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:10:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:10:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:10:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:10:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:10:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:10:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:10:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:10:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:10:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements 09:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.0% of statements 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 77.1% of statements 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.416s coverage: 82.4% of statements 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:11:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:11:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 28.6% of statements 09:11:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:11:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:11:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:11:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:11:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:11:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 09:11:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:11:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 09:11:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:11:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 09:11:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:11:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements 09:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:11:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 09:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:11:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.285s coverage: 94.1% of statements 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:11:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:11:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements 09:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 09:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements 09:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements 09:11:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements 09:11:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:11:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 09:11:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:11:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:11:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 09:11:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements 09:11:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 09:11:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 09:11:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 09:11:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 55.9% of statements 09:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:11:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements 09:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:11:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:11:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.0% of statements 09:11:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 09:11:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.122s coverage: 47.1% of statements 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:11:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:11:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.087s coverage: 100.0% of statements 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:11:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.692s coverage: 29.1% of statements 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:11:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:11:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:11:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:11:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:11:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:11:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 09:11:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 09:11:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 09:11:15 GO111MODULE=on go vet ./... 09:11:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19086 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws 09:11:32 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 09:11:37 gofmt -l . 09:11:37 [ "`gofmt -l .`" = "" ] 09:11:37 ./bin/test-go-mod-tidy.sh 09:11:37 using credential edgex-jenkins-ssh 09:11:37 Cloning the remote Git repository 09:11:38 ./bin/test-attribution-txt.sh 09:11:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:11:37 > git init /w/workspace/edgex-go/2 # timeout=10 09:11:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:11:37 > git --version # timeout=10 09:11:37 > git --version # 'git version 2.17.1' 09:11:37 using GIT_SSH to set credentials SSH Credentials for GitHub 09:11:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh 09:11:39 + ls -al . 09:11:39 total 644 09:11:39 drwxrwxr-x 10 1001 1001 4096 Jan 8 09:11 . 09:11:39 drwxr-xr-x 4 root root 28 Jan 8 09:10 .. 09:11:39 -rw-rw-r-- 1 1001 1001 11 Jan 8 09:08 .dockerignore 09:11:39 drwxrwxr-x 8 1001 1001 179 Jan 8 09:08 .git 09:11:39 drwxrwxr-x 3 1001 1001 125 Jan 8 09:08 .github 09:11:39 -rw-rw-r-- 1 1001 1001 824 Jan 8 09:08 .gitignore 09:11:39 drwx------ 3 1001 1001 47 Jan 8 09:09 .semver 09:11:39 -rw-rw-r-- 1 1001 1001 166 Jan 8 09:08 .sonarcloud.properties 09:11:39 -rw-rw-r-- 1 1001 1001 3804 Jan 8 09:08 CONTRIBUTING.md 09:11:39 -rw-rw-r-- 1 1001 1001 931 Jan 8 09:08 Dockerfile.build 09:11:39 -rw-rw-r-- 1 1001 1001 863 Jan 8 09:08 Jenkinsfile 09:11:39 -rw-rw-r-- 1 1001 1001 10775 Jan 8 09:08 LICENSE 09:11:39 -rw-rw-r-- 1 1001 1001 5750 Jan 8 09:08 Makefile 09:11:39 -rw-rw-r-- 1 1001 1001 6524 Jan 8 09:08 README.md 09:11:39 -rw-rw-r-- 1 1001 1001 6744 Jan 8 09:08 SECURITY.md 09:11:39 -rw-rw-r-- 1 1001 1001 5 Jan 8 09:09 VERSION 09:11:39 -rw-rw-r-- 1 1001 1001 4131 Jan 8 09:08 ZMQWindows.md 09:11:39 drwxrwxr-x 2 1001 1001 117 Jan 8 09:08 bin 09:11:39 drwxrwxr-x 14 1001 1001 4096 Jan 8 09:08 cmd 09:11:39 -rw-r--r-- 1 root root 545099 Jan 8 09:11 coverage.out 09:11:39 -rw-r--r-- 1 root root 979 Jan 8 09:11 go.mod 09:11:39 -rw-r--r-- 1 root root 19019 Jan 8 09:11 go.sum 09:11:39 drwxrwxr-x 8 1001 1001 127 Jan 8 09:08 internal 09:11:39 drwxrwxr-x 4 1001 1001 26 Jan 8 09:08 openapi 09:11:39 drwxrwxr-x 4 1001 1001 71 Jan 8 09:08 snap 09:11:39 -rw-rw-r-- 1 1001 1001 168 Jan 8 09:08 version.go [Pipeline] sh 09:11:40 + '[' -e coverage.out ] 09:11:40 + chown 1001:1001 coverage.out [Pipeline] stash 09:11:40 Stashed 1 file(s) [Pipeline] sh 09:11:40 + make build 09:11:40 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 09:11:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:11:51 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 09:11:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:11:54 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 09:11:54 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:11:54 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 09:11:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:11:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:11:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:11:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:11:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:11:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:11:54 > git config core.sparsecheckout # timeout=10 09:11:54 > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 09:11:55 Merge succeeded, producing c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:11:55 Checking out Revision c5d4f56aecd1b435a7b33b7684dcf103eece7a8f (PR-3001) 09:11:56 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 09:11:54 > git remote # timeout=10 09:11:54 > git config --get remote.origin.url # timeout=10 09:11:54 using GIT_SSH to set credentials SSH Credentials for GitHub 09:11:54 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 09:11:55 > git rev-parse HEAD^{commit} # timeout=10 09:11:55 > git config core.sparsecheckout # timeout=10 09:11:55 > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 09:11:57 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 09:11:58 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 09:11:59 Commit message: "feat(meta): add POST /provisionwatcher V2 API" 09:11:59 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:12:00 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 09:12:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:12:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 09:12:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] sh 09:12:02 + sudo service docker restart 09:12:02 + true [Pipeline] } 09:12:02 $ docker stop --time=1 0f8556b4bc7e0a4a3fc06b3e9e1813cf74e2b1251168527a721883e3a2e8f08c 09:12:04 $ docker rm -f 0f8556b4bc7e0a4a3fc06b3e9e1813cf74e2b1251168527a721883e3a2e8f08c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap 09:12:05 provisioning config files... 09:12:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config952036608619877441tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { 09:12:05 ---> docker-login.sh 09:12:05 nexus3.edgexfoundry.org:10001 09:12:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:07 Configure a credential helper to remove this warning. See 09:12:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:07 09:12:07 Login Succeeded 09:12:07 nexus3.edgexfoundry.org:10002 09:12:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:07 Configure a credential helper to remove this warning. See 09:12:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:07 09:12:07 Login Succeeded 09:12:07 nexus3.edgexfoundry.org:10003 09:12:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh 09:12:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:08 Configure a credential helper to remove this warning. See 09:12:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:08 09:12:08 Login Succeeded 09:12:08 nexus3.edgexfoundry.org:10004 09:12:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:12:08 09:12:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:12:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:08 Configure a credential helper to remove this warning. See 09:12:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:08 09:12:08 Login Succeeded 09:12:08 docker.io 09:12:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:12:08 latest: Pulling from edgex-devops/edgex-compose 09:12:08 cbdbe7a5bc2a: Pulling fs layer 09:12:08 ca9280d653b3: Pulling fs layer 09:12:08 7e9c9ca2126c: Pulling fs layer 09:12:08 cbdbe7a5bc2a: Download complete 09:12:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:09 cbdbe7a5bc2a: Pull complete 09:12:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:09 Configure a credential helper to remove this warning. See 09:12:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:09 09:12:09 Login Succeeded 09:12:09 ---> docker-login.sh ends [Pipeline] } 09:12:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 09:12:09 ca9280d653b3: Verifying Checksum 09:12:09 ca9280d653b3: Download complete [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:12:09 ========================================================= 09:12:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:12:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:12:10 + 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 . 09:12:10 7e9c9ca2126c: Verifying Checksum 09:12:10 7e9c9ca2126c: Download complete 09:12:10 ca9280d653b3: Pull complete 09:12:12 Sending build context to Docker daemon 165.5MB 09:12:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:12:12 Step 2/6 : FROM ${BASE} 09:12:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:12:12 5f621e34cdf4: Pulling fs layer 09:12:12 a4357932f1b6: Pulling fs layer 09:12:12 18c013af1878: Pulling fs layer 09:12:12 00ac8860ef70: Pulling fs layer 09:12:12 63d7cb157983: Pulling fs layer 09:12:12 b116817d02f9: Pulling fs layer 09:12:12 745a02a5169b: Pulling fs layer 09:12:12 00ac8860ef70: Waiting 09:12:12 b116817d02f9: Waiting 09:12:12 745a02a5169b: Waiting 09:12:12 18c013af1878: Verifying Checksum 09:12:12 18c013af1878: Download complete 09:12:12 a4357932f1b6: Verifying Checksum 09:12:12 a4357932f1b6: Download complete 09:12:12 63d7cb157983: Download complete 09:12:12 5f621e34cdf4: Download complete 09:12:12 b116817d02f9: Verifying Checksum 09:12:12 b116817d02f9: Download complete 09:12:13 5f621e34cdf4: Pull complete 09:12:14 a4357932f1b6: Pull complete 09:12:14 18c013af1878: Pull complete 09:12:15 745a02a5169b: Verifying Checksum 09:12:15 745a02a5169b: Download complete 09:12:16 00ac8860ef70: Verifying Checksum 09:12:16 00ac8860ef70: Download complete 09:12:17 7e9c9ca2126c: Pull complete 09:12:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:12:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:12:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:12:17 prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container 09:12:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:12:20 $ docker top 5a246dd55d99d3f1bcf97209e76f91542fc0e822e257dc40f12c9fa9c6fe7469 -eo pid,comm [Pipeline] { [Pipeline] sh 09:12:21 + docker-compose build --help 09:12:21 + grep parallel 09:12:22 --parallel Build images in parallel. [Pipeline] } 09:12:22 $ docker stop --time=1 5a246dd55d99d3f1bcf97209e76f91542fc0e822e257dc40f12c9fa9c6fe7469 09:12:23 $ docker rm -f 5a246dd55d99d3f1bcf97209e76f91542fc0e822e257dc40f12c9fa9c6fe7469 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:12:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:12:24 . [Pipeline] withDockerContainer 09:12:24 prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container 09:12:24 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:12:25 $ docker top 2dc59e386ba887701a7c3e1d3ee1022721f48d1ae4d144eb3eb98a16248d7b47 -eo pid,comm [Pipeline] { [Pipeline] sh 09:12:25 + docker-compose -f ./docker-compose-build.yml build --parallel 09:12:26 00ac8860ef70: Pull complete 09:12:26 63d7cb157983: Pull complete 09:12:26 Building docker-core-command-go ... 09:12:26 Building docker-core-data-go ... 09:12:26 Building docker-core-metadata-go ... 09:12:26 Building docker-security-bootstrap-redis-go ... 09:12:26 Building docker-security-proxy-setup-go ... 09:12:26 Building docker-security-secretstore-setup-go ... 09:12:26 Building docker-support-notifications-go ... 09:12:26 Building docker-support-scheduler-go ... 09:12:26 Building docker-sys-mgmt-agent-go ... 09:12:26 Building docker-core-data-go 09:12:26 Building docker-security-bootstrap-redis-go 09:12:26 Building docker-security-secretstore-setup-go 09:12:26 Building docker-security-proxy-setup-go 09:12:26 Building docker-core-metadata-go 09:12:27 b116817d02f9: Pull complete 09:12:30 745a02a5169b: Pull complete 09:12:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:12:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:12:30 ---> b7e6874047d6 09:12:30 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 09:12:34 ---> Running in d9364c649539 09:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:12:36 (1/12) Installing libmagic (5.38-r0) 09:12:36 (2/12) Installing file (5.38-r0) 09:12:37 (3/12) Installing libc-dev (0.7.2-r3) 09:12:37 (4/12) Installing g++ (9.3.0-r2) 09:12:42 (5/12) Installing fortify-headers (1.1-r0) 09:12:42 (6/12) Installing patch (2.7.6-r6) 09:12:42 (7/12) Installing build-base (0.5-r2) 09:12:42 (8/12) Installing libsodium (1.0.18-r0) 09:12:42 (9/12) Installing pkgconf (1.7.2-r0) 09:12:42 (10/12) Installing libsodium-dev (1.0.18-r0) 09:12:43 (11/12) Installing libzmq (4.3.3-r0) 09:12:43 (12/12) Installing zeromq-dev (4.3.3-r0) 09:12:43 Executing busybox-1.31.1-r19.trigger 09:12:43 OK: 217 MiB in 51 packages 09:12:47 Removing intermediate container d9364c649539 09:12:47 ---> 923dc4b221e7 09:12:47 Step 4/6 : WORKDIR /edgex-go 09:12:47 ---> Running in a44ed13f2ebc 09:12:47 Removing intermediate container a44ed13f2ebc 09:12:47 ---> 5a6a772ef156 09:12:47 Step 5/6 : COPY go.mod . 09:12:48 ---> 4295b7936631 09:12:48 Step 6/6 : RUN go mod download 09:12:48 ---> Running in d89be55fc5b0 09:12:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:12:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:12:53 ---> df3702a83852 09:12:53 Step 3/22 : WORKDIR /edgex-go 09:12:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:12:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:12:53 ---> df3702a83852 09:12:53 Step 3/24 : WORKDIR /edgex-go 09:12:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:12:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:12:53 ---> df3702a83852 09:12:53 Step 3/23 : WORKDIR /edgex-go 09:12:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:12:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:12:54 ---> df3702a83852 09:12:54 Step 3/22 : WORKDIR /edgex-go 09:12:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:12:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:12:54 ---> df3702a83852 09:12:54 Step 3/21 : WORKDIR /edgex-go 09:12:55 ---> Running in 5d46b5788922 09:12:55 ---> Running in cca5c3649f7b 09:12:55 ---> Running in 4f5041d11cb3 09:12:55 ---> Running in 75de545a9894 09:12:55 ---> Running in fd9b0d1d54db 09:12:55 Removing intermediate container 75de545a9894 09:12:55 ---> 4e705ef13691 09:12:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:55 Removing intermediate container 5d46b5788922 09:12:55 ---> 870d03ee9b99 09:12:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:55 Removing intermediate container cca5c3649f7b 09:12:55 ---> afff2f1eef7b 09:12:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:55 Removing intermediate container 4f5041d11cb3 09:12:55 ---> 4d081d01c303 09:12:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:55 Removing intermediate container fd9b0d1d54db 09:12:55 ---> 13ea42346c1d 09:12:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:55 ---> Running in bc3dd7a3f9a2 09:12:55 ---> Running in 90a50d232ae1 09:12:55 ---> Running in 4a217f168d53 09:12:55 ---> Running in 80636624f8a1 09:12:55 ---> Running in 0b3311aa2c74 09:12:57 Removing intermediate container bc3dd7a3f9a2 09:12:57 ---> 638be564fd27 09:12:57 Step 5/21 : RUN apk add --update --no-cache make git 09:12:57 Removing intermediate container 90a50d232ae1 09:12:57 ---> 0d2b51b29802 09:12:57 Step 5/24 : RUN apk add --update --no-cache make git 09:12:58 ---> Running in 7a55bc7dcc9d 09:12:58 ---> Running in c2e3fc3bd39b 09:12:58 Removing intermediate container 4a217f168d53 09:12:58 ---> 0d5dd0cf94d4 09:12:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:12:58 ---> Running in dd5f1bf777b4 09:12:58 Removing intermediate container 0b3311aa2c74 09:12:58 ---> 0a2d466709a7 09:12:58 Step 5/22 : RUN apk add --update --no-cache make git 09:12:58 Removing intermediate container 80636624f8a1 09:12:58 ---> 635007c6c3a3 09:12:58 Step 5/22 : RUN apk add --update --no-cache make git 09:12:58 ---> Running in 62f1a7a62f3d 09:12:58 ---> Running in 0ef83791e665 09:12:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:12:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:12:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:12:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:12:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:13:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:13:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:13:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:13:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:13:00 OK: 233 MiB in 51 packages 09:13:00 OK: 233 MiB in 51 packages 09:13:00 OK: 233 MiB in 51 packages 09:13:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:13:01 OK: 233 MiB in 51 packages 09:13:01 Removing intermediate container 7a55bc7dcc9d 09:13:01 ---> a9fe481387c5 09:13:01 Step 6/21 : COPY go.mod . 09:13:01 Removing intermediate container 62f1a7a62f3d 09:13:01 ---> 4ec89c8956aa 09:13:01 Step 6/22 : COPY go.mod . 09:13:01 ---> d2ff7935d1be 09:13:01 Step 7/21 : RUN go mod download 09:13:01 ---> Running in 42fa2bb23e47 09:13:01 OK: 233 MiB in 51 packages 09:13:01 ---> cf0e2bf8df39 09:13:01 Step 7/22 : RUN go mod download 09:13:01 Removing intermediate container c2e3fc3bd39b 09:13:01 ---> f819ba560a27 09:13:01 Step 6/24 : COPY go.mod . 09:13:01 ---> Running in 44e97a1e1793 09:13:02 Removing intermediate container dd5f1bf777b4 09:13:02 ---> 6d78d4383459 09:13:02 Step 6/23 : COPY go.mod . 09:13:02 ---> 4880cd571832 09:13:02 Step 7/24 : RUN go mod download 09:13:02 ---> Running in 02067fa3f057 09:13:02 ---> b66d01d26e2a 09:13:02 Step 7/23 : RUN go mod download 09:13:02 Removing intermediate container 0ef83791e665 09:13:02 ---> 290171a71a96 09:13:02 Step 6/22 : COPY go.mod . 09:13:02 ---> Running in 75049d839d24 09:13:03 ---> f7634d6de844 09:13:03 Step 7/22 : RUN go mod download 09:13:03 ---> Running in 8b47e1fa60c3 09:13:04 Removing intermediate container 42fa2bb23e47 09:13:04 ---> ab8cc42a0d78 09:13:04 Step 8/21 : COPY . . 09:13:04 Removing intermediate container 44e97a1e1793 09:13:04 ---> 4c5e4a475a63 09:13:04 Step 8/22 : COPY . . 09:13:04 Removing intermediate container 02067fa3f057 09:13:04 ---> 1e00f53837b9 09:13:04 Step 8/24 : COPY . . 09:13:04 Removing intermediate container 75049d839d24 09:13:04 ---> 5650ac980b7f 09:13:04 Step 8/23 : COPY . . 09:13:11 Removing intermediate container 8b47e1fa60c3 09:13:11 ---> 9e598e1ddda5 09:13:11 Step 8/22 : COPY . . 09:13:15 Removing intermediate container d89be55fc5b0 09:13:15 ---> 0a2f2b7a8c88 09:13:15 Successfully built 0a2f2b7a8c88 09:13:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:13:15 + docker inspect -f . ci-base-image-arm64 09:13:15 . [Pipeline] withDockerContainer 09:13:15 prd-ubuntu18.04-docker-arm64-4c-16g-19086 does not seem to be running inside a container 09:13:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:13:17 $ docker top 521a06a270ad67d3bec757ea27fdd403920efb08c8c1fb33ac7b27c3e2723853 -eo pid,comm [Pipeline] { [Pipeline] sh 09:13:18 + go version 09:13:18 go version go1.15.5 linux/arm64 [Pipeline] } 09:13:18 $ docker stop --time=1 521a06a270ad67d3bec757ea27fdd403920efb08c8c1fb33ac7b27c3e2723853 09:13:20 $ docker rm -f 521a06a270ad67d3bec757ea27fdd403920efb08c8c1fb33ac7b27c3e2723853 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:13:21 + docker inspect -f . ci-base-image-arm64 09:13:21 . [Pipeline] withDockerContainer 09:13:21 prd-ubuntu18.04-docker-arm64-4c-16g-19086 does not seem to be running inside a container 09:13:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:13:23 $ docker top 45bd6425f2f8fc6b10e536c5c5767414dd725541edfc701708557f5fcee19597 -eo pid,comm [Pipeline] { [Pipeline] echo 09:13:23 ========================================================= 09:13:23 [edgeXBuildGoParallel] Running Tests and Build... 09:13:23 ========================================================= [Pipeline] sh 09:13:24 + make test 09:13:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:13:43 ---> 0964e60891d7 09:13:43 ---> 96995d05350f 09:13:43 Step 9/22 : RUN make cmd/core-metadata/core-metadataStep 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis ---> 86e609e2e4b9 09:13:43 09:13:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:13:43 09:13:43 ---> 57979c803e0c 09:13:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:13:43 ---> Running in a55a27d915ff 09:13:43 ---> Running in ebb36ff2d817 09:13:43 ---> Running in 06a19d44cf06 09:13:43 ---> 6e7053b0bf82 09:13:43 Step 9/23 : RUN make cmd/core-data/core-data 09:13:43 ---> Running in 2defaa7075ae 09:13:43 ---> Running in 7b5b126613a6 09:13:43 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 09:13:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:13:43 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 09:13:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:13: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 09:13:46 ? github.com/edgexfoundry/edgex-go [no test files] 09:14:10 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 09:14: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 09:14:13 Removing intermediate container ebb36ff2d817 09:14:13 ---> a59e834b181e 09:14:13 09:14:13 Step 10/22 : FROM alpine:3.12 09:14:13 3.12: Pulling from library/alpine 09:14:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:14:14 Status: Downloaded newer image for alpine:3.12 09:14:14 ---> 389fef711851 09:14:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:14:18 ---> Running in 91e561624d9b 09:14:18 Removing intermediate container a55a27d915ff 09:14:18 ---> 15db4dddfe17 09:14:18 09:14:18 Step 10/24 : FROM alpine:3.12 09:14:18 ---> 389fef711851 09:14:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:14:18 Removing intermediate container 2defaa7075ae 09:14:18 ---> ef186fddbc41 09:14:18 09:14:18 Step 10/21 : FROM alpine:3.12 09:14:18 ---> 389fef711851 09:14:18 Step 11/21 : RUN apk add --update --no-cache curl 09:14:19 ---> Running in 8ec707e75ccc 09:14:19 ---> Running in 59339a3d94b8 09:14:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:14:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:14:19 (1/5) Installing ca-certificates (20191127-r4) 09:14:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:14:20 (3/5) Installing libcurl (7.69.1-r3) 09:14:20 (4/5) Installing curl (7.69.1-r3) 09:14:20 (5/5) Installing dumb-init (1.2.2-r1) 09:14:20 Executing busybox-1.31.1-r19.trigger 09:14:20 Executing ca-certificates-20191127-r4.trigger 09:14:20 OK: 7 MiB in 19 packages 09:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:14:20 (1/4) Installing ca-certificates (20191127-r4) 09:14:20 (1/5) Installing ca-certificates (20191127-r4) 09:14:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:14:20 (3/4) Installing libcurl (7.69.1-r3) 09:14:20 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:14:20 (4/4) Installing curl (7.69.1-r3) 09:14:20 (3/5) Installing libcurl (7.69.1-r3) 09:14:20 Executing busybox-1.31.1-r19.trigger 09:14:20 (4/5) Installing curl (7.69.1-r3) 09:14:20 Executing ca-certificates-20191127-r4.trigger 09:14:20 (5/5) Installing dumb-init (1.2.2-r1) 09:14:20 Executing busybox-1.31.1-r19.trigger 09:14:20 Executing ca-certificates-20191127-r4.trigger 09:14:20 OK: 7 MiB in 18 packages 09:14:20 OK: 7 MiB in 19 packages 09:14:24 Removing intermediate container 06a19d44cf06 09:14:24 ---> 3e3f6ca48b18 09:14:24 09:14:24 Step 10/22 : FROM scratch 09:14:24 ---> 09:14:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:14:24 Removing intermediate container 7b5b126613a6 09:14:24 ---> ecda956d2a35 09:14:24 09:14:24 Step 10/23 : FROM alpine:3.12 09:14:24 ---> 389fef711851 09:14:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:14:25 ---> Running in 6b460f0a6891 09:14:25 ---> Running in c15f83d9c160 09:14:25 Removing intermediate container 91e561624d9b 09:14:25 ---> 26468347778c 09:14:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 09:14:25 ---> Running in 7846467bbb5d 09:14:26 Removing intermediate container 6b460f0a6891 09:14:26 ---> 1ec487328ea3 09:14:26 Step 12/22 : ENV APP_PORT=48081 09:14:26 Removing intermediate container c15f83d9c160 09:14:26 ---> 9556aeab3907 09:14:26 Step 12/23 : ENV APP_PORT=48080 09:14:26 ---> Running in 2a8bcff41b5b 09:14:26 Removing intermediate container 7846467bbb5d 09:14:26 ---> cdf65f6fb2e0 09:14:26 Step 13/22 : WORKDIR / 09:14:26 Removing intermediate container 8ec707e75ccc 09:14:26 ---> 2ad8e1c06d91 09:14:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:14:26 Removing intermediate container 59339a3d94b8 09:14:26 ---> c8bcfcd76c2a 09:14:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:14:26 ---> Running in f7581dcfc771 09:14:26 ---> Running in 223ed27a0b3d 09:14:26 ---> Running in e9b1174524ac 09:14:26 ---> Running in d4e5712b7c06 09:14:26 Removing intermediate container 2a8bcff41b5b 09:14:26 ---> 28ebb9cd23a1 09:14:26 Step 13/22 : EXPOSE $APP_PORT 09:14:27 ---> Running in 5ccd67ba67f8 09:14:27 Removing intermediate container f7581dcfc771 09:14:27 ---> 677185e1986f 09:14:27 Step 13/23 : EXPOSE $APP_PORT 09:14:27 Removing intermediate container 223ed27a0b3d 09:14:27 ---> 078286c9ddd8 09:14:27 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 09:14:27 Removing intermediate container e9b1174524ac 09:14:27 ---> 1364dd4ff538 09:14:27 Step 13/24 : WORKDIR / 09:14:27 Removing intermediate container d4e5712b7c06 09:14:27 ---> 6f9e1e0e65d2 09:14:27 Step 13/21 : WORKDIR /edgex 09:14:27 ---> Running in adca4367a22b 09:14:27 ---> Running in 472773b93735 09:14:27 ---> Running in b611290d4021 09:14:27 Removing intermediate container 5ccd67ba67f8 09:14:27 ---> 451a21921172 09:14:27 Step 14/22 : WORKDIR / 09:14:27 ---> Running in 0081675d027e 09:14:27 ---> ecef55f65744 09:14:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 09:14:27 Removing intermediate container adca4367a22b 09:14:27 ---> 04e2ac9fac6d 09:14:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:14:27 Removing intermediate container 472773b93735 09:14:27 ---> 67b5e1c608a6 09:14:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:14:27 Removing intermediate container b611290d4021 09:14:27 ---> cd5cbd738702 09:14:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:14:28 Removing intermediate container 0081675d027e 09:14:28 ---> f11f916273b9 09:14:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:14:28 ---> Running in 81bf3b7b3030 09:14:28 ---> 1b7301fd80fd 09:14:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:14:28 ---> c6ad35d644b0 09:14:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 09:14:28 ---> 5097b707e0c5 09:14:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:14:28 ---> b62c1885d109 09:14:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:14:28 ---> 2a5e6a6eb425 09:14:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:14:28 ---> a97528313186 09:14:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 09:14:29 ---> a5c78b7321ec 09:14:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:14:29 ---> ccc04425f23c 09:14:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:14:29 ---> cce48e715a41 09:14:29 Step 18/22 : RUN chmod +x entrypoint.sh 09:14:29 ---> 71282cf2814f 09:14:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:14:29 ---> Running in 6a8a1f564e7c 09:14:30 Removing intermediate container 81bf3b7b3030 09:14:30 ---> 9bc0bc114746 09:14:30 Step 15/23 : RUN apk add --update --no-cache zeromq 09:14:30 ---> Running in 5fecf80abc99 09:14:30 ---> 88f0b12e4d3a 09:14:30 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:14:30 ---> 5d23e47becff 09:14:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:14:30 ---> ace134b9eebe 09:14:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:14:30 ---> Running in b05a56cf3830 09:14:30 ---> Running in 70d6f0871df6 09:14:31 Removing intermediate container b05a56cf3830 09:14:31 ---> 0212eb1865d4 09:14:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:14:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:14:31 Removing intermediate container 70d6f0871df6 09:14:31 ---> 5ac50b5910a1 09:14:31 Step 18/21 : CMD ["--init=true"] 09:14:31 ---> Running in 455b0bdfc4bb 09:14:31 ---> c629e2ab9d14 09:14:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:14:31 ---> Running in a84493eef6a3 09:14:31 Removing intermediate container 455b0bdfc4bb 09:14:31 ---> 26b3745b32bd 09:14:31 Step 20/22 : LABEL arch=x86_64 09:14:32 ---> Running in eba6d449ff1e 09:14:32 ---> 37b41560f125 09:14:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:14:32 Removing intermediate container 6a8a1f564e7c 09:14:32 ---> a6b43b241b55 09:14:32 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 09:14:32 Removing intermediate container a84493eef6a3 09:14:32 ---> 29bf369ba181 09:14:32 Step 19/21 : LABEL arch=x86_64 09:14:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:14:32 ---> Running in 9cadb8c53c00 09:14:32 ---> Running in 9ac1a2b3eb0e 09:14:32 ---> Running in 5e5a08ae0d68 09:14:32 Removing intermediate container eba6d449ff1e 09:14:32 ---> 733e46caea49 09:14:32 Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:14:32 ---> Running in 9ba8b89b7bb4 09:14:32 Removing intermediate container 9ac1a2b3eb0e 09:14:32 ---> 91b7343c67c0 09:14:32 Step 20/21 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:14:32 Removing intermediate container 5e5a08ae0d68 09:14:32 ---> c7a340d9e4e1 09:14:32 Step 20/22 : LABEL arch=x86_64 09:14:32 (1/5) Installing libgcc (9.3.0-r2) 09:14:32 ---> Running in 09627a6af77a 09:14:32 (2/5) Installing libsodium (1.0.18-r0) 09:14:32 ---> Running in 931ad9deba8a 09:14:32 (3/5) Installing libstdc++ (9.3.0-r2) 09:14:33 Removing intermediate container 9ba8b89b7bb4 09:14:33 ---> 6f6b5a8d3c05 09:14:33 Step 22/22 : LABEL version=0.0.0 09:14:33 (4/5) Installing libzmq (4.3.3-r0) 09:14:33 Removing intermediate container 09627a6af77a 09:14:33 ---> edbc05b05b22 09:14:33 Step 21/21 : LABEL version=0.0.0 09:14:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:14:33 (5/5) Installing zeromq (4.3.3-r0) 09:14:33 ---> Running in 31fcd394c44a 09:14:33 Executing busybox-1.31.1-r19.trigger 09:14:33 OK: 8 MiB in 19 packages 09:14:33 Removing intermediate container 931ad9deba8a 09:14:33 ---> 61f3a59a16d6 09:14:33 Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:14:33 ---> Running in ae619b387cfe 09:14:33 ---> Running in 4453510896d1 09:14:33 Removing intermediate container 31fcd394c44a 09:14:33 ---> c320c6f0c954 09:14:33 09:14:33 Removing intermediate container ae619b387cfe 09:14:33 ---> 7d2bad05b208 09:14:33 09:14:33 Successfully built c320c6f0c954 09:14:34 Successfully built 7d2bad05b208 09:14:34 Successfully tagged docker-core-metadata-go:latest 09:14:34  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 09:14:34 Removing intermediate container 4453510896d1 09:14:34 ---> a4317f637923 09:14:34 Step 22/22 : LABEL version=0.0.0 09:14:34 Removing intermediate container 9cadb8c53c00 09:14:34 ---> e608e7714471 09:14:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:14:34 Successfully tagged docker-security-proxy-setup-go:latest 09:14:34 Building docker-support-notifications-go 09:14:34  Building docker-security-proxy-setup-go ... done  ---> Running in 011d40133b4d 09:14:34 ---> Running in a2ead6586c43 09:14:34 Removing intermediate container 5fecf80abc99 09:14:34 ---> 878299b197fa 09:14:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:14:34 Removing intermediate container 011d40133b4d 09:14:34 ---> 7442d02b9674 09:14:34 09:14:34 Removing intermediate container a2ead6586c43 09:14:34 ---> fce16d3df430 09:14:34 Step 22/24 : LABEL arch=x86_64 09:14:34 ---> Running in 929f8d88ef1e 09:14:34 Successfully built 7442d02b9674 09:14:34 ---> 512cf714c8bf 09:14:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:14:34 Successfully tagged docker-security-bootstrap-redis-go:latest 09:14:34  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go 09:14:34 Removing intermediate container 929f8d88ef1e 09:14:34 ---> a5b2db2407ab 09:14:34 Step 23/24 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:14:35 ---> Running in a78f4045ac39 09:14:35 Removing intermediate container a78f4045ac39 09:14:35 ---> ee6767452538 09:14:35 Step 24/24 : LABEL version=0.0.0 09:14:36 ---> ac5751ffbbfc 09:14:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:14:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:14:39 ---> Running in 7a5c51c5361c 09:14:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:14:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:14:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:14:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:14:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:14:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:14:41 ---> e1daf43350d3 09:14:41 Step 19/23 : ENTRYPOINT ["/core-data"] 09:14:41 Removing intermediate container 7a5c51c5361c 09:14:41 ---> 9fbf6c7390a0 09:14:41 09:14:43 Successfully built 9fbf6c7390a0 09:14:43 Successfully tagged docker-security-secretstore-setup-go:latest 09:14:43  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 09:14:44 ---> Running in 3c5ae4c88e43 09:14:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:14:44 Removing intermediate container 3c5ae4c88e43 09:14:44 ---> 2c1ebb6bd772 09:14:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:14:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:14:49 ---> Running in e95691b3977a 09:14:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:14:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:14:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:14:56 Removing intermediate container e95691b3977a 09:14:56 ---> d02145060ee4 09:14:56 Step 21/23 : LABEL arch=x86_64 09:14:56 ---> Running in bccbfffb552e 09:14:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.234s coverage: 46.6% of statements 09:14:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:14:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:14:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:14:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:14:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:14:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:14:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:14:57 ---> df3702a83852 09:14:57 Step 3/26 : WORKDIR /edgex-go 09:14:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:14:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:14:57 ---> df3702a83852 09:14:57 Step 3/21 : WORKDIR /edgex-go 09:14:57 ---> Using cache 09:14:57 ---> 13ea42346c1d 09:14:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:14:57 ---> Using cache 09:14:57 ---> 13ea42346c1d 09:14:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:14:57 ---> Using cache 09:14:57 ---> 0a2d466709a7 09:14:57 Step 5/26 : RUN apk add --update --no-cache make bash git 09:14:57 ---> Using cache 09:14:57 ---> 0a2d466709a7 09:14:57 Step 5/21 : RUN apk add --update --no-cache make git 09:14:57 ---> Using cache 09:14:57 ---> 4ec89c8956aa 09:14:57 Step 6/21 : COPY go.mod . 09:14:57 ---> Using cache 09:14:57 ---> cf0e2bf8df39 09:14:57 Step 7/21 : RUN go mod download 09:14:57 ---> Using cache 09:14:57 ---> 4c5e4a475a63 09:14:57 Step 8/21 : COPY . . 09:14:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:14:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:14:57 ---> df3702a83852 09:14:57 Step 3/24 : WORKDIR /edgex-go 09:14:57 ---> Using cache 09:14:57 ---> 13ea42346c1d 09:14:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:14:57 ---> Using cache 09:14:57 ---> 0a2d466709a7 09:14:57 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 09:14:57 ---> Using cache 09:14:57 ---> 0964e60891d7 09:14:57 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:14:58 Removing intermediate container bccbfffb552e 09:14:58 ---> 432075cf86bc 09:14:58 Step 22/23 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:14:58 ---> Running in 5f4d2e152a82 09:14:58 ---> Running in 90c758d72d8b 09:14:58 ---> Running in 47697f5f3902 09:14:59 ---> Running in fa153edee160 09:14:59 Removing intermediate container fa153edee160 09:14:59 ---> 4e368f590835 09:14:59 Step 23/23 : LABEL version=0.0.0 09:15:00 ---> Running in 16f30e4a83c3 09:15:00 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 09:15:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:15:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:15:01 Removing intermediate container 16f30e4a83c3 09:15:01 ---> 45591f40e09b 09:15:01 09:15:01 Successfully built 45591f40e09b 09:15:01 Successfully tagged docker-core-data-go:latest 09:15:01  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:15:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:15:02 OK: 233 MiB in 51 packages 09:15:02 OK: 233 MiB in 51 packages 09:15:04 Removing intermediate container 5f4d2e152a82 09:15:04 ---> d139f06addd2 09:15:04 Step 6/24 : COPY go.mod . 09:15:04 Removing intermediate container 90c758d72d8b 09:15:04 ---> 597c7a1bbcb9 09:15:04 Step 6/26 : COPY go.mod . 09:15:05 ---> 801629b6a60b 09:15:05 Step 7/24 : RUN go mod download 09:15:05 ---> 72e0686f21a7 09:15:05 Step 7/26 : RUN go mod download 09:15:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.530s coverage: 27.0% of statements 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:15:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:15:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:15:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.578s coverage: 77.8% of statements 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:15:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.337s coverage: 82.4% of statements 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:15:06 ---> Running in ee2b6c1ef293 09:15:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:15:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:15:06 ---> df3702a83852 09:15:06 Step 3/22 : WORKDIR /edgex-go 09:15:06 ---> Using cache 09:15:06 ---> 13ea42346c1d 09:15:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:06 ---> Using cache 09:15:06 ---> 0a2d466709a7 09:15:06 Step 5/22 : RUN apk add --update --no-cache make git 09:15:06 ---> Using cache 09:15:06 ---> 4ec89c8956aa 09:15:06 Step 6/22 : COPY go.mod . 09:15:06 ---> Using cache 09:15:06 ---> cf0e2bf8df39 09:15:06 Step 7/22 : RUN go mod download 09:15:06 ---> Using cache 09:15:06 ---> 4c5e4a475a63 09:15:06 Step 8/22 : COPY . . 09:15:06 ---> Using cache 09:15:06 ---> 0964e60891d7 09:15:06 Step 9/22 : RUN make cmd/core-command/core-command 09:15:06 ---> Running in c82f78880513 09:15:06 ---> Running in a560bf0d83b5 09:15:08 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 09:15:09 Removing intermediate container c82f78880513 09:15:09 ---> 5ed66a709fd6 09:15:09 Step 8/26 : COPY . . 09:15:09 Removing intermediate container ee2b6c1ef293 09:15:09 ---> 7ec0f08cf4b1 09:15:09 Step 8/24 : COPY . . 09:15:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.335s coverage: 28.6% of statements 09:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:15:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements 09:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:15:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 09:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:15:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements 09:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.297s coverage: 97.5% of statements 09:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:15:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements 09:15:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:15:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:15:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:15:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:15:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.041s coverage: 94.1% of statements 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:15:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:15:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:15:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:15:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.121s coverage: 75.5% of statements 09:15:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:15:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements 09:15:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements 09:15:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.2% of statements 09:15:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements 09:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.566s coverage: 63.5% of statements 09:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 09:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements 09:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 09:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 09:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 09:15:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 55.9% of statements 09:15:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:15:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:15:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:15:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:15:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 37.0% of statements 09:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.596s coverage: 84.0% of statements 09:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements 09:15:36 Removing intermediate container 47697f5f3902 09:15:36 ---> 5d7add2a04e0 09:15:36 09:15:36 Step 10/21 : FROM scratch 09:15:36 ---> 09:15:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:15:36 ---> Using cache 09:15:36 ---> 1ec487328ea3 09:15:36 Step 12/21 : ENV APP_PORT=48085 09:15:36 ---> Running in 1190c69fd0a9 09:15:37 ---> 8a276918cbb1 09:15:37 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:15:37 ---> 4fea454a068b 09:15:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:15:38 ---> Running in 9c0bfc4d1371 09:15:38 Removing intermediate container 1190c69fd0a9 09:15:38 ---> 9eef37d21f7e 09:15:38 Step 13/21 : EXPOSE $APP_PORT 09:15:38 ---> Running in 0fdf9a8cace0 09:15:38 ---> Running in e5b1a708dfa3 09:15:38 Removing intermediate container a560bf0d83b5 09:15:38 ---> d563147ca280 09:15:38 09:15:38 Step 10/22 : FROM scratch 09:15:38 ---> 09:15:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:15:38 ---> Using cache 09:15:38 ---> 1ec487328ea3 09:15:38 Step 12/22 : ENV APP_PORT=48082 09:15:38 ---> Running in b309a4b4051a 09:15:38 Removing intermediate container e5b1a708dfa3 09:15:38 ---> dac332314455 09:15:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:15:38 Removing intermediate container b309a4b4051a 09:15:38 ---> 02c1e2e7f474 09:15:38 Step 13/22 : EXPOSE $APP_PORT 09:15:38 ---> Running in 01dea86722db 09:15:38 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 09:15:39 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 09:15:39 ---> a3374225639f 09:15:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:15:39 Removing intermediate container 01dea86722db 09:15:39 ---> bd3c27808369 09:15:39 Step 14/22 : WORKDIR / 09:15:39 ---> Running in 0069c8382c7b 09:15:39 Removing intermediate container 0069c8382c7b 09:15:39 ---> 1f34012623e2 09:15:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:15:39 ---> acecb18bf517 09:15:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:15:39 ---> acdb8d4227fe 09:15:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:15:40 ---> 0fa44749981c 09:15:40 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:15:40 ---> Running in 6491fe6dfb76 09:15:40 ---> 1f26c65b5411 09:15:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:15:40 Removing intermediate container 6491fe6dfb76 09:15:40 ---> 92bcaa6dc058 09:15:40 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:15:40 ---> Running in af2c8e97c806 09:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.317s coverage: 47.1% of statements 09:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements 09:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 09:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:15:41 Removing intermediate container af2c8e97c806 09:15:41 ---> feb29169a21d 09:15:41 Step 19/21 : LABEL arch=x86_64 09:15:42 ---> cf71cc60e106 09:15:42 Step 18/22 : ENTRYPOINT ["/core-command"] 09:15:42 ---> Running in 3b5ad0f275a1 09:15:42 ---> Running in 24b8d1322ced 09:15:42 Removing intermediate container 24b8d1322ced 09:15:42 ---> 9292e33c8951 09:15:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:15:42 Removing intermediate container 3b5ad0f275a1 09:15:42 ---> ec35c7fbe5c7 09:15:42 Step 20/21 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:15:42 ---> Running in 0bb1a6cd96ec 09:15:42 ---> Running in c69e731204f7 09:15:43 Removing intermediate container 0bb1a6cd96ec 09:15:43 ---> 2b5ddb05c51e 09:15:43 Step 20/22 : LABEL arch=x86_64 09:15:43 Removing intermediate container c69e731204f7 09:15:43 ---> 9359504ec6e7 09:15:43 Step 21/21 : LABEL version=0.0.0 09:15:43 ---> Running in e41df1b5cbfd 09:15:43 ---> Running in 002e51d1e0b8 09:15:43 Removing intermediate container e41df1b5cbfd 09:15:43 ---> 65c64961d43e 09:15:43 Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:15:43 ---> Running in d4e5d35c2820 09:15:43 Removing intermediate container 002e51d1e0b8 09:15:43 ---> 4f669a72a12b 09:15:43 09:15:44 Successfully built 4f669a72a12b 09:15:44 Successfully tagged docker-support-scheduler-go:latest 09:15:44  Building docker-support-scheduler-go ... done Removing intermediate container d4e5d35c2820 09:15:44 ---> 0d75a44cacbb 09:15:44 Step 22/22 : LABEL version=0.0.0 09:15:44 ---> Running in 432f7e15b3c4 09:15:44 Removing intermediate container 432f7e15b3c4 09:15:44 ---> 63641b60437c 09:15:44 09:15:45 Successfully built 63641b60437c 09:15:45 Successfully tagged docker-core-command-go:latest 09:15:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.028s coverage: 29.1% of statements 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:15:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.268s coverage: 99.0% of statements 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:15:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:15:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:15:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:15:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:15:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:15:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements 09:15:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 09:15:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 09:15:47 GO111MODULE=on go vet ./... 09:15:57  Building docker-core-command-go ... done Removing intermediate container 0fdf9a8cace0 09:15:57 ---> c3e90a04730b 09:15:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:15:57 Removing intermediate container 9c0bfc4d1371 09:15:57 ---> 603006618669 09:15:57 09:15:57 Step 10/24 : FROM scratch 09:15:57 ---> 09:15:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:15:57 ---> Running in 15c6ea1b4d92 09:15:57 ---> Running in c5f8146208e4 09:15:57 Removing intermediate container c5f8146208e4 09:15:57 ---> 1b3be4929252 09:15:57 Step 12/24 : ENV APP_PORT=48060 09:15:57 ---> Running in f2e2fc4a3054 09:15:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:15:57 Removing intermediate container f2e2fc4a3054 09:15:57 ---> e9ca0b31be10 09:15:57 Step 13/24 : EXPOSE $APP_PORT 09:15:57 ---> Running in 12c2f1b98f24 09:15:57 Removing intermediate container 12c2f1b98f24 09:15:57 ---> 157e4d6fe1d1 09:15:57 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:15:58 ---> 62707fca94db 09:15:58 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:15:58 Removing intermediate container 15c6ea1b4d92 09:15:58 ---> e08051b047ec 09:15:58 09:15:58 Step 11/26 : FROM docker:20.10.0 09:15:58 20.10.0: Pulling from library/docker 09:15:59 ---> e930a341cc92 09:15:59 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:16:00 ---> 20816e280c2d 09:16:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:16:00 ---> 7b280ab47b1b 09:16:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:16:01 ---> a5addd33cae1 09:16:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:16:01 ---> 4f443efda477 09:16:01 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:16:01 ---> Running in 6ab63fd24e3b 09:16:02 Removing intermediate container 6ab63fd24e3b 09:16:02 ---> ee70126280ee 09:16:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:16:02 ---> Running in 43b4e7987556 09:16:02 Removing intermediate container 43b4e7987556 09:16:02 ---> 8fa250daa26e 09:16:02 Step 22/24 : LABEL arch=x86_64 09:16:03 ---> Running in 4425e4d51d34 09:16:03 Removing intermediate container 4425e4d51d34 09:16:03 ---> 5093fb0c7d26 09:16:03 Step 23/24 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:16:03 ---> Running in 255e11c4945b 09:16:03 Removing intermediate container 255e11c4945b 09:16:03 ---> 3fc2f7d48207 09:16:03 Step 24/24 : LABEL version=0.0.0 09:16:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:16:03 Status: Downloaded newer image for docker:20.10.0 09:16:03 ---> aefe523efa57 09:16:03 Step 12/26 : RUN apk add --no-cache bash 09:16:03 ---> Running in 8dc2b1254506 09:16:03 ---> Running in 414b35a145ff 09:16:03 Removing intermediate container 8dc2b1254506 09:16:03 ---> 911a0b62cd19 09:16:03 09:16:03 Successfully built 911a0b62cd19 09:16:03 Successfully tagged docker-support-notifications-go:latest 09:16:04  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:16:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:16:04 (1/2) Installing readline (8.0.4-r0) 09:16:04 (2/2) Installing bash (5.0.17-r0) 09:16:04 Executing bash-5.0.17-r0.post-install 09:16:04 Executing busybox-1.31.1-r19.trigger 09:16:04 OK: 12 MiB in 22 packages 09:16:04 Removing intermediate container 414b35a145ff 09:16:04 ---> 4513c3eb841c 09:16:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:16:04 ---> Running in c42efe808735 09:16:05 Removing intermediate container c42efe808735 09:16:05 ---> 6fd1b413db91 09:16:05 Step 14/26 : ENV APP_PORT=48090 09:16:05 ---> Running in e23e49372681 09:16:05 Removing intermediate container e23e49372681 09:16:05 ---> 597f88e2bba8 09:16:05 Step 15/26 : EXPOSE $APP_PORT 09:16:05 ---> Running in f939ce5f3f4a 09:16:05 Removing intermediate container f939ce5f3f4a 09:16:05 ---> ff08b06ead30 09:16:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:16:06 ---> 1f3cb16b5f87 09:16:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:16:06 ---> b338d70d451e 09:16:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:16:07 ---> c4f385fcbf04 09:16:07 Step 19/26 : RUN apk --no-cache add py3-pip 09:16:07 ---> Running in 7516f662ab70 09:16:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:16:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:16:07 (1/33) Installing libbz2 (1.0.8-r1) 09:16:07 (2/33) Installing expat (2.2.9-r1) 09:16:07 (3/33) Installing libffi (3.3-r2) 09:16:07 (4/33) Installing gdbm (1.13-r1) 09:16:07 (5/33) Installing xz-libs (5.2.5-r0) 09:16:07 (6/33) Installing sqlite-libs (3.32.1-r0) 09:16:08 (7/33) Installing python3 (3.8.5-r0) 09:16:08 (8/33) Installing py3-appdirs (1.4.4-r1) 09:16:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:16:08 (10/33) Installing py3-parsing (2.4.7-r0) 09:16:08 (11/33) Installing py3-six (1.15.0-r0) 09:16:08 (12/33) Installing py3-packaging (20.4-r0) 09:16:08 (13/33) Installing py3-setuptools (47.0.0-r0) 09:16:08 (14/33) Installing py3-chardet (3.0.4-r4) 09:16:08 (15/33) Installing py3-idna (2.9-r0) 09:16:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:16:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:16:09 (18/33) Installing py3-requests (2.23.0-r0) 09:16:09 (19/33) Installing py3-msgpack (1.0.0-r0) 09:16:09 (20/33) Installing py3-lockfile (0.12.2-r3) 09:16:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:16:09 (22/33) Installing py3-colorama (0.4.3-r0) 09:16:09 (23/33) Installing py3-distlib (0.3.0-r0) 09:16:09 (24/33) Installing py3-distro (1.5.0-r1) 09:16:09 (25/33) Installing py3-webencodings (0.5.1-r3) 09:16:09 (26/33) Installing py3-html5lib (1.0.1-r4) 09:16:09 (27/33) Installing py3-pytoml (0.1.21-r0) 09:16:09 (28/33) Installing py3-pep517 (0.8.2-r0) 09:16:09 (29/33) Installing py3-progress (1.5-r0) 09:16:09 (30/33) Installing py3-toml (0.10.1-r0) 09:16:09 (31/33) Installing py3-retrying (1.3.3-r0) 09:16:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:16:09 (33/33) Installing py3-pip (20.1.1-r0) 09:16:09 Executing busybox-1.31.1-r19.trigger 09:16:09 OK: 71 MiB in 55 packages 09:16:17 Removing intermediate container 7516f662ab70 09:16:17 ---> 80071ab3a6ab 09:16:17 Step 20/26 : RUN pip install docker-compose==1.23.2 09:16:17 ---> Running in 4700b4fda022 09:16:19 Collecting docker-compose==1.23.2 09:16:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:16:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:16:19 Collecting docker<4.0,>=3.6.0 09:16:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:16:19 Collecting docopt<0.7,>=0.6.1 09:16:19 Downloading docopt-0.6.2.tar.gz (25 kB) 09:16:20 Collecting jsonschema<3,>=2.5.1 09:16:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:16:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:16:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:16:20 Collecting PyYAML<4,>=3.10 09:16:20 Downloading PyYAML-3.13.tar.gz (270 kB) 09:16:21 Collecting texttable<0.10,>=0.9.0 09:16:21 Downloading texttable-0.9.1.tar.gz (11 kB) 09:16:21 Collecting websocket-client<1.0,>=0.32.0 09:16:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:16:21 Collecting cached-property<2,>=1.2.0 09:16:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:16:21 Collecting dockerpty<0.5,>=0.4.1 09:16:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:16:22 Collecting docker-pycreds>=0.4.0 09:16:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:16:22 Collecting idna<2.8,>=2.5 09:16:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:16:22 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) 09:16:22 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) 09:16:22 Collecting urllib3<1.25,>=1.21.1 09:16:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:16:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:16:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:16:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:16:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:16:23 Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, jsonschema, PyYAML, texttable, cached-property, dockerpty, docker-compose 09:16:23 Attempting uninstall: idna 09:16:23 Found existing installation: idna 2.9 09:16:23 Uninstalling idna-2.9: 09:16:23 Successfully uninstalled idna-2.9 09:16:23 Attempting uninstall: urllib3 09:16:23 Found existing installation: urllib3 1.25.9 09:16:23 Uninstalling urllib3-1.25.9: 09:16:23 Successfully uninstalled urllib3-1.25.9 09:16:23 Attempting uninstall: requests 09:16:23 Found existing installation: requests 2.23.0 09:16:23 Uninstalling requests-2.23.0: 09:16:23 Successfully uninstalled requests-2.23.0 09:16:23 Running setup.py install for docopt: started 09:16:24 Running setup.py install for docopt: finished with status 'done' 09:16:25 Running setup.py install for PyYAML: started 09:16:26 Running setup.py install for PyYAML: finished with status 'done' 09:16:26 Running setup.py install for texttable: started 09:16:26 Running setup.py install for texttable: finished with status 'done' 09:16:26 Running setup.py install for dockerpty: started 09:16:26 Running setup.py install for dockerpty: finished with status 'done' 09:16:26 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 09:16:29 Removing intermediate container 4700b4fda022 09:16:29 ---> cefe374d91b7 09:16:29 Step 21/26 : RUN apk --no-cache add curl 09:16:29 ---> Running in aae77ec7a5fd 09:16:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:16:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:16:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:16:30 (2/3) Installing libcurl (7.69.1-r3) 09:16:30 (3/3) Installing curl (7.69.1-r3) 09:16:30 Executing busybox-1.31.1-r19.trigger 09:16:30 OK: 72 MiB in 58 packages 09:16:31 Removing intermediate container aae77ec7a5fd 09:16:31 ---> d40586d260f2 09:16:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:16:31 ---> Running in 3ae8eb11d946 09:16:31 Removing intermediate container 3ae8eb11d946 09:16:31 ---> 54684da361dd 09:16:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:16:31 ---> Running in 3b62ee210449 09:16:31 Removing intermediate container 3b62ee210449 09:16:31 ---> 070013e25b1d 09:16:31 Step 24/26 : LABEL arch=x86_64 09:16:31 ---> Running in a099aa8dfed0 09:16:31 Removing intermediate container a099aa8dfed0 09:16:31 ---> c141e995d967 09:16:31 Step 25/26 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:16:32 ---> Running in a5951c0bdd83 09:16:32 Removing intermediate container a5951c0bdd83 09:16:32 ---> f4aed14cb583 09:16:32 Step 26/26 : LABEL version=0.0.0 09:16:32 ---> Running in 86f7fed16d81 09:16:32 Removing intermediate container 86f7fed16d81 09:16:32 ---> faf432ea3501 09:16:32 09:16:32 Successfully built faf432ea3501 09:16:32 Successfully tagged docker-sys-mgmt-agent-go:latest 09:16:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:16:32 $ docker stop --time=1 2dc59e386ba887701a7c3e1d3ee1022721f48d1ae4d144eb3eb98a16248d7b47 09:16:34 $ docker rm -f 2dc59e386ba887701a7c3e1d3ee1022721f48d1ae4d144eb3eb98a16248d7b47 [Pipeline] // withDockerContainer [Pipeline] sh 09:16:35 + docker images 09:16:35 + grep docker 09:16:35 docker-sys-mgmt-agent-go latest faf432ea3501 2 seconds ago 313MB 09:16:35 docker-support-notifications-go latest 911a0b62cd19 31 seconds ago 12MB 09:16:35 docker-core-command-go latest 63641b60437c 50 seconds ago 10.6MB 09:16:35 docker-support-scheduler-go latest 4f669a72a12b 51 seconds ago 10.7MB 09:16:35 docker-core-data-go latest 45591f40e09b About a minute ago 22.3MB 09:16:35 docker-security-secretstore-setup-go latest 9fbf6c7390a0 About a minute ago 24.6MB 09:16:35 docker-security-bootstrap-redis-go latest 7442d02b9674 2 minutes ago 15.8MB 09:16:35 docker-security-proxy-setup-go latest 7d2bad05b208 2 minutes ago 24.5MB 09:16:35 docker-core-metadata-go latest c320c6f0c954 2 minutes ago 13MB 09:16:35 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 09:16:50 Still waiting to schedule task 09:16:50 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:16:56 gofmt -l . 09:16:56 [ "`gofmt -l .`" = "" ] 09:16:56 ./bin/test-go-mod-tidy.sh 09:16:56 ./bin/test-attribution-txt.sh [Pipeline] sh 09:16:59 + ls -al . 09:16:59 total 672 09:16:59 drwxrwxr-x 9 1001 1001 4096 Jan 8 09:16 . 09:16:59 drwxr-xr-x 4 root root 4096 Jan 8 09:13 .. 09:16:59 -rw-rw-r-- 1 1001 1001 11 Jan 8 09:11 .dockerignore 09:16:59 drwxrwxr-x 8 1001 1001 4096 Jan 8 09:11 .git 09:16:59 drwxrwxr-x 3 1001 1001 4096 Jan 8 09:11 .github 09:16:59 -rw-rw-r-- 1 1001 1001 824 Jan 8 09:11 .gitignore 09:16:59 -rw-rw-r-- 1 1001 1001 166 Jan 8 09:11 .sonarcloud.properties 09:16:59 -rw-rw-r-- 1 1001 1001 3804 Jan 8 09:11 CONTRIBUTING.md 09:16:59 -rw-rw-r-- 1 1001 1001 931 Jan 8 09:11 Dockerfile.build 09:16:59 -rw-rw-r-- 1 1001 1001 863 Jan 8 09:11 Jenkinsfile 09:16:59 -rw-rw-r-- 1 1001 1001 10775 Jan 8 09:11 LICENSE 09:16:59 -rw-rw-r-- 1 1001 1001 5750 Jan 8 09:11 Makefile 09:16:59 -rw-rw-r-- 1 1001 1001 6524 Jan 8 09:11 README.md 09:16:59 -rw-rw-r-- 1 1001 1001 6744 Jan 8 09:11 SECURITY.md 09:16:59 -rw-rw-r-- 1 1001 1001 5 Jan 8 09:09 VERSION 09:16:59 -rw-rw-r-- 1 1001 1001 4131 Jan 8 09:11 ZMQWindows.md 09:16:59 drwxrwxr-x 2 1001 1001 4096 Jan 8 09:11 bin 09:16:59 drwxrwxr-x 14 1001 1001 4096 Jan 8 09:11 cmd 09:16:59 -rw-r--r-- 1 root root 545099 Jan 8 09:15 coverage.out 09:16:59 -rw-r--r-- 1 root root 979 Jan 8 09:16 go.mod 09:16:59 -rw-r--r-- 1 root root 19019 Jan 8 09:16 go.sum 09:16:59 drwxrwxr-x 8 1001 1001 4096 Jan 8 09:11 internal 09:16:59 drwxrwxr-x 4 1001 1001 4096 Jan 8 09:11 openapi 09:16:59 drwxrwxr-x 4 1001 1001 4096 Jan 8 09:11 snap 09:16:59 -rw-rw-r-- 1 1001 1001 168 Jan 8 09:11 version.go [Pipeline] sh 09:16:59 + '[' -e coverage.out ] 09:16:59 + chown 1001:1001 coverage.out [Pipeline] stash 09:16:59 Warning: overwriting stash ‘coverage-report’ 09:17:01 Stashed 1 file(s) [Pipeline] sh 09:17:01 + make build 09:17:01 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 09:17:14 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 09:17:36 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 09:17:37 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 09:17:41 Running on prd-ubuntu18.04-docker-8c-8g-19087 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws 09:17:41 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 09:17:43 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 09:17:43 using credential edgex-jenkins-ssh 09:17:43 Cloning the remote Git repository 09:17:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:17:43 > git init /w/workspace/edgex-go/2 # timeout=10 09:17:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:17:43 > git --version # timeout=10 09:17:43 > git --version # 'git version 2.17.1' 09:17:43 using GIT_SSH to set credentials SSH Credentials for GitHub 09:17:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:17:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:17:49 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 09:17:49 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:17:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:17:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:17:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:17:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:17:49 using GIT_SSH to set credentials SSH Credentials for GitHub 09:17:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:17:49 > git config core.sparsecheckout # timeout=10 09:17:49 > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 09:17:49 Merge succeeded, producing c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:17:49 Checking out Revision c5d4f56aecd1b435a7b33b7684dcf103eece7a8f (PR-3001) 09:17:49 > git remote # timeout=10 09:17:49 > git config --get remote.origin.url # timeout=10 09:17:49 using GIT_SSH to set credentials SSH Credentials for GitHub 09:17:49 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 09:17:49 > git rev-parse HEAD^{commit} # timeout=10 09:17:49 > git config core.sparsecheckout # timeout=10 09:17:49 > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 09:17:53 Commit message: "feat(meta): add POST /provisionwatcher V2 API" 09:17:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:17:54 + echo snap-build.sh 09:17:54 snap-build.sh 09:17:54 + SNAP_BASE_DIR=. 09:17:54 + '[' '!' -z /w/workspace/edgex-go/2 ']' 09:17:54 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 09:17:54 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 09:17:54 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 09:17:54 + cd /w/workspace/edgex-go/2 09:17:54 + sudo apt-get remove -qy --purge lxd lxd-client 09:17:54 Reading package lists... 09:17:54 Building dependency tree... 09:17:54 Reading state information... 09:17:55 The following packages were automatically installed and are no longer required: 09:17:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:17:55 uidmap xdelta3 09:17:55 Use 'sudo apt autoremove' to remove them. 09:17:55 The following packages will be REMOVED: 09:17:55 lxd* lxd-client* 09:17:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:17:55 After this operation, 31.7 MB disk space will be freed. 09:17:56 (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.) 09:17:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:17:57 Removing lxd dnsmasq configuration 09:17:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:17:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:17:58 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 09:17:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:17:58 (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.) 09:17:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:18:00 Processing triggers for systemd (237-3ubuntu10.42) ... 09:18:00 Processing triggers for ureadahead (0.100.0-21) ... 09:18:01 + sudo snap remove --purge lxd 09:18:01 snap "lxd" is not installed 09:18:01 + sudo groupadd --force --system lxd 09:18:01 ++ whoami 09:18:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:18:01 + newgrp - lxd 09:18:01 + sudo snap install lxd 09:18: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 09:18:05 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 09:18:09 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 09:18:09 2021-01-08T09:18:07Z INFO Waiting for automatic snapd restart... [Pipeline] } 09:18:13 $ docker stop --time=1 45bd6425f2f8fc6b10e536c5c5767414dd725541edfc701708557f5fcee19597 09:18:16 $ docker rm -f 45bd6425f2f8fc6b10e536c5c5767414dd725541edfc701708557f5fcee19597 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:18:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:18:18 09:18:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:18:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:18:18 latest: Pulling from edgex-devops/edgex-compose-arm64 09:18:18 29e5d40040c1: Pulling fs layer 09:18:18 1ce36da41761: Pulling fs layer 09:18:18 25b303627fd3: Pulling fs layer 09:18:18 29e5d40040c1: Verifying Checksum 09:18:18 29e5d40040c1: Download complete 09:18:19 29e5d40040c1: Pull complete 09:18:19 1ce36da41761: Verifying Checksum 09:18:19 1ce36da41761: Download complete 09:18:20 1ce36da41761: Pull complete 09:18:21 25b303627fd3: Verifying Checksum 09:18:21 25b303627fd3: Download complete 09:18:27 lxd 4.9 from Canonical* installed 09:18:27 + sudo lxd init --auto 09:18:31 25b303627fd3: Pull complete 09:18:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:18:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:18:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:18:31 prd-ubuntu18.04-docker-arm64-4c-16g-19086 does not seem to be running inside a container 09:18:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:18:34 $ docker top 480753b9a42a1b4f8fa93edef1b728fbaca452f13801aaf16c84a85820807c1a -eo pid,comm [Pipeline] { [Pipeline] sh 09:18:35 + sudo snap install --classic snapcraft 09:18:35 + docker-compose build --help 09:18:35 + grep parallel 09:18:39 --parallel Build images in parallel. [Pipeline] } 09:18:39 $ docker stop --time=1 480753b9a42a1b4f8fa93edef1b728fbaca452f13801aaf16c84a85820807c1a 09:18:41 $ docker rm -f 480753b9a42a1b4f8fa93edef1b728fbaca452f13801aaf16c84a85820807c1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:18:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:18:41 . [Pipeline] withDockerContainer 09:18:42 prd-ubuntu18.04-docker-arm64-4c-16g-19086 does not seem to be running inside a container 09:18:42 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:18:43 $ docker top f251897990c0bbce7a1c065c6f29630a7da0b5f058d95318d5cd6affd0ebcd3f -eo pid,comm 09:18:43 snapcraft 4.4.4 from Canonical* installed 09:18:43 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:18:43 + patch --verbose -p1 09:18:43 Hmm... Looks like a unified diff to me... 09:18:43 The text leading up to this was: 09:18:43 -------------------------- 09:18:43 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:18:43 |From: Tony Espy 09:18:43 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:18:43 |Subject: [PATCH] optimize snap build for pipeline CI check 09:18:43 | 09:18:43 |This patch is used by the EdgeX CI pipeline builds to 09:18:43 |optimize the snap CI check run for pull requests. When 09:18:43 |applied, it essentially strips out everything (apps and 09:18:43 |parts) from the snapcraft.yaml file except those required 09:18:43 |to build edgex-go, as the whole idea of the CI check is to 09:18:43 |catch changes to edgex-go that break the snap build. 09:18:43 | 09:18:43 |In general, anyone updating snapcraft.yaml will also need 09:18:43 |to update this patch file, otherwise it may fail to apply, 09:18:43 |resulting in a failed snap build CI check in the associated 09:18:43 |pull request. 09:18:43 | 09:18:43 |Note - in addition to applying this patch, the pipeline also 09:18:43 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:18:43 |need to build the finally binary .snap file (and it won't 09:18:43 |work with the patch applied). This further reduces the build 09:18:43 |time. 09:18:43 |--- 09:18:43 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:18:43 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:18:43 | 09:18:43 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:18:43 |index 1e537489..faf42425 100644 09:18:43 |--- a/snap/snapcraft.yaml 09:18:43 |+++ b/snap/snapcraft.yaml 09:18:43 -------------------------- 09:18:43 patching file snap/snapcraft.yaml 09:18:43 Using Plan A... 09:18:43 Hunk #1 succeeded at 73. 09:18:43 Hunk #2 succeeded at 202 with fuzz 1. 09:18:43 Hunk #3 succeeded at 214. 09:18:43 Hunk #4 succeeded at 222. 09:18:43 Hunk #5 succeeded at 229. 09:18:43 Hunk #6 succeeded at 256. 09:18:43 Hunk #7 succeeded at 290. 09:18:43 Hunk #8 succeeded at 341. 09:18:43 Hmm... Ignoring the trailing garbage. 09:18:43 done 09:18:43 + sudo snapcraft prime --use-lxd 09:18:43 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [Pipeline] { [Pipeline] sh 09:18:44 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: 09:18:44 - README.md 09:18:44 - snapcraft.yaml.orig 09:18:44 09:18:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:18:44 + docker-compose -f ./docker-compose-build.yml build --parallel 09:18:44 Launching a container. 09:18:49 Building docker-core-command-go ... 09:18:49 Building docker-core-data-go ... 09:18:49 Building docker-core-metadata-go ... 09:18:49 Building docker-security-bootstrap-redis-go ... 09:18:49 Building docker-security-proxy-setup-go ... 09:18:49 Building docker-security-secretstore-setup-go ... 09:18:49 Building docker-support-notifications-go ... 09:18:49 Building docker-support-scheduler-go ... 09:18:49 Building docker-sys-mgmt-agent-go ... 09:18:49 Building docker-support-notifications-go 09:18:49 Building docker-core-command-go 09:18:49 Building docker-core-data-go 09:18:49 Building docker-support-scheduler-go 09:18:49 Building docker-sys-mgmt-agent-go 09:18:57 Waiting for container to be ready 09:18:57 To start your first instance, try: lxc launch ubuntu:18.04 09:18:57 09:18:58 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:18:59 Waiting for network to be ready... 09:18:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:19:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 09:19:00 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:19:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 09:19:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 09:19:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 09:19:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 09:19:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 09:19:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 09:19:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 09:19:00 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:19:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:19:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:19:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:19:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:19:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:19:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:19:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:19:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:19:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] 09:19:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 09:19:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 09:19:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 09:19:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [225 kB] 09:19:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [30.6 kB] 09:19:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 09:19:01 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 09:19:03 Fetched 23.7 MB in 4s (6092 kB/s) 09:19:04 Reading package lists... 09:19:04 Reading package lists... 09:19:04 Building dependency tree... 09:19:04 Reading state information... 09:19:04 The following additional packages will be installed: 09:19:04 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:19:04 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:19:04 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:19:04 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:19:04 Suggested packages: 09:19:04 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:19:04 Recommended packages: 09:19:04 gnupg libsasl2-modules 09:19:05 The following NEW packages will be installed: 09:19:05 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:19:05 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:19:05 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:19:05 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:19:05 The following packages will be upgraded: 09:19:05 gpg gpg-agent gpgconf libudev1 09:19:05 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 09:19:05 Need to get 3532 kB of archives. 09:19:05 After this operation, 13.3 MB of additional disk space will be used. 09:19:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 09:19:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 09:19:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 09:19:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 09:19:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 09:19:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 09:19:05 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 09:19:05 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 09:19:05 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:19:05 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:19:05 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:19:05 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:19:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:19:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:19:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:19:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:19:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:19:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:19:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:19:06 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:19:06 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] 09:19:06 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] 09:19:06 debconf: delaying package configuration, since apt-utils is not installed 09:19:06 Fetched 3532 kB in 1s (3166 kB/s) 09:19:06 (Reading database ... 12511 files and directories currently installed.) 09:19:06 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 09:19:06 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:19:06 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 09:19:06 Selecting previously unselected package udev. 09:19:06 (Reading database ... 12511 files and directories currently installed.) 09:19:06 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 09:19:06 Unpacking udev (237-3ubuntu10.43) ... 09:19:06 Selecting previously unselected package libfuse2:amd64. 09:19:06 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:19:06 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:19:06 Selecting previously unselected package fuse. 09:19:06 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:19:06 Unpacking fuse (2.9.7-1ubuntu1) ... 09:19:07 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 09:19:07 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:19:07 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 09:19:07 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:19:07 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 09:19:07 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:19:07 Selecting previously unselected package libksba8:amd64. 09:19:07 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:19:07 Unpacking libksba8:amd64 (1.3.5-2) ... 09:19:07 Selecting previously unselected package libroken18-heimdal:amd64. 09:19:07 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:19:07 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:07 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:19:07 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:19:07 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:07 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:19:07 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:19:07 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:07 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:19:07 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:19:07 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:07 Selecting previously unselected package libwind0-heimdal:amd64. 09:19:07 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:19:07 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:08 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:19:08 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:19:08 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:08 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:19:08 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:19:08 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:08 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:19:08 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:19:08 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:08 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:19:08 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:19:08 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:08 Selecting previously unselected package libsasl2-modules-db:amd64. 09:19:08 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:19:08 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:19:08 Selecting previously unselected package libsasl2-2:amd64. 09:19:08 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:19:08 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:19:08 Selecting previously unselected package libldap-common. 09:19:08 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 09:19:08 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:19:08 Selecting previously unselected package libldap-2.4-2:amd64. 09:19:08 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 09:19:08 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:19:08 Selecting previously unselected package dirmngr. 09:19:08 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 09:19:08 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 09:19:09 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:19:09 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 09:19:09 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:19:09 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:19:09 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:19:09 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 09:19:09 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:09 Setting up libksba8:amd64 (1.3.5-2) ... 09:19:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:19:09 Setting up udev (237-3ubuntu10.43) ... 09:19:09 invoke-rc.d: policy-rc.d denied execution of start. 09:19:10 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:10 Processing triggers for systemd (237-3ubuntu10) ... 09:19:10 Setting up fuse (2.9.7-1ubuntu1) ... 09:19:10 Setting up gpg (2.2.4-1ubuntu1.3) ... 09:19:10 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:10 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:10 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:10 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:10 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:10 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:10 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:19:10 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:19:10 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 09:19:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:19:10 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:19:10 settings in the [Install] section, and DefaultInstance for template units). 09:19:10 This means they are not meant to be enabled using systemctl. 09:19:10 Possible reasons for having this kind of units are: 09:19:10 1) A unit may be statically enabled by being symlinked from another unit's 09:19:10 .wants/ or .requires/ directory. 09:19:10 2) A unit's purpose may be to act as a helper for some other unit which has 09:19:10 a requirement dependency on it. 09:19:10 3) A unit may be started when needed via activation (socket, path, timer, 09:19:10 D-Bus, udev, scripted systemctl call, ...). 09:19:10 4) In case of template units, the unit is meant to be enabled with some 09:19:10 instance name specified. 09:19:11 Reading package lists... 09:19:11 Building dependency tree... 09:19:11 Reading state information... 09:19:11 The following additional packages will be installed: 09:19:11 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:19:11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:19:11 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:19:11 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:19:11 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:19:11 Suggested packages: 09:19:11 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:19:11 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:19:11 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:19:11 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:19:11 systemd-container policykit-1 09:19:11 Recommended packages: 09:19:11 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:19:11 The following NEW packages will be installed: 09:19:11 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:19:11 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:19:11 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:19:11 multiarch-support openssh-client python3 python3-minimal python3.6 09:19:11 python3.6-minimal snapd squashfs-tools sudo 09:19:11 The following packages will be upgraded: 09:19:11 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:19:11 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 09:19:11 Need to get 35.2 MB of archives. 09:19:11 After this operation, 141 MB of additional disk space will be used. 09:19:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:19:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:19:11 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 09:19:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 09:19:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 09:19:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:19:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 09:19:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 09:19:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 09:19:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:19:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:19:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:19:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:19:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:19:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:19:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 09:19:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:19:12 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 09:19:12 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:19:12 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:19:12 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:19:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:19:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:19:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:19:12 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:19:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 09:19:12 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:19:12 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:19:12 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:19:12 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 09:19:14 debconf: delaying package configuration, since apt-utils is not installed 09:19:14 Fetched 35.2 MB in 2s (15.5 MB/s) 09:19:14 (Reading database ... 12757 files and directories currently installed.) 09:19:14 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 09:19:14 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:19:14 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 09:19:14 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:19:14 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 09:19:14 (Reading database ... 12757 files and directories currently installed.) 09:19:14 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:19:14 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:19:15 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:19:15 (Reading database ... 12757 files and directories currently installed.) 09:19:15 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:19:15 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:19:15 Setting up apt (1.6.12ubuntu0.2) ... 09:19:15 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:19:16 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:19:16 (Reading database ... 12764 files and directories currently installed.) 09:19:16 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:19:16 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:19:16 Selecting previously unselected package libpython3.6-minimal:amd64. 09:19:16 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:19:16 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:19:16 Selecting previously unselected package libexpat1:amd64. 09:19:16 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:19:16 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:19:17 Selecting previously unselected package python3.6-minimal. 09:19:17 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:19:17 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:19:17 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 09:19:17 Checking for services that may need to be restarted...done. 09:19:17 Checking for services that may need to be restarted...done. 09:19:17 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:19:17 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:19:17 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:19:17 Selecting previously unselected package python3-minimal. 09:19:17 (Reading database ... 13012 files and directories currently installed.) 09:19:17 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:19:17 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:19:17 Selecting previously unselected package mime-support. 09:19:17 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:19:17 Unpacking mime-support (3.60ubuntu1) ... 09:19:18 Selecting previously unselected package libmpdec2:amd64. 09:19:18 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:19:18 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:19:18 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:19:18 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:19:18 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:19:18 Selecting previously unselected package python3.6. 09:19:18 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:19:18 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:19:18 Selecting previously unselected package libpython3-stdlib:amd64. 09:19:18 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:19:18 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:19:18 Setting up python3-minimal (3.6.7-1~18.04) ... 09:19:18 Selecting previously unselected package python3. 09:19:18 (Reading database ... 13442 files and directories currently installed.) 09:19:18 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:19:18 Unpacking python3 (3.6.7-1~18.04) ... 09:19:18 Selecting previously unselected package multiarch-support. 09:19:18 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:19:18 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:19:19 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:19:19 Selecting previously unselected package liblzo2-2:amd64. 09:19:19 (Reading database ... 13479 files and directories currently installed.) 09:19:19 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:19:19 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:19:19 Selecting previously unselected package libbsd0:amd64. 09:19:19 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:19:19 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:19:19 Selecting previously unselected package sudo. 09:19:19 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 09:19:19 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 09:19:19 Selecting previously unselected package apparmor. 09:19:19 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:19:19 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:19:19 Selecting previously unselected package libedit2:amd64. 09:19:19 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:19:19 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:19:19 Selecting previously unselected package libkrb5support0:amd64. 09:19:19 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:19:19 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:19:20 Selecting previously unselected package libk5crypto3:amd64. 09:19:20 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:19:20 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:19:20 Selecting previously unselected package libkeyutils1:amd64. 09:19:20 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:19:20 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:19:20 Selecting previously unselected package libkrb5-3:amd64. 09:19:20 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:19:20 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:19:20 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:19:20 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:19:20 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:19:20 Selecting previously unselected package libssl1.0.0:amd64. 09:19:20 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 09:19:20 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:19:20 Selecting previously unselected package openssh-client. 09:19:20 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:19:20 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:19:20 Selecting previously unselected package squashfs-tools. 09:19:20 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:19:20 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:19:20 Selecting previously unselected package snapd. 09:19:20 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 09:19:21 Unpacking snapd (2.48+18.04) ... 09:19:23 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:19:23 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:19:23 Setting up mime-support (3.60ubuntu1) ... 09:19:23 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 09:19:23 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:19:23 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:19:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:19:23 Setting up systemd (237-3ubuntu10.43) ... 09:19:23 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:19:23 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:19:23 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:19:23 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:19:23 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:19:23 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:19:23 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:19:24 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:19:24 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:19:24 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:19:24 Setting up python3 (3.6.7-1~18.04) ... 09:19:24 running python rtupdate hooks for python3.6... 09:19:24 running python post-rtupdate hooks for python3.6... 09:19:24 Setting up apparmor (2.12-4ubuntu5.1) ... 09:19:26 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:19:26 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:19:27 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:19:27 Setting up snapd (2.48+18.04) ... 09:19:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:19:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:19:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:19:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:19:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:19:28 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:19:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:19:29 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:19:29 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:19:29 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:19:29 /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' 09:19:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:19:29 Processing triggers for systemd (237-3ubuntu10.43) ... 09:19:30 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 09:19:30 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:19:30 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:19:31 Reading package lists... 09:19:31 Reading package lists... 09:19:32 Building dependency tree... 09:19:32 Reading state information... 09:19:32 Calculating upgrade... 09:19:32 The following packages will be upgraded: 09:19:32 advancecomp base-files bash binutils binutils-common 09:19:32 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:19:32 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:19:32 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 09:19:32 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 09:19:32 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 09:19:32 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 09:19:32 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 09:19:32 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 09:19:32 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 09:19:32 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 09:19:32 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 09:19:32 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 09:19:32 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 09:19:32 ubuntu-keyring util-linux 09:19:32 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:19:32 Need to get 63.7 MB of archives. 09:19:32 After this operation, 5203 kB of additional disk space will be used. 09:19:32 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:19:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 09:19:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:19:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:19:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:19:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:19:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:19:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:19:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:19:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:19:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:19:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:19:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:19:33 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:19:33 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:19:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:19:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:19:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:19:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:19:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:19:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:19:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 09:19:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:19:33 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:19:33 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:19:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:19:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:19:33 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:19:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:19:33 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:19:33 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:19:33 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:19:33 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:19:33 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:19:33 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:19:33 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:19:33 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:19:33 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:19:33 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:19:33 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:19:33 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:19:33 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:19:33 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:19:33 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:19:33 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:19:33 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] 09:19:33 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:19:33 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 09:19:33 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:19:33 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:19:33 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:19:33 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:19:33 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:19:33 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:19:33 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:19:33 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:19:33 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:19:33 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:19:33 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 09:19:33 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 09:19:33 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:19:33 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:19:33 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:19:33 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:19:33 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:19:33 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:19:33 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:19:33 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:19:33 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:19:33 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:19:34 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:19:34 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 09:19:34 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:19:34 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 09:19:34 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:19:34 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:19:34 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:19:34 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 09:19:34 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:19:34 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:19:34 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 09:19:34 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 09:19:34 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 09:19:34 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 09:19:34 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:19:34 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:19:34 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:19:34 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:19:34 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:19:34 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:19:35 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:19:35 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:19:35 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:19:35 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:19:35 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:19:35 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:19:35 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:19:35 debconf: delaying package configuration, since apt-utils is not installed 09:19:35 Fetched 63.7 MB in 3s (20.0 MB/s) 09:19:35 (Reading database ... 13912 files and directories currently installed.) 09:19:35 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:19:35 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:19:36 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:19:36 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:19:36 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 09:19:36 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 09:19:37 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:37 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:19:37 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:37 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:19:37 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:37 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:19:37 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:37 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:19:37 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:38 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:19:38 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:38 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:19:38 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:38 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:19:38 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:19:38 (Reading database ... 13911 files and directories currently installed.) 09:19:38 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:38 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:19:38 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:19:38 (Reading database ... 13911 files and directories currently installed.) 09:19:38 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:39 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:19:39 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:39 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:19:39 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:19:39 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:19:39 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:19:39 (Reading database ... 13911 files and directories currently installed.) 09:19:39 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:19:39 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:19:40 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:19:40 (Reading database ... 13911 files and directories currently installed.) 09:19:40 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:19:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:19:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:19:40 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:19:40 Setting up base-files (10.1ubuntu2.10) ... 09:19:40 Installing new version of config file /etc/issue ... 09:19:40 Installing new version of config file /etc/issue.net ... 09:19:40 Installing new version of config file /etc/lsb-release ... 09:19:40 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:19:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:19:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:19:40 Removing obsolete conffile /etc/default/motd-news ... 09:19:41 (Reading database ... 13912 files and directories currently installed.) 09:19:41 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:19:41 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:19:41 Setting up bash (4.4.18-2ubuntu1.2) ... 09:19:41 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 09:19:41 (Reading database ... 13912 files and directories currently installed.) 09:19:41 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:19:41 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:19:41 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:19:41 (Reading database ... 13912 files and directories currently installed.) 09:19:41 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 09:19:41 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 09:19:41 Setting up tar (1.29b-2ubuntu0.1) ... 09:19:41 (Reading database ... 13912 files and directories currently installed.) 09:19:41 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:19:41 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:19:42 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:19:42 (Reading database ... 13912 files and directories currently installed.) 09:19:42 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:19:42 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:19:42 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:19:42 (Reading database ... 13912 files and directories currently installed.) 09:19:42 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:19:42 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:19:42 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:19:42 (Reading database ... 13912 files and directories currently installed.) 09:19:42 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:19:42 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:19:43 Setting up grep (3.1-2build1) ... 09:19:43 (Reading database ... 13912 files and directories currently installed.) 09:19:43 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:19:43 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:19:43 Setting up login (1:4.5-1ubuntu2) ... 09:19:43 (Reading database ... 13912 files and directories currently installed.) 09:19:43 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:19:43 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:19:43 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:19:43 (Reading database ... 13912 files and directories currently installed.) 09:19:43 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:19:43 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:19:44 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:19:44 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:19:44 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:19:44 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:19:44 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:19:44 (Reading database ... 13912 files and directories currently installed.) 09:19:44 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:19:44 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:19:45 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:19:45 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:19:45 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:19:46 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:19:46 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:19:46 (Reading database ... 13912 files and directories currently installed.) 09:19:46 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:19:46 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:19:46 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:19:46 (Reading database ... 13912 files and directories currently installed.) 09:19:46 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:19:46 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:19:46 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:19:46 (Reading database ... 13912 files and directories currently installed.) 09:19:46 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:19:46 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:19:46 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:19:46 (Reading database ... 13912 files and directories currently installed.) 09:19:46 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:19:46 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:19:46 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:19:47 (Reading database ... 13912 files and directories currently installed.) 09:19:47 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:19:47 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:19:47 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:19:47 (Reading database ... 13912 files and directories currently installed.) 09:19:47 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:19:47 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:19:47 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:19:47 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:19:47 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:19:47 (Reading database ... 13912 files and directories currently installed.) 09:19:47 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:19:48 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:19:48 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:19:48 (Reading database ... 13912 files and directories currently installed.) 09:19:48 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:19:48 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:19:48 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:19:48 (Reading database ... 13912 files and directories currently installed.) 09:19:48 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:19:48 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:19:48 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:19:48 (Reading database ... 13912 files and directories currently installed.) 09:19:48 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:19:48 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:19:49 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:19:49 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:19:49 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:19:49 (Reading database ... 13912 files and directories currently installed.) 09:19:49 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:19:49 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:19:50 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:19:50 (Reading database ... 13912 files and directories currently installed.) 09:19:50 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:19:50 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:19:50 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:19:50 (Reading database ... 13914 files and directories currently installed.) 09:19:50 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:19:50 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:19:50 Setting up debconf (1.5.66ubuntu1) ... 09:19:50 (Reading database ... 13914 files and directories currently installed.) 09:19:50 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:19:50 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:19:51 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:19:51 (Reading database ... 13914 files and directories currently installed.) 09:19:51 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:19:51 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:19:51 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:19:51 (Reading database ... 13914 files and directories currently installed.) 09:19:51 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:19:51 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:19:51 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:19:51 (Reading database ... 13914 files and directories currently installed.) 09:19:51 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:19:51 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:19:52 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 09:19:52 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:19:52 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:19:52 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:19:52 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:19:52 (Reading database ... 13914 files and directories currently installed.) 09:19:52 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:19:52 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:19:52 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:19:52 (Reading database ... 13914 files and directories currently installed.) 09:19:52 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:19:52 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:19:52 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:19:53 (Reading database ... 13914 files and directories currently installed.) 09:19:53 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:19:53 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:19:53 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:19:53 (Reading database ... 13914 files and directories currently installed.) 09:19:53 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 09:19:53 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 09:19:53 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 09:19:53 (Reading database ... 13914 files and directories currently installed.) 09:19:53 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:19:53 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:19:54 Setting up passwd (1:4.5-1ubuntu2) ... 09:19:54 (Reading database ... 13914 files and directories currently installed.) 09:19:54 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 09:19:54 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:19:54 Setting up gpgv (2.2.4-1ubuntu1.3) ... 09:19:54 (Reading database ... 13914 files and directories currently installed.) 09:19:54 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:19:54 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:19:54 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:19:54 (Reading database ... 13914 files and directories currently installed.) 09:19:54 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:19:54 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:19:55 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:19:55 (Reading database ... 13914 files and directories currently installed.) 09:19:55 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:19:55 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:19:55 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:19:55 (Reading database ... 13914 files and directories currently installed.) 09:19:55 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:19:55 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:19:55 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:19:55 (Reading database ... 13914 files and directories currently installed.) 09:19:55 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:19:55 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:19:55 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:19:55 (Reading database ... 13914 files and directories currently installed.) 09:19:55 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:19:55 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:19:56 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:19:56 (Reading database ... 13915 files and directories currently installed.) 09:19:56 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:19:56 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:19:56 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:19:56 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:19:56 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:19:56 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:19:56 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 09:19:57 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 09:19:57 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:19:57 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:19:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:19:57 ---> 0a2f2b7a8c88 09:19:57 Step 3/24 : WORKDIR /edgex-go 09:19:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:19:57 ---> 0a2f2b7a8c88 09:19:57 Step 3/23 : WORKDIR /edgex-go 09:19:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:19:57 ---> 0a2f2b7a8c88 09:19:57 Step 3/26 : WORKDIR /edgex-go 09:19:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:19:57 ---> 0a2f2b7a8c88 09:19:57 Step 3/22 : WORKDIR /edgex-go 09:19:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:19:57 ---> 0a2f2b7a8c88 09:19:57 Step 3/21 : WORKDIR /edgex-go 09:19:57 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:19:57 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:19:57 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:19:57 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:19:57 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:19:57 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:19:57 ---> Running in f782338f30c7 09:19:57 ---> Running in 92eb3acd2d50 09:19:57 ---> Running in ed42e911e971 09:19:57 ---> Running in 284c5d1d7466 09:19:57 ---> Running in 5b818b4304d0 09:19:57 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:19:57 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:19:57 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:19:57 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:19:57 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:19:57 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:19:58 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 09:19:58 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 09:19:58 Removing intermediate container f782338f30c7 09:19:58 ---> 2c5f9c3274e7 09:19:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:58 Removing intermediate container 284c5d1d7466 09:19:58 ---> 99e5bf96759a 09:19:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:58 Removing intermediate container ed42e911e971 09:19:58 ---> e75076df9663 09:19:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:58 Removing intermediate container 5b818b4304d0 09:19:58 ---> db7e2ce4c527 09:19:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:58 Removing intermediate container 92eb3acd2d50 09:19:58 ---> 297da4847791 09:19:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:58 ---> Running in 94047b2fa0ec 09:19:58 ---> Running in b166d8f32312 09:19:58 ---> Running in 4e4de4fe5766 09:19:58 ---> Running in 26a13057c8d9 09:19:58 ---> Running in 81c56ab54685 09:19:59 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:19:59 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:19:59 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:19:59 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:19:59 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:19:59 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:19:59 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:19:59 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:19:59 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:19:59 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:19:59 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:20:00 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:20:00 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:20:00 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:20:00 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:20:00 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:20:00 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:20:00 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:20:00 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:20:00 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:20:01 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:20:01 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:20:02 Removing intermediate container 94047b2fa0ec 09:20:02 ---> cf1377df74ac 09:20:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:20:02 Removing intermediate container b166d8f32312 09:20:02 ---> 2d9e28179343 09:20:02 Step 5/22 : RUN apk add --update --no-cache make git 09:20:02 ---> Running in ade9becafaf0 09:20:02 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:20:02 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:20:02 ---> Running in 18b6a8529289 09:20:02 Removing intermediate container 4e4de4fe5766 09:20:02 ---> fa667d6ef649 09:20:02 Step 5/21 : RUN apk add --update --no-cache make git 09:20:02 Removing intermediate container 26a13057c8d9 09:20:02 ---> ff89b260ad52 09:20:02 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 09:20:03 ---> Running in ebe39a5e7eec 09:20:03 ---> Running in 4e2d1a2b3190 09:20:03 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:20:03 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:20:03 Removing intermediate container 81c56ab54685 09:20:03 ---> 4eaa3bac70b2 09:20:03 Step 5/26 : RUN apk add --update --no-cache make bash git 09:20:03 ---> Running in ddb5081c2805 09:20:03 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:20:03 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:20:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:20:04 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:20:04 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:20:04 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:20:04 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:20:04 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:20:04 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:20:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:20:04 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:20:04 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:20:04 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:20:04 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:20:05 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:20:05 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:20:05 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:20:05 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:20:05 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:20:05 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:20:05 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:20:05 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:20:05 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:20:05 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:20:05 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:20:05 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:20:05 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:20:05 Setting up tzdata (2020f-0ubuntu0.18.04) ... 09:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:20:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:20:06 09:20:06 Current default time zone: 'Etc/UTC' 09:20:06 Local time is now: Fri Jan 8 09:20:05 UTC 2021. 09:20:06 Universal Time is now: Fri Jan 8 09:20:05 UTC 2021. 09:20:06 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:20:06 09:20:06 Setting up systemd-sysv (237-3ubuntu10.43) ... 09:20:06 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:20:06 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 09:20:06 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:20:06 OK: 217 MiB in 51 packages 09:20:06 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:20:06 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:20:06 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:20:06 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:20:06 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:20:06 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:20:06 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:20:06 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:20:06 OK: 217 MiB in 51 packages 09:20:06 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:20:06 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 09:20:06 OK: 217 MiB in 51 packages 09:20:06 OK: 217 MiB in 51 packages 09:20:06 OK: 217 MiB in 51 packages 09:20:06 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:20:06 Setting up patch (2.7.6-2ubuntu1.1) ... 09:20:06 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:20:06 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:20:06 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 09:20:06 Installing new version of config file /etc/ssl/openssl.cnf ... 09:20:06 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:20:06 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:20:06 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 09:20:07 Removing intermediate container ade9becafaf0 09:20:07 ---> a3a647d3fbaf 09:20:07 Step 6/23 : COPY go.mod . 09:20:08 Removing intermediate container 4e2d1a2b3190 09:20:08 ---> bf8bf85f98d0 09:20:08 Step 6/21 : COPY go.mod . 09:20:08 Removing intermediate container 18b6a8529289 09:20:08 ---> 2d37a2be31c1 09:20:08 Step 6/22 : COPY go.mod . 09:20:08 Removing intermediate container ebe39a5e7eec 09:20:08 ---> e970e7058e11 09:20:08 Step 6/24 : COPY go.mod . 09:20:08 Updating certificates in /etc/ssl/certs... 09:20:08 Removing intermediate container ddb5081c2805 09:20:08 ---> 5df185d4b998 09:20:08 Step 6/26 : COPY go.mod . 09:20:08 ---> c5c23e189153 09:20:08 Step 7/23 : RUN go mod download 09:20:09 ---> Running in 09de71844a07 09:20:09 ---> 99b80bbf1a45 09:20:09 Step 7/21 : RUN go mod download 09:20:09 22 added, 17 removed; done. 09:20:09 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:20:09 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:20:09 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:20:09 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:20:09 Setting up pkgbinarymangler (138.18.04.1) ... 09:20:09 ---> Running in d792bddbafc6 09:20:09 ---> e89933b06a6a 09:20:09 Step 7/22 : RUN go mod download 09:20:09 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:20:09 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 09:20:09 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:20:09 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:20:09 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:20:09 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:20:09 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:20:10 ---> bb3571a18b4c 09:20:10 Step 7/24 : RUN go mod download 09:20:10 ---> Running in be6308c41794 09:20:10 Setting up perl (5.26.1-6ubuntu0.5) ... 09:20:10 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 09:20:10 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:20:10 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:20:10 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 09:20:10 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:20:10 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:20:10 ---> 4ba78e3cca46 09:20:10 Step 7/26 : RUN go mod download 09:20:10 ---> Running in 9f23fc558b6f 09:20:10 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:20:10 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:20:10 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:20:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:20:10 Processing triggers for systemd (237-3ubuntu10.43) ... 09:20:10 ---> Running in 0d5d5558c165 09:20:10 Processing triggers for mime-support (3.60ubuntu1) ... 09:20:10 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 09:20:10 Updating certificates in /etc/ssl/certs... 09:20:11 0 added, 0 removed; done. 09:20:11 Running hooks in /etc/ca-certificates/update.d... 09:20:11 done. 09:20:11 Reading package lists... 09:20:11 Building dependency tree... 09:20:11 Reading state information... 09:20:12 The following NEW packages will be installed: 09:20:12 apt-transport-https 09:20:12 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:20:12 Need to get 1696 B of archives. 09:20:12 After this operation, 153 kB of additional disk space will be used. 09:20:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:20:12 debconf: delaying package configuration, since apt-utils is not installed 09:20:12 Fetched 1696 B in 0s (13.0 kB/s) 09:20:12 Selecting previously unselected package apt-transport-https. 09:20:12 (Reading database ... 13929 files and directories currently installed.) 09:20:12 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:20:12 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:20:12 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:20:12 Waiting for network to be ready... 09:20:14 Removing intermediate container 09de71844a07 09:20:14 ---> 1a9bfe135c01 09:20:14 Step 8/23 : COPY . . 09:20:14 Removing intermediate container d792bddbafc6 09:20:14 ---> 5a39d46c2593 09:20:14 Step 8/21 : COPY . . 09:20:14 Removing intermediate container be6308c41794 09:20:14 ---> bba2254b83be 09:20:14 Step 8/22 : COPY . . 09:20:15 Removing intermediate container 0d5d5558c165 09:20:15 ---> f8789624c617 09:20:15 Step 8/26 : COPY . . 09:20:15 Removing intermediate container 9f23fc558b6f 09:20:15 ---> e37a3a76f55c 09:20:15 Step 8/24 : COPY . . 09:20:19 2021-01-08T09:20:15Z INFO Waiting for automatic snapd restart... 09:20:19 snapd 2.48.2 from Canonical* installed 09:20:19 "snapd" switched to the "latest/stable" channel 09:20:19 09:20:22 core18 20201210 from Canonical* installed 09:20:22 "core18" switched to the "latest/stable" channel 09:20:22 09:20:25 snapcraft 4.4.4 from Canonical* installed 09:20:25 "snapcraft" switched to the "latest/stable" channel 09:20:25 09:20:28 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: 09:20:28 - README.md 09:20:28 - snapcraft.yaml.orig 09:20:28 09:20:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:20:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:20:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:20:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:20:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:20:36 Reading package lists... 09:20:36 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 09:20:37 ---> 28d4d2d0f883 09:20:37 Step 9/23 : RUN make cmd/core-data/core-data 09:20:37 ---> d5b2caed7210 09:20:37 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:20:37 ---> Running in 1dfa4eb1de3e 09:20:37 ---> 41c79e970af4 09:20:37 Step 9/22 : RUN make cmd/core-command/core-command 09:20:37 ---> 54e6cadc2129 09:20:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:20:37 ---> 90adee551605 09:20:37 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:20:37 ---> Running in 3cc634b8ce94 09:20:37 ---> Running in 768e20991fd9 09:20:37 ---> Running in 24806967bd12 09:20:37 ---> Running in 3b63618f0019 09:20:39 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 09:20:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:20:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:20:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:20:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:20:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:20:43 Reading package lists... 09:20:43 Building dependency tree... 09:20:43 Reading state information... 09:20:43 Suggested packages: 09:20:43 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:20:43 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:20:43 Recommended packages: 09:20:43 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:20:43 The following NEW packages will be installed: 09:20:43 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:20:43 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:20:43 pkg-config zip 09:20:43 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:20:43 Need to get 7655 kB of archives. 09:20:43 After this operation, 43.7 MB of additional disk space will be used. 09:20:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 09:20:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:20:43 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:20:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:20:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:20:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:20:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:20:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:20:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:20:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:20:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:20:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:20:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:20:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:20:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:20:43 debconf: delaying package configuration, since apt-utils is not installed 09:20:44 Fetched 7655 kB in 1s (9926 kB/s) 09:20:44 Selecting previously unselected package libglib2.0-0:amd64. 09:20:44 (Reading database ... 13933 files and directories currently installed.) 09:20:44 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 09:20:44 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:20:44 Selecting previously unselected package libpsl5:amd64. 09:20:44 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:20:44 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:20:44 Selecting previously unselected package libnghttp2-14:amd64. 09:20:44 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:20:44 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:20:44 Selecting previously unselected package librtmp1:amd64. 09:20:44 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:20:44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:20:44 Selecting previously unselected package libcurl3-gnutls:amd64. 09:20:44 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:20:44 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:20:44 Selecting previously unselected package liberror-perl. 09:20:44 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:20:44 Unpacking liberror-perl (0.17025-1) ... 09:20:44 Selecting previously unselected package git-man. 09:20:44 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:20:44 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:20:44 Selecting previously unselected package git. 09:20:44 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:20:44 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:20:45 Selecting previously unselected package libnorm1:amd64. 09:20:45 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:20:45 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:20:45 Selecting previously unselected package libpgm-5.2-0:amd64. 09:20:45 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:20:45 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:20:45 Selecting previously unselected package libsodium23:amd64. 09:20:45 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:20:45 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:20:46 Selecting previously unselected package libzmq5:amd64. 09:20:46 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:20:46 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:20:46 Selecting previously unselected package libzmq3-dev:amd64. 09:20:46 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:20:46 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:20:46 Selecting previously unselected package pkg-config. 09:20:46 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:20:46 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:20:46 Selecting previously unselected package zip. 09:20:46 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:20:46 Unpacking zip (3.0-11build1) ... 09:20:46 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:20:46 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:20:46 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:20:46 Setting up liberror-perl (0.17025-1) ... 09:20:46 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:20:46 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:20:46 No schema files found: doing nothing. 09:20:46 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:20:46 Setting up zip (3.0-11build1) ... 09:20:46 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:20:46 Setting up libsodium23:amd64 (1.0.16-2) ... 09:20:46 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:20:46 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:20:46 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:20:46 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:20:46 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:20:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:20:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:20:53 git set to automatically installed. 09:20:53 git-man set to automatically installed. 09:20:53 libcurl3-gnutls set to automatically installed. 09:20:53 liberror-perl set to automatically installed. 09:20:53 libglib2.0-0 set to automatically installed. 09:20:53 libnghttp2-14 set to automatically installed. 09:20:53 libnorm1 set to automatically installed. 09:20:53 libpgm-5.2-0 set to automatically installed. 09:20:53 libpsl5 set to automatically installed. 09:20:53 librtmp1 set to automatically installed. 09:20:53 libsodium23 set to automatically installed. 09:20:53 libzmq3-dev set to automatically installed. 09:20:53 libzmq5 set to automatically installed. 09:20:53 pkg-config set to automatically installed. 09:20:53 zip set to automatically installed. 09:20:55 snapd is not logged in, snap install commands will use sudo 09:21:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:21:01 snap "core18" has no updates available 09:21:02 Pulling config-common 09:21:03 Pulling go-build-helper 09:21:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:21:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:21:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:21:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 09:21:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:21:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:21:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:21:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:21:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 09:21:26 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:21:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:21:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:21:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 09:21:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 09:21:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 09:21:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 09:21:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 09:21:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 09:21:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:21:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] 09:21:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 09:21:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 09:21:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 09:21:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [225 kB] 09:21:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [30.6 kB] 09:21:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 09:21:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 09:21:26 Fetched 23.7 MB in 0s (0 B/s) 09:21:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:21:26 Fetched 96.5 kB in 0s (0 B/s) 09:21:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:21:26 Fetched 279 kB in 0s (0 B/s) 09:21:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:21:26 Fetched 122 kB in 0s (0 B/s) 09:21:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:21:26 Fetched 77.8 kB in 0s (0 B/s) 09:21:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:21:26 Fetched 8848 B in 0s (0 B/s) 09:21:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:21:26 Fetched 47.8 kB in 0s (0 B/s) 09:21:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:21:26 Fetched 45.6 kB in 0s (0 B/s) 09:21:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:21:26 Fetched 15.0 kB in 0s (0 B/s) 09:21:26 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:21:26 Fetched 214 kB in 0s (0 B/s) 09:21:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 09:21:26 Fetched 155 kB in 0s (0 B/s) 09:21:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:21:26 Fetched 50.6 kB in 0s (0 B/s) 09:21:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:21:26 Fetched 14.8 kB in 0s (0 B/s) 09:21:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:21:26 Fetched 41.8 kB in 0s (0 B/s) 09:21:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:21:26 Fetched 499 kB in 0s (0 B/s) 09:21:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:21:26 Fetched 111 kB in 0s (0 B/s) 09:21:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:21:26 Fetched 240 kB in 0s (0 B/s) 09:21:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:21:26 Fetched 29.3 kB in 0s (0 B/s) 09:21:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:21:26 Fetched 85.5 kB in 0s (0 B/s) 09:21:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:21:26 Fetched 24.5 kB in 0s (0 B/s) 09:21:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:21:26 Fetched 49.2 kB in 0s (0 B/s) 09:21:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:21:26 Fetched 54.2 kB in 0s (0 B/s) 09:21:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:21:26 Fetched 30.8 kB in 0s (0 B/s) 09:21:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 09:21:26 Fetched 17.0 kB in 0s (0 B/s) 09:21:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:21:26 Fetched 85.9 kB in 0s (0 B/s) 09:21:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:21:26 Fetched 8720 B in 0s (0 B/s) 09:21:26 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:21:26 Fetched 137 kB in 0s (0 B/s) 09:21:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:21:26 Fetched 119 kB in 0s (0 B/s) 09:21:26 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:21:26 Fetched 109 kB in 0s (0 B/s) 09:21:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:21:26 Fetched 11.1 kB in 0s (0 B/s) 09:21:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:21:26 Fetched 645 kB in 0s (0 B/s) 09:21:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:21:26 Fetched 41.3 kB in 0s (0 B/s) 09:21:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:21:26 Fetched 17.9 kB in 0s (0 B/s) 09:21:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:21:26 Fetched 368 kB in 0s (0 B/s) 09:21:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:21:26 Fetched 187 kB in 0s (0 B/s) 09:21:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:21:26 Fetched 175 kB in 0s (0 B/s) 09:21:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:21:28 Fetched 206 kB in 0s (0 B/s) 09:21:28 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 09:21:28 Fetched 1301 kB in 0s (0 B/s) 09:21:28 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:21:28 Fetched 36.2 kB in 0s (0 B/s) 09:21:28 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:21:28 Fetched 159 kB in 0s (0 B/s) 09:21:28 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:21:28 Fetched 107 kB in 0s (0 B/s) 09:21:28 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:21:28 Fetched 48.7 kB in 0s (0 B/s) 09:21:28 Pulling static-packages 09:21:28 'go115' has dependencies that need to be staged: go-build-helper static-packages 09:21:28 Skipping pull go-build-helper (already ran) 09:21:28 Skipping pull static-packages (already ran) 09:21:28 Building go-build-helper 09:21:32 Building static-packages 09:21:34 Staging go-build-helper 09:21:35 Staging static-packages 09:21:36 Pulling go115 09:21:37 'edgex-go' has dependencies that need to be staged: go115 09:21:37 Skipping pull go115 (already ran) 09:21:37 Building go115 09:21:37 % Total % Received % Xferd Average Speed Time Time Time Current 09:21:37 Dload Upload Total Spent Left Speed 09:21:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 26.2M 0 0 23.0M 0 0:00:05 0:00:01 0:00:04 23.0M 55 115M 55 63.9M 0 0 30.4M 0 0:00:03 0:00:02 0:00:01 30.4M 91 115M 91 106M 0 0 34.1M 0 0:00:03 0:00:03 --:--:-- 34.1M 100 115M 100 115M 0 0 35.0M 0 0:00:03 0:00:03 --:--:-- 35.0M 09:21:40 go1.15.2.linux-amd64.tar.gz: OK 09:21:44 Staging go115 09:21:50 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:21:50 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:21:50 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:21:50 Fetched 0 B in 0s (0 B/s) 09:21:50 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:21:50 Fetched 224 kB in 0s (0 B/s) 09:21:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:21:50 Fetched 157 kB in 0s (0 B/s) 09:21:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:21:50 Fetched 221 kB in 0s (0 B/s) 09:21:50 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:21:50 Fetched 143 kB in 0s (0 B/s) 09:21:50 Pulling edgex-go 09:21:50 Pulling version 09:21:51 Building config-common 09:21:53 Skipping build go-build-helper (already ran) 09:21:53 Skipping build static-packages (already ran) 09:21:53 Skipping build go115 (already ran) 09:21:53 Building edgex-go 09:21:53 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 09:21:55 go: downloading github.com/gorilla/mux v1.8.0 09:21:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 09:21:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 09:21:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:21:55 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 09:21:55 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 09:21:55 go: downloading github.com/google/uuid v1.1.4 09:21:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:21:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:21:55 go: downloading github.com/imdario/mergo v0.3.11 09:21:55 go: downloading github.com/pebbe/zmq4 v1.2.2 09:21:55 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:21:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:21:55 go: downloading github.com/go-kit/kit v0.8.0 09:21:55 go: downloading github.com/pkg/errors v0.8.1 09:21:55 go: downloading github.com/pelletier/go-toml v1.2.0 09:21:55 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 09:21:55 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 09:21:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:21:55 go: downloading github.com/x448/float16 v0.8.4 09:21:55 go: downloading gopkg.in/yaml.v2 v2.4.0 09:21:55 go: downloading github.com/BurntSushi/toml v0.3.1 09:21:55 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:21:55 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:21:55 go: downloading github.com/hashicorp/consul/api v1.1.0 09:21:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:21:55 go: downloading github.com/go-playground/universal-translator v0.17.0 09:21:55 go: downloading github.com/leodido/go-urn v1.2.0 09:21:55 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:21:55 go: downloading github.com/mitchellh/copystructure v1.0.0 09:21:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:21:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:21:55 go: downloading github.com/go-playground/locales v0.13.0 09:21:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:21:55 go: downloading github.com/hashicorp/serf v0.8.2 09:21:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:21:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:21:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:21:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:21:55 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:22:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:22:05 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 09:22:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:22:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:22:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:22:08 go: downloading github.com/stretchr/testify v1.6.1 09:22:08 go: downloading github.com/pmezard/go-difflib v1.0.0 09:22:08 go: downloading github.com/davecgh/go-spew v1.1.1 09:22:08 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:22:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:22:09 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:22:09 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:22:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:22:11 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:22:12 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 09:22:12 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 09:22:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:22:14 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 09:22:14 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 09:22:16 Building version 09:22:18 Staging config-common 09:22:19 Skipping stage go-build-helper (already ran) 09:22:19 Skipping stage static-packages (already ran) 09:22:19 Skipping stage go115 (already ran) 09:22:19 Staging edgex-go 09:22:20 Staging version 09:22:21 Priming config-common 09:22:22 Priming go-build-helper 09:22:23 Priming static-packages 09:22:25 Priming go115 09:22:26 Priming edgex-go 09:22:27 Priming version 09:22:27 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:22:32 Removing intermediate container 24806967bd12 09:22:32 ---> cd640d229f68 09:22:32 09:22:32 Step 10/24 : FROM scratch 09:22:32 ---> 09:22:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:22:32 ---> Running in e90f9135a7a8 09:22:32 Removing intermediate container 768e20991fd9 09:22:32 ---> 4b841b63e948 09:22:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:22:32 Removing intermediate container 3cc634b8ce94 09:22:32 ---> 457fdc4c2461 09:22:32 09:22:32 Step 10/21 : FROM scratch 09:22:32 ---> 09:22:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:22:32 Removing intermediate container 3b63618f0019 09:22:32 ---> f9c280492a9a 09:22:32 09:22:32 Step 10/22 : FROM scratch 09:22:32 ---> 09:22:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:22:32 ---> Running in 1ca45848c8db 09:22:32 ---> Running in 6219f378cbd3 09:22:32 ---> Running in 6dc1e8a67fd7 09:22:32 Removing intermediate container e90f9135a7a8 09:22:32 ---> 11b4f2924843 09:22:32 Step 12/24 : ENV APP_PORT=48060 09:22:32 ---> Running in b2ee722d8da8 09:22:32 Removing intermediate container 6219f378cbd3 09:22:32 ---> a2c736ebe08e 09:22:32 Step 12/21 : ENV APP_PORT=48085 09:22:32 ---> Running in 42c71796e2f2 09:22:32 Removing intermediate container 6dc1e8a67fd7 09:22:32 ---> 4f670b68d14a 09:22:32 Step 12/22 : ENV APP_PORT=48082 09:22:32 Removing intermediate container b2ee722d8da8 09:22:32 ---> 0b946242a2cd 09:22:32 Step 13/24 : EXPOSE $APP_PORT 09:22:32 ---> Running in 36adbd071509 09:22:32 Removing intermediate container 42c71796e2f2 09:22:32 ---> 189196dbfe54 09:22:32 Step 13/21 : EXPOSE $APP_PORT 09:22:32 ---> Running in be61e6c0b0dd 09:22:32 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 09:22:32 ---> Running in 06536ee93b03 09:22:32 Removing intermediate container 36adbd071509 09:22:32 ---> ce711ccae373 09:22:32 Step 13/22 : EXPOSE $APP_PORT 09:22:32 ---> Running in 75025696b07d 09:22:32 Removing intermediate container be61e6c0b0dd 09:22:32 ---> 33e4f800d8f7 09:22:32 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:22:32 Removing intermediate container 06536ee93b03 09:22:32 ---> aa6292e8daa4 09:22:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:22:32 Removing intermediate container 75025696b07d 09:22:32 ---> 17ff7e09c9b4 09:22:32 Step 14/22 : WORKDIR / 09:22:32 ---> Running in 835b916c1f62 09:22:32 ---> 990c447c67ec 09:22:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:22:32 ---> aa6fc07bb705 09:22:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:22:32 Removing intermediate container 835b916c1f62 09:22:32 ---> 5358378ebb66 09:22:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:22:32 ---> 5f2e8fdc27ca 09:22:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:22:32 ---> 2a26bcf673c7 09:22:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:22:32 ---> c44a206f7e1f 09:22:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:22:32 Removing intermediate container 1ca45848c8db 09:22:32 ---> ac3b951b2f5f 09:22:32 09:22:32 Step 11/26 : FROM docker:20.10.0 09:22:32 20.10.0: Pulling from library/docker 09:22:32 ---> e7645ec111e5 09:22:32 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:22:32 ---> 02375ca169e8 09:22:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:22:32 ---> 1a505fe7d9d1 09:22:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:22:32 ---> Running in acca87beffc0 09:22:32 Removing intermediate container acca87beffc0 09:22:32 ---> 779ed7ff19d3 09:22:32 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:22:32 ---> a26c4ed78dea 09:22:32 Step 18/22 : ENTRYPOINT ["/core-command"] 09:22:32 ---> Running in b83e9189cda9 09:22:32 ---> f2c6c37730dd 09:22:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:22:32 ---> Running in c83d4271043d 09:22:32 Removing intermediate container b83e9189cda9 09:22:32 ---> d14e6e9e35bf 09:22:32 Step 19/21 : LABEL arch=arm64 09:22:32 ---> Running in 020a34dde456 09:22:32 Removing intermediate container c83d4271043d 09:22:32 ---> 0a9369dce625 09:22:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:22:32 ---> Running in e22f7fcb5fa4 09:22:32 ---> 9509dd2c1ede 09:22:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:22:32 Removing intermediate container 020a34dde456 09:22:32 ---> ae9db460278b 09:22:32 Step 20/21 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:22:32 Removing intermediate container e22f7fcb5fa4 09:22:32 ---> 615f3472160d 09:22:32 Step 20/22 : LABEL arch=arm64 09:22:32 ---> Running in 2c8829718745 09:22:32 ---> Running in ff96d878439e 09:22:32 ---> 935c2f747324 09:22:32 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:22:33 Removing intermediate container ff96d878439e 09:22:33 ---> 62ee050124c2 09:22:33 Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:22:34 ---> Running in 1388e48f98c5 09:22:34 Removing intermediate container 2c8829718745 09:22:34 ---> e79ee46fb55c 09:22:34 Step 21/21 : LABEL version=0.0.0 09:22:34 ---> Running in 1251ecfb22e0 09:22:35 ---> Running in 585047ff5a54 09:22:35 Removing intermediate container 1388e48f98c5 09:22:35 ---> 9d50ec95586e 09:22:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:22:35 Removing intermediate container 1251ecfb22e0 09:22:35 ---> 31a8dc1edb2a 09:22:35 Step 22/22 : LABEL version=0.0.0 09:22:35 ---> Running in 463feb8517c8 09:22:35 Removing intermediate container 1dfa4eb1de3e 09:22:35 ---> 21cdd3df2086 09:22:35 09:22:35 Step 10/23 : FROM alpine:3.12 09:22:35 3.12: Pulling from library/alpine 09:22:36 ---> Running in bd3aa7df167a 09:22:36 Removing intermediate container 585047ff5a54 09:22:36 ---> dd893568635b 09:22:36 09:22:36 Removing intermediate container 463feb8517c8 09:22:36 ---> 3d559f68f7ec 09:22:36 Step 22/24 : LABEL arch=arm64 09:22:36 Successfully built dd893568635b 09:22:37 Successfully tagged docker-support-scheduler-go-arm64:latest 09:22:37 Building docker-security-bootstrap-redis-go 09:22:37 ---> Running in f066cd7ccaac 09:22:37  Building docker-support-scheduler-go ... done Removing intermediate container bd3aa7df167a 09:22:37 ---> 813fd40c2afe 09:22:37 09:22:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:22:37 Status: Downloaded newer image for alpine:3.12 09:22:37 ---> afeebe901d6b 09:22:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:22:37 Successfully built 813fd40c2afe 09:22:37 Successfully tagged docker-core-command-go-arm64:latest 09:22:37  Building docker-core-command-go ... done  ---> Running in f750cc06b9b9 09:22:37 Building docker-security-proxy-setup-go 09:22:37 Removing intermediate container f066cd7ccaac 09:22:37 ---> e2b0f123e53e 09:22:37 Step 23/24 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:22:38 ---> Running in 796881b8b130 09:22:38 Removing intermediate container f750cc06b9b9 09:22:38 ---> 1cdda2223409 09:22:38 Step 12/23 : ENV APP_PORT=48080 09:22:38 ---> Running in dc80d4dc72ee 09:22:38 Removing intermediate container 796881b8b130 09:22:38 ---> 9e7a9293d7ed 09:22:38 Step 24/24 : LABEL version=0.0.0 09:22:38 ---> Running in 55bc80f5f1c4 09:22:39 Removing intermediate container dc80d4dc72ee 09:22:39 ---> c3ac43907372 09:22:39 Step 13/23 : EXPOSE $APP_PORT 09:22:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:22:39 Status: Downloaded newer image for docker:20.10.0 09:22:39 ---> eeaf43b92773 09:22:39 Step 12/26 : RUN apk add --no-cache bash 09:22:39 ---> Running in 43aa489d02c9 09:22:39 ---> Running in c0d9e39ddfb0 09:22:39 Removing intermediate container 55bc80f5f1c4 09:22:39 ---> a6eb53eda694 09:22:39 09:22:40 Successfully built a6eb53eda694 09:22:40 Successfully tagged docker-support-notifications-go-arm64:latest 09:22:40  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 09:22:40 Removing intermediate container 43aa489d02c9 09:22:40 ---> 312b81e31c4f 09:22:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:22:40 ---> Running in 8f4d31321c28 09:22:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:22:42 (1/2) Installing readline (8.0.4-r0) 09:22:42 (2/2) Installing bash (5.0.17-r0) 09:22:42 Executing bash-5.0.17-r0.post-install 09:22:42 Executing busybox-1.31.1-r19.trigger 09:22:42 OK: 12 MiB in 22 packages 09:22:45 Removing intermediate container 8f4d31321c28 09:22:45 ---> 684076a715b1 09:22:45 Step 15/23 : RUN apk add --update --no-cache zeromq 09:22:45 Removing intermediate container c0d9e39ddfb0 09:22:45 ---> bcd30f3f01d6 09:22:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:22:46 ---> Running in 18c89fceb72f 09:22:46 ---> Running in 71e450140caa 09:22:47 Removing intermediate container 71e450140caa 09:22:47 ---> 4a93b3f8e6dd 09:22:47 Step 14/26 : ENV APP_PORT=48090 09:22:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:22:47 ---> Running in 6868e88796f9 09:22:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:22:48 Removing intermediate container 6868e88796f9 09:22:48 ---> da882eaab2fb 09:22:48 Step 15/26 : EXPOSE $APP_PORT 09:22:49 ---> Running in aec9844114e6 09:22:49 (1/5) Installing libgcc (9.3.0-r2) 09:22:49 (2/5) Installing libsodium (1.0.18-r0) 09:22:49 (3/5) Installing libstdc++ (9.3.0-r2) 09:22:49 (4/5) Installing libzmq (4.3.3-r0) 09:22:49 (5/5) Installing zeromq (4.3.3-r0) 09:22:49 Executing busybox-1.31.1-r19.trigger 09:22:49 Removing intermediate container aec9844114e6 09:22:49 ---> 43a4fb32f0ad 09:22:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:22:49 OK: 8 MiB in 19 packages 09:22:51 ---> 18078ff7ac32 09:22:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:22:51 Removing intermediate container 18c89fceb72f 09:22:51 ---> f8175db9a971 09:22:51 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:22:52 ---> 75ba23a9ec7a 09:22:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:22:52 ---> 27f3af058816 09:22:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:22:53 ---> 11d5efe8a46f 09:22:53 Step 19/26 : RUN apk --no-cache add py3-pip 09:22:54 ---> Running in e31ef452394e 09:22:54 ---> 4f4925daae9b 09:22:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:22:56 ---> 4e6155e4dec4 09:22:56 Step 19/23 : ENTRYPOINT ["/core-data"] 09:22:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:22:56 ---> Running in e9b35960b02e 09:22:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:22:56 Removing intermediate container e9b35960b02e 09:22:56 ---> 449a47ff2000 09:22:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:22:57 (1/33) Installing libbz2 (1.0.8-r1) 09:22:57 (2/33) Installing expat (2.2.9-r1) 09:22:57 (3/33) Installing libffi (3.3-r2) 09:22:57 (4/33) Installing gdbm (1.13-r1) 09:22:57 (5/33) Installing xz-libs (5.2.5-r0) 09:22:57 (6/33) Installing sqlite-libs (3.32.1-r0) 09:22:57 (7/33) Installing python3 (3.8.5-r0) 09:22:57 ---> Running in 38a5064a5ae5 09:22:58 Removing intermediate container 38a5064a5ae5 09:22:58 ---> e50f31e21922 09:22:58 Step 21/23 : LABEL arch=arm64 09:22:59 ---> Running in 3f9cb0bfaef9 09:22:59 (8/33) Installing py3-appdirs (1.4.4-r1) 09:22:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:22:59 (10/33) Installing py3-parsing (2.4.7-r0) 09:22:59 (11/33) Installing py3-six (1.15.0-r0) 09:22:59 (12/33) Installing py3-packaging (20.4-r0) 09:22:59 (13/33) Installing py3-setuptools (47.0.0-r0) 09:22:59 (14/33) Installing py3-chardet (3.0.4-r4) 09:22:59 (15/33) Installing py3-idna (2.9-r0) 09:22:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:22:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:22:59 (18/33) Installing py3-requests (2.23.0-r0) 09:22:59 (19/33) Installing py3-msgpack (1.0.0-r0) 09:22:59 (20/33) Installing py3-lockfile (0.12.2-r3) 09:22:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:22:59 (22/33) Installing py3-colorama (0.4.3-r0) 09:22:59 (23/33) Installing py3-distlib (0.3.0-r0) 09:22:59 (24/33) Installing py3-distro (1.5.0-r1) 09:22:59 (25/33) Installing py3-webencodings (0.5.1-r3) 09:22:59 (26/33) Installing py3-html5lib (1.0.1-r4) 09:22:59 (27/33) Installing py3-pytoml (0.1.21-r0) 09:22:59 (28/33) Installing py3-pep517 (0.8.2-r0) 09:22:59 (29/33) Installing py3-progress (1.5-r0) 09:22:59 (30/33) Installing py3-toml (0.10.1-r0) 09:22:59 (31/33) Installing py3-retrying (1.3.3-r0) 09:22:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:22:59 (33/33) Installing py3-pip (20.1.1-r0) 09:22:59 Removing intermediate container 3f9cb0bfaef9 09:22:59 ---> d7592c0c7478 09:22:59 Step 22/23 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:23:00 Executing busybox-1.31.1-r19.trigger 09:23:00 OK: 71 MiB in 55 packages 09:23:00 ---> Running in ab9b2a53d0f8 09:23:01 Removing intermediate container ab9b2a53d0f8 09:23:01 ---> d28a41d594d7 09:23:01 Step 23/23 : LABEL version=0.0.0 09:23:02 ---> Running in 52ec9f2cf4d2 09:23:03 Removing intermediate container 52ec9f2cf4d2 09:23:03 ---> ed1110f1f8a2 09:23:03 09:23:04 Successfully built ed1110f1f8a2 09:23:04 Successfully tagged docker-core-data-go-arm64:latest 09:23:04 Building docker-core-metadata-go 09:23:10  Building docker-core-data-go ... done Removing intermediate container e31ef452394e 09:23:10 ---> 7b260bc725dc 09:23:10 Step 20/26 : RUN pip install docker-compose==1.23.2 09:23:11 ---> Running in 76f1d748fe79 09:23:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:23:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:23:13 ---> 0a2f2b7a8c88 09:23:13 Step 3/22 : WORKDIR /edgex-go 09:23:13 ---> Using cache 09:23:13 ---> 297da4847791 09:23:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:23:13 ---> Using cache 09:23:13 ---> 4eaa3bac70b2 09:23:13 Step 5/22 : RUN apk add --update --no-cache make git 09:23:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:23:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:23:15 ---> 0a2f2b7a8c88 09:23:15 Step 3/21 : WORKDIR /edgex-go 09:23:15 ---> Using cache 09:23:15 ---> 297da4847791 09:23:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:23:15 ---> Using cache 09:23:15 ---> 4eaa3bac70b2 09:23:15 Step 5/21 : RUN apk add --update --no-cache make git 09:23:15 ---> Running in 1e1254cbbc9a 09:23:15 ---> Running in c7d250bb1b8b 09:23:16 Collecting docker-compose==1.23.2 09:23:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:23:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:23:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:23:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:23:18 Collecting websocket-client<1.0,>=0.32.0 09:23:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:23:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:23:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:23:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:23:18 ---> 0a2f2b7a8c88 09:23:18 Step 3/24 : WORKDIR /edgex-go 09:23:18 ---> Using cache 09:23:18 ---> 297da4847791 09:23:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:23:18 ---> Using cache 09:23:18 ---> 4eaa3bac70b2 09:23:18 Step 5/24 : RUN apk add --update --no-cache make git 09:23:18 OK: 217 MiB in 51 packages 09:23:19 OK: 217 MiB in 51 packages 09:23:19 Collecting docopt<0.7,>=0.6.1 09:23:19 Downloading docopt-0.6.2.tar.gz (25 kB) 09:23:19 ---> Running in 4a882b77066d 09:23:20 Removing intermediate container c7d250bb1b8b 09:23:20 ---> a694891053e6 09:23:20 Step 6/21 : COPY go.mod . 09:23:20 Removing intermediate container 1e1254cbbc9a 09:23:20 ---> 72922d6b65c2 09:23:20 Step 6/22 : COPY go.mod . 09:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:23:22 ---> 7ef6685fe0c1 09:23:22 Step 7/21 : RUN go mod download 09:23:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:23:22 ---> ae432d8cdda4 09:23:22 Step 7/22 : RUN go mod download 09:23:22 ---> Running in 7c0b74f5f40f 09:23:22 ---> Running in 079028a9061d 09:23:22 Collecting docker<4.0,>=3.6.0 09:23:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:23:23 OK: 217 MiB in 51 packages 09:23:24 Collecting PyYAML<4,>=3.10 09:23:24 Downloading PyYAML-3.13.tar.gz (270 kB) 09:23:26 Removing intermediate container 4a882b77066d 09:23:26 ---> cdc56c34d0ab 09:23:26 Step 6/24 : COPY go.mod . 09:23:27 ---> 02dee37363e0 09:23:27 Step 7/24 : RUN go mod download 09:23:28 Removing intermediate container 7c0b74f5f40f 09:23:28 ---> 8481b3722fb2 09:23:28 Step 8/21 : COPY . . 09:23:28 ---> Running in 33f414b74fee 09:23:28 Collecting dockerpty<0.5,>=0.4.1 09:23:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:23:29 Removing intermediate container 079028a9061d 09:23:29 ---> d836d9572ee5 09:23:29 Step 8/22 : COPY . . 09:23:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:23:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:23:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:23:31 ---> 0a2f2b7a8c88 09:23:31 Step 3/22 : WORKDIR /edgex-go 09:23:31 ---> Using cache 09:23:31 ---> 297da4847791 09:23:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:23:31 ---> Using cache 09:23:31 ---> 4eaa3bac70b2 09:23:31 Step 5/22 : RUN apk add --update --no-cache make git 09:23:31 ---> Using cache 09:23:31 ---> cdc56c34d0ab 09:23:31 Step 6/22 : COPY go.mod . 09:23:31 ---> Using cache 09:23:31 ---> 02dee37363e0 09:23:31 Step 7/22 : RUN go mod download 09:23:32 Collecting jsonschema<3,>=2.5.1 09:23:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:23:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:23:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:23:34 ---> Running in 6bf2e04ba0c0 09:23:35 Collecting cached-property<2,>=1.2.0 09:23:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:23:35 Collecting texttable<0.10,>=0.9.0 09:23:35 Downloading texttable-0.9.1.tar.gz (11 kB) 09:23:36 Removing intermediate container 33f414b74fee 09:23:36 ---> a8027baba9a8 09:23:36 Step 8/24 : COPY . . 09:23:39 Collecting docker-pycreds>=0.4.0 09:23:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:23:40 Collecting urllib3<1.25,>=1.21.1 09:23:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:23:40 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 09:23:40 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 09:23:40 Removing intermediate container 6bf2e04ba0c0 09:23:40 ---> 3c68d90b137e 09:23:40 Step 8/22 : COPY . . 09:23:40 Collecting idna<2.8,>=2.5 09:23:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:23:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:23:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:23:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:23:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:23:42 Installing collected packages: websocket-client, docopt, docker-pycreds, urllib3, idna, requests, docker, PyYAML, dockerpty, jsonschema, cached-property, texttable, docker-compose 09:23:42 Running setup.py install for docopt: started 09:23:44 Running setup.py install for docopt: finished with status 'done' 09:23:44 Attempting uninstall: urllib3 09:23:44 Found existing installation: urllib3 1.25.9 09:23:44 Uninstalling urllib3-1.25.9: 09:23:44 Successfully uninstalled urllib3-1.25.9 09:23:45 Attempting uninstall: idna 09:23:45 Found existing installation: idna 2.9 09:23:45 Uninstalling idna-2.9: 09:23:45 Successfully uninstalled idna-2.9 09:23:47 Attempting uninstall: requests 09:23:47 Found existing installation: requests 2.23.0 09:23:47 Uninstalling requests-2.23.0: 09:23:47 Successfully uninstalled requests-2.23.0 09:23:49 ---> d04c2357bcc2 09:23:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:23:49 Running setup.py install for PyYAML: started 09:23:50 ---> Running in c08c900e1fd7 09:23:50 ---> 020a39a534d8 09:23:50 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 09:23:51 ---> Running in 8bc42d4708eb 09:23:52 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 09:23:52 Running setup.py install for PyYAML: finished with status 'done' 09:23:52 Running setup.py install for dockerpty: started 09:23:53 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 09:23:55 Running setup.py install for dockerpty: finished with status 'done' 09:23:55 Running setup.py install for texttable: started 09:23:58 Running setup.py install for texttable: finished with status 'done' 09:23:59 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 09:23:59 ---> 4f459e795f4b 09:23:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:24:00 ---> Running in 396401851fce 09:24:02 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 09:24:05 ---> 470863b380dd 09:24:05 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:24:05 ---> Running in 8e535a6f7642 09:24:06 Removing intermediate container 76f1d748fe79 09:24:06 ---> d2ac261bb124 09:24:06 Step 21/26 : RUN apk --no-cache add curl 09:24:06 ---> Running in dc05e264fb73 09:24:08 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 09:24:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:24:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:24:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:24:09 (2/3) Installing libcurl (7.69.1-r3) 09:24:09 (3/3) Installing curl (7.69.1-r3) 09:24:09 Executing busybox-1.31.1-r19.trigger 09:24:09 OK: 71 MiB in 58 packages 09:24:11 Removing intermediate container dc05e264fb73 09:24:11 ---> da081c63f616 09:24:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:24:11 ---> Running in 8e84d221fa26 09:24:12 Removing intermediate container 8e84d221fa26 09:24:12 ---> 3a3ace74a6fd 09:24:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:24:12 ---> Running in 8e2d31a932b8 09:24:13 Removing intermediate container 8e2d31a932b8 09:24:13 ---> fafc6b69c01b 09:24:13 Step 24/26 : LABEL arch=arm64 09:24:13 ---> Running in 0d08e947cd71 09:24:14 Removing intermediate container 0d08e947cd71 09:24:14 ---> 9680b68fd142 09:24:14 Step 25/26 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:24:14 ---> Running in d831b77739b6 09:24:15 Removing intermediate container d831b77739b6 09:24:15 ---> 08ff1ebc4d53 09:24:15 Step 26/26 : LABEL version=0.0.0 09:24:15 ---> Running in 6a0a877c27e3 09:24:15 Removing intermediate container 6a0a877c27e3 09:24:15 ---> a9da80c6bf31 09:24:15 09:24:16 Successfully built a9da80c6bf31 09:24:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:25:03  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:25:03 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 09:25:10 Removing intermediate container 8bc42d4708eb 09:25:10 ---> 83543b282291 09:25:10 09:25:10 Step 10/22 : FROM alpine:3.12 09:25:10 ---> afeebe901d6b 09:25:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:25:10 ---> Running in eb7f461c9c0e 09:25:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:25:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:25:12 (1/5) Installing ca-certificates (20191127-r4) 09:25:12 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:25:12 (3/5) Installing libcurl (7.69.1-r3) 09:25:12 (4/5) Installing curl (7.69.1-r3) 09:25:12 (5/5) Installing dumb-init (1.2.2-r1) 09:25:12 Executing busybox-1.31.1-r19.trigger 09:25:12 Executing ca-certificates-20191127-r4.trigger 09:25:13 OK: 7 MiB in 19 packages 09:25:13 Removing intermediate container c08c900e1fd7 09:25:13 ---> 714a296d7a67 09:25:13 09:25:13 Step 10/21 : FROM alpine:3.12 09:25:13 ---> afeebe901d6b 09:25:13 Step 11/21 : RUN apk add --update --no-cache curl 09:25:14 ---> Running in 13bd83d0f42b 09:25:16 Removing intermediate container eb7f461c9c0e 09:25:16 ---> 14fb793f8309 09:25:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 09:25:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:25:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:25:17 ---> Running in 26e33a58f307 09:25:17 (1/4) Installing ca-certificates (20191127-r4) 09:25:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:25:17 (3/4) Installing libcurl (7.69.1-r3) 09:25:17 (4/4) Installing curl (7.69.1-r3) 09:25:17 Executing busybox-1.31.1-r19.trigger 09:25:17 Executing ca-certificates-20191127-r4.trigger 09:25:18 OK: 7 MiB in 18 packages 09:25:18 Removing intermediate container 26e33a58f307 09:25:18 ---> e3055bf7b58a 09:25:18 Step 13/22 : WORKDIR / 09:25:18 ---> Running in d9ca880be354 09:25:18 Removing intermediate container 396401851fce 09:25:18 ---> 18ffaf2b2681 09:25:18 09:25:18 Step 10/24 : FROM alpine:3.12 09:25:18 ---> afeebe901d6b 09:25:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:25:18 ---> Using cache 09:25:18 ---> 14fb793f8309 09:25:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:25:18 ---> Running in 1a12df81ba89 09:25:19 Removing intermediate container d9ca880be354 09:25:19 ---> fde54ac3a997 09:25:19 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 09:25:19 Removing intermediate container 1a12df81ba89 09:25:19 ---> d57405c20e05 09:25:19 Step 13/24 : WORKDIR / 09:25:20 ---> Running in 65f7cdeea261 09:25:20 Removing intermediate container 13bd83d0f42b 09:25:20 ---> 3a206e2bcdd8 09:25:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:25:20 ---> Running in 0f0cb6ad8161 09:25:20 ---> 1960cfef5851 09:25:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 09:25:21 Removing intermediate container 65f7cdeea261 09:25:21 ---> c6f8bdae1d4d 09:25:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:25:21 Removing intermediate container 0f0cb6ad8161 09:25:21 ---> f301c4a00d93 09:25:21 Step 13/21 : WORKDIR /edgex 09:25:21 ---> Running in a21a748f788f 09:25:22 ---> 1a982e1cbd34 09:25:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:25:22 ---> 87608efad19f 09:25:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 09:25:22 Removing intermediate container a21a748f788f 09:25:22 ---> 42d2e3580c1e 09:25:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:25:23 ---> dab4e9659ef3 09:25:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:25:23 ---> 890e3b63c35c 09:25:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 09:25:23 ---> 7d83c515d41f 09:25:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:25:24 ---> e4b9578db17d 09:25:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:25:24 ---> 739907f1589d 09:25:24 Step 18/22 : RUN chmod +x entrypoint.sh 09:25:25 ---> Running in ff356f0e0e98 09:25:25 ---> d0ea54791df5 09:25:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:25:26 ---> 13ac6ef077b5 09:25:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:25:27 ---> b13cd08064f4 09:25:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:25:27 ---> e3bd182a9a60 09:25:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:25:27 ---> Running in ad05f6a628a9 09:25:28 Removing intermediate container ad05f6a628a9 09:25:28 ---> 05562fb10049 09:25:28 Step 18/21 : CMD ["--init=true"] 09:25:28 ---> 6924cea196c7 09:25:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:25:29 ---> Running in da0b33112bc6 09:25:29 ---> Running in b078d50601a9 09:25:29 Removing intermediate container ff356f0e0e98 09:25:29 ---> 414db649ddb7 09:25:29 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 09:25:29 ---> Running in aa341a1d96dc 09:25:30 Removing intermediate container da0b33112bc6 09:25:30 ---> cf935d888fa7 09:25:30 Step 19/21 : LABEL arch=arm64 09:25:30 ---> Running in b6d6073be3af 09:25:30 Removing intermediate container aa341a1d96dc 09:25:30 ---> d73e2aa5d4ab 09:25:30 Step 20/22 : LABEL arch=arm64 09:25:30 ---> Running in c1aa86a8323b 09:25:31 Removing intermediate container b6d6073be3af 09:25:31 ---> f29fb3b2e1a2 09:25:31 Step 20/21 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:25:31 Removing intermediate container 8e535a6f7642 09:25:31 ---> e41a9cd93c2f 09:25:31 09:25:31 Step 10/22 : FROM scratch 09:25:31 ---> 09:25:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:25:31 ---> Using cache 09:25:31 ---> 4f670b68d14a 09:25:31 Step 12/22 : ENV APP_PORT=48081 09:25:31 ---> Running in 485abef69081 09:25:31 ---> Running in b0c5d492b5b9 09:25:31 Removing intermediate container c1aa86a8323b 09:25:31 ---> 0c1b5ccbf76b 09:25:31 Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:25:31 ---> Running in f99a600a87ec 09:25:32 Removing intermediate container 485abef69081 09:25:32 ---> 5d3452510501 09:25:32 Step 21/21 : LABEL version=0.0.0 09:25:32 Removing intermediate container b0c5d492b5b9 09:25:32 ---> bbaa4961e68d 09:25:32 Step 13/22 : EXPOSE $APP_PORT 09:25:32 ---> Running in 85135ea46621 09:25:32 ---> Running in 0584a9747c74 09:25:32 Removing intermediate container f99a600a87ec 09:25:32 ---> 1386754b298d 09:25:32 Step 22/22 : LABEL version=0.0.0 09:25:32 Removing intermediate container b078d50601a9 09:25:32 ---> 705b297f8ad6 09:25:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:25:32 ---> Running in e9cd1b244dce 09:25:32 Removing intermediate container 85135ea46621 09:25:32 ---> 57a0692ad902 09:25:32 09:25:32 ---> Running in f382be80101a 09:25:32 Removing intermediate container 0584a9747c74 09:25:32 ---> ce74935daaa6 09:25:32 Step 14/22 : WORKDIR / 09:25:33 Successfully built 57a0692ad902 09:25:33 ---> Running in cefe80d64dfd 09:25:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:25:33  Building docker-security-proxy-setup-go ... done Removing intermediate container e9cd1b244dce 09:25:33 ---> b01aba9cd99b 09:25:33 09:25:33 Removing intermediate container f382be80101a 09:25:33 ---> 066797671a3c 09:25:33 Step 22/24 : LABEL arch=arm64 09:25:33 Successfully built b01aba9cd99b 09:25:33 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 09:25:33  Building docker-security-bootstrap-redis-go ... done  ---> Running in edadb0dcd5a3 09:25:33 Removing intermediate container cefe80d64dfd 09:25:33 ---> 9dc74f3cba84 09:25:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:25:34 Removing intermediate container edadb0dcd5a3 09:25:34 ---> 27cec8e2a8b3 09:25:34 Step 23/24 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:25:34 ---> Running in e9a93667c141 09:25:34 ---> 3276c9397951 09:25:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:25:35 Removing intermediate container e9a93667c141 09:25:35 ---> e2f8102c920d 09:25:35 Step 24/24 : LABEL version=0.0.0 09:25:35 ---> Running in a9840511c91e 09:25:35 ---> e09c86bc10b9 09:25:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:25:35 Removing intermediate container a9840511c91e 09:25:35 ---> e1d7d9d0f871 09:25:35 09:25:36 Successfully built e1d7d9d0f871 09:25:36 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:25:36  Building docker-security-secretstore-setup-go ... done  ---> 9f4b17b120fd 09:25:36 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:25:36 ---> Running in 16bb9e6392a4 09:25:37 Removing intermediate container 16bb9e6392a4 09:25:37 ---> 9fa1fcbddaac 09:25:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:25:37 ---> Running in 9168d152d913 09:25:37 Removing intermediate container 9168d152d913 09:25:37 ---> 1d50b5bb4ba7 09:25:37 Step 20/22 : LABEL arch=arm64 09:25:37 ---> Running in aa1da92df81f 09:25:38 Removing intermediate container aa1da92df81f 09:25:38 ---> be527587ce8e 09:25:38 Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f 09:25:38 ---> Running in ccabc90c8361 09:25:38 Removing intermediate container ccabc90c8361 09:25:38 ---> 0e4d62398418 09:25:38 Step 22/22 : LABEL version=0.0.0 09:25:39 ---> Running in 66dbdabb9af3 09:25:39 Removing intermediate container 66dbdabb9af3 09:25:39 ---> 8cfd20177704 09:25:39 09:25:39 Successfully built 8cfd20177704 09:25:39 Successfully tagged docker-core-metadata-go-arm64:latest 09:25:39  Building docker-core-metadata-go ... done  [Pipeline] } 09:25:39 $ docker stop --time=1 f251897990c0bbce7a1c065c6f29630a7da0b5f058d95318d5cd6affd0ebcd3f 09:25:41 $ docker rm -f f251897990c0bbce7a1c065c6f29630a7da0b5f058d95318d5cd6affd0ebcd3f [Pipeline] // withDockerContainer [Pipeline] sh 09:25:42 + docker images 09:25:42 + grep docker 09:25:42 docker-core-metadata-go-arm64 latest 8cfd20177704 3 seconds ago 12.3MB 09:25:42 docker-security-secretstore-setup-go-arm64 latest e1d7d9d0f871 7 seconds ago 23.4MB 09:25:42 docker-security-bootstrap-redis-go-arm64 latest b01aba9cd99b 9 seconds ago 15.1MB 09:25:42 docker-security-proxy-setup-go-arm64 latest 57a0692ad902 10 seconds ago 23.3MB 09:25:42 docker-sys-mgmt-agent-go-arm64 latest a9da80c6bf31 About a minute ago 300MB 09:25:42 docker-core-data-go-arm64 latest ed1110f1f8a2 2 minutes ago 21MB 09:25:42 docker-support-notifications-go-arm64 latest a6eb53eda694 3 minutes ago 11.4MB 09:25:42 docker-core-command-go-arm64 latest 813fd40c2afe 3 minutes ago 9.98MB 09:25:42 docker-support-scheduler-go-arm64 latest dd893568635b 3 minutes ago 10MB 09:25:42 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 09:25:45 provisioning config files... 09:25:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6823896634856429316tmp [Pipeline] { [Pipeline] sh 09:25:45 + set +x 09:25:45 + curl -s https://codecov.io/bash 09:25:45 + bash -s -- 09:25:46 09:25:46 _____ _ 09:25:46 / ____| | | 09:25:46 | | ___ __| | ___ ___ _____ __ 09:25:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:25:46 | |___| (_) | (_| | __/ (_| (_) \ V / 09:25:46 \_____\___/ \__,_|\___|\___\___/ \_/ 09:25:46 Bash-20201231-23d4836 09:25:46 09:25:46 09:25:46 ==> git version 2.24.3 found 09:25:46 ==> 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 09:25:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:25:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:25:46 ==> Jenkins CI detected. 09:25:46 project root: . 09:25:46 --> token set from env 09:25:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:25:46 ==> Running gcov in . (disable via -X gcov) 09:25:46 ==> Python coveragepy not found 09:25:46 ==> Searching for coverage reports in: 09:25:46 + . 09:25:46 -> Found 1 reports 09:25:46 ==> Detecting git/mercurial file structure 09:25:46 ==> Reading reports 09:25:46 + ./coverage.out bytes=545099 09:25:46 ==> Appending adjustments 09:25:46 https://docs.codecov.io/docs/fixing-reports 09:25:49 + Found adjustments 09:25:49 ==> Gzipping contents 09:25:49 84K /tmp/codecov.ZKDSlP.gz 09:25:49 ==> Uploading reports 09:25:49 url: https://codecov.io 09:25:49 query: branch=PR-3001&commit=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3001%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3001&job=&cmd_args= 09:25:49 -> Pinging Codecov 09:25:49 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3001&commit=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3001%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3001&job=&cmd_args= 09:25:49 -> Uploading to 09:25:49 https://storage.googleapis.com/codecov/v4/raw/2021-01-08/00271124DB129430A58F1EEE437C3FCB/c5d4f56aecd1b435a7b33b7684dcf103eece7a8f/9a2574d3-4472-4d10-b7e4-faf7bea98b87.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T092549Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4007bc3810ab5b1c6a737d69da0e744727e91710df7c385cc2d21b7f10c57fb3 09:25:49 % Total % Received % Xferd Average Speed Time Time Time Current 09:25:49 Dload Upload Total Spent Left Speed 09:25:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82905 0 0 100 82905 0 147k --:--:-- --:--:-- --:--:-- 147k 09:25:50 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [Pipeline] } 09:25:50 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 09:25:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:25:54 ---> package-listing.sh 09:25:54 ++ facter osfamily 09:25:54 ++ tr '[:upper:]' '[:lower:]' 09:25:54 + OS_FAMILY=redhat 09:25:54 + workspace=/w/workspace/edgex-go/2 09:25:54 + START_PACKAGES=/tmp/packages_start.txt 09:25:54 + END_PACKAGES=/tmp/packages_end.txt 09:25:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:25:54 + PACKAGES=/tmp/packages_start.txt 09:25:54 + '[' /w/workspace/edgex-go/2 ']' 09:25:54 + PACKAGES=/tmp/packages_end.txt 09:25:54 + case "${OS_FAMILY}" in 09:25:54 + rpm -qa 09:25:54 + sort 09:25:59 + '[' -f /tmp/packages_start.txt ']' 09:25:59 + '[' -f /tmp/packages_end.txt ']' 09:25:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:25:59 + '[' /w/workspace/edgex-go/2 ']' 09:25:59 + mkdir -p /w/workspace/edgex-go/2/archives/ 09:25:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 09:25:59 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:26:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:26:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:26:00 09:26:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:26:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:26:00 alpine: Pulling from edgex-lftools-log-publisher 09:26:00 df20fa9351a1: Pulling fs layer 09:26:00 36b3adc4ff6f: Pulling fs layer 09:26:00 8ad3a11d3b57: Pulling fs layer 09:26:00 46f8f816bc3b: Pulling fs layer 09:26:00 93b61091891f: Pulling fs layer 09:26:00 93b9cdb0e59b: Pulling fs layer 09:26:00 5e14af77c1be: Pulling fs layer 09:26:00 01666e4c0597: Pulling fs layer 09:26:00 aa168da1d23b: Pulling fs layer 09:26:00 93b9cdb0e59b: Waiting 09:26:00 5e14af77c1be: Waiting 09:26:00 aa168da1d23b: Waiting 09:26:00 46f8f816bc3b: Waiting 09:26:00 93b61091891f: Waiting 09:26:00 36b3adc4ff6f: Verifying Checksum 09:26:00 36b3adc4ff6f: Download complete 09:26:00 46f8f816bc3b: Verifying Checksum 09:26:00 46f8f816bc3b: Download complete 09:26:00 df20fa9351a1: Verifying Checksum 09:26:00 df20fa9351a1: Download complete 09:26:01 93b9cdb0e59b: Verifying Checksum 09:26:01 93b9cdb0e59b: Download complete 09:26:01 5e14af77c1be: Verifying Checksum 09:26:01 5e14af77c1be: Download complete 09:26:01 01666e4c0597: Verifying Checksum 09:26:01 01666e4c0597: Download complete 09:26:01 93b61091891f: Verifying Checksum 09:26:01 93b61091891f: Download complete 09:26:01 df20fa9351a1: Pull complete 09:26:01 36b3adc4ff6f: Pull complete 09:26:01 8ad3a11d3b57: Verifying Checksum 09:26:01 8ad3a11d3b57: Download complete 09:26:02 8ad3a11d3b57: Pull complete 09:26:02 46f8f816bc3b: Pull complete 09:26:03 aa168da1d23b: Verifying Checksum 09:26:03 aa168da1d23b: Download complete 09:26:04 93b61091891f: Pull complete 09:26:04 93b9cdb0e59b: Pull complete 09:26:04 5e14af77c1be: Pull complete 09:26:04 01666e4c0597: Pull complete 09:26:13 aa168da1d23b: Pull complete 09:26:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:26:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:26:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:26:13 prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container 09:26:13 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:26:19 $ docker top d2788f2b1cb54615c4dd0363826b41bdbbc569bdf06d18a8b3f424d9d944111f -eo pid,comm [Pipeline] { [Pipeline] sh 09:26:20 + touch /tmp/pre-build-complete [Pipeline] sh 09:26:20 + mkdir -p /var/log/sa [Pipeline] sh 09:26:21 + ls /var/log/sa-host 09:26:21 + sadf -c /var/log/sa-host/sa08 09:26:21 file_magic: OK 09:26:21 HZ: Using current value: 100 09:26:21 file_header: OK 09:26:21 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 09:26:21 Statistics: 09:26:21 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... 09:26:21 File successfully converted to sysstat format version 12.2.1 09:26:21 + sadf -c /var/log/sa-host/sa23 09:26:21 file_magic: OK 09:26:21 HZ: Using current value: 100 09:26:21 file_header: OK 09:26:21 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 09:26:21 Statistics: 09:26:21 Hnuu...uuuununununu... 09:26:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:26:21 provisioning config files... 09:26:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config614751550505633552tmp [Pipeline] { [Pipeline] echo 09:26:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:26:22 ---> create-netrc.sh [Pipeline] } 09:26:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:26:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:26:22 ---> python-tools-install.sh [Pipeline] echo 09:26:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:26:22 ---> sudo-logs.sh 09:26:22 Archiving 'sudo' log.. [Pipeline] echo 09:26:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:26:23 ---> job-cost.sh 09:26:23 lf-activate-venv: SKIPPING 09:26:23 INFO: No Stack... 09:26:24 INFO: Retrieving Pricing Info for: v1-standard-2 09:26:24 INFO: Archiving Costs [Pipeline] echo 09:26:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:26:24 ---> logs-deploy.sh 09:26:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3001/2 09:26:24 INFO: archiving workspace using pattern(s): 09:26:26 Archives upload complete. 09:26:26 INFO: archiving logs to Nexus 09:26:27 ---> uname -a: 09:26:27 Linux prd-centos7-docker-4c-2g-19085.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:26:27 09:26:27 09:26:27 ---> lscpu: 09:26:27 Architecture: x86_64 09:26:27 CPU op-mode(s): 32-bit, 64-bit 09:26:27 Byte Order: Little Endian 09:26:27 Address sizes: 40 bits physical, 48 bits virtual 09:26:27 CPU(s): 4 09:26:27 On-line CPU(s) list: 0-3 09:26:27 Thread(s) per core: 1 09:26:27 Core(s) per socket: 1 09:26:27 Socket(s): 4 09:26:27 NUMA node(s): 1 09:26:27 Vendor ID: GenuineIntel 09:26:27 CPU family: 6 09:26:27 Model: 44 09:26:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:26:27 Stepping: 1 09:26:27 CPU MHz: 2933.438 09:26:27 BogoMIPS: 5866.87 09:26:27 Virtualization: VT-x 09:26:27 Hypervisor vendor: KVM 09:26:27 Virtualization type: full 09:26:27 L1d cache: 128 KiB 09:26:27 L1i cache: 128 KiB 09:26:27 L2 cache: 16 MiB 09:26:27 L3 cache: 64 MiB 09:26:27 NUMA node0 CPU(s): 0-3 09:26:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:26:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:26:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:26:27 Vulnerability Meltdown: Mitigation; PTI 09:26:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:26:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:26:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:26:27 Vulnerability Srbds: Not affected 09:26:27 Vulnerability Tsx async abort: Not affected 09:26:27 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 09:26:27 09:26:27 09:26:27 ---> nproc: 09:26:27 4 09:26:27 09:26:27 09:26:27 ---> df -h: 09:26:27 Filesystem Size Used Available Use% Mounted on 09:26:27 overlay 50.0G 11.2G 38.8G 22% / 09:26:27 tmpfs 64.0M 0 64.0M 0% /dev 09:26:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:26:27 shm 64.0M 0 64.0M 0% /dev/shm 09:26:27 /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os 09:26:27 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf 09:26:27 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname 09:26:27 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts 09:26:27 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure 09:26:27 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log 09:26:27 /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json 09:26:27 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host 09:26:27 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/2 09:26:27 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/2@tmp 09:26:27 09:26:27 09:26:27 ---> free -m: 09:26:27 total used free shared buff/cache available 09:26:27 Mem: 1837 713 193 0 930 1038 09:26:27 Swap: 1023 68 955 09:26:27 09:26:27 09:26:27 ---> ip addr: 09:26:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:26:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:26:27 inet 127.0.0.1/8 scope host lo 09:26:27 valid_lft forever preferred_lft forever 09:26:27 inet6 ::1/128 scope host 09:26:27 valid_lft forever preferred_lft forever 09:26:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:26:27 link/ether fa:16:3e:af:24:d1 brd ff:ff:ff:ff:ff:ff 09:26:27 inet 10.30.123.100/23 brd 10.30.123.255 scope global dynamic eth0 09:26:27 valid_lft 85294sec preferred_lft 85294sec 09:26:27 inet6 fe80::f816:3eff:feaf:24d1/64 scope link 09:26:27 valid_lft forever preferred_lft forever 09:26:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:26:27 link/ether 02:42:cf:27:d5:00 brd ff:ff:ff:ff:ff:ff 09:26:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:26:27 valid_lft forever preferred_lft forever 09:26:27 inet6 fe80::42:cfff:fe27:d500/64 scope link 09:26:27 valid_lft forever preferred_lft forever 09:26:27 09:26:27 09:26:27 ---> sar -b -r -n DEV: 09:26:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 09:26:27 09:26:27 09:07:51 LINUX RESTART (4 CPU) 09:26:27 09:26:27 09:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:26:27 09:10:01 239.43 93.13 146.30 0.00 7258.81 49792.70 0.00 09:26:27 09:11:01 257.98 101.26 156.72 0.00 3556.52 21452.71 0.00 09:26:27 09:12:01 141.17 71.17 70.00 0.00 3557.74 9092.85 0.00 09:26:27 09:13:01 977.30 695.62 281.68 0.00 91638.26 162637.86 0.00 09:26:27 09:14:02 2653.09 2359.97 293.12 0.00 141065.43 152852.18 0.00 09:26:27 09:15:01 1111.12 773.53 337.60 0.00 90161.38 133020.53 0.00 09:26:27 09:16:01 1661.12 1372.96 288.17 0.00 76170.43 92166.57 0.00 09:26:27 09:17:01 108.71 13.15 95.56 0.00 3009.05 9815.00 0.00 09:26:27 09:18:02 1.95 0.73 1.22 0.00 7.33 17.92 0.00 09:26:27 09:19:01 0.91 0.66 0.25 0.00 129.40 2.57 0.00 09:26:27 09:20:01 0.32 0.03 0.28 0.00 0.67 3.41 0.00 09:26:27 09:21:01 0.25 0.00 0.25 0.00 0.00 2.76 0.00 09:26:27 09:22:01 0.35 0.02 0.33 0.00 0.53 3.65 0.00 09:26:27 09:23:01 1.62 1.33 0.28 0.00 47.44 2.61 0.00 09:26:27 09:24:01 0.87 0.05 0.82 0.00 1.60 15.19 0.00 09:26:27 09:25:01 0.25 0.00 0.25 0.00 0.00 2.90 0.00 09:26:27 09:26:01 67.74 65.81 1.93 0.00 5555.12 59.13 0.00 09:26:27 Average: 426.04 327.44 98.60 0.00 24872.93 37158.36 0.00 09:26:27 09:26:27 09:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:26:27 09:10:01 80120 0 723616 38.46 1644 1076164 1529724 52.21 589088 955280 26608 09:26:27 09:11:01 161456 0 862168 45.82 896 857024 1765568 60.26 704632 732952 26304 09:26:27 09:12:01 185860 0 751248 39.93 752 943684 1383420 47.21 612252 791460 47908 09:26:27 09:13:01 387692 0 683556 36.33 48 810248 1414592 48.28 525432 757044 0 09:26:27 09:14:02 153044 0 1318876 70.10 48 409576 4107660 140.19 849572 615312 1064 09:26:27 09:15:01 66140 0 730252 38.81 48 1085104 2013216 68.71 655180 934456 53840 09:26:27 09:16:01 232836 0 692096 36.78 48 956564 1587740 54.19 639012 783016 3468 09:26:27 09:17:01 208384 0 632256 33.60 48 1040856 1217560 41.55 506228 930136 20 09:26:27 09:18:02 211176 0 629464 33.45 48 1040856 1185788 40.47 505064 928952 16 09:26:27 09:19:01 205564 0 631256 33.55 48 1044676 1185680 40.47 510044 929940 12 09:26:27 09:20:01 205816 0 630996 33.54 48 1044684 1183624 40.40 509836 929844 16 09:26:27 09:21:01 206020 0 630784 33.52 48 1044692 1183576 40.39 509712 929840 12 09:26:27 09:22:01 206140 0 630672 33.52 48 1044684 1183576 40.39 509840 929840 8 09:26:27 09:23:01 204752 0 631308 33.55 48 1045436 1183576 40.39 509756 930552 16 09:26:27 09:24:01 205124 0 630940 33.53 48 1045432 1183648 40.40 510088 930552 8 09:26:27 09:25:01 204824 0 631216 33.55 48 1045456 1183576 40.39 510016 930568 16 09:26:27 09:26:01 121876 0 664092 35.30 48 1095528 1389296 47.41 539856 979360 19620 09:26:27 Average: 190990 0 712047 37.84 233 978274 1522460 51.96 570330 877594 10526 09:26:27 09:26:27 09:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:26:27 09:10:01 veth3566065 79.81 89.94 7.35 269.94 0.00 0.00 0.00 0.00 09:26:27 09:10:01 eth0 1288.54 1465.76 6158.47 150.50 0.00 0.00 0.00 0.00 09:26:27 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:10:01 docker0 1181.12 950.27 88.84 3301.35 0.00 0.00 0.00 0.00 09:26:27 09:11:01 eth0 67.25 39.58 225.36 15.11 0.00 0.00 0.00 0.00 09:26:27 09:11:01 veth457d2cb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:26:27 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:11:01 docker0 20.50 34.81 1.57 195.92 0.00 0.00 0.00 0.00 09:26:27 09:12:01 eth0 44.09 26.57 31.84 76.51 0.00 0.00 0.00 0.00 09:26:27 09:12:01 veth457d2cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:13:01 veth8baa263 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:13:01 veth9fd3963 4.95 2.39 29.24 0.18 0.00 0.00 0.00 0.00 09:26:27 09:13:01 vethd2e2f98 2.39 4.95 0.18 29.24 0.00 0.00 0.00 0.00 09:26:27 09:13:01 vethd0d8620 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:14:02 veth146ecdd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:26:27 09:14:02 veth7ad2178 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 09:26:27 09:14:02 eth0 2648.37 2397.91 11927.08 427.14 0.00 0.00 0.00 0.00 09:26:27 09:14:02 veth998fd29 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:26:27 09:15:01 veth89d6f5e 1.25 1.82 0.08 9.86 0.00 0.00 0.00 0.00 09:26:27 09:15:01 veth822249b 1.08 1.80 0.07 8.31 0.00 0.00 0.00 0.00 09:26:27 09:15:01 veth7ad2178 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 09:26:27 09:15:01 eth0 97.35 58.66 260.43 83.73 0.00 0.00 0.00 0.00 09:26:27 09:16:01 veth7ad2178 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:16:01 eth0 146.72 101.71 1277.56 17.82 0.00 0.00 0.00 0.00 09:26:27 09:16:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:26:27 09:16:01 docker0 1232.11 1050.61 92.07 3854.12 0.00 0.00 0.00 0.00 09:26:27 09:17:01 eth0 103.51 63.62 425.35 76.40 0.00 0.00 0.00 0.00 09:26:27 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:17:01 docker0 25.27 53.78 1.65 399.86 0.00 0.00 0.00 0.00 09:26:27 09:18:02 eth0 1.15 0.63 0.68 0.23 0.00 0.00 0.00 0.00 09:26:27 09:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:19:01 eth0 0.25 0.15 0.09 0.04 0.00 0.00 0.00 0.00 09:26:27 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:20:01 eth0 0.22 0.20 0.07 0.04 0.00 0.00 0.00 0.00 09:26:27 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:26:27 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:22:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:26:27 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:26:27 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:24:01 eth0 0.28 0.23 0.14 0.07 0.00 0.00 0.00 0.00 09:26:27 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:25:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:26:27 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:26:01 eth0 45.31 34.94 283.84 9.35 0.00 0.00 0.00 0.00 09:26:27 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 Average: eth0 120.84 117.62 620.17 30.14 0.00 0.00 0.00 0.00 09:26:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:26:27 Average: docker0 74.28 65.24 5.54 251.25 0.00 0.00 0.00 0.00 09:26:27 09:26:27 09:26:27 ---> sar -P ALL: 09:26:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 09:26:27 09:26:27 09:07:51 LINUX RESTART (4 CPU) 09:26:27 09:26:27 09:09:01 CPU %user %nice %system %iowait %steal %idle 09:26:27 09:10:01 all 16.40 0.00 8.25 2.78 0.08 72.49 09:26:27 09:10:01 0 12.56 0.00 10.29 3.46 0.07 73.62 09:26:27 09:10:01 1 13.80 0.00 7.07 2.57 0.10 76.46 09:26:27 09:10:01 2 23.77 0.00 8.11 2.03 0.10 65.99 09:26:27 09:10:01 3 15.48 0.00 7.54 3.04 0.05 73.89 09:26:27 09:11:01 all 38.83 0.00 10.28 8.14 0.08 42.68 09:26:27 09:11:01 0 38.62 0.00 10.27 5.72 0.07 45.32 09:26:27 09:11:01 1 38.86 0.00 10.39 9.38 0.09 41.29 09:26:27 09:11:01 2 39.20 0.00 10.52 10.90 0.07 39.31 09:26:27 09:11:01 3 38.61 0.00 9.96 6.54 0.09 44.80 09:26:27 09:12:01 all 54.07 0.00 13.19 3.33 0.07 29.33 09:26:27 09:12:01 0 54.96 0.00 12.52 2.32 0.05 30.14 09:26:27 09:12:01 1 54.25 0.00 12.80 4.50 0.07 28.39 09:26:27 09:12:01 2 54.03 0.00 13.50 2.44 0.07 29.96 09:26:27 09:12:01 3 53.05 0.00 13.95 4.08 0.09 28.84 09:26:27 09:13:01 all 20.86 0.00 18.83 8.79 0.13 51.40 09:26:27 09:13:01 0 21.79 0.00 18.04 10.09 0.17 49.91 09:26:27 09:13:01 1 20.31 0.00 18.93 8.31 0.09 52.36 09:26:27 09:13:01 2 21.65 0.00 19.14 8.89 0.12 50.20 09:26:27 09:13:01 3 19.67 0.00 19.19 7.85 0.14 53.15 09:26:27 09:14:02 all 40.28 0.00 21.50 22.95 0.11 15.16 09:26:27 09:14:02 0 39.86 0.00 21.98 24.13 0.14 13.88 09:26:27 09:14:02 1 40.21 0.00 21.49 24.16 0.10 14.03 09:26:27 09:14:02 2 40.18 0.00 21.20 21.34 0.09 17.20 09:26:27 09:14:02 3 40.88 0.00 21.32 22.16 0.10 15.54 09:26:27 09:15:01 all 32.94 0.00 19.42 21.25 0.11 26.29 09:26:27 09:15:01 0 33.24 0.00 19.29 20.42 0.09 26.95 09:26:27 09:15:01 1 33.18 0.00 19.29 18.21 0.10 29.21 09:26:27 09:15:01 2 33.76 0.00 19.72 24.41 0.11 22.00 09:26:27 09:15:01 3 31.56 0.00 19.36 21.98 0.12 26.97 09:26:27 09:16:01 all 43.33 0.00 18.09 19.54 0.08 18.95 09:26:27 09:16:01 0 42.74 0.00 18.38 18.79 0.09 20.01 09:26:27 09:16:01 1 45.75 0.00 17.34 18.47 0.09 18.35 09:26:27 09:16:01 2 44.01 0.00 18.01 19.38 0.09 18.51 09:26:27 09:16:01 3 40.82 0.00 18.65 21.53 0.07 18.94 09:26:27 09:17:01 all 6.13 0.00 3.74 3.02 0.05 87.06 09:26:27 09:17:01 0 5.95 0.00 4.30 3.25 0.05 86.44 09:26:27 09:17:01 1 6.67 0.00 3.63 2.96 0.05 86.70 09:26:27 09:17:01 2 5.80 0.00 3.62 2.86 0.03 87.69 09:26:27 09:17:01 3 6.10 0.00 3.43 3.01 0.07 87.40 09:26:27 09:18:02 all 0.15 0.00 0.04 0.04 0.00 99.78 09:26:27 09:18:02 0 0.05 0.00 0.03 0.00 0.00 99.92 09:26:27 09:18:02 1 0.05 0.00 0.03 0.05 0.00 99.87 09:26:27 09:18:02 2 0.03 0.00 0.05 0.07 0.00 99.85 09:26:27 09:18:02 3 0.47 0.00 0.03 0.03 0.00 99.47 09:26:27 09:19:01 all 0.17 0.00 0.03 0.01 0.01 99.78 09:26:27 09:19:01 0 0.07 0.00 0.05 0.03 0.00 99.85 09:26:27 09:19:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:26:27 09:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:26:27 09:19:01 3 0.54 0.00 0.02 0.02 0.02 99.41 09:26:27 09:20:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:26:27 09:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:26:27 09:20:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:26:27 09:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:26:27 09:20:01 3 0.53 0.00 0.03 0.00 0.00 99.43 09:26:27 09:26:27 09:20:01 CPU %user %nice %system %iowait %steal %idle 09:26:27 09:21:01 all 0.16 0.00 0.03 0.00 0.00 99.81 09:26:27 09:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:26:27 09:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:26:27 09:21:01 2 0.05 0.00 0.05 0.00 0.00 99.90 09:26:27 09:21:01 3 0.53 0.00 0.05 0.00 0.00 99.42 09:26:27 09:22:01 all 0.14 0.00 0.02 0.00 0.00 99.84 09:26:27 09:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:26:27 09:22:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:26:27 09:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:26:27 09:22:01 3 0.52 0.00 0.02 0.00 0.00 99.47 09:26:27 09:23:01 all 0.15 0.00 0.05 0.02 0.00 99.78 09:26:27 09:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:26:27 09:23:01 1 0.03 0.00 0.08 0.08 0.00 99.80 09:26:27 09:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:26:27 09:23:01 3 0.53 0.00 0.05 0.00 0.00 99.42 09:26:27 09:24:01 all 0.14 0.00 0.03 0.00 0.00 99.83 09:26:27 09:24:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:26:27 09:24:01 1 0.25 0.00 0.05 0.00 0.00 99.70 09:26:27 09:24:01 2 0.25 0.00 0.02 0.00 0.00 99.73 09:26:27 09:24:01 3 0.05 0.00 0.02 0.00 0.00 99.93 09:26:27 09:25:01 all 0.04 0.00 0.03 0.00 0.00 99.93 09:26:27 09:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:26:27 09:25:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:26:27 09:25:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:26:27 09:25:01 3 0.05 0.00 0.02 0.00 0.00 99.93 09:26:27 09:26:01 all 2.18 0.00 1.17 1.83 0.00 94.83 09:26:27 09:26:01 0 2.35 0.00 1.35 0.75 0.00 95.55 09:26:27 09:26:01 1 2.05 0.00 1.09 2.61 0.02 94.24 09:26:27 09:26:01 2 2.15 0.00 0.82 3.47 0.00 93.55 09:26:27 09:26:01 3 2.14 0.00 1.41 0.49 0.00 95.97 09:26:27 Average: all 14.81 0.00 6.62 5.28 0.04 73.25 09:26:27 Average: 0 14.60 0.00 6.75 5.14 0.04 73.47 09:26:27 Average: 1 14.80 0.00 6.50 5.28 0.04 73.39 09:26:27 Average: 2 15.32 0.00 6.63 5.52 0.04 72.49 09:26:27 Average: 3 14.51 0.00 6.62 5.20 0.04 73.64 09:26:27 09:26:27 09:26:27