Pull request #2968 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 4c7faa201beeecfc003c919f50fab7208469ca62+68a8f910767166238b38b7946bcb5bba3869a893 (38a0e1bf59cb841e367e19eed5a9d1efafe3fe0c) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18149 in /w/workspace/edgexfoundry_edgex-go_PR-2968 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 4c7faa201beeecfc003c919f50fab7208469ca62 Merge succeeded, producing 4c7faa201beeecfc003c919f50fab7208469ca62 Checking out Revision 4c7faa201beeecfc003c919f50fab7208469ca62 (PR-2968) > 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/2968/head:refs/remotes/origin/PR-2968 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # 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 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 Commit message: "feat(data): implement GET /reading/resourcename/{resourcename} V2 API -- Add unit test to check empty resource name per review comment" First time build. Skipping changelog. > git rev-list --no-walk abe818e46277deb6a4927a77a792318765af1e01 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:55:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:55:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:55:48 ========================================================= 07:55:48 EdgeX Global Pipelines Version Info 07:55:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:55:50 ------------------- 07:55:50 stable info: 07:55:50 ------------------- 07:55:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:55:50 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 07:55:50 Message: update stable to v1.0.173 07:55:50 ------------------- 07:55:50 experimental info: 07:55:50 ------------------- 07:55:50 Commited By: **** collab-it+edgex@linuxfoundation.org 07:55:50 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 07:55:50 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:55:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:55:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:55:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:55:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:55:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:55:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:55:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:55:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:55:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:55:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:55:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:55:53 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:55:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2968 [Pipeline] echo 07:55:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2968 [Pipeline] echo 07:55:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2968 [Pipeline] echo 07:55:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c7faa201beeecfc003c919f50fab7208469ca62 [Pipeline] echo 07:55:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c7faa2 [Pipeline] echo 07:55:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:55:53 provisioning config files... 07:55:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1835544229092034246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:55:54 ---> docker-login.sh 07:55:54 nexus3.edgexfoundry.org:10001 07:55:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:54 Configure a credential helper to remove this warning. See 07:55:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:54 07:55:54 Login Succeeded 07:55:54 nexus3.edgexfoundry.org:10002 07:55:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:55 Configure a credential helper to remove this warning. See 07:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:55 07:55:55 Login Succeeded 07:55:55 nexus3.edgexfoundry.org:10003 07:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:55 Configure a credential helper to remove this warning. See 07:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:55 07:55:55 Login Succeeded 07:55:55 nexus3.edgexfoundry.org:10004 07:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:55 Configure a credential helper to remove this warning. See 07:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:55 07:55:55 Login Succeeded 07:55:55 docker.io 07:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:55 Configure a credential helper to remove this warning. See 07:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:55 07:55:55 Login Succeeded 07:55:55 ---> docker-login.sh ends [Pipeline] } 07:55:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:55:56 ++ 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 07:55:56 + for file in '`ls cmd/**/Dockerfile`' 07:55:56 ++ dirname cmd/core-command/Dockerfile 07:55:56 ++ cut -d/ -f2 07:55:56 + echo core-command,cmd/core-command/Dockerfile 07:55:56 + for file in '`ls cmd/**/Dockerfile`' 07:55:56 ++ dirname cmd/core-data/Dockerfile 07:55:56 ++ cut -d/ -f2 07:55:56 + echo core-data,cmd/core-data/Dockerfile 07:55:56 + for file in '`ls cmd/**/Dockerfile`' 07:55:56 ++ dirname cmd/core-metadata/Dockerfile 07:55:56 ++ cut -d/ -f2 07:55:56 + echo core-metadata,cmd/core-metadata/Dockerfile 07:55:56 + for file in '`ls cmd/**/Dockerfile`' 07:55:56 ++ dirname cmd/security-bootstrap-redis/Dockerfile 07:55:56 ++ cut -d/ -f2 07:55:56 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 07:55:56 + for file in '`ls cmd/**/Dockerfile`' 07:55:56 ++ dirname cmd/security-proxy-setup/Dockerfile 07:55:56 ++ cut -d/ -f2 07:55:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:55:56 + for file in '`ls cmd/**/Dockerfile`' 07:55:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:55:56 ++ cut -d/ -f2 07:55:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:55:56 + for file in '`ls cmd/**/Dockerfile`' 07:55:56 ++ dirname cmd/support-notifications/Dockerfile 07:55:56 ++ cut -d/ -f2 07:55:56 + echo support-notifications,cmd/support-notifications/Dockerfile 07:55:56 + for file in '`ls cmd/**/Dockerfile`' 07:55:56 ++ dirname cmd/support-scheduler/Dockerfile 07:55:56 ++ cut -d/ -f2 07:55:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:55:56 + for file in '`ls cmd/**/Dockerfile`' 07:55:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:55:56 ++ cut -d/ -f2 07:55:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:55:56 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 07:55:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:55:57 07:55:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:55:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:55:58 latest: Pulling from edgex-devops/git-semver 07:55:58 31603596830f: Pulling fs layer 07:55:58 2a8b12db71e7: Pulling fs layer 07:55:58 6ca5941a6612: Pulling fs layer 07:55:58 ecc8261a40a4: Pulling fs layer 07:55:58 ecc8261a40a4: Waiting 07:55:58 2a8b12db71e7: Download complete 07:55:58 31603596830f: Verifying Checksum 07:55:58 31603596830f: Download complete 07:55:58 ecc8261a40a4: Verifying Checksum 07:55:58 ecc8261a40a4: Download complete 07:55:58 6ca5941a6612: Verifying Checksum 07:55:58 6ca5941a6612: Download complete 07:55:58 31603596830f: Pull complete 07:55:58 2a8b12db71e7: Pull complete 07:55:59 6ca5941a6612: Pull complete 07:55:59 ecc8261a40a4: Pull complete 07:55:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:55:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:55:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:55:59 prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container 07:55:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:56:02 $ docker top b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:56:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:56:02 [ssh-agent] Looking for ssh-agent implementation... 07:56:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:56:02 $ docker exec b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 ssh-agent 07:56:03 SSH_AUTH_SOCK=/tmp/ssh-xLZPkgwZ2Ti2/agent.12 07:56:03 SSH_AGENT_PID=17 07:56:03 Running ssh-add (command line suppressed) 07:56:03 Identity added: /w/workspace/edgex-go/5@tmp/private_key_768000146141824264.key (/w/workspace/edgex-go/5@tmp/private_key_768000146141824264.key) 07:56:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:56:03 + git tag --points-at HEAD [Pipeline] } 07:56:03 $ docker exec --env ******** --env ******** b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 ssh-agent -k 07:56:03 unset SSH_AUTH_SOCK; 07:56:03 unset SSH_AGENT_PID; 07:56:03 echo Agent pid 17 killed; 07:56:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:56:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:56:04 [ssh-agent] Looking for ssh-agent implementation... 07:56:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:56:04 $ docker exec b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 ssh-agent 07:56:04 SSH_AUTH_SOCK=/tmp/ssh-F6ZmpnHalrnu/agent.46 07:56:04 SSH_AGENT_PID=51 07:56:04 Running ssh-add (command line suppressed) 07:56:04 Identity added: /w/workspace/edgex-go/5@tmp/private_key_710042051030363693.key (/w/workspace/edgex-go/5@tmp/private_key_710042051030363693.key) 07:56:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:56:04 + git semver init 07:56:04 # -> Open(): unable to determine branch for HEAD 07:56:04 # $GIT_DIR = /w/workspace/edgex-go/5/.git 07:56:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 07:56:04 # $SEMVER_REMOTE_NAME = origin 07:56:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:56:04 # $SEMVER_USER_NAME = edgex-jenkins 07:56:04 # $SEMVER_BRANCH = PR-2968 07:56:04 # $SEMVER_TEMP = /tmp/semver-871840206 07:56:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:56:23 # '/tmp/semver-871840206' -> '/w/workspace/edgex-go/5/.semver' 07:56:23 # -> Force: false 07:56:23 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 07:56:23 $ docker exec --env ******** --env ******** b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 ssh-agent -k 07:56:23 unset SSH_AUTH_SOCK; 07:56:23 unset SSH_AGENT_PID; 07:56:23 echo Agent pid 51 killed; 07:56:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:56:23 + git semver [Pipeline] } 07:56:23 $ docker stop --time=1 b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 07:56:25 $ docker rm -f b8ce5b20fb3703fc6362393cc678aea6d1f2c9fd8a7540e6c6dcb4f95ee57d34 [Pipeline] // withDockerContainer [Pipeline] sh 07:56:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:56:26 Stashed 1 file(s) [Pipeline] echo 07:56: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 07:56:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:56:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:56:27 + sudo service docker restart 07:56:27 + true 07:56:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:56:28 ========================================================= 07:56:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:56:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:56: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 . 07:56:33 Sending build context to Docker daemon 326.3MB 07:56:33 Step 1/7 : ARG BASE=golang:1.15-alpine 07:56:33 Step 2/7 : FROM ${BASE} 07:56:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:56:33 188c0c94c7c5: Pulling fs layer 07:56:33 0ef7d3d256c8: Pulling fs layer 07:56:33 de9db76c5a1d: Pulling fs layer 07:56:33 bca2f99d35d6: Pulling fs layer 07:56:33 93359f2a8cfa: Pulling fs layer 07:56:33 7c6f9722023f: Pulling fs layer 07:56:33 a35cf1a2eb13: Pulling fs layer 07:56:33 93359f2a8cfa: Waiting 07:56:33 7c6f9722023f: Waiting 07:56:33 a35cf1a2eb13: Waiting 07:56:33 bca2f99d35d6: Waiting 07:56:33 de9db76c5a1d: Download complete 07:56:33 0ef7d3d256c8: Verifying Checksum 07:56:33 0ef7d3d256c8: Download complete 07:56:33 93359f2a8cfa: Verifying Checksum 07:56:33 93359f2a8cfa: Download complete 07:56:33 188c0c94c7c5: Verifying Checksum 07:56:33 188c0c94c7c5: Download complete 07:56:33 7c6f9722023f: Verifying Checksum 07:56:33 7c6f9722023f: Download complete 07:56:33 188c0c94c7c5: Pull complete 07:56:33 0ef7d3d256c8: Pull complete 07:56:33 de9db76c5a1d: Pull complete 07:56:35 a35cf1a2eb13: Verifying Checksum 07:56:35 a35cf1a2eb13: Download complete 07:56:36 bca2f99d35d6: Verifying Checksum 07:56:36 bca2f99d35d6: Download complete 07:56:41 bca2f99d35d6: Pull complete 07:56:41 93359f2a8cfa: Pull complete 07:56:41 7c6f9722023f: Pull complete 07:56:41 Still waiting to schedule task 07:56:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18147’ is offline 07:56:47 a35cf1a2eb13: Pull complete 07:56:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:56:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:56:47 ---> a62c8e92a672 07:56:47 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:56:47 ---> Running in ef41b0e69e3f 07:56:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:48 (1/12) Installing libmagic (5.38-r0) 07:56:48 (2/12) Installing file (5.38-r0) 07:56:48 (3/12) Installing libc-dev (0.7.2-r3) 07:56:48 (4/12) Installing g++ (9.3.0-r2) 07:56:53 (5/12) Installing fortify-headers (1.1-r0) 07:56:53 (6/12) Installing patch (2.7.6-r6) 07:56:53 (7/12) Installing build-base (0.5-r2) 07:56:53 (8/12) Installing libsodium (1.0.18-r0) 07:56:54 (9/12) Installing pkgconf (1.7.2-r0) 07:56:54 (10/12) Installing libsodium-dev (1.0.18-r0) 07:56:54 (11/12) Installing libzmq (4.3.3-r0) 07:56:54 (12/12) Installing zeromq-dev (4.3.3-r0) 07:56:54 Executing busybox-1.31.1-r19.trigger 07:56:54 OK: 233 MiB in 51 packages 07:56:57 Removing intermediate container ef41b0e69e3f 07:56:57 ---> e2391cba336c 07:56:57 Step 4/7 : WORKDIR /edgex-go 07:56:58 ---> Running in d563ce359c10 07:56:58 Removing intermediate container d563ce359c10 07:56:58 ---> f1339255f438 07:56:58 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:56:58 latest: Pulling from library/docker 07:56:58 801bfaa63ef2: Pulling fs layer 07:56:58 4f7dc993c79e: Pulling fs layer 07:56:58 d39d95e4997f: Pulling fs layer 07:56:58 1cda4b703d87: Pulling fs layer 07:56:58 54e5375350ea: Pulling fs layer 07:56:58 f08cd1b3bb1b: Pulling fs layer 07:56:58 8e17d04e0c68: Pulling fs layer 07:56:58 1cda4b703d87: Waiting 07:56:58 54e5375350ea: Waiting 07:56:58 f08cd1b3bb1b: Waiting 07:56:58 8e17d04e0c68: Waiting 07:56:58 d39d95e4997f: Verifying Checksum 07:56:58 d39d95e4997f: Download complete 07:56:58 801bfaa63ef2: Verifying Checksum 07:56:58 801bfaa63ef2: Download complete 07:56:58 4f7dc993c79e: Download complete 07:56:58 f08cd1b3bb1b: Download complete 07:56:58 54e5375350ea: Verifying Checksum 07:56:58 54e5375350ea: Download complete 07:56:59 8e17d04e0c68: Verifying Checksum 07:56:59 8e17d04e0c68: Download complete 07:56:59 801bfaa63ef2: Pull complete 07:56:59 4f7dc993c79e: Pull complete 07:56:59 d39d95e4997f: Pull complete 07:57:00 1cda4b703d87: Verifying Checksum 07:57:00 1cda4b703d87: Download complete 07:57:02 1cda4b703d87: Pull complete 07:57:02 54e5375350ea: Pull complete 07:57:02 f08cd1b3bb1b: Pull complete 07:57:02 8e17d04e0c68: Pull complete 07:57:02 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 07:57:02 Status: Downloaded newer image for docker:latest 07:57:04 ---> bde00ed0bc5c 07:57:04 Step 6/7 : COPY go.mod . 07:57:04 ---> eaac540554a8 07:57:04 Step 7/7 : RUN go mod download 07:57:04 ---> Running in 96797767f814 07:57:26 Removing intermediate container 96797767f814 07:57:26 ---> ef6fceae91e4 07:57:26 Successfully built ef6fceae91e4 07:57:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:57:26 + docker inspect -f . ci-base-image-x86_64 07:57:27 . [Pipeline] withDockerContainer 07:57:27 prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container 07:57:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:57:28 $ docker top 44eb4d98ec9250b5b1e5b5f20c73c366aedcc4f4bb3f45859eb052fad58914e3 -eo pid,comm [Pipeline] { [Pipeline] sh 07:57:28 + go version 07:57:28 go version go1.15.5 linux/amd64 [Pipeline] } 07:57:28 $ docker stop --time=1 44eb4d98ec9250b5b1e5b5f20c73c366aedcc4f4bb3f45859eb052fad58914e3 07:57:30 $ docker rm -f 44eb4d98ec9250b5b1e5b5f20c73c366aedcc4f4bb3f45859eb052fad58914e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:57:31 + docker inspect -f . ci-base-image-x86_64 07:57:31 . [Pipeline] withDockerContainer 07:57:31 prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container 07:57:31 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:57:31 $ docker top 36f94be49b0c94e7ecb4fedf8ef291da1b721cbb0fdc0605b43c666179df42f5 -eo pid,comm [Pipeline] { [Pipeline] echo 07:57:32 ========================================================= 07:57:32 [edgeXBuildGoParallel] Running Tests and Build... 07:57:32 ========================================================= [Pipeline] sh 07:57:32 + make test 07:57:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:57:40 ? github.com/edgexfoundry/edgex-go [no test files] 07:57:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:58:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:58:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:58:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:58:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:58:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:58:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:58:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:58:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:58:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:58:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:58:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:58:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:58:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements 07:58:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:58:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:58:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:58:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:58:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.0% of statements 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 75.5% of statements 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 83.1% of statements 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:58:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.313s coverage: 28.6% of statements 07:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:58:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 07:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:58:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 07:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:58:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements 07:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:58:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements 07:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:58:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 07:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:58:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.316s coverage: 93.8% of statements 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:58:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:58:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:58:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:58:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements 07:58:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 07:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements 07:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.2% of statements 07:58:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements 07:58:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:58:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements 07:58:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:58:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:58:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 07:58:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 07:58:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 07:58:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 07:58:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 07:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.404s coverage: 55.9% of statements 07:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 37.0% of statements 07:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.375s coverage: 84.0% of statements 07:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements 07:58:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements 07:58:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:58:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:58:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:58:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:58:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:58:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 07:58:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:58:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 07:58:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:58:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:58:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:58:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:58:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:58:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:58:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:58:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:58:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 07:58:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 07:58:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 07:58:24 GO111MODULE=on go vet ./... 07:58:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18150 in /w/workspace/edgexfoundry_edgex-go_PR-2968 [Pipeline] { [Pipeline] ws 07:58:27 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 07:58:32 using credential edgex-jenkins-ssh 07:58:32 Cloning the remote Git repository 07:58:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:58:32 > git init /w/workspace/edgex-go/5 # timeout=10 07:58:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:58:32 > git --version # timeout=10 07:58:32 > git --version # 'git version 2.17.1' 07:58:32 using GIT_SSH to set credentials SSH Credentials for GitHub 07:58:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:58:46 gofmt -l . 07:58:46 [ "`gofmt -l .`" = "" ] 07:58:46 ./bin/test-go-mod-tidy.sh 07:58:47 ./bin/test-attribution-txt.sh [Pipeline] sh 07:58:49 + ls -al . 07:58:49 total 636 07:58:49 drwxrwxr-x 10 1001 1001 4096 Jan 4 07:58 . 07:58:49 drwxr-xr-x 4 root root 28 Jan 4 07:57 .. 07:58:49 -rw-rw-r-- 1 1001 1001 11 Jan 4 07:55 .dockerignore 07:58:49 drwxrwxr-x 8 1001 1001 179 Jan 4 07:55 .git 07:58:49 drwxrwxr-x 3 1001 1001 125 Jan 4 07:55 .github 07:58:49 -rw-rw-r-- 1 1001 1001 824 Jan 4 07:55 .gitignore 07:58:49 drwx------ 3 1001 1001 47 Jan 4 07:56 .semver 07:58:49 -rw-rw-r-- 1 1001 1001 166 Jan 4 07:55 .sonarcloud.properties 07:58:49 -rw-rw-r-- 1 1001 1001 3804 Jan 4 07:55 CONTRIBUTING.md 07:58:49 -rw-rw-r-- 1 1001 1001 1035 Jan 4 07:55 Dockerfile.build 07:58:49 -rw-rw-r-- 1 1001 1001 863 Jan 4 07:55 Jenkinsfile 07:58:49 -rw-rw-r-- 1 1001 1001 10775 Jan 4 07:55 LICENSE 07:58:49 -rw-rw-r-- 1 1001 1001 5750 Jan 4 07:55 Makefile 07:58:49 -rw-rw-r-- 1 1001 1001 6511 Jan 4 07:55 README.md 07:58:49 -rw-rw-r-- 1 1001 1001 6744 Jan 4 07:55 SECURITY.md 07:58:49 -rw-rw-r-- 1 1001 1001 5 Jan 4 07:56 VERSION 07:58:49 -rw-rw-r-- 1 1001 1001 4131 Jan 4 07:55 ZMQWindows.md 07:58:49 drwxrwxr-x 2 1001 1001 117 Jan 4 07:55 bin 07:58:49 drwxrwxr-x 14 1001 1001 4096 Jan 4 07:55 cmd 07:58:49 -rw-r--r-- 1 root root 539421 Jan 4 07:58 coverage.out 07:58:49 -rw-r--r-- 1 root root 979 Jan 4 07:58 go.mod 07:58:49 -rw-r--r-- 1 root root 18739 Jan 4 07:58 go.sum 07:58:49 drwxrwxr-x 8 1001 1001 127 Jan 4 07:55 internal 07:58:49 drwxrwxr-x 4 1001 1001 26 Jan 4 07:55 openapi 07:58:49 drwxrwxr-x 4 1001 1001 71 Jan 4 07:55 snap 07:58:49 -rw-rw-r-- 1 1001 1001 168 Jan 4 07:55 version.go [Pipeline] sh 07:58:49 + '[' -e coverage.out ] 07:58:49 + chown 1001:1001 coverage.out [Pipeline] stash 07:58:49 Stashed 1 file(s) [Pipeline] sh 07:58:50 + make build 07:58:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:58:50 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 4c7faa201beeecfc003c919f50fab7208469ca62 07:58:50 Merge succeeded, producing 4c7faa201beeecfc003c919f50fab7208469ca62 07:58:50 Checking out Revision 4c7faa201beeecfc003c919f50fab7208469ca62 (PR-2968) 07:58:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:58:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:58:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:58:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:58:49 using GIT_SSH to set credentials SSH Credentials for GitHub 07:58:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2968/head:refs/remotes/origin/PR-2968 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:58:50 > git config core.sparsecheckout # timeout=10 07:58:50 > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 07:58:50 > git remote # timeout=10 07:58:50 > git config --get remote.origin.url # timeout=10 07:58:50 using GIT_SSH to set credentials SSH Credentials for GitHub 07:58:50 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 07:58:50 > git rev-parse HEAD^{commit} # timeout=10 07:58:50 > git config core.sparsecheckout # timeout=10 07:58:50 > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 07:58:55 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 07:58:55 Commit message: "feat(data): implement GET /reading/resourcename/{resourcename} V2 API -- Add unit test to check empty resource name per review comment" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:58:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:58:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:58:57 + true 07:58:57 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:59:00 provisioning config files... 07:59:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7104207192507798075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:59:00 ---> docker-login.sh 07:59:00 nexus3.edgexfoundry.org:10001 07:59:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:59:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:59:01 Configure a credential helper to remove this warning. See 07:59:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:59:01 07:59:01 Login Succeeded 07:59:01 nexus3.edgexfoundry.org:10002 07:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:59:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:59:02 Configure a credential helper to remove this warning. See 07:59:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:59:02 07:59:02 Login Succeeded 07:59:02 nexus3.edgexfoundry.org:10003 07:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:59:02 Configure a credential helper to remove this warning. See 07:59:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:59:02 07:59:02 Login Succeeded 07:59:02 nexus3.edgexfoundry.org:10004 07:59:03 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 07:59:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:59:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:59:03 Configure a credential helper to remove this warning. See 07:59:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:59:03 07:59:03 Login Succeeded 07:59:03 docker.io 07:59:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:59:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:59:04 Configure a credential helper to remove this warning. See 07:59:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:59:04 07:59:04 Login Succeeded 07:59:04 ---> docker-login.sh ends [Pipeline] } 07:59:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 07:59:04 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 [Pipeline] // withEnv [Pipeline] unstash 07:59:04 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 [Pipeline] echo 07:59:04 ========================================================= 07:59:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:59:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:59:05 + 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 . 07:59:06 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 07:59:07 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 07:59:07 Sending build context to Docker daemon 165.4MB 07:59:07 Step 1/7 : ARG BASE=golang:1.15-alpine 07:59:07 Step 2/7 : FROM ${BASE} 07:59:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:59:07 5f621e34cdf4: Pulling fs layer 07:59:07 a4357932f1b6: Pulling fs layer 07:59:07 18c013af1878: Pulling fs layer 07:59:07 00ac8860ef70: Pulling fs layer 07:59:07 63d7cb157983: Pulling fs layer 07:59:07 b116817d02f9: Pulling fs layer 07:59:07 745a02a5169b: Pulling fs layer 07:59:07 00ac8860ef70: Waiting 07:59:07 b116817d02f9: Waiting 07:59:07 745a02a5169b: Waiting 07:59:07 63d7cb157983: Waiting 07:59:07 18c013af1878: Verifying Checksum 07:59:07 18c013af1878: Download complete 07:59:07 a4357932f1b6: Download complete 07:59:07 63d7cb157983: Verifying Checksum 07:59:07 63d7cb157983: Download complete 07:59:07 b116817d02f9: Verifying Checksum 07:59:07 b116817d02f9: Download complete 07:59:07 5f621e34cdf4: Verifying Checksum 07:59:07 5f621e34cdf4: Download complete 07:59:08 5f621e34cdf4: Pull complete 07:59:08 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 07:59:09 a4357932f1b6: Pull complete 07:59:09 18c013af1878: Pull complete 07:59:09 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 07:59:10 745a02a5169b: Verifying Checksum 07:59:10 745a02a5169b: Download complete 07:59:10 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 07:59:11 00ac8860ef70: Verifying Checksum 07:59:11 00ac8860ef70: Download complete 07:59:11 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] } 07:59:12 $ docker stop --time=1 36f94be49b0c94e7ecb4fedf8ef291da1b721cbb0fdc0605b43c666179df42f5 07:59:14 $ docker rm -f 36f94be49b0c94e7ecb4fedf8ef291da1b721cbb0fdc0605b43c666179df42f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:59:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:59:18 07:59:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:59:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:59:18 latest: Pulling from edgex-devops/edgex-compose 07:59:18 cbdbe7a5bc2a: Pulling fs layer 07:59:18 ca9280d653b3: Pulling fs layer 07:59:18 7e9c9ca2126c: Pulling fs layer 07:59:18 cbdbe7a5bc2a: Verifying Checksum 07:59:18 cbdbe7a5bc2a: Download complete 07:59:19 cbdbe7a5bc2a: Pull complete 07:59:19 ca9280d653b3: Verifying Checksum 07:59:19 ca9280d653b3: Download complete 07:59:20 7e9c9ca2126c: Verifying Checksum 07:59:20 7e9c9ca2126c: Download complete 07:59:20 ca9280d653b3: Pull complete 07:59:21 00ac8860ef70: Pull complete 07:59:21 63d7cb157983: Pull complete 07:59:22 b116817d02f9: Pull complete 07:59:26 745a02a5169b: Pull complete 07:59:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:59:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:59:26 ---> b7e6874047d6 07:59:26 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:59:28 7e9c9ca2126c: Pull complete 07:59:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:59:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:59:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:59:28 prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container 07:59:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:59:29 $ docker top 9daedb6ed4ebde93b425a623c008761f169d0eccf439fe1d1d73de7753d39c23 -eo pid,comm [Pipeline] { [Pipeline] sh 07:59:29 ---> Running in c80f8555ac48 07:59:30 + docker-compose build --help 07:59:30 + grep parallel 07:59:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:59:31 --parallel Build images in parallel. [Pipeline] } 07:59:31 $ docker stop --time=1 9daedb6ed4ebde93b425a623c008761f169d0eccf439fe1d1d73de7753d39c23 07:59:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:59:32 (1/12) Installing libmagic (5.38-r0) 07:59:32 $ docker rm -f 9daedb6ed4ebde93b425a623c008761f169d0eccf439fe1d1d73de7753d39c23 [Pipeline] // withDockerContainer [Pipeline] writeFile 07:59:32 (2/12) Installing file (5.38-r0) 07:59:32 (3/12) Installing libc-dev (0.7.2-r3) [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:59:32 (4/12) Installing g++ (9.3.0-r2) 07:59:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:59:32 . [Pipeline] withDockerContainer 07:59:33 prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container 07:59:33 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:59:33 $ docker top 07d84ed694d021d0d8f1bdc182bb6adb5caffe2c5dc11d5add3386d3c0743f91 -eo pid,comm [Pipeline] { [Pipeline] sh 07:59:34 + docker-compose -f ./docker-compose-build.yml build --parallel 07:59:35 Building docker-core-command-go ... 07:59:35 Building docker-core-data-go ... 07:59:35 Building docker-core-metadata-go ... 07:59:35 Building docker-security-bootstrap-redis-go ... 07:59:35 Building docker-security-proxy-setup-go ... 07:59:35 Building docker-security-secretstore-setup-go ... 07:59:35 Building docker-support-notifications-go ... 07:59:35 Building docker-support-scheduler-go ... 07:59:35 Building docker-sys-mgmt-agent-go ... 07:59:35 Building docker-support-scheduler-go 07:59:35 Building docker-security-bootstrap-redis-go 07:59:35 Building docker-core-command-go 07:59:35 Building docker-support-notifications-go 07:59:35 Building docker-core-metadata-go 07:59:36 (5/12) Installing fortify-headers (1.1-r0) 07:59:36 (6/12) Installing patch (2.7.6-r6) 07:59:36 (7/12) Installing build-base (0.5-r2) 07:59:36 (8/12) Installing libsodium (1.0.18-r0) 07:59:36 (9/12) Installing pkgconf (1.7.2-r0) 07:59:36 (10/12) Installing libsodium-dev (1.0.18-r0) 07:59:36 (11/12) Installing libzmq (4.3.3-r0) 07:59:37 (12/12) Installing zeromq-dev (4.3.3-r0) 07:59:37 Executing busybox-1.31.1-r19.trigger 07:59:37 OK: 217 MiB in 51 packages 07:59:41 Removing intermediate container c80f8555ac48 07:59:41 ---> 75f3589eba3b 07:59:41 Step 4/7 : WORKDIR /edgex-go 07:59:41 ---> Running in 0fa16bd9326e 07:59:41 Removing intermediate container 0fa16bd9326e 07:59:41 ---> 5382bd322177 07:59:41 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:59:42 latest: Pulling from library/docker 07:59:42 159e5727ea61: Pulling fs layer 07:59:42 687389c36290: Pulling fs layer 07:59:42 94e28978939c: Pulling fs layer 07:59:42 ea42096754a7: Pulling fs layer 07:59:42 bd61cee6920e: Pulling fs layer 07:59:42 87c4ece4675c: Pulling fs layer 07:59:42 90ca8b2ff088: Pulling fs layer 07:59:42 ea42096754a7: Waiting 07:59:42 bd61cee6920e: Waiting 07:59:42 87c4ece4675c: Waiting 07:59:42 90ca8b2ff088: Waiting 07:59:42 94e28978939c: Download complete 07:59:42 687389c36290: Verifying Checksum 07:59:42 687389c36290: Download complete 07:59:42 159e5727ea61: Download complete 07:59:42 bd61cee6920e: Verifying Checksum 07:59:42 bd61cee6920e: Download complete 07:59:42 87c4ece4675c: Verifying Checksum 07:59:42 87c4ece4675c: Download complete 07:59:42 90ca8b2ff088: Download complete 07:59:43 159e5727ea61: Pull complete 07:59:44 687389c36290: Pull complete 07:59:44 94e28978939c: Pull complete 07:59:44 ea42096754a7: Verifying Checksum 07:59:44 ea42096754a7: Download complete 07:59:47 ea42096754a7: Pull complete 07:59:48 bd61cee6920e: Pull complete 07:59:48 87c4ece4675c: Pull complete 07:59:48 90ca8b2ff088: Pull complete 07:59:48 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 07:59:48 Status: Downloaded newer image for docker:latest 07:59:52 ---> 05786606d4d7 07:59:52 Step 6/7 : COPY go.mod . 07:59:53 ---> 42af0965435d 07:59:53 Step 7/7 : RUN go mod download 07:59:53 ---> Running in 3fc959538c55 08:00:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:00:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:00:07 08:00:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:00:07 ---> ef6fceae91e4 08:00:07 Step 3/22 : WORKDIR /edgex-go 08:00:07 ---> ef6fceae91e4 08:00:07 Step 3/21 : WORKDIR /edgex-go 08:00:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:00:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:00:07 ---> ef6fceae91e4 08:00:07 Step 3/22 : WORKDIR /edgex-go 08:00:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:00:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:00:07 ---> ef6fceae91e4 08:00:07 Step 3/24 : WORKDIR /edgex-go 08:00:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:00:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:00:07 ---> ef6fceae91e4 08:00:07 Step 3/22 : WORKDIR /edgex-go 08:00:07 ---> Running in f74439dbb172 08:00:07 ---> Running in bd08395e32c5 08:00:07 ---> Running in eee9471280d0 08:00:07 ---> Running in 70740b0ffe08 08:00:07 ---> Running in d93a397e37f1 08:00:07 Removing intermediate container f74439dbb172 08:00:07 ---> 624f37f93ad1 08:00:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:00:07 Removing intermediate container d93a397e37f1 08:00:07 ---> 82c951de7f8f 08:00:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:00:07 Removing intermediate container 70740b0ffe08 08:00:07 ---> a2a968cac723 08:00:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:00:07 Removing intermediate container eee9471280d0 08:00:07 ---> e68306f89de8 08:00:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:00:07 Removing intermediate container bd08395e32c5 08:00:07 ---> 09dc137c08a1 08:00:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:00:07 ---> Running in e5171b7fced9 08:00:07 ---> Running in ca091ce1f472 08:00:07 ---> Running in a71ebc267df6 08:00:07 ---> Running in e6e3d23da461 08:00:07 ---> Running in 471521f22512 08:00:07 Removing intermediate container a71ebc267df6 08:00:07 ---> 37b0cd87cf2e 08:00:07 Step 5/22 : RUN apk update && apk add make git 08:00:07 Removing intermediate container ca091ce1f472 08:00:07 ---> 815a72c61ba5 08:00:07 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:00:08 ---> Running in 2e2636444271 08:00:08 ---> Running in 9a0cd303fbbe 08:00:08 Removing intermediate container e5171b7fced9 08:00:08 ---> 56850dad7609 08:00:08 Step 5/22 : RUN apk update && apk add make git 08:00:08 Removing intermediate container 471521f22512 08:00:08 ---> 5c8a940a4145 08:00:08 Step 5/21 : RUN apk update && apk add make git 08:00:08 ---> Running in 061730a20817 08:00:08 ---> Running in aea4929ae121 08:00:08 Removing intermediate container e6e3d23da461 08:00:08 ---> 91d4f3cc2a67 08:00:08 Step 5/22 : RUN apk update && apk add make git 08:00:09 ---> Running in df79e9c552fa 08:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:00:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:00:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:00:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:00:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:00:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:00:10 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:00:10 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:00:10 OK: 12750 distinct packages available 08:00:10 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:00:10 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:00:10 OK: 12750 distinct packages available 08:00:10 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:00:10 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:00:10 OK: 12750 distinct packages available 08:00:10 OK: 233 MiB in 51 packages 08:00:11 OK: 233 MiB in 51 packages 08:00:11 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:00:11 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:00:11 OK: 12750 distinct packages available 08:00:11 OK: 233 MiB in 51 packages 08:00:11 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:00:11 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:00:11 OK: 12750 distinct packages available 08:00:11 OK: 233 MiB in 51 packages 08:00:11 OK: 233 MiB in 51 packages 08:00:11 Removing intermediate container 2e2636444271 08:00:11 ---> 77b9a17e534e 08:00:11 Step 6/22 : COPY go.mod . 08:00:12 Removing intermediate container 9a0cd303fbbe 08:00:12 ---> 359c2e90f9c8 08:00:12 Step 6/24 : COPY go.mod . 08:00:12 ---> 085debd5585e 08:00:12 Step 7/22 : RUN go mod download 08:00:12 Removing intermediate container aea4929ae121 08:00:12 ---> 2e964b31d98f 08:00:12 Step 6/21 : COPY go.mod . 08:00:12 ---> Running in 193c34681349 08:00:12 ---> 72eaa0ab23b9 08:00:12 Step 7/24 : RUN go mod download 08:00:12 Removing intermediate container df79e9c552fa 08:00:12 ---> 1e5924ea5775 08:00:12 Step 6/22 : COPY go.mod . 08:00:12 ---> Running in f6dc558c4fc6 08:00:12 ---> 518666992733 08:00:12 Step 7/21 : RUN go mod download 08:00:12 Removing intermediate container 061730a20817 08:00:12 ---> 4ebc66d9c8b4 08:00:12 Step 6/22 : COPY go.mod . 08:00:12 ---> Running in 4036934074d3 08:00:13 ---> 6c0d8f99db8e 08:00:13 Step 7/22 : RUN go mod download 08:00:13 ---> e7093bc60a61 08:00:13 Step 7/22 : RUN go mod download 08:00:13 ---> Running in 8098c5d4bdd8 08:00:13 ---> Running in 8da1a010d10b 08:00:14 Removing intermediate container 193c34681349 08:00:14 ---> 5ae649f562e2 08:00:14 Step 8/22 : COPY . . 08:00:14 Removing intermediate container f6dc558c4fc6 08:00:14 ---> 2fc6f6d5469e 08:00:14 Step 8/24 : COPY . . 08:00:17 Removing intermediate container 4036934074d3 08:00:17 ---> ab618f09404e 08:00:17 Step 8/21 : COPY . . 08:00:20 Removing intermediate container 3fc959538c55 08:00:20 ---> c0d88b3448ec 08:00:20 Successfully built c0d88b3448ec 08:00:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:00:20 + docker inspect -f . ci-base-image-arm64 08:00:20 . [Pipeline] withDockerContainer 08:00:20 prd-ubuntu18.04-docker-arm64-4c-16g-18150 does not seem to be running inside a container 08:00:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 08:00:22 $ docker top 37adfeb5ef13451f5bbdd9628f7cf3928561ab9f6f82c82f661165d72bff82c8 -eo pid,comm [Pipeline] { [Pipeline] sh 08:00:23 + go version 08:00:23 go version go1.15.5 linux/arm64 [Pipeline] } 08:00:23 $ docker stop --time=1 37adfeb5ef13451f5bbdd9628f7cf3928561ab9f6f82c82f661165d72bff82c8 08:00:25 $ docker rm -f 37adfeb5ef13451f5bbdd9628f7cf3928561ab9f6f82c82f661165d72bff82c8 [Pipeline] // withDockerContainer 08:00:25 Removing intermediate container 8098c5d4bdd8 08:00:25 ---> 41701198eb89 08:00:25 Step 8/22 : COPY . . 08:00:25 Removing intermediate container 8da1a010d10b 08:00:25 ---> 5255cd6b73ed 08:00:25 Step 8/22 : COPY . . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:00:26 + docker inspect -f . ci-base-image-arm64 08:00:26 . [Pipeline] withDockerContainer 08:00:26 prd-ubuntu18.04-docker-arm64-4c-16g-18150 does not seem to be running inside a container 08:00:26 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 08:00:27 $ docker top fbc5ac88190084fe4313ff6cdd37f4335eccacf72091ae97c12de5acc321797e -eo pid,comm [Pipeline] { [Pipeline] echo 08:00:28 ========================================================= 08:00:28 [edgeXBuildGoParallel] Running Tests and Build... 08:00:28 ========================================================= [Pipeline] sh 08:00:28 + make test 08:00:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:00:51 ? github.com/edgexfoundry/edgex-go [no test files] 08:00:52 ---> 7ffd5fa4f9d7 08:00:52 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:00:54 ---> 87b8ffe818e7 08:00:54 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:00:54 ---> 87796df21465 08:00:54 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:00:54 ---> Running in e1927c755019 08:00:55 ---> Running in fe80b54cb950 08:00:55 ---> Running in afe6b313e6ca 08:00:58 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 08:00:58 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 08:00:58 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 08:00:58 ---> 2264181e2bfb 08:00:58 Step 9/22 : RUN make cmd/core-command/core-command 08:00:58 ---> daad7a6079b6 08:00:58 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:00:58 ---> Running in 42a32575afe0 08:00:58 ---> Running in 2f9b73065cc3 08:00:59 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 08:01:00 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 08:01:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:01:39 Removing intermediate container e1927c755019 08:01:39 ---> 73ddd74e29fb 08:01:39 08:01:39 Step 10/22 : FROM alpine:3.10 08:01:39 Removing intermediate container afe6b313e6ca 08:01:39 ---> 0f9b5a6a8665 08:01:39 08:01:39 Step 10/21 : FROM scratch 08:01:39 ---> 08:01:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:01:39 Removing intermediate container fe80b54cb950 08:01:39 ---> a8ace0a24027 08:01:39 08:01:39 Step 10/24 : FROM scratch 08:01:39 ---> 08:01:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:01:39 Removing intermediate container 42a32575afe0 08:01:39 ---> 9524dbd062fd 08:01:39 08:01:39 Step 10/22 : FROM scratch 08:01:39 ---> 08:01:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:01:39 3.10: Pulling from library/alpine 08:01:39 ---> Running in 86718bd0490b 08:01:39 ---> Running in a5e235d44a0e 08:01:39 ---> Running in 80e0aa93c613 08:01:39 Removing intermediate container 86718bd0490b 08:01:39 ---> 81f99be79b14 08:01:39 Step 12/22 : ENV APP_PORT=48082 08:01:39 Removing intermediate container 80e0aa93c613 08:01:39 ---> d4a8a7ca8ec0 08:01:39 Step 12/24 : ENV APP_PORT=48060 08:01:39 Removing intermediate container a5e235d44a0e 08:01:39 ---> 097ca13b66cc 08:01:39 Step 12/21 : ENV APP_PORT=48085 08:01:39 ---> Running in d59bb7dd39c3 08:01:39 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:01:39 ---> Running in d9d427895bd1 08:01:39 ---> Running in 1b549b259605 08:01:39 Status: Downloaded newer image for alpine:3.10 08:01:39 ---> be4e4bea2c2e 08:01:39 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:01:39 ---> Running in 6ee43038dcca 08:01:39 Removing intermediate container 2f9b73065cc3 08:01:39 ---> 0e431c61548c 08:01:39 08:01:39 Step 10/22 : FROM scratch 08:01:39 ---> 08:01:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:01:39 ---> Using cache 08:01:39 ---> 097ca13b66cc 08:01:39 Step 12/22 : ENV APP_PORT=48081 08:01:39 ---> Running in b27e2300618c 08:01:39 Removing intermediate container 1b549b259605 08:01:39 ---> a59b207ee7e7 08:01:39 Step 13/24 : EXPOSE $APP_PORT 08:01:39 Removing intermediate container d59bb7dd39c3 08:01:39 ---> 0f0024b1c48d 08:01:39 Step 13/22 : EXPOSE $APP_PORT 08:01:39 Removing intermediate container d9d427895bd1 08:01:39 ---> cabd3aa5bf82 08:01:39 Step 13/21 : EXPOSE $APP_PORT 08:01:39 ---> Running in 0c842c3f4f97 08:01:39 ---> Running in b8b04c27743e 08:01:39 ---> Running in 4c1511a87b0f 08:01:39 Removing intermediate container b27e2300618c 08:01:39 ---> 890b6632309a 08:01:39 Step 13/22 : EXPOSE $APP_PORT 08:01:39 ---> Running in de8c4694d8e7 08:01:39 Removing intermediate container 0c842c3f4f97 08:01:39 ---> 9b924b77fc84 08:01:39 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:01:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 08:01:39 Removing intermediate container 4c1511a87b0f 08:01:39 ---> 2007c9cbcdc8 08:01:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:01:39 Removing intermediate container b8b04c27743e 08:01:39 ---> cb72f27448e2 08:01:39 Step 14/22 : WORKDIR / 08:01:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 08:01:39 ---> Running in ab19de52841b 08:01:39 Removing intermediate container de8c4694d8e7 08:01:39 ---> 8aef5d361611 08:01:39 Step 14/22 : WORKDIR / 08:01:39 v3.10.5-176-g3d010a76e3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:01:39 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:01:39 OK: 10350 distinct packages available 08:01:39 ---> d71336893bab 08:01:39 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:01:39 ---> 02c2e76dd438 08:01:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:01:39 ---> Running in ee97ce3a5cc0 08:01:39 (1/5) Installing ca-certificates (20191127-r2) 08:01:39 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:01:39 (3/5) Installing libcurl (7.66.0-r3) 08:01:39 Removing intermediate container ab19de52841b 08:01:39 ---> 1c083165896a 08:01:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:01:39 (4/5) Installing curl (7.66.0-r3) 08:01:39 (5/5) Installing dumb-init (1.2.2-r1) 08:01:39 Executing busybox-1.30.1-r3.trigger 08:01:39 Executing ca-certificates-20191127-r2.trigger 08:01:39 OK: 7 MiB in 19 packages 08:01:39 Removing intermediate container ee97ce3a5cc0 08:01:39 ---> 03a812e4eb4c 08:01:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:01:39 ---> 07f0d803b2dd 08:01:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:01:39 ---> fcc2dd4f10cf 08:01:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:01:39 ---> 7b4de60e3306 08:01:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:01:39 ---> 807bdaaf4ffb 08:01:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:01:40 ---> 1f82dee2547e 08:01:40 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:01:40 Removing intermediate container 6ee43038dcca 08:01:40 ---> 1d60cae52c59 08:01:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 08:01:40 ---> b36c237c474c 08:01:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:01:40 ---> Running in f8f7749539a6 08:01:40 ---> ddd13b8e34f6 08:01:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:01:40 ---> 8c7b88ce535c 08:01:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:01:40 ---> Running in c0c1127e1ee2 08:01:40 Removing intermediate container f8f7749539a6 08:01:40 ---> f566d055e060 08:01:40 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:01:41 ---> 5636f3267f3a 08:01:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:01:41 ---> 34e589c62703 08:01:41 Step 18/22 : ENTRYPOINT ["/core-command"] 08:01:41 ---> Running in 95a95afd2f53 08:01:41 Removing intermediate container c0c1127e1ee2 08:01:41 ---> c1399e656ef5 08:01:41 Step 13/22 : WORKDIR / 08:01:41 ---> f065b6ff3a0a 08:01:41 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:01:41 ---> Running in 1b460db08caf 08:01:41 ---> Running in 142b1842782a 08:01:41 ---> Running in a57d4ad7ecc5 08:01:41 Removing intermediate container 95a95afd2f53 08:01:41 ---> d87a052b2031 08:01:41 Step 19/21 : LABEL arch=x86_64 08:01:41 Removing intermediate container 1b460db08caf 08:01:41 ---> 5c9115e592fc 08:01:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:01:41 ---> fb6949ff8f5a 08:01:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:01:41 ---> Running in 9043dd465254 08:01:41 ---> Running in e640f46cdc72 08:01:41 Removing intermediate container 142b1842782a 08:01:41 ---> ca75729e0f38 08:01:41 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 08:01:41 Removing intermediate container a57d4ad7ecc5 08:01:41 ---> 5904d1bdbafd 08:01:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:01:42 ---> Running in 1ee60d7bc03f 08:01:42 ---> b0a441fd6f0b 08:01:42 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:01:42 Removing intermediate container 9043dd465254 08:01:42 ---> 06e458e9b00d 08:01:42 Step 20/21 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:01:42 Removing intermediate container e640f46cdc72 08:01:42 ---> 5ed94f070a90 08:01:42 Step 20/22 : LABEL arch=x86_64 08:01:42 ---> e2ac884ed007 08:01:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 08:01:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:01:42 ---> Running in 9f6d1ef54193 08:01:42 ---> Running in 1473248e8eee 08:01:42 ---> Running in 20d68b140136 08:01:42 Removing intermediate container 1ee60d7bc03f 08:01:42 ---> 935f2efe34ab 08:01:42 Step 20/22 : LABEL arch=x86_64 08:01:42 ---> Running in 4e878b1020fe 08:01:42 Removing intermediate container 1473248e8eee 08:01:42 ---> 137417c4f2b5 08:01:42 Step 21/21 : LABEL version=0.0.0 08:01:42 Removing intermediate container 20d68b140136 08:01:42 ---> eeb302d9e478 08:01:42 Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:01:42 Removing intermediate container 9f6d1ef54193 08:01:42 ---> c998e18c5c90 08:01:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:01:43 ---> 633078359375 08:01:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 08:01:43 ---> Running in 4b5cd950e224 08:01:43 ---> Running in 3ace2972908d 08:01:43 ---> Running in a5f12d56781a 08:01:43 Removing intermediate container 4e878b1020fe 08:01:43 ---> b47c56c79990 08:01:43 Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:01:43 ---> Running in cce9daa0cb2b 08:01:43 Removing intermediate container 4b5cd950e224 08:01:43 ---> e488c22a67dd 08:01:43 08:01:43 ---> 7c9314240a82 08:01:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 08:01:43 Removing intermediate container 3ace2972908d 08:01:43 ---> a5e401cd8525 08:01:43 Step 22/22 : LABEL version=0.0.0 08:01:43 Removing intermediate container a5f12d56781a 08:01:43 ---> 936bd702c3b2 08:01:43 Step 22/24 : LABEL arch=x86_64 08:01:43 Successfully built e488c22a67dd 08:01:44 ---> Running in f3be328429b3 08:01:44 ---> Running in 01747ba53af9 08:01:44 Successfully tagged docker-support-scheduler-go:latest 08:01:44 Building docker-security-proxy-setup-go 08:01:44  Building docker-support-scheduler-go ... done Removing intermediate container cce9daa0cb2b 08:01:44 ---> 8595459afda1 08:01:44 Step 22/22 : LABEL version=0.0.0 08:01:44 ---> 950d2c5353d9 08:01:44 Step 18/22 : RUN chmod +x entrypoint.sh 08:01:44 ---> Running in e88d67bd8bdc 08:01:44 Removing intermediate container f3be328429b3 08:01:44 ---> b1ab26b1ff86 08:01:44 08:01:44 Removing intermediate container 01747ba53af9 08:01:44 ---> e0a650c3a5f7 08:01:44 Step 23/24 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:01:44 ---> Running in c79c77b33b74 08:01:44 Successfully built b1ab26b1ff86 08:01:44 ---> Running in 5fc1cfafee65 08:01:45 Successfully tagged docker-core-command-go:latest 08:01:45  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 08:01:45 Removing intermediate container e88d67bd8bdc 08:01:45 ---> c59131c68dfa 08:01:45 08:01:45 Successfully built c59131c68dfa 08:01:45 Successfully tagged docker-core-metadata-go:latest 08:01:45 Building docker-core-data-go 08:01:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:01:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:01:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:01:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:01:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:01:45  Building docker-core-metadata-go ... done Removing intermediate container 5fc1cfafee65 08:01:45 ---> 9ac6cdae9ff6 08:01:45 Step 24/24 : LABEL version=0.0.0 08:01:45 ---> Running in bf48085efb69 08:01:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:01:45 Removing intermediate container bf48085efb69 08:01:45 ---> e363caec376d 08:01:45 08:01:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:01:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:01:51 Successfully built e363caec376d 08:01:51 Successfully tagged docker-support-notifications-go:latest 08:01:51 Building docker-sys-mgmt-agent-go 08:01:55  Building docker-support-notifications-go ... done Removing intermediate container c79c77b33b74 08:01:55 ---> 276ea3eeda79 08:01:55 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 08:01:55 ---> Running in b6f6d7e51ec1 08:01:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:01:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:01:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:01:56 Removing intermediate container b6f6d7e51ec1 08:01:56 ---> b5a58030020e 08:01:56 Step 20/22 : LABEL arch=x86_64 08:01:56 ---> Running in 50c2f33d59c3 08:01:57 Removing intermediate container 50c2f33d59c3 08:01:57 ---> cc3108ef6e1e 08:01:57 Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:02:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.258s coverage: 46.6% of statements 08:02:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:02:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:02:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:02:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:02:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:02:07 ---> Running in 85520e2f0f78 08:02:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:02:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:02:08 ---> ef6fceae91e4 08:02:08 Step 3/23 : WORKDIR /edgex-go 08:02:08 ---> Using cache 08:02:08 ---> 09dc137c08a1 08:02:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:08 ---> Using cache 08:02:08 ---> 5c8a940a4145 08:02:08 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:02:08 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:02:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:02:08 ---> ef6fceae91e4 08:02:08 Step 3/21 : WORKDIR /edgex-go 08:02:08 ---> Using cache 08:02:08 ---> 09dc137c08a1 08:02:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:08 ---> Using cache 08:02:08 ---> 5c8a940a4145 08:02:08 Step 5/21 : RUN apk update && apk add make git 08:02:08 ---> Using cache 08:02:08 ---> 2e964b31d98f 08:02:08 Step 6/21 : COPY go.mod . 08:02:08 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:02:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:02:08 ---> ef6fceae91e4 08:02:08 Step 3/24 : WORKDIR /edgex-go 08:02:08 ---> Using cache 08:02:08 ---> 09dc137c08a1 08:02:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:08 ---> Using cache 08:02:08 ---> 5c8a940a4145 08:02:08 Step 5/24 : RUN apk update && apk add make git 08:02:08 ---> Using cache 08:02:08 ---> 2e964b31d98f 08:02:08 Step 6/24 : COPY go.mod . 08:02:09 ---> Using cache 08:02:09 ---> 518666992733 08:02:09 Step 7/21 : RUN go mod download 08:02:09 ---> Using cache 08:02:09 ---> 518666992733 08:02:09 Step 7/24 : RUN go mod download 08:02:09 ---> Using cache 08:02:09 ---> ab618f09404e 08:02:09 Step 8/24 : COPY . . 08:02:09 ---> Using cache 08:02:09 ---> ab618f09404e 08:02:09 Step 8/21 : COPY . . 08:02:09 ---> Using cache 08:02:09 ---> 87b8ffe818e7 08:02:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:02:09 ---> Using cache 08:02:09 ---> 87b8ffe818e7 08:02:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:02:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.542s coverage: 27.0% of statements 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:02:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:02:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:02:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.540s coverage: 76.2% of statements 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:02:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.331s coverage: 83.1% of statements 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:02:12 ---> Running in 247a41036532 08:02:12 ---> Running in 8dd491544d4b 08:02:12 ---> Running in 5ae19a0f29e3 08:02:12 Removing intermediate container 85520e2f0f78 08:02:12 ---> d3f34624200a 08:02:12 Step 22/22 : LABEL version=0.0.0 08:02:12 ---> Running in e3a3fbd3852e 08:02:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:02:14 Removing intermediate container e3a3fbd3852e 08:02:14 ---> 0c6315435fa7 08:02:14 08:02:14 Successfully built 0c6315435fa7 08:02:14 Successfully tagged docker-security-bootstrap-redis-go:latest 08:02:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:02:14  Building docker-security-bootstrap-redis-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:02:14 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:02:14 ---> ef6fceae91e4 08:02:14 Step 3/27 : WORKDIR /edgex-go 08:02:14 ---> Using cache 08:02:14 ---> 09dc137c08a1 08:02:14 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:14 ---> Using cache 08:02:14 ---> 5c8a940a4145 08:02:14 Step 5/27 : RUN apk update && apk add make bash git 08:02:15 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:02:15 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:02:15 OK: 12750 distinct packages available 08:02:15 OK: 233 MiB in 51 packages 08:02:15 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 08:02:16 ---> Running in 7951e99e996a 08:02:16 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 08:02:16 Removing intermediate container 247a41036532 08:02:16 ---> 06fe81564ee4 08:02:16 Step 6/23 : COPY go.mod . 08:02:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:02:17 ---> 15db04f4f974 08:02:17 Step 7/23 : RUN go mod download 08:02:17 ---> Running in 70440ce6d68f 08:02:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:02:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:02:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:02:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.350s coverage: 86.7% of statements 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:02:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.360s coverage: 97.5% of statements 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:02:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:02:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.178s coverage: 78.3% of statements 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:02:18 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:02:18 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:02:18 OK: 12750 distinct packages available 08:02:18 OK: 233 MiB in 51 packages 08:02:20 Removing intermediate container 7951e99e996a 08:02:20 ---> ba6ac5e01e2e 08:02:20 Step 6/27 : COPY go.mod . 08:02:20 Removing intermediate container 70440ce6d68f 08:02:20 ---> 34a68b71f774 08:02:20 Step 8/23 : COPY . . 08:02:20 ---> 39afc3bcb793 08:02:20 Step 7/27 : RUN go mod download 08:02:20 ---> Running in f151ccba6715 08:02:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.093s coverage: 93.8% of statements 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:02:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:02:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.191s coverage: 0.1% of statements 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:02:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:02:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements 08:02:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:02:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 80.8% of statements 08:02:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.165s coverage: 87.2% of statements 08:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements 08:02:27 Removing intermediate container f151ccba6715 08:02:27 ---> 3ec54ad9d811 08:02:27 Step 8/27 : COPY . . 08:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.4% of statements 08:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.664s coverage: 63.5% of statements 08:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.111s coverage: 100.0% of statements 08:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements 08:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 08:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 08:02:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 08:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.897s coverage: 55.9% of statements 08:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:02:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.433s coverage: 37.0% of statements 08:02:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:02:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:02:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.555s coverage: 84.0% of statements 08:02:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements 08:02:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:02:37 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 08:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.319s coverage: 47.1% of statements 08:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.162s coverage: 100.0% of statements 08:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements 08:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:02:45 ---> 0b9534d155ad 08:02:45 Step 9/23 : RUN make cmd/core-data/core-data 08:02:45 ---> Running in 1603415e0b4d 08:02:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:02:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.002s coverage: 29.1% of statements 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:02:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.181s coverage: 99.0% of statements 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:02:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:02:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:02:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.072s coverage: 100.0% of statements 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:02:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:02:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:02:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 08:02:49 ---> 1dd9c53bb020 08:02:49 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:02:49 Removing intermediate container 5ae19a0f29e3 08:02:49 ---> ce21ae9764b5 08:02:49 08:02:49 Step 10/24 : FROM alpine:3.10 08:02:49 ---> be4e4bea2c2e 08:02:49 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:02:49 ---> Using cache 08:02:49 ---> 1d60cae52c59 08:02:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:02:49 Removing intermediate container 8dd491544d4b 08:02:49 ---> 1cd56e9b7ff3 08:02:49 08:02:49 Step 10/21 : FROM alpine 08:02:49 latest: Pulling from library/alpine 08:02:49 ---> Running in 9b22607bb0b4 08:02:49 ---> Running in 0e42c70bcd40 08:02:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:02:49 Status: Downloaded newer image for alpine:latest 08:02:49 ---> 389fef711851 08:02:49 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:02:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 08:02:49 ---> Running in 1cd61c2fa404 08:02:49 Removing intermediate container 0e42c70bcd40 08:02:49 ---> ce8c257d7b6b 08:02:49 Step 13/24 : WORKDIR / 08:02:50 ---> Running in 66c5942ee2d3 08:02:50 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 08:02:50 Removing intermediate container 66c5942ee2d3 08:02:50 ---> a26e4a6ca17d 08:02:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:02:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:02:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:02:51 ---> 4b93203e1eaa 08:02:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:02:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:02:51 v3.12.3-36-ge8f315da3c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:02:51 v3.12.3-37-gc0e4f2aff0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:02:51 OK: 12745 distinct packages available 08:02:51 ---> 62d0005780e8 08:02:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:02:51 (1/4) Installing ca-certificates (20191127-r4) 08:02:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:02:51 (3/4) Installing libcurl (7.69.1-r3) 08:02:51 (4/4) Installing curl (7.69.1-r3) 08:02:51 Executing busybox-1.31.1-r19.trigger 08:02:51 Executing ca-certificates-20191127-r4.trigger 08:02:51 GO111MODULE=on go vet ./... 08:02:52 OK: 7 MiB in 18 packages 08:02:52 ---> f45b701b8c05 08:02:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:02:55 ---> bcf9cb3de1f0 08:02:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:02:55 Removing intermediate container 1cd61c2fa404 08:02:55 ---> e3674cf6e9e5 08:02:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:02:55 ---> Running in 75ea7cec29d5 08:02:55 Removing intermediate container 75ea7cec29d5 08:02:55 ---> 2ccfd56e05f3 08:02:55 Step 13/21 : WORKDIR /edgex 08:02:55 ---> Running in 439a87d65137 08:02:56 ---> a81afe1f3cb4 08:02:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:02:56 Removing intermediate container 439a87d65137 08:02:56 ---> 43a3ce5d384c 08:02:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:02:57 ---> 0e099df120b3 08:02:57 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:02:57 ---> 0247f07a378a 08:02:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:02:57 ---> Running in 0db82d2d893a 08:02:58 ---> 9e9ba15bc696 08:02:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:02:59 Removing intermediate container 0db82d2d893a 08:02:59 ---> c06acc04d979 08:02:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:02:59 ---> Running in 4605f5c0c8b7 08:02:59 ---> 117b3ceb45e7 08:02:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:02:59 ---> Running in 7a3190b641ea 08:02:59 Removing intermediate container 4605f5c0c8b7 08:02:59 ---> 5d3a10ea59df 08:02:59 Step 22/24 : LABEL arch=x86_64 08:03:00 ---> Running in 4e976162013a 08:03:00 Removing intermediate container 7a3190b641ea 08:03:00 ---> f28504a0c556 08:03:00 Step 18/21 : CMD ["--init=true"] 08:03:00 ---> Running in e2ad71ab9efa 08:03:00 Removing intermediate container 4e976162013a 08:03:00 ---> a9e8af76f387 08:03:00 Step 23/24 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:03:00 Removing intermediate container e2ad71ab9efa 08:03:00 ---> f76b52cfd9ea 08:03:00 Step 19/21 : LABEL arch=x86_64 08:03:00 ---> Running in 2fe270fef956 08:03:00 ---> Running in 00e064c17dd4 08:03:00 Removing intermediate container 2fe270fef956 08:03:00 ---> d89a919dffb1 08:03:00 Step 24/24 : LABEL version=0.0.0 08:03:01 Removing intermediate container 00e064c17dd4 08:03:01 ---> a5b6f8325e44 08:03:01 Step 20/21 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:03:01 ---> Running in ba1b36040ac0 08:03:02 ---> Running in bf9001b522d0 08:03:02 Removing intermediate container ba1b36040ac0 08:03:02 ---> a2d23a072a17 08:03:02 08:03:02 Removing intermediate container bf9001b522d0 08:03:02 ---> 9907f282a8fa 08:03:02 Step 21/21 : LABEL version=0.0.0 08:03:02 Successfully built a2d23a072a17 08:03:03 Successfully tagged docker-security-secretstore-setup-go:latest 08:03:03  Building docker-security-secretstore-setup-go ... done  ---> Running in 3b2baac0cb0f 08:03:03 Removing intermediate container 3b2baac0cb0f 08:03:03 ---> 97505fa4956a 08:03:03 08:03:03 Successfully built 97505fa4956a 08:03:03 Successfully tagged docker-security-proxy-setup-go:latest 08:03:08  Building docker-security-proxy-setup-go ... done Removing intermediate container 9b22607bb0b4 08:03:08 ---> 1e639833091d 08:03:08 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:03:08 ---> Running in 2700caeb1e2b 08:03:08 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 08:03:10 Removing intermediate container 1603415e0b4d 08:03:10 ---> 9aad54f8bd67 08:03:10 08:03:10 Step 10/23 : FROM alpine 08:03:10 ---> 389fef711851 08:03:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:03:10 ---> Running in 720cda770cae 08:03:10 Removing intermediate container 720cda770cae 08:03:10 ---> dead1b71e4ce 08:03:10 Step 12/23 : ENV APP_PORT=48080 08:03:10 ---> Running in 89474a3a805d 08:03:11 Removing intermediate container 89474a3a805d 08:03:11 ---> 51c0d05868a8 08:03:11 Step 13/23 : EXPOSE $APP_PORT 08:03:11 ---> Running in 7bd9ac9932f2 08:03:11 Removing intermediate container 2700caeb1e2b 08:03:11 ---> 753a5ffc4ce0 08:03:11 08:03:11 Step 11/27 : FROM docker:latest 08:03:11 ---> 0040bc98e531 08:03:11 Step 12/27 : RUN apk add --no-cache bash 08:03:11 ---> Running in a7dd1e9742e4 08:03:11 Removing intermediate container 7bd9ac9932f2 08:03:11 ---> f8ef495bb724 08:03:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:03:11 ---> Running in 694066d112a5 08:03:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:03:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:03:12 (1/2) Installing readline (8.0.4-r0) 08:03:12 (2/2) Installing bash (5.0.17-r0) 08:03:12 Executing bash-5.0.17-r0.post-install 08:03:12 Executing busybox-1.31.1-r19.trigger 08:03:12 OK: 12 MiB in 22 packages 08:03:12 Removing intermediate container 694066d112a5 08:03:12 ---> 9d5e74e60771 08:03:12 Step 15/23 : RUN apk --no-cache add zeromq 08:03:12 ---> Running in e8d9279aa2b2 08:03:12 Removing intermediate container a7dd1e9742e4 08:03:12 ---> f3672c85dbd7 08:03:12 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:03:12 ---> Running in 4ce1abe694b6 08:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:03:13 Removing intermediate container 4ce1abe694b6 08:03:13 ---> 81126298ab36 08:03:13 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:03:13 ---> Running in 9134f76000dd 08:03:14 Removing intermediate container 9134f76000dd 08:03:14 ---> 6a7c1a086d7a 08:03:14 Step 15/27 : ENV APP_PORT=48090 08:03:14 ---> Running in 6ce89c2f6926 08:03:14 Removing intermediate container 6ce89c2f6926 08:03:14 ---> 5728463ccb01 08:03:14 Step 16/27 : EXPOSE $APP_PORT 08:03:14 ---> Running in 925e406fea99 08:03:14 (1/5) Installing libgcc (9.3.0-r2) 08:03:14 (2/5) Installing libsodium (1.0.18-r0) 08:03:14 Removing intermediate container 925e406fea99 08:03:14 ---> ede307d2c6c0 08:03:14 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:03:14 (3/5) Installing libstdc++ (9.3.0-r2) 08:03:14 (4/5) Installing libzmq (4.3.3-r0) 08:03:14 (5/5) Installing zeromq (4.3.3-r0) 08:03:14 Executing busybox-1.31.1-r19.trigger 08:03:14 OK: 8 MiB in 19 packages 08:03:14 ---> 5d64f91f5f03 08:03:14 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:03:15 ---> 5debd94564ec 08:03:15 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:03:15 Removing intermediate container e8d9279aa2b2 08:03:15 ---> 2aeedf9bbbcb 08:03:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:03:15 ---> c16de9d445fa 08:03:15 Step 20/27 : RUN apk --no-cache add py3-pip 08:03:15 ---> Running in f648d90dbd0b 08:03:15 ---> 9110337cb211 08:03:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:03:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:03:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:03:16 (1/33) Installing libbz2 (1.0.8-r1) 08:03:16 (2/33) Installing expat (2.2.9-r1) 08:03:16 (3/33) Installing libffi (3.3-r2) 08:03:16 (4/33) Installing gdbm (1.13-r1) 08:03:16 (5/33) Installing xz-libs (5.2.5-r0) 08:03:16 (6/33) Installing sqlite-libs (3.32.1-r0) 08:03:16 ---> 7c836734c560 08:03:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:03:16 (7/33) Installing python3 (3.8.5-r0) 08:03:20 ---> 92eacbe1dc24 08:03:20 Step 19/23 : ENTRYPOINT ["/core-data"] 08:03:20 ---> Running in 78589f3d7dd9 08:03:20 (8/33) Installing py3-appdirs (1.4.4-r1) 08:03:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:03:20 (10/33) Installing py3-parsing (2.4.7-r0) 08:03:20 (11/33) Installing py3-six (1.15.0-r0) 08:03:20 (12/33) Installing py3-packaging (20.4-r0) 08:03:20 (13/33) Installing py3-setuptools (47.0.0-r0) 08:03:20 (14/33) Installing py3-chardet (3.0.4-r4) 08:03:20 (15/33) Installing py3-idna (2.9-r0) 08:03:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:03:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:03:21 Removing intermediate container 78589f3d7dd9 08:03:21 ---> aba3f731166c 08:03:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:03:21 (18/33) Installing py3-requests (2.23.0-r0) 08:03:21 (19/33) Installing py3-msgpack (1.0.0-r0) 08:03:21 (20/33) Installing py3-lockfile (0.12.2-r3) 08:03:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:03:21 (22/33) Installing py3-colorama (0.4.3-r0) 08:03:21 ---> Running in f4b1cedc6b96 08:03:21 (23/33) Installing py3-distlib (0.3.0-r0) 08:03:21 (24/33) Installing py3-distro (1.5.0-r1) 08:03:21 (25/33) Installing py3-webencodings (0.5.1-r3) 08:03:21 (26/33) Installing py3-html5lib (1.0.1-r4) 08:03:21 (27/33) Installing py3-pytoml (0.1.21-r0) 08:03:21 (28/33) Installing py3-pep517 (0.8.2-r0) 08:03:22 (29/33) Installing py3-progress (1.5-r0) 08:03:22 (30/33) Installing py3-toml (0.10.1-r0) 08:03:22 (31/33) Installing py3-retrying (1.3.3-r0) 08:03:22 Removing intermediate container f4b1cedc6b96 08:03:22 ---> 9db438642441 08:03:22 Step 21/23 : LABEL arch=x86_64 08:03:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:03:22 (33/33) Installing py3-pip (20.1.1-r0) 08:03:22 ---> Running in 0684dcf4193d 08:03:22 Executing busybox-1.31.1-r19.trigger 08:03:22 OK: 71 MiB in 55 packages 08:03:23 Removing intermediate container 0684dcf4193d 08:03:23 ---> 277911a707e8 08:03:23 Step 22/23 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:03:23 ---> Running in db0353afaaa9 08:03:23 Removing intermediate container db0353afaaa9 08:03:23 ---> 7a074e0920bb 08:03:23 Step 23/23 : LABEL version=0.0.0 08:03:24 ---> Running in 775ce3585dc0 08:03:26 Removing intermediate container 775ce3585dc0 08:03:26 ---> b734c2cbf544 08:03:26 08:03:27 Successfully built b734c2cbf544 08:03:27 Successfully tagged docker-core-data-go:latest 08:03:27  Building docker-core-data-go ... done Removing intermediate container f648d90dbd0b 08:03:27 ---> 8e1e8858301a 08:03:27 Step 21/27 : RUN pip install docker-compose==1.23.2 08:03:28 ---> Running in 023f49588a0d 08:03:29 Collecting docker-compose==1.23.2 08:03:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:03:29 Collecting PyYAML<4,>=3.10 08:03:29 Downloading PyYAML-3.13.tar.gz (270 kB) 08:03:30 Collecting docopt<0.7,>=0.6.1 08:03:30 Downloading docopt-0.6.2.tar.gz (25 kB) 08:03:30 Collecting cached-property<2,>=1.2.0 08:03:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:03:31 Collecting websocket-client<1.0,>=0.32.0 08:03:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:03:31 Collecting dockerpty<0.5,>=0.4.1 08:03:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:03:33 Collecting docker<4.0,>=3.6.0 08:03:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:03:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:03:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:03:33 Collecting texttable<0.10,>=0.9.0 08:03:33 Downloading texttable-0.9.1.tar.gz (11 kB) 08:03:33 Collecting jsonschema<3,>=2.5.1 08:03:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:03:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:03:34 Collecting docker-pycreds>=0.4.0 08:03:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:03:34 Collecting idna<2.8,>=2.5 08:03:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:03:34 Collecting urllib3<1.25,>=1.21.1 08:03:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:03:34 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:03:34 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:03:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:03:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:03:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:03:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:03:34 Installing collected packages: PyYAML, docopt, cached-property, websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, texttable, jsonschema, docker-compose 08:03:34 Running setup.py install for PyYAML: started 08:03:34 Running setup.py install for PyYAML: finished with status 'done' 08:03:34 Running setup.py install for docopt: started 08:03:35 Running setup.py install for docopt: finished with status 'done' 08:03:35 Running setup.py install for dockerpty: started 08:03:35 Running setup.py install for dockerpty: finished with status 'done' 08:03:35 Attempting uninstall: idna 08:03:35 Found existing installation: idna 2.9 08:03:35 Uninstalling idna-2.9: 08:03:35 Successfully uninstalled idna-2.9 08:03:35 Attempting uninstall: urllib3 08:03:35 Found existing installation: urllib3 1.25.9 08:03:35 Uninstalling urllib3-1.25.9: 08:03:36 Successfully uninstalled urllib3-1.25.9 08:03:36 Attempting uninstall: requests 08:03:36 Found existing installation: requests 2.23.0 08:03:36 Uninstalling requests-2.23.0: 08:03:36 Successfully uninstalled requests-2.23.0 08:03:36 Running setup.py install for texttable: started 08:03:37 Running setup.py install for texttable: finished with status 'done' 08:03:37 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 08:03:40 Removing intermediate container 023f49588a0d 08:03:40 ---> 2f0be6b55f1c 08:03:40 Step 22/27 : RUN apk --no-cache add curl 08:03:40 ---> Running in 46dc81af3646 08:03:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:03:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:03:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:03:40 (2/3) Installing libcurl (7.69.1-r3) 08:03:40 (3/3) Installing curl (7.69.1-r3) 08:03:40 Executing busybox-1.31.1-r19.trigger 08:03:40 OK: 72 MiB in 58 packages 08:03:41 Removing intermediate container 46dc81af3646 08:03:41 ---> a25289b0e16d 08:03:41 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:03:41 ---> Running in 72aaa4d2a058 08:03:41 Removing intermediate container 72aaa4d2a058 08:03:41 ---> a862d7ae0411 08:03:41 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:03:41 ---> Running in a1f4c4c4168b 08:03:41 Removing intermediate container a1f4c4c4168b 08:03:41 ---> 6869493c8a5c 08:03:41 Step 25/27 : LABEL arch=x86_64 08:03:41 ---> Running in 324170019ab0 08:03:42 Removing intermediate container 324170019ab0 08:03:42 ---> 07e1aa1561de 08:03:42 Step 26/27 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:03:42 ---> Running in d92e4242054b 08:03:42 Removing intermediate container d92e4242054b 08:03:42 ---> 06facf7edfc4 08:03:42 Step 27/27 : LABEL version=0.0.0 08:03:42 ---> Running in 71ff49ab4cee 08:03:42 Removing intermediate container 71ff49ab4cee 08:03:42 ---> 6677ad759ac6 08:03:42 08:03:42 Successfully built 6677ad759ac6 08:03:42 Successfully tagged docker-sys-mgmt-agent-go:latest 08:03:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:03:43 $ docker stop --time=1 07d84ed694d021d0d8f1bdc182bb6adb5caffe2c5dc11d5add3386d3c0743f91 08:03:44 $ docker rm -f 07d84ed694d021d0d8f1bdc182bb6adb5caffe2c5dc11d5add3386d3c0743f91 [Pipeline] // withDockerContainer [Pipeline] sh 08:03:45 + docker images 08:03:45 + grep docker 08:03:45 docker-sys-mgmt-agent-go latest 6677ad759ac6 3 seconds ago 313MB 08:03:45 docker-core-data-go latest b734c2cbf544 21 seconds ago 22.2MB 08:03:45 docker-security-proxy-setup-go latest 97505fa4956a 43 seconds ago 24.5MB 08:03:45 docker-security-secretstore-setup-go latest a2d23a072a17 43 seconds ago 24.6MB 08:03:45 docker-security-bootstrap-redis-go latest 0c6315435fa7 About a minute ago 15.8MB 08:03:45 docker-support-notifications-go latest e363caec376d 2 minutes ago 12MB 08:03:45 docker-core-command-go latest b1ab26b1ff86 2 minutes ago 10.6MB 08:03:45 docker-core-metadata-go latest c59131c68dfa 2 minutes ago 13MB 08:03:45 docker-support-scheduler-go latest e488c22a67dd 2 minutes ago 10.7MB 08:03:45 docker latest 0040bc98e531 2 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 08:03:59 gofmt -l . 08:03:59 [ "`gofmt -l .`" = "" ] 08:03:59 ./bin/test-go-mod-tidy.sh 08:03:59 ./bin/test-attribution-txt.sh 08:04:01 Still waiting to schedule task 08:04:01 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [Pipeline] sh 08:04:03 + ls -al . 08:04:03 total 664 08:04:03 drwxrwxr-x 9 1001 1001 4096 Jan 4 08:04 . 08:04:03 drwxr-xr-x 4 root root 4096 Jan 4 08:00 .. 08:04:03 -rw-rw-r-- 1 1001 1001 11 Jan 4 07:58 .dockerignore 08:04:03 drwxrwxr-x 8 1001 1001 4096 Jan 4 07:58 .git 08:04:03 drwxrwxr-x 3 1001 1001 4096 Jan 4 07:58 .github 08:04:03 -rw-rw-r-- 1 1001 1001 824 Jan 4 07:58 .gitignore 08:04:03 -rw-rw-r-- 1 1001 1001 166 Jan 4 07:58 .sonarcloud.properties 08:04:03 -rw-rw-r-- 1 1001 1001 3804 Jan 4 07:58 CONTRIBUTING.md 08:04:03 -rw-rw-r-- 1 1001 1001 1035 Jan 4 07:58 Dockerfile.build 08:04:03 -rw-rw-r-- 1 1001 1001 863 Jan 4 07:58 Jenkinsfile 08:04:03 -rw-rw-r-- 1 1001 1001 10775 Jan 4 07:58 LICENSE 08:04:03 -rw-rw-r-- 1 1001 1001 5750 Jan 4 07:58 Makefile 08:04:03 -rw-rw-r-- 1 1001 1001 6511 Jan 4 07:58 README.md 08:04:03 -rw-rw-r-- 1 1001 1001 6744 Jan 4 07:58 SECURITY.md 08:04:03 -rw-rw-r-- 1 1001 1001 5 Jan 4 07:56 VERSION 08:04:03 -rw-rw-r-- 1 1001 1001 4131 Jan 4 07:58 ZMQWindows.md 08:04:03 drwxrwxr-x 2 1001 1001 4096 Jan 4 07:58 bin 08:04:03 drwxrwxr-x 14 1001 1001 4096 Jan 4 07:58 cmd 08:04:03 -rw-r--r-- 1 root root 539421 Jan 4 08:02 coverage.out 08:04:03 -rw-r--r-- 1 root root 979 Jan 4 08:03 go.mod 08:04:03 -rw-r--r-- 1 root root 18739 Jan 4 08:03 go.sum 08:04:03 drwxrwxr-x 8 1001 1001 4096 Jan 4 07:58 internal 08:04:03 drwxrwxr-x 4 1001 1001 4096 Jan 4 07:58 openapi 08:04:03 drwxrwxr-x 4 1001 1001 4096 Jan 4 07:58 snap 08:04:03 -rw-rw-r-- 1 1001 1001 168 Jan 4 07:58 version.go [Pipeline] sh 08:04:04 + '[' -e coverage.out ] 08:04:04 + chown 1001:1001 coverage.out [Pipeline] stash 08:04:04 Warning: overwriting stash ‘coverage-report’ 08:04:05 Stashed 1 file(s) [Pipeline] sh 08:04:06 + make build 08:04:06 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 08:04:16 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 08:04:39 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 08:04:42 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 08:04:45 Running on prd-ubuntu18.04-docker-8c-8g-18152 in /w/workspace/edgexfoundry_edgex-go_PR-2968 [Pipeline] { [Pipeline] ws 08:04:45 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 08:04:47 using credential edgex-jenkins-ssh 08:04:47 Cloning the remote Git repository 08:04:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:04:47 > git init /w/workspace/edgex-go/5 # timeout=10 08:04:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:04:47 > git --version # timeout=10 08:04:47 > git --version # 'git version 2.17.1' 08:04:47 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:04:47 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 08:04:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:04:52 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 4c7faa201beeecfc003c919f50fab7208469ca62 08:04:52 Merge succeeded, producing 4c7faa201beeecfc003c919f50fab7208469ca62 08:04:52 Checking out Revision 4c7faa201beeecfc003c919f50fab7208469ca62 (PR-2968) 08:04:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:04:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:04:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:04:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:04:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2968/head:refs/remotes/origin/PR-2968 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:04:52 > git config core.sparsecheckout # timeout=10 08:04:52 > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 08:04:52 > git remote # timeout=10 08:04:52 > git config --get remote.origin.url # timeout=10 08:04:52 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:52 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 08:04:52 > git rev-parse HEAD^{commit} # timeout=10 08:04:52 > git config core.sparsecheckout # timeout=10 08:04:52 > git checkout -f 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 08:04:55 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 08:04:56 Commit message: "feat(data): implement GET /reading/resourcename/{resourcename} V2 API -- Add unit test to check empty resource name per review comment" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:04:57 + echo snap-build.sh 08:04:57 snap-build.sh 08:04:57 + SNAP_BASE_DIR=. 08:04:57 + '[' '!' -z /w/workspace/edgex-go/5 ']' 08:04:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 08:04:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 08:04:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 08:04:57 + cd /w/workspace/edgex-go/5 08:04:57 + sudo apt-get remove -qy --purge lxd lxd-client 08:04:57 Reading package lists... 08:04:57 Building dependency tree... 08:04:57 Reading state information... 08:04:57 The following packages were automatically installed and are no longer required: 08:04:57 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:04:57 uidmap xdelta3 08:04:57 Use 'sudo apt autoremove' to remove them. 08:04:57 The following packages will be REMOVED: 08:04:57 lxd* lxd-client* 08:04:57 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:04:57 After this operation, 31.7 MB disk space will be freed. 08:04: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 ... 190027 files and directories currently installed.) 08:04:58 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:04:59 Removing lxd dnsmasq configuration 08:04:59 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:04:59 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:05:00 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 08:05:00 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:05:01 (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.) 08:05:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:05:02 Processing triggers for systemd (237-3ubuntu10.42) ... 08:05:02 Processing triggers for ureadahead (0.100.0-21) ... 08:05:03 + sudo snap remove --purge lxd 08:05:03 snap "lxd" is not installed 08:05:03 + sudo groupadd --force --system lxd 08:05:03 ++ whoami 08:05:03 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:05:03 + newgrp - lxd 08:05:03 + sudo snap install lxd 08:05:04 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 08:05:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:05:11 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 08:05:11 2021-01-04T08:05:10Z INFO Waiting for automatic snapd restart... 08:05:16 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] } 08:05:19 $ docker stop --time=1 fbc5ac88190084fe4313ff6cdd37f4335eccacf72091ae97c12de5acc321797e 08:05:22 $ docker rm -f fbc5ac88190084fe4313ff6cdd37f4335eccacf72091ae97c12de5acc321797e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:23 lxd 4.9 from Canonical* installed 08:05:23 + sudo lxd init --auto 08:05:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:05:24 08:05:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:05:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:05:24 latest: Pulling from edgex-devops/edgex-compose-arm64 08:05:24 29e5d40040c1: Pulling fs layer 08:05:24 1ce36da41761: Pulling fs layer 08:05:24 25b303627fd3: Pulling fs layer 08:05:25 29e5d40040c1: Download complete 08:05:25 1ce36da41761: Verifying Checksum 08:05:25 1ce36da41761: Download complete 08:05:26 29e5d40040c1: Pull complete 08:05:27 1ce36da41761: Pull complete 08:05:27 25b303627fd3: Verifying Checksum 08:05:27 25b303627fd3: Download complete 08:05:33 + sudo snap install --classic snapcraft 08:05:37 25b303627fd3: Pull complete 08:05:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:05:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:05:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:05:37 prd-ubuntu18.04-docker-arm64-4c-16g-18150 does not seem to be running inside a container 08:05:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 08:05:39 snapcraft 4.4.4 from Canonical* installed 08:05:39 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 08:05:39 + patch --verbose -p1 08:05:39 Hmm... Looks like a unified diff to me... 08:05:39 The text leading up to this was: 08:05:39 -------------------------- 08:05:39 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 08:05:39 |From: Tony Espy 08:05:39 |Date: Wed, 16 Dec 2020 16:34:55 -0500 08:05:39 |Subject: [PATCH] optimize snap build for pipeline CI check 08:05:39 | 08:05:39 |This patch is used by the EdgeX CI pipeline builds to 08:05:39 |optimize the snap CI check run for pull requests. When 08:05:39 |applied, it essentially strips out everything (apps and 08:05:39 |parts) from the snapcraft.yaml file except those required 08:05:39 |to build edgex-go, as the whole idea of the CI check is to 08:05:39 |catch changes to edgex-go that break the snap build. 08:05:39 | 08:05:39 |In general, anyone updating snapcraft.yaml will also need 08:05:39 |to update this patch file, otherwise it may fail to apply, 08:05:39 |resulting in a failed snap build CI check in the associated 08:05:39 |pull request. 08:05:39 | 08:05:39 |Note - in addition to applying this patch, the pipeline also 08:05:39 |only primes the snap (e.g. `snapcraft prime`), as there's no 08:05:39 |need to build the finally binary .snap file (and it won't 08:05:39 |work with the patch applied). This further reduces the build 08:05:39 |time. 08:05:39 |--- 08:05:39 | snap/snapcraft.yaml | 461 +------------------------------------------- 08:05:39 | 1 file changed, 2 insertions(+), 459 deletions(-) 08:05:39 | 08:05:39 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 08:05:39 |index 1e537489..faf42425 100644 08:05:39 |--- a/snap/snapcraft.yaml 08:05:39 |+++ b/snap/snapcraft.yaml 08:05:39 -------------------------- 08:05:39 patching file snap/snapcraft.yaml 08:05:39 Using Plan A... 08:05:39 Hunk #1 succeeded at 73. 08:05:39 Hunk #2 succeeded at 202. 08:05:39 Hunk #3 succeeded at 214. 08:05:39 Hunk #4 succeeded at 222. 08:05:39 Hunk #5 succeeded at 229. 08:05:39 Hunk #6 succeeded at 256. 08:05:39 Hunk #7 succeeded at 290. 08:05:39 Hunk #8 succeeded at 341. 08:05:39 Hmm... Ignoring the trailing garbage. 08:05:39 done 08:05:39 + sudo snapcraft prime --use-lxd 08:05:40 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:05:40 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 08:05:40 - README.md 08:05:40 08:05:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:05:40 $ docker top 88595f87c6ff5bab5a860bf6c2ed265b09d1b50e652251dc9214d9a44ef3824c -eo pid,comm 08:05:41 Launching a container. [Pipeline] { [Pipeline] sh 08:05:41 + grep parallel 08:05:41 + docker-compose build --help 08:05:45 --parallel Build images in parallel. [Pipeline] } 08:05:45 $ docker stop --time=1 88595f87c6ff5bab5a860bf6c2ed265b09d1b50e652251dc9214d9a44ef3824c 08:05:47 $ docker rm -f 88595f87c6ff5bab5a860bf6c2ed265b09d1b50e652251dc9214d9a44ef3824c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:05:48 . [Pipeline] withDockerContainer 08:05:48 prd-ubuntu18.04-docker-arm64-4c-16g-18150 does not seem to be running inside a container 08:05:48 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 08:05:49 $ docker top 2772da3b826c537914165b195498ee24f21843b266059e3522ae19d71164579b -eo pid,comm [Pipeline] { [Pipeline] sh 08:05:50 + docker-compose -f ./docker-compose-build.yml build --parallel 08:05:53 Waiting for container to be ready 08:05:53 To start your first instance, try: lxc launch ubuntu:18.04 08:05:53 08:05:55 Building docker-core-command-go ... 08:05:55 Building docker-core-data-go ... 08:05:55 Building docker-core-metadata-go ... 08:05:55 Building docker-security-bootstrap-redis-go ... 08:05:55 Building docker-security-proxy-setup-go ... 08:05:55 Building docker-security-secretstore-setup-go ... 08:05:55 Building docker-support-notifications-go ... 08:05:55 Building docker-support-scheduler-go ... 08:05:55 Building docker-sys-mgmt-agent-go ... 08:05:55 Building docker-security-proxy-setup-go 08:05:55 Building docker-security-secretstore-setup-go 08:05:55 Building docker-support-scheduler-go 08:05:55 Building docker-core-metadata-go 08:05:55 Building docker-core-command-go 08:05:55 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:05:55 Waiting for network to be ready... 08:05:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:05:56 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:05:56 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:05:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 08:05:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:05:57 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:05:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:05:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:05:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:05:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:05:57 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:05:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 08:05:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 08:05:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 08:05:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 08:05:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 08:05:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 08:05:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 08:05:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:05:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 08:05:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 08:05:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 08:05:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 08:05:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 08:05:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 08:05:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 08:05:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 08:06:00 Fetched 23.5 MB in 4s (5565 kB/s) 08:06:01 Reading package lists... 08:06:01 Reading package lists... 08:06:01 Building dependency tree... 08:06:01 Reading state information... 08:06:01 The following additional packages will be installed: 08:06:01 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:06:01 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:06:01 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:06:01 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:06:01 Suggested packages: 08:06:01 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:06:01 Recommended packages: 08:06:01 gnupg libsasl2-modules 08:06:01 The following NEW packages will be installed: 08:06:01 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:06:01 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:06:01 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:06:01 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:06:01 The following packages will be upgraded: 08:06:01 gpg gpg-agent gpgconf libudev1 08:06:01 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 08:06:01 Need to get 3531 kB of archives. 08:06:01 After this operation, 13.3 MB of additional disk space will be used. 08:06:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 08:06:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 08:06:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 08:06:01 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 08:06:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 08:06:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 08:06:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 08:06:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 08:06:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 08:06:02 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 08:06:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:06:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:06:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:06:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:06:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:06:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:06:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:06:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:06:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:06:02 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:06:02 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:06:02 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:06:02 debconf: delaying package configuration, since apt-utils is not installed 08:06:02 Fetched 3531 kB in 1s (3415 kB/s) 08:06:02 (Reading database ... 12511 files and directories currently installed.) 08:06:02 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 08:06:02 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 08:06:02 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 08:06:03 Selecting previously unselected package udev. 08:06:03 (Reading database ... 12511 files and directories currently installed.) 08:06:03 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 08:06:03 Unpacking udev (237-3ubuntu10.43) ... 08:06:03 Selecting previously unselected package libfuse2:amd64. 08:06:03 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:06:03 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:06:03 Selecting previously unselected package fuse. 08:06:03 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:06:03 Unpacking fuse (2.9.7-1ubuntu1) ... 08:06:03 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 08:06:03 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:06:03 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 08:06:03 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:06:03 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 08:06:03 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:06:03 Selecting previously unselected package libksba8:amd64. 08:06:03 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:06:03 Unpacking libksba8:amd64 (1.3.5-2) ... 08:06:03 Selecting previously unselected package libroken18-heimdal:amd64. 08:06:03 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:06:03 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:04 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:06:04 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:06:04 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:04 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:06:04 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:06:04 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:04 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:06:04 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:06:04 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:04 Selecting previously unselected package libwind0-heimdal:amd64. 08:06:04 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:06:04 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:04 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:06:04 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:06:04 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:04 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:06:04 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:06:04 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:04 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:06:04 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:06:04 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:04 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:06:04 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:06:04 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:04 Selecting previously unselected package libsasl2-modules-db:amd64. 08:06:04 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 08:06:04 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 08:06:04 Selecting previously unselected package libsasl2-2:amd64. 08:06:04 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 08:06:04 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 08:06:05 Selecting previously unselected package libldap-common. 08:06:05 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 08:06:05 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:06:05 Selecting previously unselected package libldap-2.4-2:amd64. 08:06:05 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 08:06:05 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:06:05 Selecting previously unselected package dirmngr. 08:06:05 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 08:06:05 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 08:06:05 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:06:05 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 08:06:05 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:06:05 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 08:06:05 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 08:06:05 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 08:06:05 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:05 Setting up libksba8:amd64 (1.3.5-2) ... 08:06:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:06:05 Setting up udev (237-3ubuntu10.43) ... 08:06:06 invoke-rc.d: policy-rc.d denied execution of start. 08:06:06 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:06 Processing triggers for systemd (237-3ubuntu10) ... 08:06:06 Setting up fuse (2.9.7-1ubuntu1) ... 08:06:06 Setting up gpg (2.2.4-1ubuntu1.3) ... 08:06:06 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:06 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:06 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:06 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:06 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:06 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:06 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:06:06 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:06:06 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 08:06:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:06:07 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:06:07 settings in the [Install] section, and DefaultInstance for template units). 08:06:07 This means they are not meant to be enabled using systemctl. 08:06:07 Possible reasons for having this kind of units are: 08:06:07 1) A unit may be statically enabled by being symlinked from another unit's 08:06:07 .wants/ or .requires/ directory. 08:06:07 2) A unit's purpose may be to act as a helper for some other unit which has 08:06:07 a requirement dependency on it. 08:06:07 3) A unit may be started when needed via activation (socket, path, timer, 08:06:07 D-Bus, udev, scripted systemctl call, ...). 08:06:07 4) In case of template units, the unit is meant to be enabled with some 08:06:07 instance name specified. 08:06:07 Reading package lists... 08:06:07 Building dependency tree... 08:06:07 Reading state information... 08:06:07 The following additional packages will be installed: 08:06:07 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:06:07 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:06:07 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:06:07 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:06:07 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:06:07 Suggested packages: 08:06:07 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:06:07 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:06:07 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:06:07 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:06:07 systemd-container policykit-1 08:06:07 Recommended packages: 08:06:07 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:06:07 The following NEW packages will be installed: 08:06:07 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:06:07 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:06:07 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:06:07 multiarch-support openssh-client python3 python3-minimal python3.6 08:06:07 python3.6-minimal snapd squashfs-tools sudo 08:06:07 The following packages will be upgraded: 08:06:07 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:06:07 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 08:06:07 Need to get 35.2 MB of archives. 08:06:07 After this operation, 141 MB of additional disk space will be used. 08:06:07 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 08:06:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 08:06:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 08:06:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 08:06:08 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 08:06:08 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:06:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:06:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:06:08 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:06:08 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:06:08 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:06:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:06:08 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 08:06:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 08:06:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:06:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 08:06:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:06:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 08:06:08 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 08:06:08 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:06:08 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:06:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:06:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 08:06:08 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:06:08 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:06:08 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:06:08 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:06:08 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:06:08 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 08:06:08 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:06:09 debconf: delaying package configuration, since apt-utils is not installed 08:06:09 Fetched 35.2 MB in 2s (15.8 MB/s) 08:06:09 (Reading database ... 12757 files and directories currently installed.) 08:06:09 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 08:06:10 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 08:06:10 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 08:06:10 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 08:06:10 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 08:06:11 (Reading database ... 12757 files and directories currently installed.) 08:06:11 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 08:06:11 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 08:06:11 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 08:06:11 (Reading database ... 12757 files and directories currently installed.) 08:06:11 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 08:06:11 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 08:06:11 Setting up apt (1.6.12ubuntu0.2) ... 08:06:11 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:06:11 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:06:12 (Reading database ... 12764 files and directories currently installed.) 08:06:12 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:06:12 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:06:12 Selecting previously unselected package libpython3.6-minimal:amd64. 08:06:12 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:06:12 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:06:12 Selecting previously unselected package libexpat1:amd64. 08:06:12 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:06:12 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:06:12 Selecting previously unselected package python3.6-minimal. 08:06:12 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:06:12 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:06:12 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 08:06:12 Checking for services that may need to be restarted...done. 08:06:12 Checking for services that may need to be restarted...done. 08:06:12 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:06:13 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:06:13 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:06:13 Selecting previously unselected package python3-minimal. 08:06:13 (Reading database ... 13012 files and directories currently installed.) 08:06:13 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:06:13 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:06:13 Selecting previously unselected package mime-support. 08:06:13 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:06:13 Unpacking mime-support (3.60ubuntu1) ... 08:06:13 Selecting previously unselected package libmpdec2:amd64. 08:06:13 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:06:13 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:06:13 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:06:13 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:06:13 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:06:13 Selecting previously unselected package python3.6. 08:06:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:06:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:06:14 Selecting previously unselected package libpython3-stdlib:amd64. 08:06:14 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:06:14 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:06:14 Setting up python3-minimal (3.6.7-1~18.04) ... 08:06:14 Selecting previously unselected package python3. 08:06:14 (Reading database ... 13442 files and directories currently installed.) 08:06:14 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:06:14 Unpacking python3 (3.6.7-1~18.04) ... 08:06:14 Selecting previously unselected package multiarch-support. 08:06:14 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:06:14 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:06:14 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:06:15 Selecting previously unselected package liblzo2-2:amd64. 08:06:15 (Reading database ... 13479 files and directories currently installed.) 08:06:15 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:06:15 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:06:15 Selecting previously unselected package libbsd0:amd64. 08:06:15 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:06:15 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:06:15 Selecting previously unselected package sudo. 08:06:15 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 08:06:15 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 08:06:15 Selecting previously unselected package apparmor. 08:06:15 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:06:15 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:06:15 Selecting previously unselected package libedit2:amd64. 08:06:15 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:06:15 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:06:15 Selecting previously unselected package libkrb5support0:amd64. 08:06:15 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:06:15 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:06:15 Selecting previously unselected package libk5crypto3:amd64. 08:06:15 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:06:15 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:06:16 Selecting previously unselected package libkeyutils1:amd64. 08:06:16 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:06:16 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:06:16 Selecting previously unselected package libkrb5-3:amd64. 08:06:16 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:06:16 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:06:16 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:06:16 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:06:16 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:06:16 Selecting previously unselected package libssl1.0.0:amd64. 08:06:16 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 08:06:16 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:06:16 Selecting previously unselected package openssh-client. 08:06:16 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:06:16 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:06:16 Selecting previously unselected package squashfs-tools. 08:06:16 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:06:16 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:06:16 Selecting previously unselected package snapd. 08:06:16 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 08:06:16 Unpacking snapd (2.48+18.04) ... 08:06:18 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:06:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:06:18 Setting up mime-support (3.60ubuntu1) ... 08:06:19 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 08:06:19 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:06:19 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:06:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:06:19 Setting up systemd (237-3ubuntu10.43) ... 08:06:19 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:06:20 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:06:20 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:06:20 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:06:20 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:06:20 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:06:21 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:06:21 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:06:21 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:06:21 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:06:21 Setting up python3 (3.6.7-1~18.04) ... 08:06:21 running python rtupdate hooks for python3.6... 08:06:21 running python post-rtupdate hooks for python3.6... 08:06:21 Setting up apparmor (2.12-4ubuntu5.1) ... 08:06:23 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:06:23 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:06:23 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:06:23 Setting up snapd (2.48+18.04) ... 08:06:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:06:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:06:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:06:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:06:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:06:24 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:06:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:06:25 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:06:25 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:06:25 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:06:25 /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' 08:06:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:06:25 Processing triggers for systemd (237-3ubuntu10.43) ... 08:06:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:06:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:06:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:06:27 Reading package lists... 08:06:27 Reading package lists... 08:06:28 Building dependency tree... 08:06:28 Reading state information... 08:06:28 Calculating upgrade... 08:06:28 The following packages will be upgraded: 08:06:28 advancecomp base-files bash binutils binutils-common 08:06:28 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:06:28 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:06:28 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 08:06:28 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 08:06:28 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 08:06:28 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 08:06:28 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 08:06:28 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:06:28 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:06:28 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:06:28 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:06:28 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:06:28 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:06:28 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:06:28 Need to get 63.5 MB of archives. 08:06:28 After this operation, 5191 kB of additional disk space will be used. 08:06:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 08:06:28 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:06:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:06:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:06:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:06:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:06:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:06:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:06:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:06:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:06:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:06:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:06:29 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:06:29 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:06:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:06:29 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:06:29 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:06:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:06:29 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:06:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:06:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:06:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 08:06:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:06:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:06:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:06:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:06:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:06:29 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:06:29 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:06:29 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:06:29 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:06:29 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:06:29 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:06:29 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:06:29 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:06:29 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:06:29 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:06:29 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:06:29 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 08:06:29 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:06:29 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:06:29 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:06:29 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:06:29 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:06:29 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:06:29 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:06:29 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:06:29 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:06:29 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:06:29 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 08:06:29 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:06:29 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:06:29 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:06:29 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:06:29 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:06:29 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:06:29 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:06:29 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:06:29 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:06:29 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:06:29 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:06:29 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:06:29 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:06:29 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:06:29 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:06:29 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:06:29 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 08:06:29 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 08:06:30 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:06:30 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:06:30 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 08:06:30 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 08:06:30 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 08:06:30 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:06:30 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:06:30 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:06:30 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 08:06:30 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:06:30 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:06:30 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 08:06:30 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 08:06:30 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 08:06:30 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 08:06:30 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:06:30 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:06:30 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:06:30 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:06:30 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:06:31 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:06:31 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:06:31 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:06:31 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:06:31 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:06:31 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:06:31 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:06:31 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:06:31 debconf: delaying package configuration, since apt-utils is not installed 08:06:31 Fetched 63.5 MB in 3s (18.6 MB/s) 08:06:31 (Reading database ... 13912 files and directories currently installed.) 08:06:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:06:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:06:32 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:06:32 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:06:32 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 08:06:32 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 08:06:33 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:33 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:06:33 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:33 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:06:33 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:33 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:06:33 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:33 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:06:34 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:34 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:06:34 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:34 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:06:34 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:34 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:06:34 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:06:34 (Reading database ... 13911 files and directories currently installed.) 08:06:34 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:34 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:06:34 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:06:34 (Reading database ... 13911 files and directories currently installed.) 08:06:34 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:34 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:06:34 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:34 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:06:34 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:06:34 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:06:35 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:06:35 (Reading database ... 13911 files and directories currently installed.) 08:06:35 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:06:35 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:06:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:06:35 (Reading database ... 13911 files and directories currently installed.) 08:06:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:06:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:06:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:06:36 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:06:36 Setting up base-files (10.1ubuntu2.10) ... 08:06:36 Installing new version of config file /etc/issue ... 08:06:36 Installing new version of config file /etc/issue.net ... 08:06:36 Installing new version of config file /etc/lsb-release ... 08:06:36 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:06:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:06:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:06:36 Removing obsolete conffile /etc/default/motd-news ... 08:06:36 (Reading database ... 13912 files and directories currently installed.) 08:06:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:06:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:06:36 Setting up bash (4.4.18-2ubuntu1.2) ... 08:06:36 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 08:06:37 (Reading database ... 13912 files and directories currently installed.) 08:06:37 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:06:37 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:06:37 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:06:37 (Reading database ... 13912 files and directories currently installed.) 08:06:37 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 08:06:37 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 08:06:37 Setting up tar (1.29b-2ubuntu0.1) ... 08:06:37 (Reading database ... 13912 files and directories currently installed.) 08:06:37 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:06:37 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:06:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:06:37 (Reading database ... 13912 files and directories currently installed.) 08:06:37 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:06:37 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:06:37 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:06:37 (Reading database ... 13912 files and directories currently installed.) 08:06:37 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:06:38 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:06:38 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:06:38 (Reading database ... 13912 files and directories currently installed.) 08:06:38 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:06:38 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:06:38 Setting up grep (3.1-2build1) ... 08:06:38 (Reading database ... 13912 files and directories currently installed.) 08:06:38 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:06:38 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:06:38 Setting up login (1:4.5-1ubuntu2) ... 08:06:39 (Reading database ... 13912 files and directories currently installed.) 08:06:39 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:06:39 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:06:39 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:06:39 (Reading database ... 13912 files and directories currently installed.) 08:06:39 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:06:39 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:06:39 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:06:40 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:06:40 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:06:40 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:06:40 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:06:40 (Reading database ... 13912 files and directories currently installed.) 08:06:40 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:06:40 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:06:41 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:06:41 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:06:41 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:06:41 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:06:41 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:06:42 (Reading database ... 13912 files and directories currently installed.) 08:06:42 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:06:42 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:06:42 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:06:42 (Reading database ... 13912 files and directories currently installed.) 08:06:42 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:06:42 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:06:42 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:06:42 (Reading database ... 13912 files and directories currently installed.) 08:06:42 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:06:42 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:06:43 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:06:43 (Reading database ... 13912 files and directories currently installed.) 08:06:43 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:06:43 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:06:43 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:06:43 (Reading database ... 13912 files and directories currently installed.) 08:06:43 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:06:43 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:06:43 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:06:43 (Reading database ... 13912 files and directories currently installed.) 08:06:43 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:06:43 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:06:43 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:06:43 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:06:43 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:06:43 (Reading database ... 13912 files and directories currently installed.) 08:06:43 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:06:43 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:06:44 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:06:44 (Reading database ... 13912 files and directories currently installed.) 08:06:44 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:06:44 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:06:44 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:06:44 (Reading database ... 13912 files and directories currently installed.) 08:06:44 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:06:44 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:06:44 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:06:44 (Reading database ... 13912 files and directories currently installed.) 08:06:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:06:44 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:06:45 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:06:45 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:06:45 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:06:45 (Reading database ... 13912 files and directories currently installed.) 08:06:45 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:06:45 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:06:45 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:06:46 (Reading database ... 13912 files and directories currently installed.) 08:06:46 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:06:46 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:06:46 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:06:46 (Reading database ... 13914 files and directories currently installed.) 08:06:46 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:06:46 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:06:46 Setting up debconf (1.5.66ubuntu1) ... 08:06:47 (Reading database ... 13914 files and directories currently installed.) 08:06:47 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:06:47 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:06:47 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:06:47 (Reading database ... 13914 files and directories currently installed.) 08:06:47 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:06:47 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:06:47 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:06:47 (Reading database ... 13914 files and directories currently installed.) 08:06:47 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:06:47 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:06:47 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:06:47 (Reading database ... 13914 files and directories currently installed.) 08:06:47 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:06:47 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:06:48 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 08:06:48 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 08:06:48 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:06:48 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:06:48 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:06:48 (Reading database ... 13914 files and directories currently installed.) 08:06:48 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:06:48 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:06:48 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:06:48 (Reading database ... 13914 files and directories currently installed.) 08:06:48 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:06:48 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:06:48 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:06:49 (Reading database ... 13914 files and directories currently installed.) 08:06:49 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:06:49 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:06:49 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:06:49 (Reading database ... 13914 files and directories currently installed.) 08:06:49 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 08:06:49 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 08:06:49 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 08:06:49 (Reading database ... 13914 files and directories currently installed.) 08:06:49 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:06:49 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:06:49 Setting up passwd (1:4.5-1ubuntu2) ... 08:06:49 (Reading database ... 13914 files and directories currently installed.) 08:06:49 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 08:06:50 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:06:50 Setting up gpgv (2.2.4-1ubuntu1.3) ... 08:06:50 (Reading database ... 13914 files and directories currently installed.) 08:06:50 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:06:50 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:06:50 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:06:50 (Reading database ... 13914 files and directories currently installed.) 08:06:50 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:06:50 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:06:50 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:06:50 (Reading database ... 13914 files and directories currently installed.) 08:06:50 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:06:50 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:06:50 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:06:50 (Reading database ... 13914 files and directories currently installed.) 08:06:50 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 08:06:50 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 08:06:51 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 08:06:51 (Reading database ... 13914 files and directories currently installed.) 08:06:51 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 08:06:51 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 08:06:51 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 08:06:51 (Reading database ... 13915 files and directories currently installed.) 08:06:51 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:06:51 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:06:51 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:06:51 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:06:51 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:06:51 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:06:52 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 08:06:52 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 08:06:52 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:06:52 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:06:52 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:06:52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:06:52 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:06:52 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:06:52 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:06:52 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:06:52 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:06:52 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:06:53 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:06:53 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:06:53 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:06:53 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:06:53 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 08:06:53 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 08:06:54 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:06:54 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:06:54 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:06:54 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:06:54 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:06:54 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:06:54 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:06:54 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:06:54 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:06:54 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:06:55 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:06:55 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:06:55 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:06:55 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:06:55 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:06:55 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:06:55 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:06:55 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:06:55 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:06:55 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:06:56 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:06:56 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:06:57 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:06:57 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:06:58 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:06:58 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:06:58 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:06:58 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:06:59 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:06:59 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:06:59 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:06:59 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:06:59 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:06:59 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:06:59 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:06:59 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:06:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:06:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:06:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:07:00 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:07:00 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:07:00 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:07:00 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:07:00 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:07:00 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:07:00 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:07:00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:07:00 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:07:00 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:07:00 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:07:00 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:07:00 Setting up tzdata (2020d-0ubuntu0.18.04) ... 08:07:00 08:07:00 Current default time zone: 'Etc/UTC' 08:07:00 Local time is now: Mon Jan 4 08:07:00 UTC 2021. 08:07:00 Universal Time is now: Mon Jan 4 08:07:00 UTC 2021. 08:07:00 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:07:00 08:07:00 Setting up systemd-sysv (237-3ubuntu10.43) ... 08:07:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:07:00 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 08:07:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:07:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:07:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:07:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:07:01 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:07:01 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:07:01 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:07:01 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:07:01 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:07:01 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:07:01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 08:07:01 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:07:01 Setting up patch (2.7.6-2ubuntu1.1) ... 08:07:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:07:01 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:07:01 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 08:07:01 Installing new version of config file /etc/ssl/openssl.cnf ... 08:07:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:07:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:07:01 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 08:07:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:07:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:07:03 ---> c0d88b3448ec 08:07:03 Step 3/22 : WORKDIR /edgex-go 08:07:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:07:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:07:03 ---> c0d88b3448ec 08:07:03 Step 3/21 : WORKDIR /edgex-go 08:07:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:07:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:07:03 ---> c0d88b3448ec 08:07:03 Step 3/21 : WORKDIR /edgex-go 08:07:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:07:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:07:03 ---> c0d88b3448ec 08:07:03 Step 3/22 : WORKDIR /edgex-go 08:07:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:07:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:07:03 ---> c0d88b3448ec 08:07:03 Step 3/24 : WORKDIR /edgex-go 08:07:03 Updating certificates in /etc/ssl/certs... 08:07:04 22 added, 17 removed; done. 08:07:04 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:07:04 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:07:04 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:07:04 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:07:04 Setting up pkgbinarymangler (138.18.04.1) ... 08:07:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:07:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 08:07:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:07:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:07:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:07:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:07:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:07:04 Setting up perl (5.26.1-6ubuntu0.5) ... 08:07:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 08:07:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:07:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:07:04 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 08:07:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:07:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:07:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:07:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:07:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:07:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:07:04 Processing triggers for systemd (237-3ubuntu10.43) ... 08:07:04 Processing triggers for mime-support (3.60ubuntu1) ... 08:07:05 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 08:07:05 Updating certificates in /etc/ssl/certs... 08:07:05 0 added, 0 removed; done. 08:07:05 Running hooks in /etc/ca-certificates/update.d... 08:07:05 done. 08:07:05 ---> Running in f83ebd692a5d 08:07:05 ---> Running in abe2ddb22e34 08:07:05 ---> Running in 679121dd1f79 08:07:05 ---> Running in 1be18bcc828f 08:07:05 ---> Running in fea4ce885843 08:07:06 Reading package lists... 08:07:06 Building dependency tree... 08:07:06 Reading state information... 08:07:06 The following NEW packages will be installed: 08:07:06 apt-transport-https 08:07:06 Removing intermediate container f83ebd692a5d 08:07:06 ---> 2c179a787d98 08:07:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:06 Removing intermediate container 679121dd1f79 08:07:06 ---> 1b21cb0d99bb 08:07:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:06 Removing intermediate container abe2ddb22e34 08:07:06 ---> e1646adecf94 08:07:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:06 Removing intermediate container 1be18bcc828f 08:07:06 ---> ce61c194f932 08:07:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:06 Removing intermediate container fea4ce885843 08:07:06 ---> ad57dac81249 08:07:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:06 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:07:06 Need to get 1696 B of archives. 08:07:06 After this operation, 153 kB of additional disk space will be used. 08:07:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 08:07:06 debconf: delaying package configuration, since apt-utils is not installed 08:07:06 Fetched 1696 B in 0s (8549 B/s) 08:07:06 ---> Running in 25c2f8cfb612 08:07:06 ---> Running in bdca0f7a18f7 08:07:06 ---> Running in 0456f2bd881f 08:07:06 ---> Running in 4f53d0183fb4 08:07:06 ---> Running in fa4245a22eeb 08:07:06 Selecting previously unselected package apt-transport-https. 08:07:06 (Reading database ... 13929 files and directories currently installed.) 08:07:06 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 08:07:06 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 08:07:06 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 08:07:07 Waiting for network to be ready... 08:07:10 Removing intermediate container 25c2f8cfb612 08:07:10 ---> fd3c27d9678a 08:07:10 Step 5/24 : RUN apk update && apk add make git 08:07:10 ---> Running in 20541b1fbaf7 08:07:10 Removing intermediate container bdca0f7a18f7 08:07:10 ---> 09f6bf0b2eca 08:07:10 Step 5/22 : RUN apk update && apk add make git 08:07:11 ---> Running in 62370bb6dc62 08:07:11 Removing intermediate container fa4245a22eeb 08:07:11 ---> c88871cdcd76 08:07:11 Step 5/21 : RUN apk update && apk add make git 08:07:11 Removing intermediate container 4f53d0183fb4 08:07:11 ---> 2fd6ed6cb78e 08:07:11 Step 5/22 : RUN apk update && apk add make git 08:07:11 Removing intermediate container 0456f2bd881f 08:07:11 ---> 54f5f2d67b1c 08:07:11 Step 5/21 : RUN apk update && apk add make git 08:07:11 ---> Running in 42bee61c052b 08:07:11 ---> Running in c701f065af1e 08:07:11 ---> Running in 113cdec450c4 08:07:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:13 2021-01-04T08:07:11Z INFO Waiting for automatic snapd restart... 08:07:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:13 snapd 2.48.1 from Canonical* installed 08:07:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:14 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:07:14 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:07:14 OK: 12620 distinct packages available 08:07:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:14 OK: 217 MiB in 51 packages 08:07:14 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:07:14 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:07:14 OK: 12620 distinct packages available 08:07:14 "snapd" switched to the "latest/stable" channel 08:07:14 08:07:15 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:07:15 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:07:15 OK: 12620 distinct packages available 08:07:15 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:07:15 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:07:15 OK: 12620 distinct packages available 08:07:15 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:07:15 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:07:15 OK: 12620 distinct packages available 08:07:15 OK: 217 MiB in 51 packages 08:07:16 OK: 217 MiB in 51 packages 08:07:16 OK: 217 MiB in 51 packages 08:07:16 OK: 217 MiB in 51 packages 08:07:16 Removing intermediate container 20541b1fbaf7 08:07:16 ---> 4821fe012671 08:07:16 Step 6/24 : COPY go.mod . 08:07:17 Removing intermediate container 62370bb6dc62 08:07:17 ---> 9d5d02d4c8bb 08:07:17 Step 6/22 : COPY go.mod . 08:07:17 core18 20201210 from Canonical* installed 08:07:17 "core18" switched to the "latest/stable" channel 08:07:17 08:07:17 ---> c098f0728b56 08:07:17 Step 7/24 : RUN go mod download 08:07:17 Removing intermediate container c701f065af1e 08:07:17 ---> 337275c4a743 08:07:17 Step 6/21 : COPY go.mod . 08:07:17 ---> Running in 85b2b2e0c959 08:07:18 Removing intermediate container 42bee61c052b 08:07:18 ---> a27efca6777f 08:07:18 Step 6/21 : COPY go.mod . 08:07:18 Removing intermediate container 113cdec450c4 08:07:18 ---> 998b53a4e109 08:07:18 Step 6/22 : COPY go.mod . 08:07:18 ---> 4646012a1256 08:07:18 Step 7/22 : RUN go mod download 08:07:18 ---> Running in 65b5d02985a3 08:07:19 ---> d2b6a40aad84 08:07:19 Step 7/21 : RUN go mod download 08:07:19 ---> b5de9f5e8f0a 08:07:19 Step 7/21 : RUN go mod download 08:07:19 ---> Running in 5d26c272889f 08:07:19 ---> Running in 2304915d3a47 08:07:19 ---> 3c6210a6e2be 08:07:19 Step 7/22 : RUN go mod download 08:07:20 ---> Running in adbab0a88998 08:07:20 snapcraft 4.4.4 from Canonical* installed 08:07:20 "snapcraft" switched to the "latest/stable" channel 08:07:20 08:07:22 Removing intermediate container 85b2b2e0c959 08:07:22 ---> a918bec72f82 08:07:22 Step 8/24 : COPY . . 08:07:23 Removing intermediate container 65b5d02985a3 08:07:23 ---> fed521189795 08:07:23 Step 8/22 : COPY . . 08:07:24 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: 08:07:24 - README.md 08:07:24 08:07:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:07:24 Removing intermediate container 5d26c272889f 08:07:24 ---> 61feb2249ad5 08:07:24 Step 8/21 : COPY . . 08:07:25 Removing intermediate container 2304915d3a47 08:07:25 Removing intermediate container adbab0a88998 08:07:25 ---> 93cdf5b49864 08:07:25 ---> 09e979bac9ec 08:07:25 Step 8/21 : COPY . . 08:07:25 Step 8/22 : COPY . . 08:07:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:07:30 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:07:30 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:07:30 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:07:31 Reading package lists... 08:07:32 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 08:07:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:07:38 Reading package lists... 08:07:38 Building dependency tree... 08:07:38 Reading state information... 08:07:38 Suggested packages: 08:07:38 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:07:38 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:07:38 Recommended packages: 08:07:38 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:07:38 The following NEW packages will be installed: 08:07:38 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:07:38 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:07:38 pkg-config zip 08:07:38 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:07:38 Need to get 7655 kB of archives. 08:07:38 After this operation, 43.7 MB of additional disk space will be used. 08:07:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 08:07:38 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:07:38 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:07:38 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:07:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:07:38 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:07:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:07:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:07:39 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:07:39 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:07:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 08:07:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:07:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 08:07:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:07:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:07:39 debconf: delaying package configuration, since apt-utils is not installed 08:07:39 Fetched 7655 kB in 1s (7283 kB/s) 08:07:39 Selecting previously unselected package libglib2.0-0:amd64. 08:07:39 (Reading database ... 13933 files and directories currently installed.) 08:07:39 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 08:07:39 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:07:39 Selecting previously unselected package libpsl5:amd64. 08:07:39 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:07:39 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:07:39 Selecting previously unselected package libnghttp2-14:amd64. 08:07:39 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:07:39 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:07:39 Selecting previously unselected package librtmp1:amd64. 08:07:39 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:07:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:07:39 Selecting previously unselected package libcurl3-gnutls:amd64. 08:07:39 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 08:07:39 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:07:40 Selecting previously unselected package liberror-perl. 08:07:40 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:07:40 Unpacking liberror-perl (0.17025-1) ... 08:07:40 Selecting previously unselected package git-man. 08:07:40 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:07:40 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:07:40 Selecting previously unselected package git. 08:07:40 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:07:40 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:07:41 Selecting previously unselected package libnorm1:amd64. 08:07:41 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:07:41 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:07:41 Selecting previously unselected package libpgm-5.2-0:amd64. 08:07:41 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:07:41 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:07:41 Selecting previously unselected package libsodium23:amd64. 08:07:41 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:07:41 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:07:41 Selecting previously unselected package libzmq5:amd64. 08:07:41 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:07:41 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:07:41 Selecting previously unselected package libzmq3-dev:amd64. 08:07:41 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:07:41 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:07:41 Selecting previously unselected package pkg-config. 08:07:41 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:07:41 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:07:41 Selecting previously unselected package zip. 08:07:41 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:07:41 Unpacking zip (3.0-11build1) ... 08:07:41 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:07:41 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:07:41 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:07:42 Setting up liberror-perl (0.17025-1) ... 08:07:42 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:07:42 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:07:42 No schema files found: doing nothing. 08:07:42 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:07:42 Setting up zip (3.0-11build1) ... 08:07:42 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:07:42 Setting up libsodium23:amd64 (1.0.16-2) ... 08:07:42 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:07:42 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:07:42 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:07:42 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:07:42 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:07:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:07:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:07:49 git set to automatically installed. 08:07:49 git-man set to automatically installed. 08:07:49 libcurl3-gnutls set to automatically installed. 08:07:49 liberror-perl set to automatically installed. 08:07:49 libglib2.0-0 set to automatically installed. 08:07:49 libnghttp2-14 set to automatically installed. 08:07:49 libnorm1 set to automatically installed. 08:07:49 libpgm-5.2-0 set to automatically installed. 08:07:49 libpsl5 set to automatically installed. 08:07:49 librtmp1 set to automatically installed. 08:07:49 libsodium23 set to automatically installed. 08:07:49 libzmq3-dev set to automatically installed. 08:07:49 libzmq5 set to automatically installed. 08:07:49 pkg-config set to automatically installed. 08:07:49 zip set to automatically installed. 08:07:50 snapd is not logged in, snap install commands will use sudo 08:07:52 ---> d23ce14d97e7 08:07:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:07:52 ---> be29eb889a08 08:07:52 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:07:52 ---> 59938c1cf60d 08:07:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:07:52 ---> bea7640852e9 08:07:52 Step 9/22 : RUN make cmd/core-command/core-command 08:07:52 ---> e4c2b7f9f639 08:07:52 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:07:52 ---> Running in 58417deac45b 08:07:52 ---> Running in e1ea5f3226ca 08:07:52 ---> Running in b12fd839a1e4 08:07:52 ---> Running in f1f960b10a62 08:07:52 ---> Running in c81e77f63489 08:07: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 08:07:52 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 08:07:52 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 08:07:52 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 08:07:52 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 08:07:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:07:57 snap "core18" has no updates available 08:07:57 Pulling config-common 08:07:58 Pulling go-build-helper 08:08:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:08:21 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:08:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 08:08:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 08:08:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 08:08:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 08:08:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 08:08:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 08:08:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 08:08:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 08:08:21 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:08:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:08:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:08:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:08:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:08:21 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:08:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:08:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:08:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:08:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 08:08:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 08:08:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 08:08:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 08:08:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 08:08:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 08:08:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 08:08:21 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 08:08:21 Fetched 23.5 MB in 0s (0 B/s) 08:08:21 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:08:21 Fetched 96.5 kB in 0s (0 B/s) 08:08:21 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:08:21 Fetched 279 kB in 0s (0 B/s) 08:08:21 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:08:21 Fetched 122 kB in 0s (0 B/s) 08:08:21 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:08:21 Fetched 77.8 kB in 0s (0 B/s) 08:08:21 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:08:21 Fetched 8848 B in 0s (0 B/s) 08:08:21 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:08:21 Fetched 47.8 kB in 0s (0 B/s) 08:08:21 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:08:21 Fetched 45.6 kB in 0s (0 B/s) 08:08:21 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 08:08:21 Fetched 14.8 kB in 0s (0 B/s) 08:08:21 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 08:08:21 Fetched 214 kB in 0s (0 B/s) 08:08:21 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 08:08:21 Fetched 155 kB in 0s (0 B/s) 08:08:21 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:08:21 Fetched 50.6 kB in 0s (0 B/s) 08:08:21 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:08:21 Fetched 14.8 kB in 0s (0 B/s) 08:08:21 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:08:21 Fetched 41.8 kB in 0s (0 B/s) 08:08:21 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:08:21 Fetched 499 kB in 0s (0 B/s) 08:08:21 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:08:21 Fetched 111 kB in 0s (0 B/s) 08:08:21 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:08:21 Fetched 240 kB in 0s (0 B/s) 08:08:21 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:08:21 Fetched 29.3 kB in 0s (0 B/s) 08:08:21 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:08:21 Fetched 85.5 kB in 0s (0 B/s) 08:08:21 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:08:21 Fetched 24.5 kB in 0s (0 B/s) 08:08:21 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 08:08:21 Fetched 49.2 kB in 0s (0 B/s) 08:08:21 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:08:21 Fetched 54.2 kB in 0s (0 B/s) 08:08:21 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:08:21 Fetched 30.8 kB in 0s (0 B/s) 08:08:21 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 08:08:21 Fetched 17.0 kB in 0s (0 B/s) 08:08:21 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:08:21 Fetched 85.9 kB in 0s (0 B/s) 08:08:21 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:08:21 Fetched 8720 B in 0s (0 B/s) 08:08:21 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 08:08:21 Fetched 137 kB in 0s (0 B/s) 08:08:21 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:08:21 Fetched 119 kB in 0s (0 B/s) 08:08:21 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 08:08:21 Fetched 109 kB in 0s (0 B/s) 08:08:21 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:08:21 Fetched 11.1 kB in 0s (0 B/s) 08:08:21 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:08:21 Fetched 645 kB in 0s (0 B/s) 08:08:21 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:08:21 Fetched 41.3 kB in 0s (0 B/s) 08:08:21 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:08:21 Fetched 17.9 kB in 0s (0 B/s) 08:08:21 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:08:21 Fetched 368 kB in 0s (0 B/s) 08:08:21 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 08:08:21 Fetched 187 kB in 0s (0 B/s) 08:08:21 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:08:21 Fetched 175 kB in 0s (0 B/s) 08:08:21 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:08:23 Fetched 206 kB in 0s (0 B/s) 08:08:23 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 08:08:23 Fetched 1301 kB in 0s (0 B/s) 08:08:23 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:08:23 Fetched 36.2 kB in 0s (0 B/s) 08:08:23 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 08:08:23 Fetched 159 kB in 0s (0 B/s) 08:08:23 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:08:23 Fetched 107 kB in 0s (0 B/s) 08:08:23 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:08:23 Fetched 48.7 kB in 0s (0 B/s) 08:08:23 Pulling static-packages 08:08:24 'go115' has dependencies that need to be staged: static-packages go-build-helper 08:08:24 Skipping pull go-build-helper (already ran) 08:08:24 Skipping pull static-packages (already ran) 08:08:24 Building go-build-helper 08:08:28 Building static-packages 08:08:29 Staging go-build-helper 08:08:30 Staging static-packages 08:08:31 Pulling go115 08:08:32 'edgex-go' has dependencies that need to be staged: go115 08:08:32 Skipping pull go115 (already ran) 08:08:32 Building go115 08:08:32 % Total % Received % Xferd Average Speed Time Time Time Current 08:08:32 Dload Upload Total Spent Left Speed 08:08:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 21.5M 0 0 25.6M 0 0:00:04 --:--:-- 0:00:04 25.6M 61 115M 61 70.8M 0 0 38.5M 0 0:00:03 0:00:01 0:00:02 38.4M 100 115M 100 115M 0 0 41.9M 0 0:00:02 0:00:02 --:--:-- 41.9M 08:08:36 go1.15.2.linux-amd64.tar.gz: OK 08:08:40 Staging go115 08:08:45 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:08:45 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:08:45 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:08:45 Fetched 0 B in 0s (0 B/s) 08:08:45 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:08:45 Fetched 224 kB in 0s (0 B/s) 08:08:45 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:08:45 Fetched 157 kB in 0s (0 B/s) 08:08:45 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:08:45 Fetched 221 kB in 0s (0 B/s) 08:08:45 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:08:45 Fetched 143 kB in 0s (0 B/s) 08:08:45 Pulling edgex-go 08:08:46 Pulling version 08:08:47 Building config-common 08:08:49 Skipping build go-build-helper (already ran) 08:08:49 Skipping build static-packages (already ran) 08:08:49 Skipping build go115 (already ran) 08:08:49 Building edgex-go 08:08:49 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 08:08:50 go: downloading github.com/gorilla/mux v1.8.0 08:08:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 08:08:50 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:08:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 08:08:50 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:08:50 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 08:08:50 go: downloading github.com/google/uuid v1.1.2 08:08:50 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 08:08:50 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 08:08:50 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:08:50 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 08:08:50 go: downloading github.com/x448/float16 v0.8.4 08:08:50 go: downloading github.com/pelletier/go-toml v1.2.0 08:08:50 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:08:50 go: downloading github.com/pkg/errors v0.8.1 08:08:50 go: downloading github.com/imdario/mergo v0.3.11 08:08:50 go: downloading github.com/go-playground/validator/v10 v10.3.0 08:08:50 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:08:50 go: downloading github.com/BurntSushi/toml v0.3.1 08:08:50 go: downloading github.com/go-kit/kit v0.8.0 08:08:50 go: downloading github.com/hashicorp/consul/api v1.1.0 08:08:50 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:08:50 go: downloading gopkg.in/yaml.v2 v2.4.0 08:08:50 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 08:08:50 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:08:50 go: downloading github.com/mitchellh/copystructure v1.0.0 08:08:50 go: downloading github.com/pebbe/zmq4 v1.0.0 08:08:50 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:08:50 go: downloading github.com/go-playground/universal-translator v0.17.0 08:08:50 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:08:50 go: downloading github.com/leodido/go-urn v1.2.0 08:08:50 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:08:50 go: downloading github.com/hashicorp/serf v0.8.2 08:08:50 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:08:50 go: downloading github.com/go-playground/locales v0.13.0 08:08:50 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 08:08:50 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:08:50 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:08:51 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:08:51 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:08:57 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 08:09:00 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 08:09:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:09:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:09:02 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 08:09:02 go: downloading github.com/stretchr/testify v1.6.1 08:09:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:09:03 go: downloading github.com/pmezard/go-difflib v1.0.0 08:09:03 go: downloading github.com/davecgh/go-spew v1.1.1 08:09:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:09:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:09:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:09:05 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 08:09:05 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:09:06 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 08:09:06 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 08:09:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:09:08 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 08:09: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 08:09:11 Building version 08:09:13 Staging config-common 08:09:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:09:13 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 08:09:14 Skipping stage go-build-helper (already ran) 08:09:14 Skipping stage static-packages (already ran) 08:09:14 Skipping stage go115 (already ran) 08:09:14 Staging edgex-go 08:09:15 Staging version 08:09:16 Priming config-common 08:09:17 Priming go-build-helper 08:09:17 Priming static-packages 08:09:20 Priming go115 08:09:21 Priming edgex-go 08:09:22 Priming version 08:09:22 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] } 08:09:26 Removing intermediate container 58417deac45b 08:09:26 ---> d14b986a92b6 08:09:26 08:09:26 Step 10/24 : FROM alpine:3.10 08:09:26 3.10: Pulling from library/alpine 08:09:26 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:09:26 Status: Downloaded newer image for alpine:3.10 08:09:26 ---> 536a684cf733 08:09:26 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:09:26 Removing intermediate container b12fd839a1e4 08:09:26 ---> debd1efd670c 08:09:26 08:09:26 Step 10/21 : FROM alpine 08:09:27 latest: Pulling from library/alpine 08:09:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:09:27 Status: Downloaded newer image for alpine:latest 08:09:27 ---> afeebe901d6b 08:09:27 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:09:27 ---> Running in 75dc845896f7 08:09:27 ---> Running in 21299d5fdf8e 08:09:28 Removing intermediate container f1f960b10a62 08:09:28 ---> b0b281a8f0a0 08:09:28 08:09:28 Step 10/21 : FROM scratch 08:09:28 ---> 08:09:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:09:28 ---> Running in f753f981572d 08:09:28 Removing intermediate container c81e77f63489 08:09:28 ---> 3170164a1d37 08:09:28 08:09:28 Step 10/22 : FROM scratch 08:09:28 ---> 08:09:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:09:28 ---> Running in 91afa663cd0e 08:09:29 Removing intermediate container f753f981572d 08:09:29 ---> 9fae7cd64742 08:09:29 Step 12/21 : ENV APP_PORT=48085 08:09:29 ---> Running in 35517fa96bab 08:09:29 Removing intermediate container 91afa663cd0e 08:09:29 ---> 4c707afbade8 08:09:29 Step 12/22 : ENV APP_PORT=48082 08:09:29 ---> Running in f4ec59ed9f9e 08:09:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:09:29 Removing intermediate container 35517fa96bab 08:09:29 ---> 8c693358a59b 08:09:29 Step 13/21 : EXPOSE $APP_PORT 08:09:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:09:30 ---> Running in 11e8fb83f93c 08:09:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:09:30 Removing intermediate container f4ec59ed9f9e 08:09:30 ---> 92befb6a98a4 08:09:30 Step 13/22 : EXPOSE $APP_PORT 08:09:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:09:30 ---> Running in ef6720a9263f 08:09:30 v3.10.5-176-g3d010a76e3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:09:30 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:09:30 OK: 10171 distinct packages available 08:09:30 Removing intermediate container 11e8fb83f93c 08:09:30 ---> e188bd253386 08:09:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:09:30 Removing intermediate container ef6720a9263f 08:09:30 ---> c5c3e9d232ec 08:09:30 Step 14/22 : WORKDIR / 08:09:31 v3.12.3-36-ge8f315da3c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:09:31 v3.12.3-37-gc0e4f2aff0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:09:31 OK: 12615 distinct packages available 08:09:31 ---> Running in c22352152df9 08:09:31 (1/5) Installing ca-certificates (20191127-r2) 08:09:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:09:31 (3/5) Installing libcurl (7.66.0-r3) 08:09:31 (4/5) Installing curl (7.66.0-r3) 08:09:31 (5/5) Installing dumb-init (1.2.2-r1) 08:09:31 Executing busybox-1.30.1-r3.trigger 08:09:31 Executing ca-certificates-20191127-r2.trigger 08:09:31 (1/4) Installing ca-certificates (20191127-r4) 08:09:32 OK: 7 MiB in 19 packages 08:09:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:09:32 ---> 05c92a847869 08:09:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:09:32 (3/4) Installing libcurl (7.69.1-r3) 08:09:32 Removing intermediate container c22352152df9 08:09:32 (4/4) Installing curl (7.69.1-r3) 08:09:32 ---> 1b83718d1dd1 08:09:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:09:32 Executing busybox-1.31.1-r19.trigger 08:09:32 Executing ca-certificates-20191127-r4.trigger 08:09:32 OK: 7 MiB in 18 packages 08:09:33 ---> 5c6c825bb0fb 08:09:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:09:34 ---> 18b48f6b8135 08:09:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:09:35 Removing intermediate container 75dc845896f7 08:09:35 ---> 5fda6b8d2f63 08:09:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:09:36 ---> 6e070fad824b 08:09:36 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:09:36 Removing intermediate container 21299d5fdf8e 08:09:36 ---> 4dc8513e3641 08:09:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:09:36 ---> Running in a96add0c464c 08:09:37 ---> Running in 001c4f33fb85 08:09:37 ---> Running in 8f2ba8612170 08:09:37 ---> f6c243cca402 08:09:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:09:37 Removing intermediate container a96add0c464c 08:09:37 ---> c632b73ce328 08:09:37 Step 13/24 : WORKDIR / 08:09:37 ---> Running in 069da35b2b34 08:09:38 Removing intermediate container 8f2ba8612170 08:09:38 ---> f295a793c227 08:09:38 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:09:38 Removing intermediate container 001c4f33fb85 08:09:38 ---> 380e81cf4435 08:09:38 Step 13/21 : WORKDIR /edgex 08:09:38 Removing intermediate container e1ea5f3226ca 08:09:38 ---> 46e558292f64 08:09:38 08:09:38 Step 10/22 : FROM scratch 08:09:38 ---> 08:09:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:09:38 ---> Using cache 08:09:38 ---> 4c707afbade8 08:09:38 Step 12/22 : ENV APP_PORT=48081 08:09:38 ---> Running in 810794d9d2fc 08:09:38 ---> Running in 600fa96fe933 08:09:38 ---> Running in eed46032ccb6 08:09:38 ---> 74e9d6120c0a 08:09:38 Step 18/22 : ENTRYPOINT ["/core-command"] 08:09:38 Removing intermediate container 069da35b2b34 08:09:38 ---> f23fa8eae898 08:09:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:09:38 ---> Running in b5846ac5a982 08:09:39 Removing intermediate container 600fa96fe933 08:09:39 ---> e5d89a70244b 08:09:39 Step 13/22 : EXPOSE $APP_PORT 08:09:39 Removing intermediate container 810794d9d2fc 08:09:39 Removing intermediate container eed46032ccb6 08:09:39 ---> 2fa928834040 08:09:39 Step 19/21 : LABEL arch=arm64 08:09:39 ---> edd2a6433429 08:09:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:09:39 ---> Running in bb55dcdb17f7 08:09:39 ---> Running in de2a276f3388 08:09:39 Removing intermediate container b5846ac5a982 08:09:39 ---> 6d624930e78e 08:09:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:09:39 ---> b8e3648fc96d 08:09:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:09:39 ---> Running in 60ff51b9345b 08:09:40 Removing intermediate container bb55dcdb17f7 08:09:40 ---> 70a2d6ddb816 08:09:40 Step 14/22 : WORKDIR / 08:09:40 ---> Running in e0cfe8116051 08:09:40 ---> 41eda48bcca9 08:09:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:09:40 Removing intermediate container de2a276f3388 08:09:40 ---> 17bf27bc048f 08:09:40 Step 20/21 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:09:40 Removing intermediate container 60ff51b9345b 08:09:40 ---> 9f5a1c15edb6 08:09:40 Step 20/22 : LABEL arch=arm64 08:09:40 ---> Running in bc9f71edf28e 08:09:40 ---> Running in 85a4f3ee9035 08:09:40 ---> 2692e1767c35 08:09:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:09:40 Removing intermediate container e0cfe8116051 08:09:40 ---> 51747a3c9b17 08:09:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:09:41 Removing intermediate container bc9f71edf28e 08:09:41 ---> 1dc6439b5507 08:09:41 Step 21/21 : LABEL version=0.0.0 08:09:41 ---> Running in 2b12fd40a888 08:09:41 Removing intermediate container 85a4f3ee9035 08:09:41 ---> 6f88bac160fe 08:09:41 Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:09:41 ---> dbcaf1e036ec 08:09:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:09:42 ---> Running in 12fe6db8d5bf 08:09:42 ---> 0bc6884ee6d0 08:09:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:09:42 ---> f9d448aa9523 08:09:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:09:42 Removing intermediate container 2b12fd40a888 08:09:42 ---> f245da32bff1 08:09:42 08:09:42 Successfully built f245da32bff1 08:09:42 Successfully tagged docker-support-scheduler-go-arm64:latest 08:09:42  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 08:09:42 Removing intermediate container 12fe6db8d5bf 08:09:42 ---> 123df263e3a0 08:09:42 Step 22/22 : LABEL version=0.0.0 08:09:43 ---> Running in ac60403dc3b0 08:09:43 ---> 244dffc52517 08:09:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:09:43 ---> 9e6d3ada49d5 08:09:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:09:43 ---> a659a6beb8d5 08:09:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:09:43 ---> Running in 1182c2d9a991 08:09:44 Removing intermediate container ac60403dc3b0 08:09:44 ---> c920536e74a2 08:09:44 08:09:45 Successfully built c920536e74a2 08:09:45 Successfully tagged docker-core-command-go-arm64:latest 08:09:45  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 08:09:45 Removing intermediate container 1182c2d9a991 08:09:45 ---> c699625a5b62 08:09:45 Step 18/21 : CMD ["--init=true"] 08:09:46 ---> ba228b1d455f 08:09:46 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:09:46 ---> 927eae8962ae 08:09:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:09:46 ---> Running in aa4de76860c3 08:09:46 ---> Running in c0859c754f0b 08:09:46 Removing intermediate container aa4de76860c3 08:09:46 ---> 4d45c75688f6 08:09:46 Step 19/21 : LABEL arch=arm64 08:09:47 Removing intermediate container c0859c754f0b 08:09:47 ---> 4daa09a9e93f 08:09:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:09:47 ---> Running in 885d11f478ff 08:09:48 ---> f66b31525cdf 08:09:48 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:09:48 ---> Running in 1d9838661fef 08:09:49 ---> Running in d24990f4fe96 08:09:49 Removing intermediate container 885d11f478ff 08:09:49 ---> 42a34b2643bc 08:09:49 Step 20/21 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:09:49 Removing intermediate container 1d9838661fef 08:09:49 ---> 87072c586114 08:09:49 Step 20/22 : LABEL arch=arm64 08:09:50 ---> Running in 93b84bbfdeed 08:09:50 ---> Running in 2b4ea7d87897 08:09:50 Removing intermediate container 93b84bbfdeed 08:09:50 ---> a287165d9909 08:09:50 Step 21/21 : LABEL version=0.0.0 08:09:50 Removing intermediate container 2b4ea7d87897 08:09:50 ---> 1bad4f167bb7 08:09:50 Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:09:51 ---> Running in 550eb669f94a 08:09:51 ---> Running in 366fc4d97357 08:09:51 Removing intermediate container 550eb669f94a 08:09:51 ---> c052610ca13a 08:09:51 08:09:52 Removing intermediate container 366fc4d97357 08:09:52 ---> 77471eb80304 08:09:52 Step 22/22 : LABEL version=0.0.0 08:09:52 ---> Running in 7d18e3883b27 08:09:52 Successfully built c052610ca13a 08:09:52 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:09:52  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 08:09:53 Removing intermediate container d24990f4fe96 08:09:53 ---> 4958b0e3162b 08:09:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:09:53 Removing intermediate container 7d18e3883b27 08:09:53 ---> b7935951cd01 08:09:53 08:09:53 ---> Running in 620ea6dd4037 08:09:53 Successfully built b7935951cd01 08:09:53 Successfully tagged docker-core-metadata-go-arm64:latest 08:09:53  Building docker-core-metadata-go ... done Building docker-core-data-go 08:09:54 Removing intermediate container 620ea6dd4037 08:09:54 ---> 7980e856d161 08:09:54 Step 22/24 : LABEL arch=arm64 08:09:54 ---> Running in 8be4fae0fc24 08:09:55 Removing intermediate container 8be4fae0fc24 08:09:55 ---> 4e86099d7b91 08:09:55 Step 23/24 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:09:55 ---> Running in 4257cebaaf7e 08:09:55 Removing intermediate container 4257cebaaf7e 08:09:55 ---> 4045eefbf792 08:09:55 Step 24/24 : LABEL version=0.0.0 08:09:56 ---> Running in 7fb03ba00c96 08:09:57 Removing intermediate container 7fb03ba00c96 08:09:57 ---> 59c5b232f3fa 08:09:57 08:09:58 Successfully built 59c5b232f3fa 08:09:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:10:30  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:10:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:10:30 ---> c0d88b3448ec 08:10:30 Step 3/22 : WORKDIR /edgex-go 08:10:30 ---> Using cache 08:10:30 ---> ad57dac81249 08:10:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:10:30 ---> Using cache 08:10:30 ---> c88871cdcd76 08:10:30 Step 5/22 : RUN apk update && apk add make git 08:10:30 ---> Using cache 08:10:30 ---> a27efca6777f 08:10:30 Step 6/22 : COPY go.mod . 08:10:30 ---> Using cache 08:10:30 ---> b5de9f5e8f0a 08:10:30 Step 7/22 : RUN go mod download 08:10:30 ---> Using cache 08:10:30 ---> 93cdf5b49864 08:10:30 Step 8/22 : COPY . . 08:10:30 ---> Using cache 08:10:30 ---> d23ce14d97e7 08:10:30 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:10:33 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:10:33 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:10:33 ---> c0d88b3448ec 08:10:33 Step 3/27 : WORKDIR /edgex-go 08:10:33 ---> Using cache 08:10:33 ---> ad57dac81249 08:10:33 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:10:33 ---> Using cache 08:10:33 ---> c88871cdcd76 08:10:33 Step 5/27 : RUN apk update && apk add make bash git 08:10:36 ---> Running in 0c00a51093c5 08:10:36 ---> Running in 664f6c64c929 08:10:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:10:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:10:37 ---> c0d88b3448ec 08:10:37 Step 3/24 : WORKDIR /edgex-go 08:10:37 ---> Using cache 08:10:37 ---> ad57dac81249 08:10:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:10:37 ---> Using cache 08:10:37 ---> c88871cdcd76 08:10:37 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:10:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:10:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:10:37 ---> c0d88b3448ec 08:10:37 Step 3/23 : WORKDIR /edgex-go 08:10:37 ---> Using cache 08:10:37 ---> ad57dac81249 08:10:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:10:37 ---> Using cache 08:10:37 ---> c88871cdcd76 08:10:37 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:10:37 ---> Running in 37cd9adfd13e 08:10:37 ---> Running in 6abdf84fc689 08:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:10:38 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 08:10:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:10:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:10:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:10:39 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:10:39 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:10:39 OK: 12620 distinct packages available 08:10:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:10:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:10:40 OK: 217 MiB in 51 packages 08:10:42 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:10:42 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:10:42 OK: 12620 distinct packages available 08:10:42 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:10:42 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:10:42 OK: 12620 distinct packages available 08:10:42 Removing intermediate container 0c00a51093c5 08:10:42 ---> 9d66645987d4 08:10:42 Step 6/27 : COPY go.mod . 08:10:43 OK: 217 MiB in 51 packages 08:10:43 OK: 217 MiB in 51 packages 08:10:44 ---> 30b8c43690ef 08:10:44 Step 7/27 : RUN go mod download 08:10:44 ---> Running in 02714742e970 08:10:45 Removing intermediate container 6abdf84fc689 08:10:45 ---> 71919f531e23 08:10:45 Step 6/23 : COPY go.mod . 08:10:45 Removing intermediate container 37cd9adfd13e 08:10:45 ---> 113de441f2e9 08:10:45 Step 6/24 : COPY go.mod . 08:10:47 ---> 266015329f7e 08:10:47 Step 7/23 : RUN go mod download 08:10:47 ---> Running in ec3f382fad32 08:10:47 ---> 5faec529d149 08:10:47 Step 7/24 : RUN go mod download 08:10:47 ---> Running in 4bbbc0eb5a9e 08:10:49 Removing intermediate container 02714742e970 08:10:49 ---> dc685c4ee959 08:10:49 Step 8/27 : COPY . . 08:10:54 Removing intermediate container ec3f382fad32 08:10:54 ---> a7d79d9e24e9 08:10:54 Step 8/23 : COPY . . 08:10:54 Removing intermediate container 4bbbc0eb5a9e 08:10:54 ---> d162ad780d42 08:10:54 Step 8/24 : COPY . . 08:11:21 ---> 522431b6388e 08:11:21 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:11:21 ---> 3ddc29b81041 08:11:21 Step 9/23 : RUN make cmd/core-data/core-data 08:11:21 ---> Running in 425eb71866a6 08:11:21 ---> 67f17869b991 08:11:21 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:11:21 ---> Running in 6227755b583b 08:11:21 ---> Running in 782efb2daf83 08:11:21 Removing intermediate container 664f6c64c929 08:11:21 ---> 14cad9c602cc 08:11:21 08:11:21 Step 10/22 : FROM alpine:3.10 08:11:21 ---> 536a684cf733 08:11:21 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:11:21 ---> Using cache 08:11:21 ---> 5fda6b8d2f63 08:11:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 08:11:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:11:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:11:21 ---> Running in aae9ae102681 08:11:21 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 08:11:22 Removing intermediate container aae9ae102681 08:11:22 ---> 18aefbcc8e22 08:11:22 Step 13/22 : WORKDIR / 08:11:22 ---> Running in 847b0dfe7af4 08:11:22 Removing intermediate container 847b0dfe7af4 08:11:22 ---> f566f78091ef 08:11:22 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 08:11:24 ---> 8e8bdaaf8483 08:11:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 08:11:25 ---> ccb2ccd400e0 08:11:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 08:11:27 ---> 57ad64f0d5cb 08:11:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 08:11:28 ---> dbacd12fb3e2 08:11:28 Step 18/22 : RUN chmod +x entrypoint.sh 08:11:28 ---> Running in 70565e7affce 08:11:32 Removing intermediate container 70565e7affce 08:11:32 ---> 2b88cd4b3ce6 08:11:32 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 08:11:32 ---> Running in 3ceaf24d8e82 08:11:32 Removing intermediate container 3ceaf24d8e82 08:11:32 ---> 838f1e219a07 08:11:32 Step 20/22 : LABEL arch=arm64 08:11:32 ---> Running in 3f92cd50a10a 08:11:33 Removing intermediate container 3f92cd50a10a 08:11:33 ---> 440523ab3570 08:11:33 Step 21/22 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:11:33 ---> Running in 0a5ce79a8dc1 08:11:34 Removing intermediate container 0a5ce79a8dc1 08:11:34 ---> 45c02dfb45a4 08:11:34 Step 22/22 : LABEL version=0.0.0 08:11:34 ---> Running in e6d89c96c81b 08:11:35 Removing intermediate container e6d89c96c81b 08:11:35 ---> f7c0324580dd 08:11:35 08:11:35 Successfully built f7c0324580dd 08:11:35 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 08:12:32  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 425eb71866a6 08:12:32 ---> c6a2eb96265b 08:12:32 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:12:32 ---> Running in 42e247df7d97 08:12:32 Removing intermediate container 782efb2daf83 08:12:32 ---> a4c391ea0b45 08:12:32 08:12:32 Step 10/24 : FROM scratch 08:12:32 ---> 08:12:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:12:32 ---> Running in d587ac949e7f 08:12:32 Removing intermediate container d587ac949e7f 08:12:32 ---> 3b764c29d0d7 08:12:32 Step 12/24 : ENV APP_PORT=48060 08:12:32 ---> Running in b733b26663dd 08:12: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 08:12:32 Removing intermediate container b733b26663dd 08:12:32 ---> b173aa27b8b1 08:12:32 Step 13/24 : EXPOSE $APP_PORT 08:12:32 ---> Running in ce1cf08a1fc4 08:12:32 Removing intermediate container ce1cf08a1fc4 08:12:32 ---> 29c13c0ee6a7 08:12:32 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:12:32 ---> 641e78b69e7b 08:12:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:12:32 ---> d651b89e6d5f 08:12:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:12:32 Removing intermediate container 42e247df7d97 08:12:32 ---> 0cdd3afb54b1 08:12:32 08:12:32 Step 11/27 : FROM docker:latest 08:12:32 ---> f66387bf908a 08:12:32 Step 12/27 : RUN apk add --no-cache bash 08:12:32 ---> Running in 234478d77210 08:12:32 ---> a8c6cb3f1c38 08:12:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:12:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:12:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:12:32 (1/2) Installing readline (8.0.4-r0) 08:12:32 (2/2) Installing bash (5.0.17-r0) 08:12:32 ---> 54e071b137a3 08:12:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:12:32 Executing bash-5.0.17-r0.post-install 08:12:32 Executing busybox-1.31.1-r19.trigger 08:12:32 OK: 12 MiB in 22 packages 08:12:34 ---> 8a1e1e0496c4 08:12:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:12:34 Removing intermediate container 234478d77210 08:12:34 ---> 4fc43405ed3b 08:12:34 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:12:34 ---> Running in e40e63b1f518 08:12:35 ---> 8f6de1b2f2dc 08:12:35 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:12:35 ---> Running in 39987d811c5a 08:12:35 Removing intermediate container 39987d811c5a 08:12:35 ---> ed151c31c903 08:12:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:12:35 ---> Running in c953ff74e73c 08:12:36 Removing intermediate container c953ff74e73c 08:12:36 ---> 58cc6d890ecf 08:12:36 Step 22/24 : LABEL arch=arm64 08:12:36 ---> Running in 37b387254708 08:12:37 Removing intermediate container e40e63b1f518 08:12:37 ---> aae62b262330 08:12:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:12:37 ---> Running in 744579c2b35e 08:12:37 Removing intermediate container 37b387254708 08:12:37 ---> d840294c707f 08:12:37 Step 23/24 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:12:37 ---> Running in 3614d4faa7d4 08:12:38 Removing intermediate container 744579c2b35e 08:12:38 ---> 376a90c66c18 08:12:38 Step 15/27 : ENV APP_PORT=48090 08:12:38 ---> Running in a0e1e6c2a14a 08:12:38 Removing intermediate container 3614d4faa7d4 08:12:38 ---> 9e530f7ea206 08:12:38 Step 24/24 : LABEL version=0.0.0 08:12:38 ---> Running in aa0cdd2a271e 08:12:39 Removing intermediate container a0e1e6c2a14a 08:12:39 ---> 9ff9e4a4f827 08:12:39 Step 16/27 : EXPOSE $APP_PORT 08:12:39 ---> Running in 616766cf0984 08:12:39 Removing intermediate container aa0cdd2a271e 08:12:39 ---> c2ad734411f4 08:12:39 08:12:39 Removing intermediate container 6227755b583b 08:12:39 ---> 23e28af33655 08:12:39 08:12:39 Step 10/23 : FROM alpine 08:12:39 ---> afeebe901d6b 08:12:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:12:39 Successfully built c2ad734411f4 08:12:39 Successfully tagged docker-support-notifications-go-arm64:latest 08:12:39  Building docker-support-notifications-go ... done  ---> Running in 7b04bb5a1712 08:12:39 Removing intermediate container 616766cf0984 08:12:39 ---> 9cfa01de05ef 08:12:39 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:12:40 Removing intermediate container 7b04bb5a1712 08:12:40 ---> 1ad4cca7160c 08:12:40 Step 12/23 : ENV APP_PORT=48080 08:12:40 ---> Running in 6ba9c99fb8f6 08:12:41 ---> d648298d1ebb 08:12:41 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:12:41 Removing intermediate container 6ba9c99fb8f6 08:12:41 ---> 00d02d077113 08:12:41 Step 13/23 : EXPOSE $APP_PORT 08:12:41 ---> Running in ac088aba7407 08:12:41 Removing intermediate container ac088aba7407 08:12:41 ---> 1774c41fc705 08:12:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:41 ---> 93fc2f0c76f6 08:12:41 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:12:41 ---> Running in 8bcf88f0cdb3 08:12:42 ---> 5f85d6ee3005 08:12:42 Step 20/27 : RUN apk --no-cache add py3-pip 08:12:43 ---> Running in 5186641c3e60 08:12:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:12:44 Removing intermediate container 8bcf88f0cdb3 08:12:44 ---> 92b09b190cc6 08:12:44 Step 15/23 : RUN apk --no-cache add zeromq 08:12:44 ---> Running in 6626151e9352 08:12:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:12:45 (1/33) Installing libbz2 (1.0.8-r1) 08:12:45 (2/33) Installing expat (2.2.9-r1) 08:12:45 (3/33) Installing libffi (3.3-r2) 08:12:45 (4/33) Installing gdbm (1.13-r1) 08:12:45 (5/33) Installing xz-libs (5.2.5-r0) 08:12:45 (6/33) Installing sqlite-libs (3.32.1-r0) 08:12:45 (7/33) Installing python3 (3.8.5-r0) 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:12:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:12:47 (8/33) Installing py3-appdirs (1.4.4-r1) 08:12:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:12:47 (10/33) Installing py3-parsing (2.4.7-r0) 08:12:47 (11/33) Installing py3-six (1.15.0-r0) 08:12:47 (12/33) Installing py3-packaging (20.4-r0) 08:12:47 (13/33) Installing py3-setuptools (47.0.0-r0) 08:12:47 (1/5) Installing libgcc (9.3.0-r2) 08:12:47 (14/33) Installing py3-chardet (3.0.4-r4) 08:12:47 (2/5) Installing libsodium (1.0.18-r0) 08:12:47 (15/33) Installing py3-idna (2.9-r0) 08:12:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:12:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:12:47 (18/33) Installing py3-requests (2.23.0-r0) 08:12:47 (3/5) Installing libstdc++ (9.3.0-r2) 08:12:47 (19/33) Installing py3-msgpack (1.0.0-r0) 08:12:47 (20/33) Installing py3-lockfile (0.12.2-r3) 08:12:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:12:47 (22/33) Installing py3-colorama (0.4.3-r0) 08:12:47 (23/33) Installing py3-distlib (0.3.0-r0) 08:12:47 (24/33) Installing py3-distro (1.5.0-r1) 08:12:47 (25/33) Installing py3-webencodings (0.5.1-r3) 08:12:47 (26/33) Installing py3-html5lib (1.0.1-r4) 08:12:47 (27/33) Installing py3-pytoml (0.1.21-r0) 08:12:47 (28/33) Installing py3-pep517 (0.8.2-r0) 08:12:47 (29/33) Installing py3-progress (1.5-r0) 08:12:47 (30/33) Installing py3-toml (0.10.1-r0) 08:12:47 (4/5) Installing libzmq (4.3.3-r0) 08:12:47 (31/33) Installing py3-retrying (1.3.3-r0) 08:12:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:12:47 (33/33) Installing py3-pip (20.1.1-r0) 08:12:48 (5/5) Installing zeromq (4.3.3-r0) 08:12:48 Executing busybox-1.31.1-r19.trigger 08:12:48 OK: 71 MiB in 55 packages 08:12:48 Executing busybox-1.31.1-r19.trigger 08:12:48 OK: 8 MiB in 19 packages 08:12:50 Removing intermediate container 6626151e9352 08:12:50 ---> ba23f0f402fa 08:12:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:12:51 ---> 9b9a73f00486 08:12:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:12:53 ---> 9d740e6eeb26 08:12:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:12:54 ---> f5df0512a297 08:12:54 Step 19/23 : ENTRYPOINT ["/core-data"] 08:12:54 ---> Running in 26041d9ad0d1 08:12:55 Removing intermediate container 5186641c3e60 08:12:55 ---> 22da4d4e3f4a 08:12:55 Step 21/27 : RUN pip install docker-compose==1.23.2 08:12:55 Removing intermediate container 26041d9ad0d1 08:12:55 ---> 48713c25f2ba 08:12:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:12:55 ---> Running in 2cc16aadc1fe 08:12:55 ---> Running in 731b1b611d71 08:12:55 Removing intermediate container 731b1b611d71 08:12:55 ---> 35f10de2c31e 08:12:55 Step 21/23 : LABEL arch=arm64 08:12:55 ---> Running in 2ae6cd1797d7 08:12:56 Removing intermediate container 2ae6cd1797d7 08:12:56 ---> cb18970f5c08 08:12:56 Step 22/23 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:12:56 ---> Running in 167e01c1375e 08:12:57 Removing intermediate container 167e01c1375e 08:12:57 ---> 92e1669c75a0 08:12:57 Step 23/23 : LABEL version=0.0.0 08:12:57 ---> Running in df62a95489e6 08:12:57 Removing intermediate container df62a95489e6 08:12:57 ---> 056a2b628a34 08:12:57 08:12:58 Successfully built 056a2b628a34 08:12:58 Successfully tagged docker-core-data-go-arm64:latest 08:13:00  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 08:13:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:13:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:13:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:13:01 Collecting texttable<0.10,>=0.9.0 08:13:01 Downloading texttable-0.9.1.tar.gz (11 kB) 08:13:03 Collecting jsonschema<3,>=2.5.1 08:13:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:13:04 Collecting websocket-client<1.0,>=0.32.0 08:13:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:13:05 Collecting PyYAML<4,>=3.10 08:13:05 Downloading PyYAML-3.13.tar.gz (270 kB) 08:13:07 Collecting docopt<0.7,>=0.6.1 08:13:07 Downloading docopt-0.6.2.tar.gz (25 kB) 08:13:10 Collecting docker<4.0,>=3.6.0 08:13:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:13:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:13:10 Collecting dockerpty<0.5,>=0.4.1 08:13:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:13:12 Collecting cached-property<2,>=1.2.0 08:13:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:13:13 Collecting urllib3<1.25,>=1.21.1 08:13:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:13:13 Collecting idna<2.8,>=2.5 08:13:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:13:13 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) 08:13:13 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) 08:13:13 Collecting docker-pycreds>=0.4.0 08:13:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:13:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:13:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:13:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:13:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:13:14 Installing collected packages: urllib3, idna, requests, texttable, jsonschema, websocket-client, PyYAML, docopt, docker-pycreds, docker, dockerpty, cached-property, docker-compose 08:13:14 Attempting uninstall: urllib3 08:13:14 Found existing installation: urllib3 1.25.9 08:13:14 Uninstalling urllib3-1.25.9: 08:13:14 Successfully uninstalled urllib3-1.25.9 08:13:15 Attempting uninstall: idna 08:13:15 Found existing installation: idna 2.9 08:13:15 Uninstalling idna-2.9: 08:13:15 Successfully uninstalled idna-2.9 08:13:16 Attempting uninstall: requests 08:13:16 Found existing installation: requests 2.23.0 08:13:16 Uninstalling requests-2.23.0: 08:13:16 Successfully uninstalled requests-2.23.0 08:13:16 Running setup.py install for texttable: started 08:13:18 Running setup.py install for texttable: finished with status 'done' 08:13:18 Running setup.py install for PyYAML: started 08:13:20 Running setup.py install for PyYAML: finished with status 'done' 08:13:20 Running setup.py install for docopt: started 08:13:22 Running setup.py install for docopt: finished with status 'done' 08:13:23 Running setup.py install for dockerpty: started 08:13:25 Running setup.py install for dockerpty: finished with status 'done' 08:13: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 08:13:30 Removing intermediate container 2cc16aadc1fe 08:13:30 ---> d2fa25176caa 08:13:30 Step 22/27 : RUN apk --no-cache add curl 08:13:30 ---> Running in 7f38745d0aaf 08:13:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:13:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:13:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:13:31 (2/3) Installing libcurl (7.69.1-r3) 08:13:31 (3/3) Installing curl (7.69.1-r3) 08:13:31 Executing busybox-1.31.1-r19.trigger 08:13:32 OK: 71 MiB in 58 packages 08:13:33 Removing intermediate container 7f38745d0aaf 08:13:33 ---> 1f2e3299c408 08:13:33 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:13:33 ---> Running in 2de413b9e155 08:13:33 Removing intermediate container 2de413b9e155 08:13:33 ---> 2e9c33c4a761 08:13:33 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:13:33 ---> Running in 75794f6adae1 08:13:34 Removing intermediate container 75794f6adae1 08:13:34 ---> 2d7b57a5b738 08:13:34 Step 25/27 : LABEL arch=arm64 08:13:34 ---> Running in 22baf553ca7f 08:13:35 Removing intermediate container 22baf553ca7f 08:13:35 ---> a71098b8dbec 08:13:35 Step 26/27 : LABEL git_sha=4c7faa201beeecfc003c919f50fab7208469ca62 08:13:35 ---> Running in e511f10fb592 08:13:35 Removing intermediate container e511f10fb592 08:13:35 ---> da4b4a5b076c 08:13:35 Step 27/27 : LABEL version=0.0.0 08:13:35 ---> Running in 474c4ec2d660 08:13:36 Removing intermediate container 474c4ec2d660 08:13:36 ---> b9935ea48ced 08:13:36 08:13:36 Successfully built b9935ea48ced 08:13:36 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:13:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:13:37 $ docker stop --time=1 2772da3b826c537914165b195498ee24f21843b266059e3522ae19d71164579b 08:13:38 $ docker rm -f 2772da3b826c537914165b195498ee24f21843b266059e3522ae19d71164579b [Pipeline] // withDockerContainer [Pipeline] sh 08:13:39 + + dockergrep images docker 08:13:39 08:13:39 docker-sys-mgmt-agent-go-arm64 latest b9935ea48ced 3 seconds ago 300MB 08:13:39 docker-core-data-go-arm64 latest 056a2b628a34 42 seconds ago 21MB 08:13:39 docker-support-notifications-go-arm64 latest c2ad734411f4 About a minute ago 11.4MB 08:13:39 docker-security-bootstrap-redis-go-arm64 latest f7c0324580dd 2 minutes ago 15.1MB 08:13:39 docker-security-secretstore-setup-go-arm64 latest 59c5b232f3fa 3 minutes ago 23.5MB 08:13:39 docker-core-metadata-go-arm64 latest b7935951cd01 3 minutes ago 12.2MB 08:13:39 docker-security-proxy-setup-go-arm64 latest c052610ca13a 3 minutes ago 23.3MB 08:13:39 docker-core-command-go-arm64 latest c920536e74a2 3 minutes ago 9.98MB 08:13:39 docker-support-scheduler-go-arm64 latest f245da32bff1 3 minutes ago 10MB 08:13:39 docker latest f66387bf908a 2 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 08:13:42 provisioning config files... 08:13:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config1711297943403214942tmp [Pipeline] { [Pipeline] sh 08:13:43 + set +x 08:13:43 + curl -s https://codecov.io/bash 08:13:43 + bash -s -- 08:13:43 08:13:43 _____ _ 08:13:43 / ____| | | 08:13:43 | | ___ __| | ___ ___ _____ __ 08:13:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:13:43 | |___| (_) | (_| | __/ (_| (_) \ V / 08:13:43 \_____\___/ \__,_|\___|\___\___/ \_/ 08:13:43 Bash-20201231-23d4836 08:13:43 08:13:43 08:13:43 ==> git version 2.24.3 found 08:13:43 ==> 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 08:13:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:13:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:13:43 ==> Jenkins CI detected. 08:13:43 project root: . 08:13:43 --> token set from env 08:13:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:13:43 ==> Running gcov in . (disable via -X gcov) 08:13:43 ==> Python coveragepy not found 08:13:43 ==> Searching for coverage reports in: 08:13:43 + . 08:13:43 -> Found 1 reports 08:13:43 ==> Detecting git/mercurial file structure 08:13:43 ==> Reading reports 08:13:43 + ./coverage.out bytes=539421 08:13:43 ==> Appending adjustments 08:13:43 https://docs.codecov.io/docs/fixing-reports 08:13:47 + Found adjustments 08:13:47 ==> Gzipping contents 08:13:47 84K /tmp/codecov.sl8XoL.gz 08:13:47 ==> Uploading reports 08:13:47 url: https://codecov.io 08:13:47 query: branch=PR-2968&commit=4c7faa201beeecfc003c919f50fab7208469ca62&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2968%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2968&job=&cmd_args= 08:13:47 -> Pinging Codecov 08:13:47 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2968&commit=4c7faa201beeecfc003c919f50fab7208469ca62&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2968%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2968&job=&cmd_args= 08:13:47 -> Uploading to 08:13:47 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/4c7faa201beeecfc003c919f50fab7208469ca62/33ae3898-454e-4c2c-b734-6bb91772e8de.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T081347Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cc7188569556b3731f4e360a95abb7c32c6a18d3726e272321025025d5bf7d75 08:13:47 % Total % Received % Xferd Average Speed Time Time Time Current 08:13:47 Dload Upload Total Spent Left Speed 08:13:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82058 0 0 100 82058 0 170k --:--:-- --:--:-- --:--:-- 170k 100 82058 0 0 100 82058 0 170k --:--:-- --:--:-- --:--:-- 170k 08:13:47 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4c7faa201beeecfc003c919f50fab7208469ca62 [Pipeline] } 08:13:47 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 08:13:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:13:50 ---> package-listing.sh 08:13:50 ++ facter osfamily 08:13:50 ++ tr '[:upper:]' '[:lower:]' 08:13:50 + OS_FAMILY=redhat 08:13:50 + workspace=/w/workspace/edgex-go/5 08:13:50 + START_PACKAGES=/tmp/packages_start.txt 08:13:50 + END_PACKAGES=/tmp/packages_end.txt 08:13:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:13:50 + PACKAGES=/tmp/packages_start.txt 08:13:50 + '[' /w/workspace/edgex-go/5 ']' 08:13:50 + PACKAGES=/tmp/packages_end.txt 08:13:50 + case "${OS_FAMILY}" in 08:13:50 + rpm -qa 08:13:50 + sort 08:13:56 + '[' -f /tmp/packages_start.txt ']' 08:13:56 + '[' -f /tmp/packages_end.txt ']' 08:13:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:13:56 + '[' /w/workspace/edgex-go/5 ']' 08:13:56 + mkdir -p /w/workspace/edgex-go/5/archives/ 08:13:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 08:13:56 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:13:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:13:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:13:57 08:13:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:13:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:13:57 alpine: Pulling from edgex-lftools-log-publisher 08:13:57 df20fa9351a1: Pulling fs layer 08:13:57 36b3adc4ff6f: Pulling fs layer 08:13:57 8ad3a11d3b57: Pulling fs layer 08:13:57 46f8f816bc3b: Pulling fs layer 08:13:57 93b61091891f: Pulling fs layer 08:13:57 93b9cdb0e59b: Pulling fs layer 08:13:57 5e14af77c1be: Pulling fs layer 08:13:57 01666e4c0597: Pulling fs layer 08:13:57 aa168da1d23b: Pulling fs layer 08:13:57 46f8f816bc3b: Waiting 08:13:57 93b61091891f: Waiting 08:13:57 01666e4c0597: Waiting 08:13:57 aa168da1d23b: Waiting 08:13:57 93b9cdb0e59b: Waiting 08:13:57 5e14af77c1be: Waiting 08:13:57 36b3adc4ff6f: Verifying Checksum 08:13:57 46f8f816bc3b: Verifying Checksum 08:13:57 46f8f816bc3b: Download complete 08:13:57 df20fa9351a1: Download complete 08:13:57 93b9cdb0e59b: Verifying Checksum 08:13:57 93b9cdb0e59b: Download complete 08:13:57 93b61091891f: Download complete 08:13:57 5e14af77c1be: Verifying Checksum 08:13:57 5e14af77c1be: Download complete 08:13:57 01666e4c0597: Verifying Checksum 08:13:57 01666e4c0597: Download complete 08:13:57 8ad3a11d3b57: Verifying Checksum 08:13:57 8ad3a11d3b57: Download complete 08:13:57 df20fa9351a1: Pull complete 08:13:58 36b3adc4ff6f: Pull complete 08:13:59 8ad3a11d3b57: Pull complete 08:13:59 46f8f816bc3b: Pull complete 08:14:00 aa168da1d23b: Verifying Checksum 08:14:00 aa168da1d23b: Download complete 08:14:01 93b61091891f: Pull complete 08:14:01 93b9cdb0e59b: Pull complete 08:14:01 5e14af77c1be: Pull complete 08:14:01 01666e4c0597: Pull complete 08:14:11 aa168da1d23b: Pull complete 08:14:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:14:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:14:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:14:11 prd-centos7-docker-4c-2g-18149 does not seem to be running inside a container 08:14:12 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:14:16 $ docker top 292005c4ff4aa832677ac2fda8d4fedde531de349809891414fa9b0cec01f4c3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:14:16 + touch /tmp/pre-build-complete [Pipeline] sh 08:14:17 + mkdir -p /var/log/sa [Pipeline] sh 08:14:17 + ls /var/log/sa-host 08:14:17 + sadf -c /var/log/sa-host/sa04 08:14:17 file_magic: OK 08:14:17 HZ: Using current value: 100 08:14:17 file_header: OK 08:14:17 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 08:14:17 Statistics: 08:14:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:14:17 File successfully converted to sysstat format version 12.2.1 08:14:17 + sadf -c /var/log/sa-host/sa23 08:14:17 file_magic: OK 08:14:17 HZ: Using current value: 100 08:14:17 file_header: OK 08:14:17 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 08:14:17 Statistics: 08:14:17 Hnuu...uuuununununu... 08:14:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:14:18 provisioning config files... 08:14:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config3104884308149824833tmp [Pipeline] { [Pipeline] echo 08:14:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:14:18 ---> create-netrc.sh [Pipeline] } 08:14:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:14:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:14:19 ---> python-tools-install.sh [Pipeline] echo 08:14:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:14:19 ---> sudo-logs.sh 08:14:19 Archiving 'sudo' log.. [Pipeline] echo 08:14:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:14:19 ---> job-cost.sh 08:14:19 lf-activate-venv: SKIPPING 08:14:19 INFO: No Stack... 08:14:20 INFO: Retrieving Pricing Info for: v1-standard-2 08:14:20 INFO: Archiving Costs [Pipeline] echo 08:14:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:14:21 ---> logs-deploy.sh 08:14:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2968/5 08:14:21 INFO: archiving workspace using pattern(s): 08:14:23 Archives upload complete. 08:14:23 INFO: archiving logs to Nexus 08:14:24 ---> uname -a: 08:14:24 Linux prd-centos7-docker-4c-2g-18149.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:14:24 08:14:24 08:14:24 ---> lscpu: 08:14:24 Architecture: x86_64 08:14:24 CPU op-mode(s): 32-bit, 64-bit 08:14:24 Byte Order: Little Endian 08:14:24 Address sizes: 40 bits physical, 48 bits virtual 08:14:24 CPU(s): 4 08:14:24 On-line CPU(s) list: 0-3 08:14:24 Thread(s) per core: 1 08:14:24 Core(s) per socket: 1 08:14:24 Socket(s): 4 08:14:24 NUMA node(s): 1 08:14:24 Vendor ID: GenuineIntel 08:14:24 CPU family: 6 08:14:24 Model: 44 08:14:24 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:14:24 Stepping: 1 08:14:24 CPU MHz: 2933.438 08:14:24 BogoMIPS: 5866.87 08:14:24 Virtualization: VT-x 08:14:24 Hypervisor vendor: KVM 08:14:24 Virtualization type: full 08:14:24 L1d cache: 128 KiB 08:14:24 L1i cache: 128 KiB 08:14:24 L2 cache: 16 MiB 08:14:24 L3 cache: 64 MiB 08:14:24 NUMA node0 CPU(s): 0-3 08:14:24 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:14:24 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:14:24 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:14:24 Vulnerability Meltdown: Mitigation; PTI 08:14:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:14:24 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:14:24 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:14:24 Vulnerability Srbds: Not affected 08:14:24 Vulnerability Tsx async abort: Not affected 08:14:24 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 08:14:24 08:14:24 08:14:24 ---> nproc: 08:14:24 4 08:14:24 08:14:24 08:14:24 ---> df -h: 08:14:24 Filesystem Size Used Available Use% Mounted on 08:14:24 overlay 50.0G 12.1G 37.9G 24% / 08:14:24 tmpfs 64.0M 0 64.0M 0% /dev 08:14:24 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:14:24 shm 64.0M 0 64.0M 0% /dev/shm 08:14:24 /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os 08:14:24 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 08:14:24 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 08:14:24 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 08:14:24 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log 08:14:24 /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json 08:14:24 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host 08:14:24 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure 08:14:24 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/5 08:14:24 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/5@tmp 08:14:24 08:14:24 08:14:24 ---> free -m: 08:14:24 total used free shared buff/cache available 08:14:24 Mem: 1837 724 186 0 926 1027 08:14:24 Swap: 1023 69 954 08:14:24 08:14:24 08:14:24 ---> ip addr: 08:14:24 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:14:24 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:14:24 inet 127.0.0.1/8 scope host lo 08:14:24 valid_lft forever preferred_lft forever 08:14:24 inet6 ::1/128 scope host 08:14:24 valid_lft forever preferred_lft forever 08:14:24 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:14:24 link/ether fa:16:3e:9d:cc:ee brd ff:ff:ff:ff:ff:ff 08:14:24 inet 10.30.123.48/23 brd 10.30.123.255 scope global dynamic eth0 08:14:24 valid_lft 85245sec preferred_lft 85245sec 08:14:24 inet6 fe80::f816:3eff:fe9d:ccee/64 scope link 08:14:24 valid_lft forever preferred_lft forever 08:14:24 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:14:24 link/ether 02:42:51:f9:60:e8 brd ff:ff:ff:ff:ff:ff 08:14:24 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:14:24 valid_lft forever preferred_lft forever 08:14:24 inet6 fe80::42:51ff:fef9:60e8/64 scope link 08:14:24 valid_lft forever preferred_lft forever 08:14:24 08:14:24 08:14:24 ---> sar -b -r -n DEV: 08:14:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 08:14:24 08:14:24 07:54:57 LINUX RESTART (4 CPU) 08:14:24 08:14:24 07:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:14:24 07:57:01 222.89 89.33 133.56 0.00 6884.46 53606.12 0.00 08:14:24 07:58:01 298.27 135.40 162.87 0.00 5825.02 28404.93 0.00 08:14:24 07:59:01 177.80 86.79 91.01 0.00 3488.72 10243.08 0.00 08:14:24 08:00:02 737.34 514.52 222.82 0.00 83238.30 154120.39 0.00 08:14:24 08:01:01 2776.03 2421.90 354.14 0.00 150171.60 160148.00 0.00 08:14:24 08:02:02 424.73 166.68 258.06 0.00 49104.53 98568.48 0.00 08:14:24 08:03:01 1840.45 1519.43 321.02 0.00 108701.75 119223.92 0.00 08:14:24 08:04:01 188.35 28.50 159.85 0.00 3780.26 14846.86 0.00 08:14:24 08:05:01 2.88 0.05 2.83 0.00 1.07 79.05 0.00 08:14:24 08:06:01 0.77 0.43 0.33 0.00 15.72 3.70 0.00 08:14:24 08:07:01 0.37 0.12 0.25 0.00 1.47 2.75 0.00 08:14:24 08:08:02 0.18 0.00 0.18 0.00 0.00 1.83 0.00 08:14:24 08:09:01 0.27 0.02 0.25 0.00 0.54 3.42 0.00 08:14:24 08:10:01 0.40 0.15 0.25 0.00 3.06 3.48 0.00 08:14:24 08:11:01 2.55 1.67 0.88 0.00 179.61 16.92 0.00 08:14:24 08:12:01 0.35 0.03 0.32 0.00 0.80 4.66 0.00 08:14:24 08:13:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 08:14:24 08:14:01 78.91 66.24 12.67 0.00 5430.60 2006.71 0.00 08:14:24 Average: 372.78 277.22 95.56 0.00 23089.14 35636.20 0.00 08:14:24 08:14:24 07:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:14:24 07:57:01 85536 0 712604 37.87 1940 1081464 1533676 52.34 612032 942560 97344 08:14:24 07:58:01 208932 0 789764 41.97 600 882248 1637492 55.88 681128 713376 63520 08:14:24 07:59:01 291400 0 755488 40.15 376 834280 1379264 47.07 612964 687816 54144 08:14:24 08:00:02 80212 0 845984 44.96 0 955348 2269304 77.45 730592 865208 77388 08:14:24 08:01:01 69192 0 1181240 62.78 0 631112 4371248 149.18 920704 623104 6640 08:14:24 08:02:02 69700 0 796812 42.35 0 1015032 1940220 66.22 741568 839724 45976 08:14:24 08:03:01 318688 0 760488 40.42 0 802368 2043976 69.76 624984 697272 4488 08:14:24 08:04:01 346912 0 646088 34.34 0 888544 1217108 41.54 560804 731956 20 08:14:24 08:05:01 349744 0 643248 34.19 0 888552 1199620 40.94 559704 731564 12 08:14:24 08:06:01 350376 0 642156 34.13 0 889012 1191396 40.66 559300 731952 12 08:14:24 08:07:01 351056 0 641468 34.09 0 889020 1182144 40.34 558440 731924 16 08:14:24 08:08:02 350848 0 641672 34.10 0 889024 1182144 40.34 558444 731924 8 08:14:24 08:09:01 351488 0 641020 34.07 0 889036 1182144 40.34 558452 731940 12 08:14:24 08:10:01 351160 0 641348 34.09 0 889036 1201376 41.00 558576 731956 8 08:14:24 08:11:01 345804 0 641964 34.12 0 893776 1182216 40.35 561508 733716 8 08:14:24 08:12:01 346068 0 641700 34.10 0 893776 1182192 40.35 561444 733732 8 08:14:24 08:13:01 345932 0 641824 34.11 0 893788 1182144 40.34 561552 733744 8 08:14:24 08:14:01 104828 0 676284 35.94 0 1100432 1415672 48.31 604348 926472 102308 08:14:24 Average: 262104 0 718953 38.21 162 900325 1582963 54.02 618141 756663 25107 08:14:24 08:14:24 07:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:14:24 07:57:01 eth0 1314.02 1256.38 7241.67 138.04 0.00 0.00 0.00 0.00 08:14:24 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 07:57:01 docker0 892.04 798.34 72.19 3078.00 0.00 0.00 0.00 0.00 08:14:24 07:58:01 veth5e95c89 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:14:24 07:58:01 eth0 153.51 111.20 498.71 20.85 0.00 0.00 0.00 0.00 08:14:24 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 07:58:01 docker0 89.77 115.38 7.05 464.08 0.00 0.00 0.00 0.00 08:14:24 07:59:01 veth5e95c89 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 07:59:01 eth0 44.08 28.45 29.12 84.66 0.00 0.00 0.00 0.00 08:14:24 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:00:02 veth128d135 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:14:24 08:00:02 eth0 185.26 143.93 1672.46 22.57 0.00 0.00 0.00 0.00 08:14:24 08:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:01:01 veth263968d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:14:24 08:01:01 veth128d135 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 08:14:24 08:01:01 veth4b91db3 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:14:24 08:01:01 vethf98a566 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:14:24 08:02:02 veth128d135 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:02:02 eth0 2697.46 2198.05 13105.49 439.19 0.00 0.00 0.00 0.00 08:14:24 08:02:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 08:14:24 08:02:02 docker0 985.02 924.31 78.93 3612.37 0.00 0.00 0.00 0.00 08:14:24 08:03:01 veth128d135 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:14:24 08:03:01 eth0 62.44 38.58 128.72 91.31 0.00 0.00 0.00 0.00 08:14:24 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:03:01 vethe18b84e 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 08:14:24 08:04:01 eth0 100.92 52.59 476.37 18.56 0.00 0.00 0.00 0.00 08:14:24 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:04:01 docker0 1043.20 1018.96 82.81 4218.26 0.00 0.00 0.00 0.00 08:14:24 08:05:01 eth0 1.78 1.13 0.98 0.45 0.00 0.00 0.00 0.00 08:14:24 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:06:01 eth0 0.38 0.28 0.17 0.08 0.00 0.00 0.00 0.00 08:14:24 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:07:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:14:24 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:08:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:14:24 08:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:09:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:14:24 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:10:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:14:24 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:11:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:14:24 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:12:01 eth0 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 08:14:24 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:13:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:14:01 eth0 244.02 209.59 2173.79 77.28 0.00 0.00 0.00 0.00 08:14:24 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 Average: eth0 122.30 106.05 690.31 29.34 0.00 0.00 0.00 0.00 08:14:24 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:14:24 Average: docker0 58.06 56.72 4.61 234.79 0.00 0.00 0.00 0.00 08:14:24 08:14:24 08:14:24 ---> sar -P ALL: 08:14:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 08:14:24 08:14:24 07:54:57 LINUX RESTART (4 CPU) 08:14:24 08:14:24 07:56:02 CPU %user %nice %system %iowait %steal %idle 08:14:24 07:57:01 all 16.67 0.00 9.55 2.03 0.06 71.69 08:14:24 07:57:01 0 12.91 0.00 11.17 2.37 0.05 73.50 08:14:24 07:57:01 1 22.00 0.00 9.00 1.34 0.05 67.61 08:14:24 07:57:01 2 13.31 0.00 8.98 1.34 0.07 76.30 08:14:24 07:57:01 3 18.43 0.00 9.06 3.08 0.07 69.36 08:14:24 07:58:01 all 32.33 0.00 11.04 8.07 0.07 48.49 08:14:24 07:58:01 0 32.55 0.00 10.55 7.00 0.07 49.83 08:14:24 07:58:01 1 30.38 0.00 11.23 8.39 0.05 49.95 08:14:24 07:58:01 2 32.56 0.00 11.76 7.71 0.10 47.87 08:14:24 07:58:01 3 33.83 0.00 10.63 9.17 0.07 46.30 08:14:24 07:59:01 all 55.90 0.00 14.90 3.92 0.06 25.21 08:14:24 07:59:01 0 54.32 0.00 15.42 4.03 0.07 26.17 08:14:24 07:59:01 1 58.47 0.00 14.51 3.49 0.03 23.50 08:14:24 07:59:01 2 56.10 0.00 15.23 3.32 0.05 25.30 08:14:24 07:59:01 3 54.70 0.00 14.45 4.86 0.09 25.90 08:14:24 08:00:02 all 23.46 0.00 19.73 6.47 0.09 50.25 08:14:24 08:00:02 0 22.67 0.00 20.00 5.80 0.09 51.44 08:14:24 08:00:02 1 23.42 0.00 19.65 6.48 0.10 50.35 08:14:24 08:00:02 2 23.38 0.00 18.95 6.38 0.10 51.19 08:14:24 08:00:02 3 24.35 0.00 20.34 7.24 0.09 47.99 08:14:24 08:01:01 all 20.66 0.00 24.48 29.36 0.16 25.33 08:14:24 08:01:01 0 20.58 0.00 24.70 31.85 0.12 22.74 08:14:24 08:01:01 1 20.48 0.00 23.78 27.97 0.21 27.55 08:14:24 08:01:01 2 20.78 0.00 24.23 27.97 0.13 26.90 08:14:24 08:01:01 3 20.82 0.00 25.20 29.67 0.18 24.13 08:14:24 08:02:02 all 45.02 0.00 16.50 20.21 0.06 18.22 08:14:24 08:02:02 0 44.30 0.00 16.46 21.86 0.08 17.29 08:14:24 08:02:02 1 45.11 0.00 15.99 21.07 0.07 17.76 08:14:24 08:02:02 2 45.14 0.00 16.86 17.98 0.03 19.99 08:14:24 08:02:02 3 45.52 0.00 16.67 19.92 0.05 17.85 08:14:24 08:03:01 all 44.87 0.00 22.26 18.61 0.08 14.17 08:14:24 08:03:01 0 45.41 0.00 22.37 19.53 0.09 12.60 08:14:24 08:03:01 1 44.57 0.00 21.58 19.96 0.09 13.80 08:14:24 08:03:01 2 44.81 0.00 21.96 17.80 0.09 15.34 08:14:24 08:03:01 3 44.71 0.00 23.15 17.15 0.05 14.93 08:14:24 08:04:01 all 10.40 0.00 6.28 7.16 0.05 76.11 08:14:24 08:04:01 0 11.31 0.00 6.55 6.01 0.07 76.06 08:14:24 08:04:01 1 12.21 0.00 6.78 6.96 0.03 74.01 08:14:24 08:04:01 2 7.71 0.00 5.78 8.46 0.03 78.02 08:14:24 08:04:01 3 10.37 0.00 6.02 7.22 0.05 76.34 08:14:24 08:05:01 all 0.15 0.00 0.04 0.11 0.00 99.70 08:14:24 08:05:01 0 0.20 0.00 0.05 0.00 0.00 99.75 08:14:24 08:05:01 1 0.33 0.00 0.02 0.43 0.00 99.22 08:14:24 08:05:01 2 0.03 0.00 0.07 0.00 0.02 99.88 08:14:24 08:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:14:24 08:06:01 all 0.17 0.00 0.03 0.00 0.00 99.80 08:14:24 08:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:14:24 08:06:01 1 0.55 0.00 0.03 0.00 0.02 99.40 08:14:24 08:06:01 2 0.07 0.00 0.05 0.00 0.00 99.88 08:14:24 08:06:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:14:24 08:07:01 all 0.15 0.00 0.02 0.00 0.00 99.82 08:14:24 08:07:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:14:24 08:07:01 1 0.52 0.00 0.02 0.00 0.00 99.47 08:14:24 08:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:14:24 08:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:14:24 08:14:24 08:07:01 CPU %user %nice %system %iowait %steal %idle 08:14:24 08:08:02 all 0.15 0.00 0.04 0.00 0.00 99.81 08:14:24 08:08:02 0 0.02 0.00 0.05 0.00 0.00 99.93 08:14:24 08:08:02 1 0.52 0.00 0.02 0.00 0.00 99.47 08:14:24 08:08:02 2 0.05 0.00 0.05 0.00 0.00 99.90 08:14:24 08:08:02 3 0.02 0.00 0.03 0.00 0.00 99.95 08:14:24 08:09:01 all 0.14 0.00 0.02 0.00 0.01 99.83 08:14:24 08:09:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:14:24 08:09:01 1 0.51 0.00 0.02 0.00 0.02 99.46 08:14:24 08:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:14:24 08:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:14:24 08:10:01 all 0.16 0.00 0.03 0.00 0.00 99.80 08:14:24 08:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:14:24 08:10:01 1 0.55 0.00 0.03 0.00 0.00 99.42 08:14:24 08:10:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:14:24 08:10:01 3 0.05 0.00 0.03 0.00 0.00 99.92 08:14:24 08:11:01 all 0.15 0.00 0.06 0.02 0.00 99.77 08:14:24 08:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:14:24 08:11:01 1 0.02 0.00 0.12 0.10 0.00 99.77 08:14:24 08:11:01 2 0.53 0.00 0.03 0.00 0.00 99.43 08:14:24 08:11:01 3 0.03 0.00 0.07 0.00 0.00 99.90 08:14:24 08:12:01 all 0.14 0.00 0.02 0.00 0.00 99.84 08:14:24 08:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:14:24 08:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:14:24 08:12:01 2 0.50 0.00 0.02 0.00 0.00 99.48 08:14:24 08:12:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:14:24 08:13:01 all 0.12 0.00 0.04 0.00 0.00 99.85 08:14:24 08:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:14:24 08:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:14:24 08:13:01 2 0.40 0.00 0.08 0.00 0.00 99.52 08:14:24 08:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:14:24 08:14:01 all 3.17 0.00 2.15 1.85 0.02 92.81 08:14:24 08:14:01 0 2.80 0.00 2.26 2.40 0.02 92.53 08:14:24 08:14:01 1 3.06 0.00 2.16 1.20 0.02 93.56 08:14:24 08:14:01 2 3.04 0.00 2.02 2.00 0.02 92.93 08:14:24 08:14:01 3 3.78 0.00 2.17 1.80 0.02 92.24 08:14:24 Average: all 13.85 0.00 6.90 5.30 0.04 73.91 08:14:24 Average: 0 13.48 0.00 7.04 5.46 0.04 73.99 08:14:24 Average: 1 14.37 0.00 6.80 5.29 0.04 73.50 08:14:24 Average: 2 13.56 0.00 6.85 5.03 0.03 74.51 08:14:24 Average: 3 13.98 0.00 6.92 5.41 0.04 73.65 08:14:24 08:14:24 08:14:24