Pull request #3042 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 54f3f774b6bd4fcc74f73240e521d4782dac5aa8+c2d5dc167efdba7037e3dd944aa45209cd29109f (1448e8284da63f75b3b59511fadb51ff1ffc9319) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20814 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 Merge succeeded, producing 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 Checking out Revision 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 (PR-3042) > git config core.sparsecheckout # timeout=10 > git checkout -f 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 # 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 c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 # timeout=10 Commit message: "Merge branch 'master' into issue-3041" First time build. Skipping changelog. > git rev-list --no-walk 153dc344395f502bd78960add161996b404b82f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:14:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:14:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:14:50 ========================================================= 07:14:50 EdgeX Global Pipelines Version Info 07:14:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:14:52 ------------------- 07:14:52 stable info: 07:14:52 ------------------- 07:14:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:14:52 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 07:14:52 Message: update stable to v1.0.177 07:14:53 ------------------- 07:14:53 experimental info: 07:14:53 ------------------- 07:14:53 Commited By: **** collab-it+edgex@linuxfoundation.org 07:14:53 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 07:14:53 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:14:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:14:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:14:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:14:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:14:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:14:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:14:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:14:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:14:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:14:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:14:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:14:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:14:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3042 [Pipeline] echo 07:14:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3042 [Pipeline] echo 07:14:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3042 [Pipeline] echo 07:14:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [Pipeline] echo 07:14:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54f3f77 [Pipeline] echo 07:14:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:14:56 provisioning config files... 07:14:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3373000097767112162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:14:56 ---> docker-login.sh 07:14:56 nexus3.edgexfoundry.org:10001 07:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:14:57 Configure a credential helper to remove this warning. See 07:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:14:57 07:14:57 Login Succeeded 07:14:57 nexus3.edgexfoundry.org:10002 07:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:14:57 Configure a credential helper to remove this warning. See 07:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:14:57 07:14:57 Login Succeeded 07:14:57 nexus3.edgexfoundry.org:10003 07:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:14:57 Configure a credential helper to remove this warning. See 07:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:14:57 07:14:57 Login Succeeded 07:14:57 nexus3.edgexfoundry.org:10004 07:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:14:57 Configure a credential helper to remove this warning. See 07:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:14:57 07:14:57 Login Succeeded 07:14:57 docker.io 07:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:14:58 Configure a credential helper to remove this warning. See 07:14:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:14:58 07:14:58 Login Succeeded 07:14:58 ---> docker-login.sh ends [Pipeline] } 07:14:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:14:58 ++ 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:14:58 + for file in '`ls cmd/**/Dockerfile`' 07:14:58 ++ dirname cmd/core-command/Dockerfile 07:14:58 ++ cut -d/ -f2 07:14:58 + echo core-command,cmd/core-command/Dockerfile 07:14:58 + for file in '`ls cmd/**/Dockerfile`' 07:14:58 ++ dirname cmd/core-data/Dockerfile 07:14:58 ++ cut -d/ -f2 07:14:58 + echo core-data,cmd/core-data/Dockerfile 07:14:58 + for file in '`ls cmd/**/Dockerfile`' 07:14:58 ++ dirname cmd/core-metadata/Dockerfile 07:14:58 ++ cut -d/ -f2 07:14:58 + echo core-metadata,cmd/core-metadata/Dockerfile 07:14:58 + for file in '`ls cmd/**/Dockerfile`' 07:14:58 ++ dirname cmd/security-bootstrap-redis/Dockerfile 07:14:58 ++ cut -d/ -f2 07:14:58 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 07:14:58 + for file in '`ls cmd/**/Dockerfile`' 07:14:58 ++ dirname cmd/security-proxy-setup/Dockerfile 07:14:58 ++ cut -d/ -f2 07:14:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:14:58 + for file in '`ls cmd/**/Dockerfile`' 07:14:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:14:58 ++ cut -d/ -f2 07:14:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:14:58 + for file in '`ls cmd/**/Dockerfile`' 07:14:58 ++ dirname cmd/support-notifications/Dockerfile 07:14:58 ++ cut -d/ -f2 07:14:58 + echo support-notifications,cmd/support-notifications/Dockerfile 07:14:58 + for file in '`ls cmd/**/Dockerfile`' 07:14:58 ++ dirname cmd/support-scheduler/Dockerfile 07:14:58 ++ cut -d/ -f2 07:14:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:14:58 + for file in '`ls cmd/**/Dockerfile`' 07:14:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:14:58 ++ cut -d/ -f2 07:14:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:14:58 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:15:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:00 07:15:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:15:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:00 latest: Pulling from edgex-devops/git-semver 07:15:00 31603596830f: Pulling fs layer 07:15:00 2a8b12db71e7: Pulling fs layer 07:15:00 6ca5941a6612: Pulling fs layer 07:15:00 ecc8261a40a4: Pulling fs layer 07:15:00 ecc8261a40a4: Waiting 07:15:00 2a8b12db71e7: Verifying Checksum 07:15:00 2a8b12db71e7: Download complete 07:15:00 31603596830f: Download complete 07:15:01 ecc8261a40a4: Verifying Checksum 07:15:01 ecc8261a40a4: Download complete 07:15:01 6ca5941a6612: Verifying Checksum 07:15:01 6ca5941a6612: Download complete 07:15:01 31603596830f: Pull complete 07:15:01 2a8b12db71e7: Pull complete 07:15:02 6ca5941a6612: Pull complete 07:15:02 ecc8261a40a4: Pull complete 07:15:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:15:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:15:02 prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container 07:15:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:15:05 $ docker top 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:15:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:15:05 [ssh-agent] Looking for ssh-agent implementation... 07:15:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:15:05 $ docker exec 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 ssh-agent 07:15:05 SSH_AUTH_SOCK=/tmp/ssh-eSrGIQlUWKj6/agent.11 07:15:05 SSH_AGENT_PID=16 07:15:05 Running ssh-add (command line suppressed) 07:15:05 Identity added: /w/workspace/edgex-go/7@tmp/private_key_3764641563359090144.key (/w/workspace/edgex-go/7@tmp/private_key_3764641563359090144.key) 07:15:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:15:06 + git tag --points-at HEAD [Pipeline] } 07:15:06 $ docker exec --env ******** --env ******** 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 ssh-agent -k 07:15:06 unset SSH_AUTH_SOCK; 07:15:06 unset SSH_AGENT_PID; 07:15:06 echo Agent pid 16 killed; 07:15:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:15:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:15:06 [ssh-agent] Looking for ssh-agent implementation... 07:15:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:15:06 $ docker exec 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 ssh-agent 07:15:06 SSH_AUTH_SOCK=/tmp/ssh-5Ps47hVicNNP/agent.46 07:15:06 SSH_AGENT_PID=52 07:15:06 Running ssh-add (command line suppressed) 07:15:07 Identity added: /w/workspace/edgex-go/7@tmp/private_key_4937697015061441704.key (/w/workspace/edgex-go/7@tmp/private_key_4937697015061441704.key) 07:15:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:15:07 + git semver init 07:15:07 # -> Open(): unable to determine branch for HEAD 07:15:07 # $GIT_DIR = /w/workspace/edgex-go/7/.git 07:15:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 07:15:07 # $SEMVER_REMOTE_NAME = origin 07:15:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:15:07 # $SEMVER_USER_NAME = edgex-jenkins 07:15:07 # $SEMVER_BRANCH = PR-3042 07:15:07 # $SEMVER_TEMP = /tmp/semver-546842860 07:15:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:15:25 # '/tmp/semver-546842860' -> '/w/workspace/edgex-go/7/.semver' 07:15:25 # -> Force: false 07:15:25 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 07:15:25 $ docker exec --env ******** --env ******** 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 ssh-agent -k 07:15:26 unset SSH_AUTH_SOCK; 07:15:26 unset SSH_AGENT_PID; 07:15:26 echo Agent pid 52 killed; 07:15:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:15:26 + git semver [Pipeline] } 07:15:26 $ docker stop --time=1 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 07:15:28 $ docker rm -f 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 [Pipeline] // withDockerContainer [Pipeline] sh 07:15:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:15:29 Stashed 1 file(s) [Pipeline] echo 07:15:29 [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:15:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:15:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:15:30 + sudo service docker restart 07:15:30 + true 07:15:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:15:31 ========================================================= 07:15:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:15:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:15:31 + 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:15:35 Sending build context to Docker daemon 326.5MB 07:15:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:15:35 Step 2/6 : FROM ${BASE} 07:15:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:15:35 188c0c94c7c5: Pulling fs layer 07:15:35 0ef7d3d256c8: Pulling fs layer 07:15:35 de9db76c5a1d: Pulling fs layer 07:15:35 bca2f99d35d6: Pulling fs layer 07:15:35 93359f2a8cfa: Pulling fs layer 07:15:35 7c6f9722023f: Pulling fs layer 07:15:35 a35cf1a2eb13: Pulling fs layer 07:15:35 93359f2a8cfa: Waiting 07:15:35 bca2f99d35d6: Waiting 07:15:35 7c6f9722023f: Waiting 07:15:35 a35cf1a2eb13: Waiting 07:15:35 de9db76c5a1d: Verifying Checksum 07:15:35 de9db76c5a1d: Download complete 07:15:35 0ef7d3d256c8: Verifying Checksum 07:15:35 0ef7d3d256c8: Download complete 07:15:35 93359f2a8cfa: Verifying Checksum 07:15:35 93359f2a8cfa: Download complete 07:15:35 7c6f9722023f: Verifying Checksum 07:15:35 188c0c94c7c5: Verifying Checksum 07:15:35 188c0c94c7c5: Download complete 07:15:35 7c6f9722023f: Download complete 07:15:35 188c0c94c7c5: Pull complete 07:15:35 0ef7d3d256c8: Pull complete 07:15:35 de9db76c5a1d: Pull complete 07:15:37 a35cf1a2eb13: Verifying Checksum 07:15:37 a35cf1a2eb13: Download complete 07:15:37 bca2f99d35d6: Verifying Checksum 07:15:37 bca2f99d35d6: Download complete 07:15:43 bca2f99d35d6: Pull complete 07:15:43 93359f2a8cfa: Pull complete 07:15:43 7c6f9722023f: Pull complete 07:15:44 Still waiting to schedule task 07:15:44 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 07:15:48 a35cf1a2eb13: Pull complete 07:15:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:15:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:15:48 ---> a62c8e92a672 07:15:48 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:15:48 ---> Running in 558bcf7580cd 07:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:15:49 (1/12) Installing libmagic (5.38-r0) 07:15:50 (2/12) Installing file (5.38-r0) 07:15:50 (3/12) Installing libc-dev (0.7.2-r3) 07:15:50 (4/12) Installing g++ (9.3.0-r2) 07:15:54 (5/12) Installing fortify-headers (1.1-r0) 07:15:54 (6/12) Installing patch (2.7.6-r6) 07:15:54 (7/12) Installing build-base (0.5-r2) 07:15:54 (8/12) Installing libsodium (1.0.18-r0) 07:15:54 (9/12) Installing pkgconf (1.7.2-r0) 07:15:54 (10/12) Installing libsodium-dev (1.0.18-r0) 07:15:54 (11/12) Installing libzmq (4.3.3-r0) 07:15:54 (12/12) Installing zeromq-dev (4.3.3-r0) 07:15:54 Executing busybox-1.31.1-r19.trigger 07:15:54 OK: 233 MiB in 51 packages 07:15:59 Removing intermediate container 558bcf7580cd 07:15:59 ---> 6ca9c6f64817 07:15:59 Step 4/6 : WORKDIR /edgex-go 07:15:59 ---> Running in fb32fe6d07fd 07:15:59 Removing intermediate container fb32fe6d07fd 07:15:59 ---> bfb377e515c2 07:15:59 Step 5/6 : COPY go.mod . 07:15:59 ---> 69850a0da75e 07:15:59 Step 6/6 : RUN go mod download 07:15:59 ---> Running in dce99b27c2c4 07:16:21 Removing intermediate container dce99b27c2c4 07:16:21 ---> e5a949d89459 07:16:21 Successfully built e5a949d89459 07:16:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:16:21 + docker inspect -f . ci-base-image-x86_64 07:16:21 . [Pipeline] withDockerContainer 07:16:21 prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container 07:16:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:16:22 $ docker top 836c935db691e4d237bdfc931d2ce3dcb6090580c93521e665b495773b2ca443 -eo pid,comm [Pipeline] { [Pipeline] sh 07:16:22 + go version 07:16:22 go version go1.15.5 linux/amd64 [Pipeline] } 07:16:22 $ docker stop --time=1 836c935db691e4d237bdfc931d2ce3dcb6090580c93521e665b495773b2ca443 07:16:24 $ docker rm -f 836c935db691e4d237bdfc931d2ce3dcb6090580c93521e665b495773b2ca443 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:16:25 + docker inspect -f . ci-base-image-x86_64 07:16:25 . [Pipeline] withDockerContainer 07:16:25 prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container 07:16:25 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:16:25 $ docker top f7a2df71f87cccdd436bcfa09ac67a217ed10e1cf8ce18c5e1775e53328f6ccf -eo pid,comm [Pipeline] { [Pipeline] echo 07:16:26 ========================================================= 07:16:26 [edgeXBuildGoParallel] Running Tests and Build... 07:16:26 ========================================================= [Pipeline] sh 07:16:26 + make test 07:16:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:16:34 ? github.com/edgexfoundry/edgex-go [no test files] 07:16:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:16:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:16:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:16:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:16:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:16:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:16:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:16:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:16:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:16:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:16:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:16:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:16:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:17:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.164s coverage: 46.6% of statements 07:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:17:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.0% of statements 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:17:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:17:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:17:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.124s coverage: 67.9% of statements 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:17:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.150s coverage: 82.3% of statements 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:17:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:17:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements 07:17:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:17:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:17:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:17:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:17:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:17:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements 07:17:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:17:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 07:17:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:17:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 07:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:17:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements 07:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:17:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 07:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:17:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:17:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.376s coverage: 92.8% of statements 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:17:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:17:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:17:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:17:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:17:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 07:17:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements 07:17:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements 07:17:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements 07:17:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:17:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements 07:17:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:17:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:17:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 07:17:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 07:17:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 07:17:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 07:17:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 07:17:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 68.9% of statements 07:17:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:17:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:17:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:17:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:17:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:17:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements 07:17:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:17:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:17:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.292s coverage: 84.0% of statements 07:17:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements 07:17:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.1% of statements 07:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:17:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements 07:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:17:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 07:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.695s coverage: 29.1% of statements 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:17:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:17:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:17:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:17:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 07:17:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 07:17:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 07:17:19 GO111MODULE=on go vet ./... 07:17:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20815 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws 07:17:37 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 07:17:41 gofmt -l . 07:17:41 [ "`gofmt -l .`" = "" ] 07:17:41 ./bin/test-go-mod-tidy.sh 07:17:42 ./bin/test-attribution-txt.sh 07:17:42 using credential edgex-jenkins-ssh 07:17:42 Cloning the remote Git repository [Pipeline] sh 07:17:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:17:42 + ls -al . 07:17:42 total 656 07:17:42 drwxrwxr-x 10 1001 1001 4096 Jan 17 07:17 . 07:17:42 drwxr-xr-x 4 root root 28 Jan 17 07:16 .. 07:17:42 -rw-rw-r-- 1 1001 1001 11 Jan 17 07:14 .dockerignore 07:17:42 drwxrwxr-x 8 1001 1001 179 Jan 17 07:14 .git 07:17:42 drwxrwxr-x 3 1001 1001 125 Jan 17 07:14 .github 07:17:42 -rw-rw-r-- 1 1001 1001 824 Jan 17 07:14 .gitignore 07:17:42 drwx------ 3 1001 1001 47 Jan 17 07:15 .semver 07:17:42 -rw-rw-r-- 1 1001 1001 166 Jan 17 07:14 .sonarcloud.properties 07:17:42 -rw-rw-r-- 1 1001 1001 7744 Jan 17 07:14 Attribution.txt 07:17:42 -rw-rw-r-- 1 1001 1001 3804 Jan 17 07:14 CONTRIBUTING.md 07:17:42 -rw-rw-r-- 1 1001 1001 931 Jan 17 07:14 Dockerfile.build 07:17:42 -rw-rw-r-- 1 1001 1001 863 Jan 17 07:14 Jenkinsfile 07:17:42 -rw-rw-r-- 1 1001 1001 10775 Jan 17 07:14 LICENSE 07:17:42 -rw-rw-r-- 1 1001 1001 5750 Jan 17 07:14 Makefile 07:17:42 -rw-rw-r-- 1 1001 1001 6524 Jan 17 07:14 README.md 07:17:42 -rw-rw-r-- 1 1001 1001 6744 Jan 17 07:14 SECURITY.md 07:17:42 -rw-rw-r-- 1 1001 1001 5 Jan 17 07:15 VERSION 07:17:42 -rw-rw-r-- 1 1001 1001 4131 Jan 17 07:14 ZMQWindows.md 07:17:42 drwxrwxr-x 2 1001 1001 117 Jan 17 07:14 bin 07:17:42 drwxrwxr-x 14 1001 1001 4096 Jan 17 07:14 cmd 07:17:42 -rw-r--r-- 1 root root 550280 Jan 17 07:17 coverage.out 07:17:42 -rw-r--r-- 1 root root 981 Jan 17 07:17 go.mod 07:17:42 -rw-r--r-- 1 root root 19241 Jan 17 07:17 go.sum 07:17:42 drwxrwxr-x 8 1001 1001 127 Jan 17 07:14 internal 07:17:42 drwxrwxr-x 4 1001 1001 26 Jan 17 07:14 openapi 07:17:42 drwxrwxr-x 4 1001 1001 71 Jan 17 07:14 snap 07:17:42 -rw-rw-r-- 1 1001 1001 168 Jan 17 07:14 version.go [Pipeline] sh 07:17:43 + '[' -e coverage.out ] 07:17:43 + chown 1001:1001 coverage.out [Pipeline] stash 07:17:43 Stashed 1 file(s) [Pipeline] sh 07:17:42 > git init /w/workspace/edgex-go/7 # timeout=10 07:17:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:17:42 > git --version # timeout=10 07:17:42 > git --version # 'git version 2.17.1' 07:17:42 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:17:43 + make build 07:17:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:17:46 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:17:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:17:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:17:55 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 07:17:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:17:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:17:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:17:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:17:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:17:57 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:17:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:17:57 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:17:58 Merge succeeded, producing 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:17:58 Checking out Revision 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 (PR-3042) 07:17:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:17:57 > git config core.sparsecheckout # timeout=10 07:17:58 > git checkout -f 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 # timeout=10 07:17:58 > git remote # timeout=10 07:17:58 > git config --get remote.origin.url # timeout=10 07:17:58 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:58 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 07:17:58 > git rev-parse HEAD^{commit} # timeout=10 07:17:58 > git config core.sparsecheckout # timeout=10 07:17:58 > git checkout -f 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 # timeout=10 07:18:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:18:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:18:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:18:02 Commit message: "Merge branch 'master' into issue-3041" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:18:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:18:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] } 07:18:04 $ docker stop --time=1 f7a2df71f87cccdd436bcfa09ac67a217ed10e1cf8ce18c5e1775e53328f6ccf 07:18:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 07:18:06 $ docker rm -f f7a2df71f87cccdd436bcfa09ac67a217ed10e1cf8ce18c5e1775e53328f6ccf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 07:18:07 + + true 07:18:07 sudo service docker restart [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:18:09 provisioning config files... 07:18:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8241439513703160217tmp [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:18:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:18:09 07:18:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:18:10 ---> docker-login.sh 07:18:10 nexus3.edgexfoundry.org:10001 07:18:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:18:10 latest: Pulling from edgex-devops/edgex-compose 07:18:10 cbdbe7a5bc2a: Pulling fs layer 07:18:10 ca9280d653b3: Pulling fs layer 07:18:10 7e9c9ca2126c: Pulling fs layer 07:18:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:11 cbdbe7a5bc2a: Verifying Checksum 07:18:11 cbdbe7a5bc2a: Download complete 07:18:11 ca9280d653b3: Verifying Checksum 07:18:11 ca9280d653b3: Download complete 07:18:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:11 Configure a credential helper to remove this warning. See 07:18:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:11 07:18:11 Login Succeeded 07:18:11 nexus3.edgexfoundry.org:10002 07:18:11 cbdbe7a5bc2a: Pull complete 07:18:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:11 Configure a credential helper to remove this warning. See 07:18:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:11 07:18:11 Login Succeeded 07:18:11 nexus3.edgexfoundry.org:10003 07:18:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:12 7e9c9ca2126c: Verifying Checksum 07:18:12 7e9c9ca2126c: Download complete 07:18:12 ca9280d653b3: Pull complete 07:18:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:12 Configure a credential helper to remove this warning. See 07:18:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:12 07:18:12 Login Succeeded 07:18:12 nexus3.edgexfoundry.org:10004 07:18:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:12 Configure a credential helper to remove this warning. See 07:18:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:12 07:18:12 Login Succeeded 07:18:12 docker.io 07:18:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:13 Configure a credential helper to remove this warning. See 07:18:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:13 07:18:13 Login Succeeded 07:18:13 ---> docker-login.sh ends [Pipeline] } 07:18:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:18:14 ========================================================= 07:18:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:18:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:18:14 + 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:18:17 Sending build context to Docker daemon 165.5MB 07:18:17 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:18:17 Step 2/6 : FROM ${BASE} 07:18:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:18:17 5f621e34cdf4: Pulling fs layer 07:18:17 a4357932f1b6: Pulling fs layer 07:18:17 18c013af1878: Pulling fs layer 07:18:17 00ac8860ef70: Pulling fs layer 07:18:17 63d7cb157983: Pulling fs layer 07:18:17 b116817d02f9: Pulling fs layer 07:18:17 745a02a5169b: Pulling fs layer 07:18:17 00ac8860ef70: Waiting 07:18:17 63d7cb157983: Waiting 07:18:17 b116817d02f9: Waiting 07:18:17 745a02a5169b: Waiting 07:18:17 18c013af1878: Verifying Checksum 07:18:17 18c013af1878: Download complete 07:18:17 a4357932f1b6: Verifying Checksum 07:18:17 a4357932f1b6: Download complete 07:18:17 63d7cb157983: Download complete 07:18:17 5f621e34cdf4: Verifying Checksum 07:18:17 5f621e34cdf4: Download complete 07:18:17 b116817d02f9: Verifying Checksum 07:18:17 b116817d02f9: Download complete 07:18:17 5f621e34cdf4: Pull complete 07:18:18 a4357932f1b6: Pull complete 07:18:18 18c013af1878: Pull complete 07:18:19 7e9c9ca2126c: Pull complete 07:18:19 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:18:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:18:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:18:19 prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container 07:18:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:18:19 745a02a5169b: Verifying Checksum 07:18:19 745a02a5169b: Download complete 07:18:21 00ac8860ef70: Verifying Checksum 07:18:21 00ac8860ef70: Download complete 07:18:22 $ docker top 57cc0bfb41260537ff73c1e3058fe36f2e00f397825dba176a19393a4ca17abe -eo pid,comm [Pipeline] { [Pipeline] sh 07:18:22 + docker-compose build --help 07:18:22 + grep parallel 07:18:23 --parallel Build images in parallel. [Pipeline] } 07:18:23 $ docker stop --time=1 57cc0bfb41260537ff73c1e3058fe36f2e00f397825dba176a19393a4ca17abe 07:18:24 $ docker rm -f 57cc0bfb41260537ff73c1e3058fe36f2e00f397825dba176a19393a4ca17abe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:18:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:18:25 . [Pipeline] withDockerContainer 07:18:25 prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container 07:18:25 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:18:26 $ docker top 6991bb3de0254e6e58550ef7ce5cce73375d337adf00ff7e4429c337aa4f6152 -eo pid,comm [Pipeline] { [Pipeline] sh 07:18:26 + docker-compose -f ./docker-compose-build.yml build --parallel 07:18:27 Building docker-core-command-go ... 07:18:27 Building docker-core-data-go ... 07:18:27 Building docker-core-metadata-go ... 07:18:27 Building docker-security-bootstrap-redis-go ... 07:18:27 Building docker-security-proxy-setup-go ... 07:18:27 Building docker-security-secretstore-setup-go ... 07:18:27 Building docker-support-notifications-go ... 07:18:27 Building docker-support-scheduler-go ... 07:18:27 Building docker-sys-mgmt-agent-go ... 07:18:27 Building docker-support-notifications-go 07:18:27 Building docker-core-metadata-go 07:18:27 Building docker-core-data-go 07:18:27 Building docker-sys-mgmt-agent-go 07:18:27 Building docker-security-proxy-setup-go 07:18:31 00ac8860ef70: Pull complete 07:18:31 63d7cb157983: Pull complete 07:18:31 b116817d02f9: Pull complete 07:18:36 745a02a5169b: Pull complete 07:18:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:18:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:18:36 ---> b7e6874047d6 07:18:36 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:18:39 ---> Running in 9ad5bcb233c9 07:18:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:18:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:18:41 (1/12) Installing libmagic (5.38-r0) 07:18:41 (2/12) Installing file (5.38-r0) 07:18:41 (3/12) Installing libc-dev (0.7.2-r3) 07:18:41 (4/12) Installing g++ (9.3.0-r2) 07:18:46 (5/12) Installing fortify-headers (1.1-r0) 07:18:46 (6/12) Installing patch (2.7.6-r6) 07:18:46 (7/12) Installing build-base (0.5-r2) 07:18:46 (8/12) Installing libsodium (1.0.18-r0) 07:18:46 (9/12) Installing pkgconf (1.7.2-r0) 07:18:46 (10/12) Installing libsodium-dev (1.0.18-r0) 07:18:46 (11/12) Installing libzmq (4.3.3-r0) 07:18:47 (12/12) Installing zeromq-dev (4.3.3-r0) 07:18:47 Executing busybox-1.31.1-r19.trigger 07:18:47 OK: 217 MiB in 51 packages 07:18:51 Removing intermediate container 9ad5bcb233c9 07:18:51 ---> 7bb71831b4ed 07:18:51 Step 4/6 : WORKDIR /edgex-go 07:18:51 ---> Running in 741b692ccbc0 07:18:51 Removing intermediate container 741b692ccbc0 07:18:51 ---> 6c57be63bf41 07:18:51 Step 5/6 : COPY go.mod . 07:18:52 ---> fa2677fce119 07:18:52 Step 6/6 : RUN go mod download 07:18:52 ---> Running in fdc6978b732d 07:19:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:19:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:19:00 ---> e5a949d89459 07:19:00 Step 3/23 : WORKDIR /edgex-go 07:19:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:19:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:19:00 ---> e5a949d89459 07:19:00 Step 3/22 : WORKDIR /edgex-go 07:19:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:19:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:19:00 ---> e5a949d89459 07:19:00 Step 3/21 : WORKDIR /edgex-go 07:19:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:19:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:19:00 ---> e5a949d89459 07:19:00 Step 3/24 : WORKDIR /edgex-go 07:19:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:19:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:19:00 ---> e5a949d89459 07:19:00 Step 3/26 : WORKDIR /edgex-go 07:19:00 ---> Running in a06a41185d9b 07:19:00 ---> Running in ec0a2144cd20 07:19:00 ---> Running in 17b8e92c9c10 07:19:00 ---> Running in 184be70c8dfe 07:19:00 ---> Running in 2bb5a48b2318 07:19:00 Removing intermediate container 17b8e92c9c10 07:19:00 ---> 197443e813b2 07:19:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:00 Removing intermediate container 2bb5a48b2318 07:19:00 ---> 27a8229b88be 07:19:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:00 Removing intermediate container 184be70c8dfe 07:19:00 ---> 024a99a25132 07:19:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:00 Removing intermediate container ec0a2144cd20 07:19:00 ---> 0f637d54a148 07:19:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:00 Removing intermediate container a06a41185d9b 07:19:00 ---> cecf349b37dd 07:19:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:00 ---> Running in f745d1ab5441 07:19:00 ---> Running in 4b1acc5f0640 07:19:00 ---> Running in 7a283ed3a018 07:19:00 ---> Running in 8897e6ed9e03 07:19:00 ---> Running in bdf331d7e942 07:19:02 Removing intermediate container f745d1ab5441 07:19:02 ---> 1b8b35e687c3 07:19:02 Step 5/21 : RUN apk add --update --no-cache make git 07:19:02 ---> Running in 5fb3f0410956 07:19:02 Removing intermediate container 4b1acc5f0640 07:19:02 ---> a2501d741827 07:19:02 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 07:19:02 Removing intermediate container 7a283ed3a018 07:19:02 ---> 436f5767552c 07:19:02 Step 5/22 : RUN apk add --update --no-cache make git 07:19:02 Removing intermediate container bdf331d7e942 07:19:02 ---> 8275a9121803 07:19:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:19:02 Removing intermediate container 8897e6ed9e03 07:19:02 ---> 412e80f94cb6 07:19:02 Step 5/26 : RUN apk add --update --no-cache make bash git 07:19:02 ---> Running in f8b4baedc5f3 07:19:02 ---> Running in 62ff2dcd9b11 07:19:02 ---> Running in c00c3fdd641b 07:19:02 ---> Running in abc61cae4feb 07:19:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:03 OK: 233 MiB in 51 packages 07:19:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:04 OK: 233 MiB in 51 packages 07:19:04 OK: 233 MiB in 51 packages 07:19:04 Removing intermediate container 5fb3f0410956 07:19:04 ---> 9426a84c4707 07:19:04 Step 6/21 : COPY go.mod . 07:19:04 OK: 233 MiB in 51 packages 07:19:04 Removing intermediate container c00c3fdd641b 07:19:04 ---> 568ef1850d14 07:19:04 Step 6/23 : COPY go.mod . 07:19:04 OK: 233 MiB in 51 packages 07:19:04 ---> 1c43a48ad46f 07:19:04 Step 7/21 : RUN go mod download 07:19:05 ---> Running in 9a329fa88235 07:19:05 ---> e1beb723877a 07:19:05 Step 7/23 : RUN go mod download 07:19:05 Removing intermediate container 62ff2dcd9b11 07:19:05 ---> 3e59e11dc93a 07:19:05 Step 6/22 : COPY go.mod . 07:19:05 ---> Running in c77597b32957 07:19:05 Removing intermediate container abc61cae4feb 07:19:05 ---> dc069a088bf7 07:19:05 Step 6/26 : COPY go.mod . 07:19:06 ---> f3b07f0953cd 07:19:06 Step 7/22 : RUN go mod download 07:19:06 Removing intermediate container f8b4baedc5f3 07:19:06 ---> b6bd6ebd9cb8 07:19:06 Step 6/24 : COPY go.mod . 07:19:06 ---> Running in 8e80f31261f5 07:19:06 ---> 63745398e974 07:19:06 Step 7/26 : RUN go mod download 07:19:06 ---> Running in 8ff0900d7bbe 07:19:06 ---> bc219aa4001b 07:19:06 Step 7/24 : RUN go mod download 07:19:06 ---> Running in 82ef437425d8 07:19:07 Removing intermediate container c77597b32957 07:19:07 ---> 61d062f915d2 07:19:07 Step 8/23 : COPY . . 07:19:07 Removing intermediate container 9a329fa88235 07:19:07 ---> 1c191c0f2db2 07:19:07 Step 8/21 : COPY . . 07:19:10 Removing intermediate container 8e80f31261f5 07:19:10 ---> 94c5657a46dd 07:19:10 Step 8/22 : COPY . . 07:19:10 Removing intermediate container 8ff0900d7bbe 07:19:10 ---> fd83a47bdffc 07:19:10 Step 8/26 : COPY . . 07:19:14 Removing intermediate container 82ef437425d8 07:19:14 ---> 3f800ca133b6 07:19:14 Step 8/24 : COPY . . 07:19:18 Removing intermediate container fdc6978b732d 07:19:18 ---> ecac3aa8c26e 07:19:18 Successfully built ecac3aa8c26e 07:19:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:19:19 + docker inspect -f . ci-base-image-arm64 07:19:19 . [Pipeline] withDockerContainer 07:19:19 prd-ubuntu18.04-docker-arm64-4c-16g-20815 does not seem to be running inside a container 07:19:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 07:19:21 $ docker top 78dc005efd37505f31d13e91c403c107955e20f8953a813eb322b1f2cbffe6d2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:19:22 + go version 07:19:22 go version go1.15.5 linux/arm64 [Pipeline] } 07:19:22 $ docker stop --time=1 78dc005efd37505f31d13e91c403c107955e20f8953a813eb322b1f2cbffe6d2 07:19:23 $ docker rm -f 78dc005efd37505f31d13e91c403c107955e20f8953a813eb322b1f2cbffe6d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:19:24 + docker inspect -f . ci-base-image-arm64 07:19:24 . [Pipeline] withDockerContainer 07:19:25 prd-ubuntu18.04-docker-arm64-4c-16g-20815 does not seem to be running inside a container 07:19:25 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 07:19:26 $ docker top 44c1b483ab18058f70a3b4941d3ef382fc284e95dd345051d4f7b3f4924bdde4 -eo pid,comm [Pipeline] { [Pipeline] echo 07:19:27 ========================================================= 07:19:27 [edgeXBuildGoParallel] Running Tests and Build... 07:19:27 ========================================================= [Pipeline] sh 07:19:27 + make test 07:19:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:19:46 ---> af23c12190e3 07:19:46 Step 9/23 : RUN make cmd/core-data/core-data 07:19:46 ---> 66f90317092c 07:19:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:19:46 ---> ee969f41ee18 07:19:46 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:19:46 ---> a170502aab63 07:19:46 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:19:46 ---> d6edb75dda52 07:19:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:19:46 ---> Running in c11eba573632 07:19:46 ---> Running in 60af8ac2c184 07:19:46 ---> Running in 587bbcdf0b85 07:19:46 ---> Running in 9dbc886f6d9d 07:19:46 ---> Running in abfa4f939969 07:19:46 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:19:46 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:19:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:19:46 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 07:19:46 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:19:49 ? github.com/edgexfoundry/edgex-go [no test files] 07:20: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 07:20:17 Removing intermediate container 60af8ac2c184 07:20:17 ---> 0c5e6bdc5cd5 07:20:17 07:20:17 Step 10/24 : FROM scratch 07:20:17 ---> 07:20:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:20:17 Removing intermediate container abfa4f939969 07:20:17 ---> 5c3bd014d00d 07:20:17 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:20:17 ---> Running in a21904a27430 07:20:17 ---> Running in 7e72f098ca97 07:20:18 Removing intermediate container a21904a27430 07:20:18 ---> a8e9c29e6da6 07:20:18 Step 12/24 : ENV APP_PORT=48060 07:20:18 ---> Running in d83ad121aef6 07:20:19 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 07:20:22 Removing intermediate container 587bbcdf0b85 07:20:22 ---> 990f720aacd6 07:20:22 07:20:22 Step 10/21 : FROM alpine:3.12 07:20:22 3.12: Pulling from library/alpine 07:20:22 Removing intermediate container d83ad121aef6 07:20:22 ---> d9b5bfe27a11 07:20:22 Step 13/24 : EXPOSE $APP_PORT 07:20:22 ---> Running in 33e7ae8ccde6 07:20:22 Removing intermediate container c11eba573632 07:20:22 ---> 492515690242 07:20:22 07:20:22 Step 10/22 : FROM scratch 07:20:22 ---> 07:20:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:20:23 ---> Running in 209d2ce57005 07:20:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:20:23 Status: Downloaded newer image for alpine:3.12 07:20:23 ---> 389fef711851 07:20:23 Step 11/21 : RUN apk add --update --no-cache curl 07:20:23 Removing intermediate container 33e7ae8ccde6 07:20:23 ---> dbb1cc29a490 07:20:23 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:20:23 ---> Running in c9b66e45c8ad 07:20:24 Removing intermediate container 209d2ce57005 07:20:24 ---> 5cfe36adee78 07:20:24 Step 12/22 : ENV APP_PORT=48081 07:20:24 Removing intermediate container 7e72f098ca97 07:20:24 ---> 3bcafa5fffc9 07:20:24 07:20:24 Step 11/26 : FROM docker:20.10.0 07:20:24 20.10.0: Pulling from library/docker 07:20:25 ---> e496d2b81247 07:20:25 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:20:25 ---> Running in 30a83b77213d 07:20:25 Removing intermediate container 9dbc886f6d9d 07:20:25 ---> 378500781298 07:20:25 07:20:25 Step 10/23 : FROM alpine:3.12 07:20:25 ---> 389fef711851 07:20:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:20:26 Removing intermediate container 30a83b77213d 07:20:26 ---> 7bed281611fb 07:20:26 Step 13/22 : EXPOSE $APP_PORT 07:20:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:26 (1/4) Installing ca-certificates (20191127-r4) 07:20:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:20:26 (3/4) Installing libcurl (7.69.1-r3) 07:20:26 (4/4) Installing curl (7.69.1-r3) 07:20:26 Executing busybox-1.31.1-r19.trigger 07:20:26 Executing ca-certificates-20191127-r4.trigger 07:20:26 OK: 7 MiB in 18 packages 07:20:26 ---> Running in 9852d270c370 07:20:26 ---> Running in 7d634ab89238 07:20:27 ---> 36e6c74e9afa 07:20:27 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:20:27 Removing intermediate container 9852d270c370 07:20:27 ---> 8207e044b88a 07:20:27 Step 14/22 : WORKDIR / 07:20:28 Removing intermediate container 7d634ab89238 07:20:28 ---> 1b7c45c0a086 07:20:28 Step 12/23 : ENV APP_PORT=48080 07:20:28 ---> Running in c210d3d623b7 07:20:28 ---> Running in 52c6221b9088 07:20:28 ---> 0c41019597b7 07:20:28 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:20:29 Removing intermediate container c9b66e45c8ad 07:20:29 ---> cf8e99f94f76 07:20:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:20:29 Removing intermediate container c210d3d623b7 07:20:29 ---> 3bb0145f4267 07:20:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:20:29 Removing intermediate container 52c6221b9088 07:20:29 ---> addd554e26e3 07:20:29 Step 13/23 : EXPOSE $APP_PORT 07:20:29 ---> Running in b6b357f15146 07:20:29 ---> 6fbd457a90a1 07:20:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:20:29 ---> Running in 83bed9fa1ed3 07:20:29 ---> 9560c7f2cbaf 07:20:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:20:29 Removing intermediate container b6b357f15146 07:20:29 ---> b70a90c7d941 07:20:29 Step 13/21 : WORKDIR /edgex 07:20:29 Removing intermediate container 83bed9fa1ed3 07:20:29 ---> e2e98889d33d 07:20:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:29 ---> Running in d5f8848c0b50 07:20:30 ---> Running in 6b65260d0efc 07:20:31 Removing intermediate container d5f8848c0b50 07:20:31 ---> a1ff5b85e40d 07:20:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:20:31 ---> f8cee8e9063e 07:20:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:20:31 ---> f6d6f054ee2f 07:20:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:20:31 ---> 3c59e47bf043 07:20:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:20:32 ---> 0f8bd8c2e47f 07:20:32 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:20:32 ---> Running in 1d81eb1e24a9 07:20:32 ---> f770dcdf63e7 07:20:32 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:20:32 Removing intermediate container 1d81eb1e24a9 07:20:32 ---> d0db640dc502 07:20:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:20:32 ---> Running in f82ed3392592 07:20:32 ---> 82a1f5c7c1ba 07:20:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:20:32 ---> Running in 0fffe293c71d 07:20:32 Removing intermediate container f82ed3392592 07:20:32 ---> 18154e4cc4f1 07:20:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:20:33 Removing intermediate container 6b65260d0efc 07:20:33 ---> d4c8496db887 07:20:33 Step 15/23 : RUN apk add --update --no-cache zeromq 07:20:33 ---> Running in c6878e431e5c 07:20:33 Removing intermediate container 0fffe293c71d 07:20:33 ---> 67ff63726d7a 07:20:33 Step 22/24 : LABEL arch=x86_64 07:20:33 ---> Running in 356425ed9575 07:20:33 ---> a5b2fadb8e88 07:20:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:20:33 ---> Running in 1a495311140a 07:20:33 Removing intermediate container c6878e431e5c 07:20:33 ---> 4097f10b30f0 07:20:33 Step 20/22 : LABEL arch=x86_64 07:20:33 ---> Running in 1b289d7a934e 07:20:33 Removing intermediate container 1a495311140a 07:20:33 ---> 409ae54a8ffb 07:20:33 Step 23/24 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:20:33 ---> Running in 057651287d79 07:20:33 ---> Running in d8f0a56f3207 07:20:33 Removing intermediate container 1b289d7a934e 07:20:33 ---> 19785b604520 07:20:33 Step 18/21 : CMD ["--init=true"] 07:20:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:34 ---> Running in b326c392fd42 07:20:34 Removing intermediate container 057651287d79 07:20:34 ---> fb24851ed987 07:20:34 Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:20:34 Removing intermediate container d8f0a56f3207 07:20:34 ---> 41eb9a190481 07:20:34 Step 24/24 : LABEL version=0.0.0 07:20:34 ---> Running in 15282c9995aa 07:20:34 ---> Running in 2532ffa00aa6 07:20:34 Removing intermediate container b326c392fd42 07:20:34 ---> c9fe630870d0 07:20:34 Step 19/21 : LABEL arch=x86_64 07:20:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:20:34 ---> Running in e9f81fbf4d96 07:20:34 Status: Downloaded newer image for docker:20.10.0 07:20:34 Removing intermediate container 15282c9995aa 07:20:34 ---> efffbef41d7a 07:20:34 Step 22/22 : LABEL version=0.0.0 07:20:34 ---> aefe523efa57 07:20:34 Step 12/26 : RUN apk add --no-cache bash 07:20:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:34 Removing intermediate container 2532ffa00aa6 07:20:34 ---> 1df7db34d5cf 07:20:34 07:20:34 ---> Running in 0d5cc2c68fa3 07:20:34 ---> Running in 9fea1ecfed95 07:20:34 Successfully built 1df7db34d5cf 07:20:34 Removing intermediate container e9f81fbf4d96 07:20:34 ---> 9f409596e655 07:20:34 Step 20/21 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:20:35 Successfully tagged docker-support-notifications-go:latest 07:20:35  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go 07:20:35 (1/5) Installing libgcc (9.3.0-r2) 07:20:35 ---> Running in 607cc19adc65 07:20:35 Removing intermediate container 9fea1ecfed95 07:20:35 ---> 991ee5695776 07:20:35 07:20:35 (2/5) Installing libsodium (1.0.18-r0) 07:20:35 (3/5) Installing libstdc++ (9.3.0-r2) 07:20:35 Successfully built 991ee5695776 07:20:35 Successfully tagged docker-core-metadata-go:latest 07:20:35  Building docker-core-metadata-go ... done Building docker-core-command-go 07:20:35 Removing intermediate container 607cc19adc65 07:20:35 ---> 47133fa61f1b 07:20:35 Step 21/21 : LABEL version=0.0.0 07:20:35 ---> Running in f308c8f6266e 07:20:35 (4/5) Installing libzmq (4.3.3-r0) 07:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:20:35 (5/5) Installing zeromq (4.3.3-r0) 07:20:35 Removing intermediate container f308c8f6266e 07:20:35 ---> bb5d4f9246b1 07:20:35 07:20:35 Executing busybox-1.31.1-r19.trigger 07:20:35 OK: 8 MiB in 19 packages 07:20:36 (1/2) Installing readline (8.0.4-r0) 07:20:36 (2/2) Installing bash (5.0.17-r0) 07:20:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:20:37 Executing bash-5.0.17-r0.post-install 07:20:38 Executing busybox-1.31.1-r19.trigger 07:20:38 OK: 12 MiB in 22 packages 07:20:38 Successfully built bb5d4f9246b1 07:20:39 Successfully tagged docker-security-proxy-setup-go:latest 07:20:39 Building docker-security-secretstore-setup-go 07:20:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:20:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:20:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:20:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:20:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:20:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:20:46  Building docker-security-proxy-setup-go ... done Removing intermediate container 356425ed9575 07:20:46 ---> dc889a246950 07:20:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:20:46 Removing intermediate container 0d5cc2c68fa3 07:20:46 ---> 0892726cfc19 07:20:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:20:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:20:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:20:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:20:49 ---> Running in e5857a44b047 07:20:49 ---> aa26afa71d9c 07:20:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:20:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:20:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:20:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:20:56 Removing intermediate container e5857a44b047 07:20:56 ---> bd5478ddfd1f 07:20:56 Step 14/26 : ENV APP_PORT=48090 07:20:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:20:56 ---> e5a949d89459 07:20:56 Step 3/22 : WORKDIR /edgex-go 07:20:56 ---> Using cache 07:20:56 ---> cecf349b37dd 07:20:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:56 ---> Using cache 07:20:56 ---> 8275a9121803 07:20:56 Step 5/22 : RUN apk add --update --no-cache make git 07:20:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:20:56 ---> e5a949d89459 07:20:56 Step 3/22 : WORKDIR /edgex-go 07:20:56 ---> Using cache 07:20:56 ---> cecf349b37dd 07:20:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:56 ---> Using cache 07:20:56 ---> 8275a9121803 07:20:56 Step 5/22 : RUN apk add --update --no-cache make git 07:20:56 ---> dc98000ce07a 07:20:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:20:57 ---> Running in fcaf46eec3f8 07:20:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:20:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:20:57 ---> e5a949d89459 07:20:57 Step 3/24 : WORKDIR /edgex-go 07:20:57 ---> Using cache 07:20:57 ---> cecf349b37dd 07:20:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:57 ---> Using cache 07:20:57 ---> 8275a9121803 07:20:57 Step 5/24 : RUN apk add --update --no-cache make git 07:20:58 ---> Running in 99466bf7c293 07:20:58 ---> Running in b923fa7bd925 07:20:58 ---> 426adc538486 07:20:58 Step 19/23 : ENTRYPOINT ["/core-data"] 07:20:58 ---> Running in 97869860ff42 07:20:58 Removing intermediate container fcaf46eec3f8 07:20:58 ---> 7acf70181e34 07:20:58 Step 15/26 : EXPOSE $APP_PORT 07:20:58 ---> Running in 594c71436bdf 07:20:58 ---> Running in a38e6cbf1119 07:20:58 Removing intermediate container 594c71436bdf 07:20:58 ---> c8b569582497 07:20:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:20:59 ---> Running in aaa3871658ab 07:20:59 Removing intermediate container a38e6cbf1119 07:20:59 ---> 33a5de72a022 07:20:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:20:59 Removing intermediate container aaa3871658ab 07:20:59 ---> 8c0475760d29 07:20:59 Step 21/23 : LABEL arch=x86_64 07:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:20:59 ---> Running in a452a274617e 07:21:00 ---> 0c839f07d197 07:21:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:21:00 Removing intermediate container a452a274617e 07:21:00 ---> 999bc7ec9a31 07:21:00 Step 22/23 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:21:00 ---> Running in f90d61e69e7e 07:21:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:00 Removing intermediate container f90d61e69e7e 07:21:00 ---> 29a55c005c06 07:21:00 Step 23/23 : LABEL version=0.0.0 07:21:00 ---> ce64d40ca694 07:21:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:21:00 ---> Running in 5811c7adf701 07:21:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:00 Removing intermediate container 5811c7adf701 07:21:00 ---> 3b53eb23275c 07:21:00 07:21:00 ---> 14f2e3330bd2 07:21:00 Step 19/26 : RUN apk --no-cache add py3-pip 07:21:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:00 Successfully built 3b53eb23275c 07:21:00 ---> Running in 5bc4482c7533 07:21:00 OK: 233 MiB in 51 packages 07:21:00 Successfully tagged docker-core-data-go:latest 07:21:00  Building docker-core-data-go ... done Building docker-support-scheduler-go 07:21:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.223s coverage: 46.6% of statements 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:21:01 OK: 233 MiB in 51 packages 07:21:01 OK: 233 MiB in 51 packages 07:21:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:02 (1/33) Installing libbz2 (1.0.8-r1) 07:21:02 (2/33) Installing expat (2.2.9-r1) 07:21:02 (3/33) Installing libffi (3.3-r2) 07:21:02 (4/33) Installing gdbm (1.13-r1) 07:21:02 (5/33) Installing xz-libs (5.2.5-r0) 07:21:02 (6/33) Installing sqlite-libs (3.32.1-r0) 07:21:02 (7/33) Installing python3 (3.8.5-r0) 07:21:08 Removing intermediate container 97869860ff42 07:21:08 ---> 029315d4746b 07:21:08 Step 6/24 : COPY go.mod . 07:21:08 (8/33) Installing py3-appdirs (1.4.4-r1) 07:21:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:21:08 (10/33) Installing py3-parsing (2.4.7-r0) 07:21:08 (11/33) Installing py3-six (1.15.0-r0) 07:21:08 (12/33) Installing py3-packaging (20.4-r0) 07:21:08 (13/33) Installing py3-setuptools (47.0.0-r0) 07:21:08 (14/33) Installing py3-chardet (3.0.4-r4) 07:21:09 (15/33) Installing py3-idna (2.9-r0) 07:21:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.499s coverage: 27.0% of statements 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:21:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:21:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:21:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.222s coverage: 67.9% of statements 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:21:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.391s coverage: 82.3% of statements 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:21:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:21:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:21:10 (18/33) Installing py3-requests (2.23.0-r0) 07:21:10 (19/33) Installing py3-msgpack (1.0.0-r0) 07:21:11 (20/33) Installing py3-lockfile (0.12.2-r3) 07:21:11 ---> b0da788eae6f 07:21:11 Step 7/24 : RUN go mod download 07:21:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:21:11 (22/33) Installing py3-colorama (0.4.3-r0) 07:21:12 Removing intermediate container b923fa7bd925 07:21:12 ---> 5cf459a768ea 07:21:12 Step 6/22 : COPY go.mod . 07:21:12 Removing intermediate container 99466bf7c293 07:21:12 ---> 80622eed8419 07:21:12 Step 6/22 : COPY go.mod . 07:21:12 (23/33) Installing py3-distlib (0.3.0-r0) 07:21:12 (24/33) Installing py3-distro (1.5.0-r1) 07:21:13 (25/33) Installing py3-webencodings (0.5.1-r3) 07:21:13 (26/33) Installing py3-html5lib (1.0.1-r4) 07:21:13 ---> Running in 9a56e71b4cf9 07:21:13 (27/33) Installing py3-pytoml (0.1.21-r0) 07:21:13 (28/33) Installing py3-pep517 (0.8.2-r0) 07:21:13 (29/33) Installing py3-progress (1.5-r0) 07:21:13 (30/33) Installing py3-toml (0.10.1-r0) 07:21:13 (31/33) Installing py3-retrying (1.3.3-r0) 07:21:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:21:13 (33/33) Installing py3-pip (20.1.1-r0) 07:21:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:21:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:21:13 ---> e5a949d89459 07:21:13 Step 3/21 : WORKDIR /edgex-go 07:21:13 ---> Using cache 07:21:13 ---> cecf349b37dd 07:21:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:13 ---> Using cache 07:21:13 ---> 8275a9121803 07:21:13 Step 5/21 : RUN apk add --update --no-cache make git 07:21:13 ---> Using cache 07:21:13 ---> 5cf459a768ea 07:21:13 Step 6/21 : COPY go.mod . 07:21:14 ---> d956d5c1fe9b 07:21:14 Step 7/22 : RUN go mod download 07:21:14 ---> ea4016d4f209 07:21:14 Step 7/22 : RUN go mod download 07:21:14 Executing busybox-1.31.1-r19.trigger 07:21:14 OK: 71 MiB in 55 packages 07:21:14 ---> Running in eddb9a75a654 07:21:14 ---> e515e3cc6b36 07:21:14 Step 7/21 : RUN go mod download 07:21:14 ---> Running in 8600c586c577 07:21:14 ---> Running in 5c8fc4a145a7 07:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.129s coverage: 28.6% of statements 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.195s coverage: 100.0% of statements 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.364s coverage: 86.7% of statements 07:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:21:17 Removing intermediate container 9a56e71b4cf9 07:21:17 ---> 8da79e0cb783 07:21:17 Step 8/24 : COPY . . 07:21:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.352s coverage: 97.5% of statements 07:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:21:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 07:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:21:19 Removing intermediate container eddb9a75a654 07:21:19 ---> 1cdbdbd0e262 07:21:19 Step 8/22 : COPY . . 07:21:22 Removing intermediate container 8600c586c577 07:21:22 ---> 017be6bc084c 07:21:22 Step 8/22 : COPY . . 07:21:23 Removing intermediate container 5c8fc4a145a7 07:21:23 ---> 02387e84af03 07:21:23 Step 8/21 : COPY . . 07:21:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.048s coverage: 92.8% of statements 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:21:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:21:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 0.1% of statements 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:21:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:21:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.138s coverage: 75.5% of statements 07:21:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:21:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements 07:21:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements 07:21:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements 07:21:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.4% of statements 07:21:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:21:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.593s coverage: 63.5% of statements 07:21:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:21:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:21:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 07:21:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 91.3% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 07:21:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements 07:21:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.881s coverage: 68.9% of statements 07:21:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:21:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:21:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:21:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:21:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:21:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.356s coverage: 37.0% of statements 07:21:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:21:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:21:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.646s coverage: 84.0% of statements 07:21:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.081s coverage: 100.0% of statements 07:21:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.387s coverage: 47.1% of statements 07:21:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:21:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:21:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:21:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:21:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:21:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements 07:21:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:21:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements 07:21:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:21:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.907s coverage: 29.1% of statements 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:21:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:21:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:21:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:21:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:21:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:21:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:21:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 07:21:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 07:21:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 07:21:52 GO111MODULE=on go vet ./... 07:21:55 Removing intermediate container 5bc4482c7533 07:21:55 ---> b931b3a33037 07:21:55 Step 20/26 : RUN pip install docker-compose==1.23.2 07:21:55 ---> 38bcb924cb1b 07:21:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:21:55 ---> 2bdf46888f2a 07:21:55 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:21:55 ---> 8996a80aa5e7 07:21:55 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:21:55 ---> Running in 694715fa24d2 07:21:55 ---> Running in cbba07de4a49 07:21:55 ---> d1c69019bab2 07:21:55 Step 9/22 : RUN make cmd/core-command/core-command 07:21:56 ---> Running in 80709fdaf0e0 07:21:56 ---> Running in 5cbde0210457 07:21:56 ---> Running in fbbbc715b615 07:21:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:21:57 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:21:57 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:21:57 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:22:02 Collecting docker-compose==1.23.2 07:22:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:22:02 Collecting cached-property<2,>=1.2.0 07:22:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:22:02 Collecting websocket-client<1.0,>=0.32.0 07:22:02 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:22:03 Collecting docker<4.0,>=3.6.0 07:22:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:22:03 Collecting jsonschema<3,>=2.5.1 07:22:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:22:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:22:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:22:04 Collecting PyYAML<4,>=3.10 07:22:04 Downloading PyYAML-3.13.tar.gz (270 kB) 07:22:06 Collecting dockerpty<0.5,>=0.4.1 07:22:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:22:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:22:07 Collecting docopt<0.7,>=0.6.1 07:22:07 Downloading docopt-0.6.2.tar.gz (25 kB) 07:22:07 Collecting texttable<0.10,>=0.9.0 07:22:07 Downloading texttable-0.9.1.tar.gz (11 kB) 07:22:09 Collecting docker-pycreds>=0.4.0 07:22:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:22:09 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) 07:22:09 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) 07:22:09 Collecting idna<2.8,>=2.5 07:22:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:22:09 Collecting urllib3<1.25,>=1.21.1 07:22:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:22:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:22:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:22:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:22:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:22:10 Installing collected packages: cached-property, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, PyYAML, dockerpty, docopt, texttable, docker-compose 07:22:10 Attempting uninstall: idna 07:22:10 Found existing installation: idna 2.9 07:22:10 Uninstalling idna-2.9: 07:22:10 Successfully uninstalled idna-2.9 07:22:10 Attempting uninstall: urllib3 07:22:10 Found existing installation: urllib3 1.25.9 07:22:10 Uninstalling urllib3-1.25.9: 07:22:10 Successfully uninstalled urllib3-1.25.9 07:22:11 Attempting uninstall: requests 07:22:11 Found existing installation: requests 2.23.0 07:22:11 Uninstalling requests-2.23.0: 07:22:11 Successfully uninstalled requests-2.23.0 07:22:14 Running setup.py install for PyYAML: started 07:22:15 Running setup.py install for PyYAML: finished with status 'done' 07:22:15 Running setup.py install for dockerpty: started 07:22:15 Running setup.py install for dockerpty: finished with status 'done' 07:22:15 Running setup.py install for docopt: started 07:22:16 Running setup.py install for docopt: finished with status 'done' 07:22:16 Running setup.py install for texttable: started 07:22:17 Running setup.py install for texttable: finished with status 'done' 07:22:17 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 07:22:22 Removing intermediate container 694715fa24d2 07:22:22 ---> d90ef19daa1b 07:22:22 Step 21/26 : RUN apk --no-cache add curl 07:22:22 ---> Running in 46a974473405 07:22:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:22:23 (2/3) Installing libcurl (7.69.1-r3) 07:22:23 (3/3) Installing curl (7.69.1-r3) 07:22:23 Executing busybox-1.31.1-r19.trigger 07:22:23 OK: 72 MiB in 58 packages 07:22:23 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:22:24 Removing intermediate container 46a974473405 07:22:24 ---> 06946c84b4c4 07:22:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:22:24 ---> Running in b5752b8ee60a 07:22:26 Removing intermediate container b5752b8ee60a 07:22:26 ---> 2abc59f9b8b5 07:22:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:22:28 ---> Running in 42eb123d07ff 07:22:28 Removing intermediate container 80709fdaf0e0 07:22:28 ---> 327b922b4eca 07:22:28 07:22:28 Step 10/21 : FROM scratch 07:22:28 ---> 07:22:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:22:28 Removing intermediate container 5cbde0210457 07:22:28 ---> dfbd8b46bb9a 07:22:28 07:22:28 Step 10/22 : FROM alpine:3.12 07:22:28 ---> 389fef711851 07:22:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:22:28 Removing intermediate container fbbbc715b615 07:22:28 ---> eeb903fc5db8 07:22:28 07:22:28 Step 10/22 : FROM scratch 07:22:28 ---> 07:22:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:22:28 ---> Running in 555dd5cc0ded 07:22:28 ---> Using cache 07:22:28 ---> 5cfe36adee78 07:22:28 Step 12/22 : ENV APP_PORT=48082 07:22:29 ---> Using cache 07:22:29 ---> 5cfe36adee78 07:22:29 Step 12/21 : ENV APP_PORT=48085 07:22:30 ---> Running in 0a7274842e2f 07:22:30 Removing intermediate container 42eb123d07ff 07:22:30 ---> 3eaee87af9b7 07:22:30 Step 24/26 : LABEL arch=x86_64 07:22:30 ---> Running in 6b7ce44ed861 07:22:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:30 ---> Running in b5c3b63f6d5a 07:22:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:30 Removing intermediate container cbba07de4a49 07:22:30 ---> cc3132c1f74c 07:22:30 07:22:30 Step 10/24 : FROM alpine:3.12 07:22:30 ---> 389fef711851 07:22:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:22:30 Removing intermediate container 0a7274842e2f 07:22:30 ---> 2b5e02323de4 07:22:30 Step 13/22 : EXPOSE $APP_PORT 07:22:30 Removing intermediate container 6b7ce44ed861 07:22:30 ---> 64d2a51a2571 07:22:30 Step 13/21 : EXPOSE $APP_PORT 07:22:30 (1/5) Installing ca-certificates (20191127-r4) 07:22:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:22:30 (3/5) Installing libcurl (7.69.1-r3) 07:22:30 (4/5) Installing curl (7.69.1-r3) 07:22:30 (5/5) Installing dumb-init (1.2.2-r1) 07:22:30 Executing busybox-1.31.1-r19.trigger 07:22:31 Executing ca-certificates-20191127-r4.trigger 07:22:31 OK: 7 MiB in 19 packages 07:22:31 ---> Running in ca7ccd9e885a 07:22:31 ---> Running in 98e7cec9bde8 07:22:31 ---> Running in 7f00c5fc35f0 07:22:31 Removing intermediate container b5c3b63f6d5a 07:22:31 ---> c0e71d16b6fc 07:22:31 Step 25/26 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:22:31 ---> Running in b62a57a12b46 07:22:31 Removing intermediate container ca7ccd9e885a 07:22:31 ---> b1cdf2959aa4 07:22:31 Step 14/22 : WORKDIR / 07:22:31 Removing intermediate container 7f00c5fc35f0 07:22:31 ---> 230cf4f497d3 07:22:31 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 07:22:31 ---> Running in b641ec17b2a9 07:22:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:33 (1/5) Installing ca-certificates (20191127-r4) 07:22:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:22:33 (3/5) Installing libcurl (7.69.1-r3) 07:22:33 (4/5) Installing curl (7.69.1-r3) 07:22:33 (5/5) Installing dumb-init (1.2.2-r1) 07:22:33 Executing busybox-1.31.1-r19.trigger 07:22:33 Executing ca-certificates-20191127-r4.trigger 07:22:33 OK: 7 MiB in 19 packages 07:22:33 Removing intermediate container b62a57a12b46 07:22:33 ---> 5c178d46a419 07:22:33 Step 26/26 : LABEL version=0.0.0 07:22:34 ---> 0b0e728e8339 07:22:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:22:34 Removing intermediate container b641ec17b2a9 07:22:34 ---> 07e255f87348 07:22:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:22:34 Removing intermediate container 555dd5cc0ded 07:22:34 ---> 42bcf71baba5 07:22:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:22:34 ---> Running in 20060064a024 07:22:34 ---> Running in 7f7f96c5cb2e 07:22:34 ---> 01905df8ec58 07:22:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:22:34 Removing intermediate container 20060064a024 07:22:34 ---> a561f6734160 07:22:34 07:22:35 Successfully built a561f6734160 07:22:35 Successfully tagged docker-sys-mgmt-agent-go:latest 07:22:35  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7f7f96c5cb2e 07:22:35 ---> d8709fa2043c 07:22:35 Step 13/22 : WORKDIR / 07:22:35 ---> 8fb6269d1764 07:22:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:22:35 ---> Running in e6f3b88de6d2 07:22:36 Removing intermediate container 98e7cec9bde8 07:22:36 ---> f746d34bcef9 07:22:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:22:36 ---> 63712b5230ed 07:22:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:22:36 ---> Running in 2ce30fe8f9b1 07:22:36 ---> 5cca55509ac9 07:22:36 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:22:36 Removing intermediate container e6f3b88de6d2 07:22:36 ---> 3c8e4c98b646 07:22:36 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:22:36 ---> Running in 36ad510b965b 07:22:36 ---> 5a11f0e2f31f 07:22:36 Step 18/22 : ENTRYPOINT ["/core-command"] 07:22:36 Removing intermediate container 2ce30fe8f9b1 07:22:36 ---> 95a8ebba0c3e 07:22:36 Step 13/24 : WORKDIR / 07:22:36 ---> Running in 111d110d2731 07:22:36 ---> 28d727bbdbe0 07:22:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:22:36 ---> Running in b8e028178bbf 07:22:36 Removing intermediate container 36ad510b965b 07:22:36 ---> 5e89ae9f58a9 07:22:36 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:22:36 ---> Running in 8697003bcf1a 07:22:36 Removing intermediate container 111d110d2731 07:22:36 ---> 45b31558e010 07:22:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:22:37 ---> Running in 03fdce88928d 07:22:37 Removing intermediate container b8e028178bbf 07:22:37 ---> 7259ceda9c02 07:22:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:22:37 Removing intermediate container 8697003bcf1a 07:22:37 ---> 1396e3889257 07:22:37 Step 19/21 : LABEL arch=x86_64 07:22:37 ---> e32ef093f5dd 07:22:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:22:37 ---> Running in 81c341e85a74 07:22:37 Removing intermediate container 03fdce88928d 07:22:37 ---> 20c67c8a94c0 07:22:37 Step 20/22 : LABEL arch=x86_64 07:22:37 ---> 7c3f8047273c 07:22:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:22:37 ---> Running in fe4ebc8f47db 07:22:37 ---> c45f3e4e929a 07:22:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:22:37 Removing intermediate container 81c341e85a74 07:22:37 ---> 609ef73b00b9 07:22:37 Step 20/21 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:22:37 ---> Running in 2cdb307fd59b 07:22:37 Removing intermediate container fe4ebc8f47db 07:22:37 ---> b60e6496998b 07:22:37 Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:22:38 ---> 86c9df4c617e 07:22:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:22:38 ---> Running in f37f9228d080 07:22:38 ---> 090e5526ace7 07:22:38 Step 18/22 : RUN chmod +x entrypoint.sh 07:22:38 Removing intermediate container 2cdb307fd59b 07:22:38 ---> 8cf4153f1a95 07:22:38 Step 21/21 : LABEL version=0.0.0 07:22:38 ---> Running in ce2baea01384 07:22:38 ---> Running in 7042802cc242 07:22:38 Removing intermediate container f37f9228d080 07:22:38 ---> e5b164d5bbe8 07:22:38 Step 22/22 : LABEL version=0.0.0 07:22:38 ---> 60745dd7604e 07:22:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:22:39 ---> Running in 9d329522d643 07:22:39 Removing intermediate container 7042802cc242 07:22:39 ---> 71f33016e292 07:22:39 07:22:39 ---> b851f4f772ba 07:22:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:22:39 Successfully built 71f33016e292 07:22:39 Successfully tagged docker-support-scheduler-go:latest 07:22:39  Building docker-support-scheduler-go ... done Removing intermediate container 9d329522d643 07:22:39 ---> 6cb86f2773cb 07:22:39 07:22:39 Successfully built 6cb86f2773cb 07:22:39 Successfully tagged docker-core-command-go:latest 07:22:40  Building docker-core-command-go ... done  ---> 2f25ef6ad848 07:22:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:22:40 Removing intermediate container ce2baea01384 07:22:40 ---> dc77ba184ef8 07:22:40 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:22:40 ---> 83de9c3c53b9 07:22:40 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:22:40 ---> Running in 7ced6e0a3fa3 07:22:40 ---> Running in e0fbf25d2eb8 07:22:40 Removing intermediate container 7ced6e0a3fa3 07:22:40 ---> f75d50debf14 07:22:40 Step 20/22 : LABEL arch=x86_64 07:22:40 ---> Running in a3ceae61cb56 07:22:40 Removing intermediate container a3ceae61cb56 07:22:40 ---> beba2a7450c9 07:22:40 Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:22:40 ---> Running in d04a46c0a177 07:22:41 Removing intermediate container d04a46c0a177 07:22:41 ---> 8745016d5732 07:22:41 Step 22/22 : LABEL version=0.0.0 07:22:41 ---> Running in 20e2356ead99 07:22:41 Removing intermediate container e0fbf25d2eb8 07:22:41 ---> 9aa7dc5f8c42 07:22:41 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:22:41 ---> Running in a5e3dfba23f4 07:22:41 Removing intermediate container 20e2356ead99 07:22:41 ---> 10a20a4d8e86 07:22:41 07:22:41 Successfully built 10a20a4d8e86 07:22:41 Removing intermediate container a5e3dfba23f4 07:22:41 ---> 170ead5954b6 07:22:41 Step 22/24 : LABEL arch=x86_64 07:22:41 Successfully tagged docker-security-bootstrap-redis-go:latest 07:22:41  Building docker-security-bootstrap-redis-go ... done  ---> Running in b9d4cebbf104 07:22:42 Removing intermediate container b9d4cebbf104 07:22:42 ---> 0ea2ebb18cf7 07:22:42 Step 23/24 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:22:42 ---> Running in c34e6ac051b5 07:22:42 Removing intermediate container c34e6ac051b5 07:22:42 ---> bf873f5ea3cb 07:22:42 Step 24/24 : LABEL version=0.0.0 07:22:42 ---> Running in 7fddeb49f086 07:22:42 Removing intermediate container 7fddeb49f086 07:22:42 ---> db34bc9990d0 07:22:42 07:22:42 Successfully built db34bc9990d0 07:22:42 Successfully tagged docker-security-secretstore-setup-go:latest 07:22:42  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 07:22:42 $ docker stop --time=1 6991bb3de0254e6e58550ef7ce5cce73375d337adf00ff7e4429c337aa4f6152 07:22:44 $ docker rm -f 6991bb3de0254e6e58550ef7ce5cce73375d337adf00ff7e4429c337aa4f6152 [Pipeline] // withDockerContainer [Pipeline] sh 07:22:45 + docker images 07:22:45 + grep docker 07:22:45 docker-security-secretstore-setup-go latest db34bc9990d0 2 seconds ago 24.6MB 07:22:45 docker-security-bootstrap-redis-go latest 10a20a4d8e86 3 seconds ago 15.8MB 07:22:45 docker-support-scheduler-go latest 71f33016e292 5 seconds ago 10.7MB 07:22:45 docker-core-command-go latest 6cb86f2773cb 5 seconds ago 10.6MB 07:22:45 docker-sys-mgmt-agent-go latest a561f6734160 10 seconds ago 313MB 07:22:45 docker-core-data-go latest 3b53eb23275c About a minute ago 22.3MB 07:22:45 docker-security-proxy-setup-go latest bb5d4f9246b1 2 minutes ago 24.4MB 07:22:45 docker-core-metadata-go latest 991ee5695776 2 minutes ago 13.1MB 07:22:45 docker-support-notifications-go latest 1df7db34d5cf 2 minutes ago 12MB 07:22:45 docker 20.10.0 aefe523efa57 5 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 07:23:00 gofmt -l . 07:23:00 [ "`gofmt -l .`" = "" ] 07:23:00 ./bin/test-go-mod-tidy.sh 07:23:00 ./bin/test-attribution-txt.sh 07:23:00 Still waiting to schedule task 07:23:00 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [Pipeline] sh 07:23:01 + ls -al . 07:23:01 total 684 07:23:01 drwxrwxr-x 9 1001 1001 4096 Jan 17 07:23 . 07:23:01 drwxr-xr-x 4 root root 4096 Jan 17 07:19 .. 07:23:01 -rw-rw-r-- 1 1001 1001 11 Jan 17 07:17 .dockerignore 07:23:01 drwxrwxr-x 8 1001 1001 4096 Jan 17 07:18 .git 07:23:01 drwxrwxr-x 3 1001 1001 4096 Jan 17 07:17 .github 07:23:01 -rw-rw-r-- 1 1001 1001 824 Jan 17 07:17 .gitignore 07:23:01 -rw-rw-r-- 1 1001 1001 166 Jan 17 07:17 .sonarcloud.properties 07:23:01 -rw-rw-r-- 1 1001 1001 7744 Jan 17 07:17 Attribution.txt 07:23:01 -rw-rw-r-- 1 1001 1001 3804 Jan 17 07:17 CONTRIBUTING.md 07:23:01 -rw-rw-r-- 1 1001 1001 931 Jan 17 07:17 Dockerfile.build 07:23:01 -rw-rw-r-- 1 1001 1001 863 Jan 17 07:17 Jenkinsfile 07:23:01 -rw-rw-r-- 1 1001 1001 10775 Jan 17 07:17 LICENSE 07:23:01 -rw-rw-r-- 1 1001 1001 5750 Jan 17 07:17 Makefile 07:23:01 -rw-rw-r-- 1 1001 1001 6524 Jan 17 07:17 README.md 07:23:01 -rw-rw-r-- 1 1001 1001 6744 Jan 17 07:17 SECURITY.md 07:23:01 -rw-rw-r-- 1 1001 1001 5 Jan 17 07:15 VERSION 07:23:01 -rw-rw-r-- 1 1001 1001 4131 Jan 17 07:17 ZMQWindows.md 07:23:01 drwxrwxr-x 2 1001 1001 4096 Jan 17 07:17 bin 07:23:01 drwxrwxr-x 14 1001 1001 4096 Jan 17 07:17 cmd 07:23:01 -rw-r--r-- 1 root root 550280 Jan 17 07:21 coverage.out 07:23:01 -rw-r--r-- 1 root root 981 Jan 17 07:22 go.mod 07:23:01 -rw-r--r-- 1 root root 19241 Jan 17 07:22 go.sum 07:23:01 drwxrwxr-x 8 1001 1001 4096 Jan 17 07:17 internal 07:23:01 drwxrwxr-x 4 1001 1001 4096 Jan 17 07:17 openapi 07:23:01 drwxrwxr-x 4 1001 1001 4096 Jan 17 07:17 snap 07:23:01 -rw-rw-r-- 1 1001 1001 168 Jan 17 07:17 version.go [Pipeline] sh 07:23:02 + '[' -e coverage.out ] 07:23:02 + chown 1001:1001 coverage.out [Pipeline] stash 07:23:02 Warning: overwriting stash ‘coverage-report’ 07:23:03 Stashed 1 file(s) [Pipeline] sh 07:23:04 + make build 07:23:04 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:23:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:23:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:23:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:23:46 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 07:23:46 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 07:23:51 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:23:55 Running on prd-ubuntu18.04-docker-8c-8g-20816 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws 07:23:56 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 07:23:56 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:23:58 using credential edgex-jenkins-ssh 07:23:58 Cloning the remote Git repository 07:23:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:23:59 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:23:58 > git init /w/workspace/edgex-go/7 # timeout=10 07:23:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:23:58 > git --version # timeout=10 07:23:58 > git --version # 'git version 2.17.1' 07:23:58 using GIT_SSH to set credentials SSH Credentials for GitHub 07:23:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:24:03 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:24:06 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:24:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:24:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:24:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:24:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:24:07 using GIT_SSH to set credentials SSH Credentials for GitHub 07:24:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:24:07 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:24:07 Merge succeeded, producing 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:24:07 Checking out Revision 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 (PR-3042) 07:24:07 > git config core.sparsecheckout # timeout=10 07:24:07 > git checkout -f 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 # timeout=10 07:24:07 > git remote # timeout=10 07:24:07 > git config --get remote.origin.url # timeout=10 07:24:07 using GIT_SSH to set credentials SSH Credentials for GitHub 07:24:07 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 07:24:07 > git rev-parse HEAD^{commit} # timeout=10 07:24:07 > git config core.sparsecheckout # timeout=10 07:24:07 > git checkout -f 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 # timeout=10 07:24: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 07:24:11 Commit message: "Merge branch 'master' into issue-3041" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:24:12 + echo snap-build.sh 07:24:12 snap-build.sh 07:24:12 + SNAP_BASE_DIR=. 07:24:12 + '[' '!' -z /w/workspace/edgex-go/7 ']' 07:24:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 07:24:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 07:24:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 07:24:12 + cd /w/workspace/edgex-go/7 07:24:12 + sudo apt-get remove -qy --purge lxd lxd-client 07:24:12 Reading package lists... 07:24:12 Building dependency tree... 07:24:12 Reading state information... 07:24:12 The following packages were automatically installed and are no longer required: 07:24:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:24:12 uidmap xdelta3 07:24:12 Use 'sudo apt autoremove' to remove them. 07:24:12 The following packages will be REMOVED: 07:24:12 lxd* lxd-client* 07:24:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:24:13 After this operation, 31.7 MB disk space will be freed. [Pipeline] } 07:24:14 $ docker stop --time=1 44c1b483ab18058f70a3b4941d3ef382fc284e95dd345051d4f7b3f4924bdde4 07:24:14 (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.) 07:24:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:24:15 Removing lxd dnsmasq configuration 07:24:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:24:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:24:16 $ docker rm -f 44c1b483ab18058f70a3b4941d3ef382fc284e95dd345051d4f7b3f4924bdde4 07:24:16 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:24:16 (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.) 07:24:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:18 Processing triggers for systemd (237-3ubuntu10.42) ... 07:24:18 Processing triggers for ureadahead (0.100.0-21) ... 07:24:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:18 07:24:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:24:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:19 latest: Pulling from edgex-devops/edgex-compose-arm64 07:24:19 29e5d40040c1: Pulling fs layer 07:24:19 1ce36da41761: Pulling fs layer 07:24:19 25b303627fd3: Pulling fs layer 07:24:19 29e5d40040c1: Verifying Checksum 07:24:19 29e5d40040c1: Download complete 07:24:19 + sudo snap remove --purge lxd 07:24:19 snap "lxd" is not installed 07:24:19 + sudo groupadd --force --system lxd 07:24:19 ++ whoami 07:24:19 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:24:19 + newgrp - lxd 07:24:20 + sudo snap install lxd 07:24:20 29e5d40040c1: Pull complete 07:24:20 1ce36da41761: Verifying Checksum 07:24:20 1ce36da41761: Download complete 07:24:21 1ce36da41761: Pull complete 07:24:21 25b303627fd3: Download complete 07:24:28 2021-01-17T07:24:25Z INFO Waiting for automatic snapd restart... 07:24:31 25b303627fd3: Pull complete 07:24:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:24:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:24:32 prd-ubuntu18.04-docker-arm64-4c-16g-20815 does not seem to be running inside a container 07:24:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 07:24:34 $ docker top 56d1c6f3965b2c37bb29ae2781fcdb49567e46e605d84416017404dabb158ef4 -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:35 + docker-compose build --help 07:24:35 + grep parallel 07:24:39 --parallel Build images in parallel. [Pipeline] } 07:24:39 $ docker stop --time=1 56d1c6f3965b2c37bb29ae2781fcdb49567e46e605d84416017404dabb158ef4 07:24:41 $ docker rm -f 56d1c6f3965b2c37bb29ae2781fcdb49567e46e605d84416017404dabb158ef4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:42 . [Pipeline] withDockerContainer 07:24:42 prd-ubuntu18.04-docker-arm64-4c-16g-20815 does not seem to be running inside a container 07:24:42 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 07:24:43 lxd 4.10 from Canonical* installed 07:24:43 + sudo lxd init --auto 07:24:43 $ docker top 69fc077efb17f14438db0fcda3a4dc4033a96a6c479823e12e0957a8c188fe75 -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:45 + docker-compose -f ./docker-compose-build.yml build --parallel 07:24:49 Building docker-core-command-go ... 07:24:49 Building docker-core-data-go ... 07:24:49 Building docker-core-metadata-go ... 07:24:49 Building docker-security-bootstrap-redis-go ... 07:24:49 Building docker-security-proxy-setup-go ... 07:24:49 Building docker-security-secretstore-setup-go ... 07:24:49 Building docker-support-notifications-go ... 07:24:49 Building docker-support-scheduler-go ... 07:24:49 Building docker-sys-mgmt-agent-go ... 07:24:49 Building docker-core-data-go 07:24:49 Building docker-security-bootstrap-redis-go 07:24:49 Building docker-security-secretstore-setup-go 07:24:49 Building docker-support-scheduler-go 07:24:49 Building docker-support-notifications-go 07:24:51 + sudo snap install --classic snapcraft 07:24:57 snapcraft 4.4.4 from Canonical* installed 07:24:57 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 07:24:57 + patch --verbose -p1 07:24:57 Hmm... Looks like a unified diff to me... 07:24:57 The text leading up to this was: 07:24:57 -------------------------- 07:24:57 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 07:24:57 |From: Tony Espy 07:24:57 |Date: Wed, 16 Dec 2020 16:34:55 -0500 07:24:57 |Subject: [PATCH] optimize snap build for pipeline CI check 07:24:57 | 07:24:57 |This patch is used by the EdgeX CI pipeline builds to 07:24:57 |optimize the snap CI check run for pull requests. When 07:24:57 |applied, it essentially strips out everything (apps and 07:24:57 |parts) from the snapcraft.yaml file except those required 07:24:57 |to build edgex-go, as the whole idea of the CI check is to 07:24:57 |catch changes to edgex-go that break the snap build. 07:24:57 | 07:24:57 |In general, anyone updating snapcraft.yaml will also need 07:24:57 |to update this patch file, otherwise it may fail to apply, 07:24:57 |resulting in a failed snap build CI check in the associated 07:24:57 |pull request. 07:24:57 | 07:24:57 |Note - in addition to applying this patch, the pipeline also 07:24:57 |only primes the snap (e.g. `snapcraft prime`), as there's no 07:24:57 |need to build the finally binary .snap file (and it won't 07:24:57 |work with the patch applied). This further reduces the build 07:24:57 |time. 07:24:57 |--- 07:24:57 | snap/snapcraft.yaml | 461 +------------------------------------------- 07:24:57 | 1 file changed, 2 insertions(+), 459 deletions(-) 07:24:57 | 07:24:57 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 07:24:57 |index 1e537489..faf42425 100644 07:24:57 |--- a/snap/snapcraft.yaml 07:24:57 |+++ b/snap/snapcraft.yaml 07:24:57 -------------------------- 07:24:57 patching file snap/snapcraft.yaml 07:24:57 Using Plan A... 07:24:57 Hunk #1 succeeded at 73. 07:24:57 Hunk #2 succeeded at 202 with fuzz 1. 07:24:57 Hunk #3 succeeded at 214 (offset -3 lines). 07:24:57 Hunk #4 succeeded at 222 (offset -3 lines). 07:24:57 Hunk #5 succeeded at 229 (offset -3 lines). 07:24:57 Hunk #6 succeeded at 256 (offset -3 lines). 07:24:57 Hunk #7 succeeded at 290 (offset -3 lines). 07:24:57 Hunk #8 succeeded at 342 (offset -2 lines). 07:24:57 Hmm... Ignoring the trailing garbage. 07:24:57 done 07:24:57 + sudo snapcraft prime --use-lxd 07:24:58 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:24:58 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: 07:24:58 - README.md 07:24:58 - snapcraft.yaml.orig 07:24:58 07:24:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:24:59 Launching a container. 07:25:11 Waiting for container to be ready 07:25:11 To start your first instance, try: lxc launch ubuntu:18.04 07:25:11 07:25:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:25:14 Waiting for network to be ready... 07:25:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:25:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 07:25:15 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:25:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 07:25:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 07:25:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 07:25:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 07:25:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 07:25:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 07:25:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 07:25:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:25:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:25:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:25:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:25:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:25:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:25:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:25:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:25:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:25:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 07:25:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 07:25:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 07:25:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 07:25:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 07:25:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 07:25:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 07:25:16 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 07:25:19 Fetched 23.7 MB in 4s (6044 kB/s) 07:25:19 Reading package lists... 07:25:19 Reading package lists... 07:25:20 Building dependency tree... 07:25:20 Reading state information... 07:25:20 The following additional packages will be installed: 07:25:20 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:25:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:25:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:25:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:25:20 Suggested packages: 07:25:20 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:25:20 Recommended packages: 07:25:20 gnupg libsasl2-modules 07:25:20 The following NEW packages will be installed: 07:25:20 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:25:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:25:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:25:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:25:20 The following packages will be upgraded: 07:25:20 gpg gpg-agent gpgconf libudev1 07:25:20 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 07:25:20 Need to get 3532 kB of archives. 07:25:20 After this operation, 13.3 MB of additional disk space will be used. 07:25:20 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 07:25:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 07:25:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 07:25:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 07:25:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 07:25:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 07:25:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 07:25:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 07:25:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:25:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:25:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:25:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:25:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:25:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:25:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:25:21 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:25:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:25:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:25:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:25:21 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:25:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 07:25:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 07:25:21 debconf: delaying package configuration, since apt-utils is not installed 07:25:21 Fetched 3532 kB in 1s (3193 kB/s) 07:25:21 (Reading database ... 12511 files and directories currently installed.) 07:25:21 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 07:25:21 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:25:21 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 07:25:21 Selecting previously unselected package udev. 07:25:21 (Reading database ... 12511 files and directories currently installed.) 07:25:21 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 07:25:21 Unpacking udev (237-3ubuntu10.43) ... 07:25:21 Selecting previously unselected package libfuse2:amd64. 07:25:21 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:25:21 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:25:22 Selecting previously unselected package fuse. 07:25:22 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:25:22 Unpacking fuse (2.9.7-1ubuntu1) ... 07:25:22 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 07:25:22 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:25:22 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 07:25:22 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:25:22 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 07:25:22 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:25:22 Selecting previously unselected package libksba8:amd64. 07:25:22 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:25:22 Unpacking libksba8:amd64 (1.3.5-2) ... 07:25:22 Selecting previously unselected package libroken18-heimdal:amd64. 07:25:22 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:22 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:22 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:25:22 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:22 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:23 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:25:23 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:23 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:23 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:25:23 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:23 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:23 Selecting previously unselected package libwind0-heimdal:amd64. 07:25:23 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:23 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:23 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:25:23 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:23 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:23 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:25:23 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:23 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:23 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:25:23 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:23 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:23 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:25:23 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:23 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:23 Selecting previously unselected package libsasl2-modules-db:amd64. 07:25:23 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:25:23 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:25:23 Selecting previously unselected package libsasl2-2:amd64. 07:25:23 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:25:23 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:25:23 Selecting previously unselected package libldap-common. 07:25:23 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 07:25:23 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:25:23 Selecting previously unselected package libldap-2.4-2:amd64. 07:25:23 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 07:25:23 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:25:24 Selecting previously unselected package dirmngr. 07:25:24 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 07:25:24 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 07:25:24 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:25:24 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 07:25:24 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:25:24 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:25:24 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:25:24 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 07:25:24 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:24 Setting up libksba8:amd64 (1.3.5-2) ... 07:25:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:25:24 Setting up udev (237-3ubuntu10.43) ... 07:25:24 invoke-rc.d: policy-rc.d denied execution of start. 07:25:24 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:24 Processing triggers for systemd (237-3ubuntu10) ... 07:25:24 Setting up fuse (2.9.7-1ubuntu1) ... 07:25:25 Setting up gpg (2.2.4-1ubuntu1.3) ... 07:25:25 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:25 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:25 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:25 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:25 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:25 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:25 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:25 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:25:25 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 07:25:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:25:25 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:25:25 settings in the [Install] section, and DefaultInstance for template units). 07:25:25 This means they are not meant to be enabled using systemctl. 07:25:25 Possible reasons for having this kind of units are: 07:25:25 1) A unit may be statically enabled by being symlinked from another unit's 07:25:25 .wants/ or .requires/ directory. 07:25:25 2) A unit's purpose may be to act as a helper for some other unit which has 07:25:25 a requirement dependency on it. 07:25:25 3) A unit may be started when needed via activation (socket, path, timer, 07:25:25 D-Bus, udev, scripted systemctl call, ...). 07:25:25 4) In case of template units, the unit is meant to be enabled with some 07:25:25 instance name specified. 07:25:25 Reading package lists... 07:25:26 Building dependency tree... 07:25:26 Reading state information... 07:25:26 The following additional packages will be installed: 07:25:26 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:25:26 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:25:26 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:25:26 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:25:26 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:25:26 Suggested packages: 07:25:26 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:25:26 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:25:26 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:25:26 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:25:26 systemd-container policykit-1 07:25:26 Recommended packages: 07:25:26 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:25:26 The following NEW packages will be installed: 07:25:26 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:25:26 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:25:26 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:25:26 multiarch-support openssh-client python3 python3-minimal python3.6 07:25:26 python3.6-minimal snapd squashfs-tools sudo 07:25:26 The following packages will be upgraded: 07:25:26 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:25:26 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 07:25:26 Need to get 35.2 MB of archives. 07:25:26 After this operation, 141 MB of additional disk space will be used. 07:25:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 07:25:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 07:25:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 07:25:26 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 07:25:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 07:25:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:25:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 07:25:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 07:25:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 07:25:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:25:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:25:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:25:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:25:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:25:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:25:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 07:25:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:25:27 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 07:25:27 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:25:27 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:25:27 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:25:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:25:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:25:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:25:27 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:25:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 07:25:27 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:25:27 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:25:27 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:25:27 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 07:25:29 debconf: delaying package configuration, since apt-utils is not installed 07:25:29 Fetched 35.2 MB in 2s (15.1 MB/s) 07:25:29 (Reading database ... 12757 files and directories currently installed.) 07:25:29 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 07:25:29 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:25:29 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 07:25:29 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:25:29 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 07:25:29 (Reading database ... 12757 files and directories currently installed.) 07:25:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 07:25:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 07:25:30 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 07:25:30 (Reading database ... 12757 files and directories currently installed.) 07:25:30 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 07:25:30 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 07:25:30 Setting up apt (1.6.12ubuntu0.2) ... 07:25:30 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:25:31 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:25:31 (Reading database ... 12764 files and directories currently installed.) 07:25:31 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:25:31 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:25:31 Selecting previously unselected package libpython3.6-minimal:amd64. 07:25:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:31 Selecting previously unselected package libexpat1:amd64. 07:25:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:25:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:25:31 Selecting previously unselected package python3.6-minimal. 07:25:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:25:32 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 07:25:32 Checking for services that may need to be restarted...done. 07:25:32 Checking for services that may need to be restarted...done. 07:25:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:25:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:25:32 Selecting previously unselected package python3-minimal. 07:25:32 (Reading database ... 13012 files and directories currently installed.) 07:25:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:25:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:25:33 Selecting previously unselected package mime-support. 07:25:33 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:25:33 Unpacking mime-support (3.60ubuntu1) ... 07:25:33 Selecting previously unselected package libmpdec2:amd64. 07:25:33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:25:33 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:25:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:25:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:33 Selecting previously unselected package python3.6. 07:25:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:25:33 Selecting previously unselected package libpython3-stdlib:amd64. 07:25:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:25:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:25:33 Setting up python3-minimal (3.6.7-1~18.04) ... 07:25:33 Selecting previously unselected package python3. 07:25:33 (Reading database ... 13442 files and directories currently installed.) 07:25:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:25:33 Unpacking python3 (3.6.7-1~18.04) ... 07:25:34 Selecting previously unselected package multiarch-support. 07:25:34 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:25:34 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:25:34 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:25:34 Selecting previously unselected package liblzo2-2:amd64. 07:25:34 (Reading database ... 13479 files and directories currently installed.) 07:25:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:25:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:25:34 Selecting previously unselected package libbsd0:amd64. 07:25:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:25:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:25:34 Selecting previously unselected package sudo. 07:25:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 07:25:34 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 07:25:34 Selecting previously unselected package apparmor. 07:25:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:25:34 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:25:34 Selecting previously unselected package libedit2:amd64. 07:25:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:25:34 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:25:34 Selecting previously unselected package libkrb5support0:amd64. 07:25:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:25:34 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:25:35 Selecting previously unselected package libk5crypto3:amd64. 07:25:35 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:25:35 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:25:35 Selecting previously unselected package libkeyutils1:amd64. 07:25:35 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:25:35 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:25:35 Selecting previously unselected package libkrb5-3:amd64. 07:25:35 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:25:35 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:25:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:25:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:25:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:25:35 Selecting previously unselected package libssl1.0.0:amd64. 07:25:35 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 07:25:35 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:25:35 Selecting previously unselected package openssh-client. 07:25:35 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:25:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:25:35 Selecting previously unselected package squashfs-tools. 07:25:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:25:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:25:36 Selecting previously unselected package snapd. 07:25:36 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 07:25:36 Unpacking snapd (2.48+18.04) ... 07:25:38 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:25:38 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:25:38 Setting up mime-support (3.60ubuntu1) ... 07:25:38 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 07:25:38 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:25:38 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:25:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:25:38 Setting up systemd (237-3ubuntu10.43) ... 07:25:38 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:25:39 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:25:39 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:25:39 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:25:39 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:39 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:25:39 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:25:40 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:25:40 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:25:40 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:25:41 Setting up python3 (3.6.7-1~18.04) ... 07:25:41 running python rtupdate hooks for python3.6... 07:25:41 running python post-rtupdate hooks for python3.6... 07:25:41 Setting up apparmor (2.12-4ubuntu5.1) ... 07:25:45 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:25:45 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:25:45 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:25:45 Setting up snapd (2.48+18.04) ... 07:25:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:25:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:25:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:25:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:25:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:25:46 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:25:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:25:46 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:25:46 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:25:46 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:25:46 /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' 07:25:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:25:47 Processing triggers for systemd (237-3ubuntu10.43) ... 07:25:48 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:25:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:25:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:25:49 Reading package lists... 07:25:49 Reading package lists... 07:25:49 Building dependency tree... 07:25:49 Reading state information... 07:25:49 Calculating upgrade... 07:25:49 The following packages will be upgraded: 07:25:49 advancecomp base-files bash binutils binutils-common 07:25:49 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:25:49 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:25:49 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 07:25:49 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 07:25:49 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 07:25:49 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 07:25:49 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 07:25:49 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 07:25:49 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 07:25:49 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 07:25:49 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 07:25:49 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 07:25:49 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 07:25:49 ubuntu-keyring util-linux 07:25:50 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:25:50 Need to get 63.7 MB of archives. 07:25:50 After this operation, 5203 kB of additional disk space will be used. 07:25:50 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:25:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 07:25:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:25:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:25:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:25:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:25:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:25:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:25:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:25:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:25:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:25:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:25:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:25:50 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:25:50 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:25:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:25:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:25:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:25:50 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:25:50 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:25:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:25:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:25:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:25:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:25:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:25:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:25:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:25:50 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:25:50 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:25:50 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:25:50 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:25:50 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:25:51 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:25:51 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:25:51 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:25:51 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:25:51 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:25:51 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:25:51 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 07:25:51 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:25:51 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:25:51 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:25:51 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:25:51 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:25:51 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:25:51 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:25:51 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:25:51 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:25:51 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 07:25:51 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:25:51 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:25:51 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:25:51 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:25:51 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:25:51 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:25:51 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:25:51 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:25:51 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:25:51 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:25:51 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:25:51 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:25:51 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:25:51 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:25:51 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:25:51 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:25:51 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:25:51 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:25:51 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 07:25:51 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 07:25:51 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:25:51 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:25:51 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 07:25:51 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 07:25:51 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 07:25:51 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:25:51 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:25:51 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:25:51 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 07:25:51 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:25:51 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:25:51 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 07:25:51 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:25:51 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:25:51 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:25:51 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:25:51 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:25:51 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:25:51 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:25:52 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:25:52 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:25:52 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:25:52 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:25:53 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:25:53 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:25:53 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:25:53 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:25:53 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:25:53 debconf: delaying package configuration, since apt-utils is not installed 07:25:53 Fetched 63.7 MB in 3s (19.5 MB/s) 07:25:53 (Reading database ... 13912 files and directories currently installed.) 07:25:53 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:25:53 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:25:53 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:25:53 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:25:53 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 07:25:54 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 07:25:54 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:54 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:54 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:54 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:54 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:54 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:55 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:55 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:55 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:55 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:55 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:55 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:55 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:55 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:55 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:56 (Reading database ... 13911 files and directories currently installed.) 07:25:56 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:56 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:25:56 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:25:56 (Reading database ... 13911 files and directories currently installed.) 07:25:56 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:56 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:56 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:56 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:56 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:25:56 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:25:56 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:25:56 (Reading database ... 13911 files and directories currently installed.) 07:25:56 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:25:57 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:25:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:25:57 ---> ecac3aa8c26e 07:25:57 Step 3/21 : WORKDIR /edgex-go 07:25:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:25:57 ---> ecac3aa8c26e 07:25:57 Step 3/24 : WORKDIR /edgex-go 07:25:57 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:25:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:25:57 ---> ecac3aa8c26e 07:25:57 Step 3/22 : WORKDIR /edgex-go 07:25:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:25:57 ---> ecac3aa8c26e 07:25:57 Step 3/24 : WORKDIR /edgex-go 07:25:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:25:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:25:57 ---> ecac3aa8c26e 07:25:57 Step 3/23 : WORKDIR /edgex-go 07:25:57 (Reading database ... 13911 files and directories currently installed.) 07:25:57 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:25:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:25:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:25:57 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:25:57 Setting up base-files (10.1ubuntu2.10) ... 07:25:57 Installing new version of config file /etc/issue ... 07:25:57 Installing new version of config file /etc/issue.net ... 07:25:57 Installing new version of config file /etc/lsb-release ... 07:25:58 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:25:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:25:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:25:58 Removing obsolete conffile /etc/default/motd-news ... 07:25:58 (Reading database ... 13912 files and directories currently installed.) 07:25:58 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:25:58 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:25:58 Setting up bash (4.4.18-2ubuntu1.2) ... 07:25:58 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 07:25:58 (Reading database ... 13912 files and directories currently installed.) 07:25:58 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:25:58 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:25:58 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:25:58 (Reading database ... 13912 files and directories currently installed.) 07:25:58 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:25:59 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:25:59 Setting up tar (1.29b-2ubuntu0.2) ... 07:25:59 (Reading database ... 13912 files and directories currently installed.) 07:25:59 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:25:59 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:25:59 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:25:59 (Reading database ... 13912 files and directories currently installed.) 07:25:59 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:25:59 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:25:59 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:26:00 (Reading database ... 13912 files and directories currently installed.) 07:26:00 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:26:00 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:26:00 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:26:00 (Reading database ... 13912 files and directories currently installed.) 07:26:00 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:26:00 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:26:00 Setting up grep (3.1-2build1) ... 07:26:00 (Reading database ... 13912 files and directories currently installed.) 07:26:00 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:26:00 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:26:00 Setting up login (1:4.5-1ubuntu2) ... 07:26:00 (Reading database ... 13912 files and directories currently installed.) 07:26:00 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:26:00 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:00 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:26:00 ---> Running in 54a9ef50a2b6 07:26:00 ---> Running in aa8c75858f31 07:26:00 ---> Running in 800840b350d0 07:26:00 ---> Running in 6154230ad570 07:26:00 ---> Running in 7a86ddc72c5e 07:26:01 (Reading database ... 13912 files and directories currently installed.) 07:26:01 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:26:01 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:01 Removing intermediate container 54a9ef50a2b6 07:26:01 ---> 3d08f3b599c9 07:26:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:01 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:26:01 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:01 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:26:01 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:01 ---> Running in 0f5680563c30 07:26:01 Removing intermediate container aa8c75858f31 07:26:01 ---> bd51cd9c3fc1 07:26:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:02 Removing intermediate container 800840b350d0 07:26:02 ---> e3b27b63e3e6 07:26:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:02 Removing intermediate container 7a86ddc72c5e 07:26:02 ---> 270f04a809d8 07:26:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:02 Removing intermediate container 6154230ad570 07:26:02 ---> 6460e58a055b 07:26:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:02 ---> Running in 7bc2cae241cd 07:26:02 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:26:02 ---> Running in 43c9d621370e 07:26:02 ---> Running in 1a984b01c7f2 07:26:02 ---> Running in 665c7557b7b1 07:26:02 (Reading database ... 13912 files and directories currently installed.) 07:26:02 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:26:02 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:03 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:26:03 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:26:03 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:26:03 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:26:03 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:26:03 (Reading database ... 13912 files and directories currently installed.) 07:26:03 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:26:03 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:26:03 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:26:04 (Reading database ... 13912 files and directories currently installed.) 07:26:04 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:04 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:04 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:26:04 (Reading database ... 13912 files and directories currently installed.) 07:26:04 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:04 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:04 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:26:04 (Reading database ... 13912 files and directories currently installed.) 07:26:04 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:04 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:05 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:26:05 (Reading database ... 13912 files and directories currently installed.) 07:26:05 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:05 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:05 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:26:05 (Reading database ... 13912 files and directories currently installed.) 07:26:05 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:26:05 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:05 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:26:05 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:05 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:26:05 (Reading database ... 13912 files and directories currently installed.) 07:26:05 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:26:05 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:05 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:26:05 (Reading database ... 13912 files and directories currently installed.) 07:26:05 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:05 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:05 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:26:05 Removing intermediate container 0f5680563c30 07:26:05 ---> 6816863e8e23 07:26:05 Step 5/22 : RUN apk add --update --no-cache make git 07:26:05 ---> Running in c1187775cfcb 07:26:06 (Reading database ... 13912 files and directories currently installed.) 07:26:06 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:06 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:06 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:26:06 Removing intermediate container 7bc2cae241cd 07:26:06 ---> b4572d2d5972 07:26:06 Step 5/21 : RUN apk add --update --no-cache make git 07:26:06 Removing intermediate container 43c9d621370e 07:26:06 ---> a6bb9bcd6001 07:26:06 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 07:26:06 (Reading database ... 13912 files and directories currently installed.) 07:26:06 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:06 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:06 ---> Running in 1e0d0300e5af 07:26:06 ---> Running in b1c124056da6 07:26:06 Removing intermediate container 665c7557b7b1 07:26:06 ---> de445b28e217 07:26:06 Step 5/24 : RUN apk add --update --no-cache make git 07:26:06 ---> Running in aa901c366301 07:26:06 Removing intermediate container 1a984b01c7f2 07:26:06 ---> bcc6652d9807 07:26:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:26:06 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:26:06 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:26:07 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:26:07 ---> Running in b2f0a5f28e07 07:26:07 (Reading database ... 13912 files and directories currently installed.) 07:26:07 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:26:07 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:26:07 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:26:07 (Reading database ... 13912 files and directories currently installed.) 07:26:07 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:26:07 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:07 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:26:07 (Reading database ... 13914 files and directories currently installed.) 07:26:07 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:26:07 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:26:08 Setting up debconf (1.5.66ubuntu1) ... 07:26:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:08 (Reading database ... 13914 files and directories currently installed.) 07:26:08 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:26:08 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:26:08 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:26:08 (Reading database ... 13914 files and directories currently installed.) 07:26:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:08 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:26:08 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:26:08 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:26:08 (Reading database ... 13914 files and directories currently installed.) 07:26:08 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:26:08 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:26:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:09 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:26:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:09 (Reading database ... 13914 files and directories currently installed.) 07:26:09 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:09 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:09 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 07:26:09 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:26:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:09 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:26:09 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:26:09 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:26:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:10 (Reading database ... 13914 files and directories currently installed.) 07:26:10 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:26:10 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:26:10 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:26:10 OK: 217 MiB in 51 packages 07:26:10 (Reading database ... 13914 files and directories currently installed.) 07:26:10 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:26:10 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:26:10 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:26:10 (Reading database ... 13914 files and directories currently installed.) 07:26:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:26:10 OK: 217 MiB in 51 packages 07:26:10 OK: 217 MiB in 51 packages 07:26:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:26:10 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:26:10 (Reading database ... 13914 files and directories currently installed.) 07:26:10 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 07:26:11 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 07:26:11 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 07:26:11 (Reading database ... 13914 files and directories currently installed.) 07:26:11 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:26:11 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:26:11 OK: 217 MiB in 51 packages 07:26:11 OK: 217 MiB in 51 packages 07:26:11 Setting up passwd (1:4.5-1ubuntu2) ... 07:26:11 (Reading database ... 13914 files and directories currently installed.) 07:26:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 07:26:11 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:26:11 Removing intermediate container c1187775cfcb 07:26:11 ---> 1fa16ebb6380 07:26:11 Step 6/22 : COPY go.mod . 07:26:11 Setting up gpgv (2.2.4-1ubuntu1.3) ... 07:26:11 (Reading database ... 13914 files and directories currently installed.) 07:26:11 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:26:11 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:26:12 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:26:12 (Reading database ... 13914 files and directories currently installed.) 07:26:12 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:26:12 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:26:12 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:26:12 (Reading database ... 13914 files and directories currently installed.) 07:26:12 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:26:12 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:26:12 Removing intermediate container 1e0d0300e5af 07:26:12 ---> 81041a68a653 07:26:12 Step 6/21 : COPY go.mod . 07:26:12 Removing intermediate container b1c124056da6 07:26:12 ---> 0a83f9eb8c64 07:26:12 Step 6/24 : COPY go.mod . 07:26:12 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:26:12 (Reading database ... 13914 files and directories currently installed.) 07:26:12 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:26:12 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:26:12 ---> 25339ea8c5d0 07:26:12 Step 7/22 : RUN go mod download 07:26:12 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:26:12 (Reading database ... 13914 files and directories currently installed.) 07:26:12 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 07:26:12 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 07:26:13 Removing intermediate container aa901c366301 07:26:13 ---> a064ffe9a45c 07:26:13 Step 6/24 : COPY go.mod . 07:26:13 ---> Running in 8f86d0fced1e 07:26:13 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 07:26:13 (Reading database ... 13914 files and directories currently installed.) 07:26:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 07:26:13 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 07:26:13 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 07:26:13 Removing intermediate container b2f0a5f28e07 07:26:13 ---> aa25655bbb0c 07:26:13 Step 6/23 : COPY go.mod . 07:26:13 (Reading database ... 13915 files and directories currently installed.) 07:26:13 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:26:13 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:26:13 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:26:13 ---> 4880851b4476 07:26:13 Step 7/21 : RUN go mod download 07:26:13 ---> e03631d6e737 07:26:13 Step 7/24 : RUN go mod download 07:26:13 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:26:13 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:26:13 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:26:13 ---> Running in 79a79208878a 07:26:14 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 07:26:14 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 07:26:14 ---> Running in ecaa24d601e9 07:26:14 ---> 3481e8f8d019 07:26:14 Step 7/24 : RUN go mod download 07:26:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:26:14 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:26:14 ---> e9cceef72f2a 07:26:14 Step 7/23 : RUN go mod download 07:26:14 ---> Running in bc995a97c851 07:26:14 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:26:14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:26:14 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:26:14 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:26:14 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:26:14 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:26:14 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:26:14 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:26:15 ---> Running in e7534de72a90 07:26:15 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:26:15 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:26:15 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:26:15 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:26:15 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 07:26:15 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 07:26:16 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:26:16 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:26:16 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:26:16 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:26:16 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:26:16 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:26:16 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:26:16 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:26:17 Removing intermediate container 8f86d0fced1e 07:26:17 ---> 9f8fd01c8b96 07:26:17 Step 8/22 : COPY . . 07:26:17 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:26:17 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:26:17 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:26:17 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:26:17 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:17 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:17 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:17 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:17 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:17 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:17 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:17 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:18 Removing intermediate container 79a79208878a 07:26:18 ---> 88f9717192e7 07:26:18 Step 8/21 : COPY . . 07:26:18 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:18 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:19 Removing intermediate container ecaa24d601e9 07:26:19 ---> 0c00660129da 07:26:19 Step 8/24 : COPY . . 07:26:19 Removing intermediate container e7534de72a90 07:26:19 ---> 86d5ccf4fe61 07:26:19 Step 8/23 : COPY . . 07:26:20 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:20 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:20 Removing intermediate container bc995a97c851 07:26:20 ---> 91da6a1cec86 07:26:20 Step 8/24 : COPY . . 07:26:21 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:21 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:21 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:22 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:22 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:22 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:26:22 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:26:22 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:26:22 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:26:22 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:26:22 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:26:22 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:26:22 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:26:22 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:26:23 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:26:23 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:26:23 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:26:23 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:26:23 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:26:23 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:23 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:26:23 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:23 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:23 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:23 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:26:23 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:26:23 Setting up tzdata (2020f-0ubuntu0.18.04) ... 07:26:23 07:26:23 Current default time zone: 'Etc/UTC' 07:26:23 Local time is now: Sun Jan 17 07:26:23 UTC 2021. 07:26:23 Universal Time is now: Sun Jan 17 07:26:23 UTC 2021. 07:26:23 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:26:23 07:26:23 Setting up systemd-sysv (237-3ubuntu10.43) ... 07:26:23 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:23 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 07:26:23 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:26:23 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:26:23 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:26:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:26:24 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:26:24 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:26:24 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:26:24 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:24 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:26:24 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:24 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:26:24 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:24 Setting up patch (2.7.6-2ubuntu1.1) ... 07:26:24 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:26:24 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:26:24 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 07:26:24 Installing new version of config file /etc/ssl/openssl.cnf ... 07:26:24 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:26:24 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:26:24 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 07:26:26 Updating certificates in /etc/ssl/certs... 07:26:27 22 added, 17 removed; done. 07:26:27 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:26:27 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:27 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:26:27 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:26:27 Setting up pkgbinarymangler (138.18.04.1) ... 07:26:27 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:27 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:26:27 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:27 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:27 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:27 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:26:27 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:27 Setting up perl (5.26.1-6ubuntu0.5) ... 07:26:28 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:26:28 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:26:28 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:26:28 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 07:26:28 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:26:28 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:26:28 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:26:28 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:26:28 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:26:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:26:28 Processing triggers for systemd (237-3ubuntu10.43) ... 07:26:28 Processing triggers for mime-support (3.60ubuntu1) ... 07:26:28 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 07:26:28 Updating certificates in /etc/ssl/certs... 07:26:29 0 added, 0 removed; done. 07:26:29 Running hooks in /etc/ca-certificates/update.d... 07:26:29 done. 07:26:29 Reading package lists... 07:26:29 Building dependency tree... 07:26:29 Reading state information... 07:26:29 The following NEW packages will be installed: 07:26:29 apt-transport-https 07:26:29 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:26:29 Need to get 1696 B of archives. 07:26:29 After this operation, 153 kB of additional disk space will be used. 07:26:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 07:26:29 debconf: delaying package configuration, since apt-utils is not installed 07:26:29 Fetched 1696 B in 0s (22.6 kB/s) 07:26:29 Selecting previously unselected package apt-transport-https. 07:26:29 (Reading database ... 13929 files and directories currently installed.) 07:26:29 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 07:26:30 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 07:26:30 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 07:26:30 Waiting for network to be ready... 07:26:35 2021-01-17T07:26:33Z INFO Waiting for automatic snapd restart... 07:26:36 snapd 2.48.2 from Canonical* installed 07:26:37 "snapd" switched to the "latest/stable" channel 07:26:37 07:26:39 core18 20201210 from Canonical* installed 07:26:39 "core18" switched to the "latest/stable" channel 07:26:39 07:26:43 snapcraft 4.4.4 from Canonical* installed 07:26:43 "snapcraft" switched to the "latest/stable" channel 07:26:43 07:26:46 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: 07:26:46 - README.md 07:26:46 - snapcraft.yaml.orig 07:26:46 07:26:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:26:47 ---> 75b394468eaf 07:26:47 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:26:47 ---> 8829d7d38fa6 07:26:47 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:26:47 ---> 6c2ac422701f 07:26:47 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:26:47 ---> 9485dd5c0135 07:26:47 Step 9/23 : RUN make cmd/core-data/core-data 07:26:47 ---> 7ce6c98f8b91 07:26:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:26:47 ---> Running in 71cfc506a336 07:26:47 ---> Running in 620e69d43989 07:26:47 ---> Running in c44107e53c26 07:26:47 ---> Running in 4bf803607a39 07:26:47 ---> Running in b2bb7e76eea9 07:26:47 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:26: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 07:26:47 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:26:47 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:26:47 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:26:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:26:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:26:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:26:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:26:54 Reading package lists... 07:26:54 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 07:27:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:27:01 Reading package lists... 07:27:01 Building dependency tree... 07:27:01 Reading state information... 07:27:01 Suggested packages: 07:27:01 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:27:01 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:27:01 Recommended packages: 07:27:01 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:27:01 The following NEW packages will be installed: 07:27:01 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:27:01 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:27:01 pkg-config zip 07:27:01 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:27:01 Need to get 7655 kB of archives. 07:27:01 After this operation, 43.7 MB of additional disk space will be used. 07:27:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 07:27:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 07:27:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:27:01 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:27:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:27:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:27:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:27:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:27:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:27:01 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:27:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:27:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:27:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:27:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:27:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:27:01 debconf: delaying package configuration, since apt-utils is not installed 07:27:01 Fetched 7655 kB in 1s (10.5 MB/s) 07:27:01 Selecting previously unselected package libglib2.0-0:amd64. 07:27:01 (Reading database ... 13933 files and directories currently installed.) 07:27:01 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 07:27:02 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:27:02 Selecting previously unselected package libpsl5:amd64. 07:27:02 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:27:02 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:27:02 Selecting previously unselected package libnghttp2-14:amd64. 07:27:02 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:27:02 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:27:02 Selecting previously unselected package librtmp1:amd64. 07:27:02 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:27:02 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:27:02 Selecting previously unselected package libcurl3-gnutls:amd64. 07:27:02 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 07:27:02 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:27:02 Selecting previously unselected package liberror-perl. 07:27:02 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:27:02 Unpacking liberror-perl (0.17025-1) ... 07:27:02 Selecting previously unselected package git-man. 07:27:02 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:27:02 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:27:02 Selecting previously unselected package git. 07:27:02 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:27:02 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:27:03 Selecting previously unselected package libnorm1:amd64. 07:27:03 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:27:03 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:27:03 Selecting previously unselected package libpgm-5.2-0:amd64. 07:27:03 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:27:03 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:27:03 Selecting previously unselected package libsodium23:amd64. 07:27:03 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:27:03 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:27:04 Selecting previously unselected package libzmq5:amd64. 07:27:04 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:27:04 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:27:04 Selecting previously unselected package libzmq3-dev:amd64. 07:27:04 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:27:04 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:27:04 Selecting previously unselected package pkg-config. 07:27:04 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:27:04 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:27:04 Selecting previously unselected package zip. 07:27:04 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:27:04 Unpacking zip (3.0-11build1) ... 07:27:04 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:27:04 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:27:04 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:27:04 Setting up liberror-perl (0.17025-1) ... 07:27:04 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:27:04 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:27:04 No schema files found: doing nothing. 07:27:04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:27:04 Setting up zip (3.0-11build1) ... 07:27:04 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:27:04 Setting up libsodium23:amd64 (1.0.16-2) ... 07:27:04 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:27:04 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:27:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:27:04 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:27:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:27:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:27:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:27:11 git set to automatically installed. 07:27:11 git-man set to automatically installed. 07:27:11 libcurl3-gnutls set to automatically installed. 07:27:11 liberror-perl set to automatically installed. 07:27:11 libglib2.0-0 set to automatically installed. 07:27:11 libnghttp2-14 set to automatically installed. 07:27:11 libnorm1 set to automatically installed. 07:27:11 libpgm-5.2-0 set to automatically installed. 07:27:11 libpsl5 set to automatically installed. 07:27:11 librtmp1 set to automatically installed. 07:27:11 libsodium23 set to automatically installed. 07:27:11 libzmq3-dev set to automatically installed. 07:27:11 libzmq5 set to automatically installed. 07:27:11 pkg-config set to automatically installed. 07:27:11 zip set to automatically installed. 07:27:13 snapd is not logged in, snap install commands will use sudo 07:27:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:27:20 snap "core18" has no updates available 07:27:20 Pulling config-common 07:27:21 Pulling go-build-helper 07:27:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:27:43 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:27:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:27:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 07:27:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 07:27:43 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:27:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 07:27:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 07:27:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 07:27:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 07:27:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 07:27:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 07:27:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:27:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:27:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:27:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:27:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:27:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:27:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:27:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 07:27:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 07:27:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 07:27:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 07:27:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 07:27:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 07:27:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 07:27:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 07:27:43 Fetched 23.7 MB in 0s (0 B/s) 07:27:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:27:43 Fetched 96.5 kB in 0s (0 B/s) 07:27:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:27:43 Fetched 279 kB in 0s (0 B/s) 07:27:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:27:43 Fetched 122 kB in 0s (0 B/s) 07:27:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:27:43 Fetched 77.8 kB in 0s (0 B/s) 07:27:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:27:43 Fetched 8848 B in 0s (0 B/s) 07:27:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:27:43 Fetched 47.8 kB in 0s (0 B/s) 07:27:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:27:43 Fetched 45.6 kB in 0s (0 B/s) 07:27:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:27:43 Fetched 15.0 kB in 0s (0 B/s) 07:27:43 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 07:27:43 Fetched 214 kB in 0s (0 B/s) 07:27:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 07:27:43 Fetched 155 kB in 0s (0 B/s) 07:27:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:27:43 Fetched 50.6 kB in 0s (0 B/s) 07:27:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:27:43 Fetched 14.8 kB in 0s (0 B/s) 07:27:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:27:43 Fetched 41.8 kB in 0s (0 B/s) 07:27:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:27:43 Fetched 499 kB in 0s (0 B/s) 07:27:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:27:43 Fetched 111 kB in 0s (0 B/s) 07:27:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:27:43 Fetched 240 kB in 0s (0 B/s) 07:27:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:27:43 Fetched 29.3 kB in 0s (0 B/s) 07:27:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:27:43 Fetched 85.5 kB in 0s (0 B/s) 07:27:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:27:43 Fetched 24.5 kB in 0s (0 B/s) 07:27:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:27:43 Fetched 49.2 kB in 0s (0 B/s) 07:27:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:27:43 Fetched 54.2 kB in 0s (0 B/s) 07:27:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:27:43 Fetched 30.8 kB in 0s (0 B/s) 07:27:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 07:27:43 Fetched 17.0 kB in 0s (0 B/s) 07:27:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:27:43 Fetched 85.9 kB in 0s (0 B/s) 07:27:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:27:43 Fetched 8720 B in 0s (0 B/s) 07:27:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 07:27:43 Fetched 137 kB in 0s (0 B/s) 07:27:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:27:43 Fetched 119 kB in 0s (0 B/s) 07:27:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 07:27:43 Fetched 109 kB in 0s (0 B/s) 07:27:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:27:43 Fetched 11.1 kB in 0s (0 B/s) 07:27:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:27:43 Fetched 645 kB in 0s (0 B/s) 07:27:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:27:43 Fetched 41.3 kB in 0s (0 B/s) 07:27:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:27:43 Fetched 17.9 kB in 0s (0 B/s) 07:27:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:27:43 Fetched 368 kB in 0s (0 B/s) 07:27:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:27:43 Fetched 187 kB in 0s (0 B/s) 07:27:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:27:43 Fetched 175 kB in 0s (0 B/s) 07:27:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:27:46 Fetched 206 kB in 0s (0 B/s) 07:27:46 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 07:27:46 Fetched 1301 kB in 0s (0 B/s) 07:27:46 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:27:46 Fetched 36.2 kB in 0s (0 B/s) 07:27:46 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 07:27:46 Fetched 159 kB in 0s (0 B/s) 07:27:46 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:27:46 Fetched 107 kB in 0s (0 B/s) 07:27:46 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:27:46 Fetched 48.7 kB in 0s (0 B/s) 07:27:46 Pulling static-packages 07:27:47 'go115' has dependencies that need to be staged: static-packages go-build-helper 07:27:47 Skipping pull go-build-helper (already ran) 07:27:47 Skipping pull static-packages (already ran) 07:27:47 Building go-build-helper 07:27:50 Building static-packages 07:27:52 Staging go-build-helper 07:27:53 Staging static-packages 07:27:54 Pulling go115 07:27:55 'edgex-go' has dependencies that need to be staged: go115 07:27:55 Skipping pull go115 (already ran) 07:27:55 Building go115 07:27:55 % Total % Received % Xferd Average Speed Time Time Time Current 07:27:55 Dload Upload Total Spent Left Speed 07:27:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.6M 0 0 22.7M 0 0:00:05 --:--:-- 0:00:05 22.7M 46 115M 46 54.2M 0 0 32.9M 0 0:00:03 0:00:01 0:00:02 32.9M 87 115M 87 101M 0 0 37.6M 0 0:00:03 0:00:02 0:00:01 37.6M 100 115M 100 115M 0 0 38.6M 0 0:00:02 0:00:02 --:--:-- 38.6M 07:27:58 go1.15.2.linux-amd64.tar.gz: OK 07:28:02 Staging go115 07:28:08 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:28:08 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:28:08 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:28:08 Fetched 0 B in 0s (0 B/s) 07:28:08 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:28:08 Fetched 224 kB in 0s (0 B/s) 07:28:08 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:28:08 Fetched 157 kB in 0s (0 B/s) 07:28:08 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:28:08 Fetched 221 kB in 0s (0 B/s) 07:28:08 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:28:08 Fetched 143 kB in 0s (0 B/s) 07:28:08 Pulling edgex-go 07:28:08 Pulling version 07:28:09 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:28:09 Building config-common 07:28:11 Skipping build go-build-helper (already ran) 07:28:11 Skipping build static-packages (already ran) 07:28:11 Skipping build go115 (already ran) 07:28:11 Building edgex-go 07:28:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:28:13 go: downloading github.com/gorilla/mux v1.8.0 07:28:13 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 07:28:13 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:28:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 07:28:13 go: downloading github.com/google/uuid v1.1.4 07:28:13 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:28:13 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 07:28:13 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 07:28:13 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 07:28:13 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 07:28:13 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:28:13 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 07:28:13 go: downloading github.com/BurntSushi/toml v0.3.1 07:28:13 go: downloading github.com/pkg/errors v0.8.1 07:28:13 go: downloading github.com/imdario/mergo v0.3.11 07:28:13 go: downloading github.com/go-playground/validator/v10 v10.3.0 07:28:13 go: downloading github.com/x448/float16 v0.8.4 07:28:13 go: downloading github.com/hashicorp/consul/api v1.1.0 07:28:13 go: downloading gopkg.in/yaml.v2 v2.4.0 07:28:13 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:28:13 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 07:28:13 go: downloading github.com/pelletier/go-toml v1.2.0 07:28:13 go: downloading github.com/go-kit/kit v0.8.0 07:28:13 go: downloading github.com/pebbe/zmq4 v1.2.2 07:28:13 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:28:13 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:28:13 go: downloading github.com/mitchellh/copystructure v1.0.0 07:28:13 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:28:13 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:28:13 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:28:13 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:28:13 go: downloading github.com/leodido/go-urn v1.2.0 07:28:13 go: downloading github.com/hashicorp/serf v0.8.2 07:28:13 go: downloading github.com/go-playground/universal-translator v0.17.0 07:28:13 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:28:13 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:28:13 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:28:13 go: downloading github.com/go-playground/locales v0.13.0 07:28:13 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:28:13 Removing intermediate container c44107e53c26 07:28:13 ---> 78ba52b6cce5 07:28:13 07:28:13 Step 10/22 : FROM alpine:3.12 07:28:13 3.12: Pulling from library/alpine 07:28:13 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:28:14 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:28:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:28:16 Status: Downloaded newer image for alpine:3.12 07:28:16 ---> afeebe901d6b 07:28:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:28:16 ---> Running in 978e74035658 07:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:28:20 (1/5) Installing ca-certificates (20191127-r4) 07:28:20 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:28:20 (3/5) Installing libcurl (7.69.1-r3) 07:28:20 (4/5) Installing curl (7.69.1-r3) 07:28:20 (5/5) Installing dumb-init (1.2.2-r1) 07:28:20 Executing busybox-1.31.1-r19.trigger 07:28:20 Executing ca-certificates-20191127-r4.trigger 07:28:21 OK: 7 MiB in 19 packages 07:28:21 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:28:21 Removing intermediate container b2bb7e76eea9 07:28:21 ---> ae0b4c756c1b 07:28:21 07:28:21 Step 10/24 : FROM alpine:3.12 07:28:21 ---> afeebe901d6b 07:28:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:28:21 ---> Running in b4495a9ad1f0 07:28:23 Removing intermediate container 620e69d43989 07:28:23 ---> f06240d01a06 07:28:23 07:28:23 Step 10/24 : FROM scratch 07:28:23 ---> 07:28:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:28:23 ---> Running in d330e0128143 07:28:24 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:28:24 Removing intermediate container 4bf803607a39 07:28:24 ---> 249921bc3fb3 07:28:24 07:28:24 Step 10/21 : FROM scratch 07:28:24 ---> 07:28:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:28:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:28:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:28:25 ---> Running in e0984d2c1412 07:28:25 Removing intermediate container 978e74035658 07:28:25 ---> 9f87fc222cdd 07:28:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:28:25 Removing intermediate container d330e0128143 07:28:25 ---> 7c1835c6f2e5 07:28:25 Step 12/24 : ENV APP_PORT=48060 07:28:25 (1/5) Installing ca-certificates (20191127-r4) 07:28:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:28:25 (3/5) Installing libcurl (7.69.1-r3) 07:28:25 (4/5) Installing curl (7.69.1-r3) 07:28:25 (5/5) Installing dumb-init (1.2.2-r1) 07:28:25 Executing busybox-1.31.1-r19.trigger 07:28:25 ---> Running in 1ce7faf015d6 07:28:25 Executing ca-certificates-20191127-r4.trigger 07:28:25 ---> Running in ba923e760865 07:28:25 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:28:25 OK: 7 MiB in 19 packages 07:28:25 Removing intermediate container e0984d2c1412 07:28:25 ---> f6d706073abd 07:28:25 Step 12/21 : ENV APP_PORT=48085 07:28:26 ---> Running in 55f0a0601b9a 07:28:26 Removing intermediate container ba923e760865 07:28:26 ---> 375d28d996fe 07:28:26 Step 13/24 : EXPOSE $APP_PORT 07:28:26 Removing intermediate container 1ce7faf015d6 07:28:26 ---> bb968fc1119d 07:28:26 Step 13/22 : WORKDIR / 07:28:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:28:26 ---> Running in 336f51df8517 07:28:26 ---> Running in 1a06b4cc08af 07:28:26 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 07:28:26 go: downloading github.com/stretchr/testify v1.6.1 07:28:27 Removing intermediate container 55f0a0601b9a 07:28:27 ---> 8216c3737eef 07:28:27 Step 13/21 : EXPOSE $APP_PORT 07:28:27 ---> Running in 8f3164581139 07:28:27 go: downloading github.com/davecgh/go-spew v1.1.1 07:28:27 go: downloading github.com/pmezard/go-difflib v1.0.0 07:28:27 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:28:27 Removing intermediate container 1a06b4cc08af 07:28:27 ---> f490ddb2d7b5 07:28:27 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:27 Removing intermediate container 336f51df8517 07:28:27 ---> bc1a70c7cf33 07:28:27 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:28:27 Removing intermediate container 8f3164581139 07:28:27 ---> 597f441b8529 07:28:27 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:28 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:28:28 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:28:28 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:28:28 Removing intermediate container b4495a9ad1f0 07:28:28 ---> d93c70b0fce6 07:28:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:28:28 ---> Running in c7517fb4f3ff 07:28:29 ---> c52370c36bc7 07:28:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:28:29 ---> 6fa95216af14 07:28:29 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:28:29 ---> 3f8ed1914826 07:28:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:28:29 Removing intermediate container c7517fb4f3ff 07:28:29 ---> d8b306a4fe7b 07:28:29 Step 13/24 : WORKDIR / 07:28:29 ---> Running in 747fbd2c0adb 07:28:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:28:30 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:28:30 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:28:31 ---> bfd404942bf0 07:28:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:28:31 Removing intermediate container 747fbd2c0adb 07:28:31 ---> cfa6d9f631e9 07:28:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:28:31 ---> 2a2e76355af8 07:28:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:28:31 ---> fec38ebb85b1 07:28:31 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:28:32 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:28:32 ---> 6abf1ecb3b7f 07:28:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:28:33 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:28:33 ---> 42d35c90b828 07:28:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:28:33 ---> db254c82faf4 07:28:33 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:28:33 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 07:28:33 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:28:33 ---> 907487ad90b6 07:28:33 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:33 ---> Running in ea1dc04d12c9 07:28:34 ---> bc774487607e 07:28:34 Step 18/22 : RUN chmod +x entrypoint.sh 07:28:34 ---> Running in c04369845a12 07:28:34 Removing intermediate container ea1dc04d12c9 07:28:34 ---> f6224cea2e0b 07:28:34 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:34 ---> 343c0cadcee9 07:28:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:28:34 ---> 73dc288ccee4 07:28:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:28:35 ---> Running in 9d35c8ce2ecb 07:28:36 Building version 07:28:36 Removing intermediate container 9d35c8ce2ecb 07:28:36 ---> 3640449179fc 07:28:36 Step 19/21 : LABEL arch=arm64 07:28:36 ---> e37ccfe0bfcf 07:28:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:28:36 ---> Running in 0b013e0311cf 07:28:36 ---> 88737cc2689c 07:28:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:28:37 Removing intermediate container 0b013e0311cf 07:28:37 ---> bb27f0e965c8 07:28:37 Step 20/21 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:28:37 Removing intermediate container c04369845a12 07:28:37 ---> 2e950ad95b42 07:28:37 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:28:38 ---> Running in 287fe96be584 07:28:38 ---> 4616b1707cae 07:28:38 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:28:38 Staging config-common 07:28:38 ---> Running in 0d2068060a9f 07:28:38 ---> 129e43dfc677 07:28:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:28:38 ---> Running in c5bdd1cc2b57 07:28:38 Skipping stage go-build-helper (already ran) 07:28:38 Skipping stage static-packages (already ran) 07:28:38 Skipping stage go115 (already ran) 07:28:38 Staging edgex-go 07:28:38 Removing intermediate container 287fe96be584 07:28:38 ---> 7e691281947a 07:28:38 Step 21/21 : LABEL version=0.0.0 07:28:38 Removing intermediate container 0d2068060a9f 07:28:38 ---> 3dab579ba7ff 07:28:38 Step 20/22 : LABEL arch=arm64 07:28:39 ---> Running in 008a31808a6b 07:28:39 ---> Running in 3158e667d7cf 07:28:39 Removing intermediate container c5bdd1cc2b57 07:28:39 ---> cce3cdff8025 07:28:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:39 Staging version 07:28:40 ---> Running in 68f336c6fa42 07:28:40 Removing intermediate container 008a31808a6b 07:28:40 ---> bec503195913 07:28:40 07:28:40 ---> feb33597b999 07:28:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:28:40 Removing intermediate container 3158e667d7cf 07:28:40 ---> a29f3e053053 07:28:40 Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:28:40 Priming config-common 07:28:40 ---> Running in 20e012a77658 07:28:40 Successfully built bec503195913 07:28:40 Successfully tagged docker-support-scheduler-go-arm64:latest 07:28:40 Removing intermediate container 68f336c6fa42 07:28:40 ---> 57d8bd008e06 07:28:40 Step 22/24 : LABEL arch=arm64 07:28:40  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 07:28:41 ---> Running in 2a56e3ae52a3 07:28:41 ---> 1bf1af05220a 07:28:41 Removing intermediate container 20e012a77658 07:28:41 ---> ece6b07079c3 07:28:41 Step 22/22 : LABEL version=0.0.0 07:28:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:28:41 Priming go-build-helper 07:28:41 ---> Running in 48f87c189242 07:28:41 ---> Running in e23735b59df2 07:28:41 Removing intermediate container 2a56e3ae52a3 07:28:41 ---> da78e1107930 07:28:41 Step 23/24 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:28:41 Removing intermediate container 71cfc506a336 07:28:41 ---> f5a64cb912db 07:28:41 07:28:41 Step 10/23 : FROM alpine:3.12 07:28:41 ---> afeebe901d6b 07:28:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:28:42 Priming static-packages 07:28:42 ---> Running in e49998ebbcf3 07:28:42 ---> Running in a4b253acb328 07:28:43 Removing intermediate container 48f87c189242 07:28:43 ---> 137b0b552428 07:28:43 07:28:43 Successfully built 137b0b552428 07:28:43 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 07:28:43 Building docker-security-proxy-setup-go 07:28:43  Building docker-security-bootstrap-redis-go ... done Removing intermediate container a4b253acb328 07:28:43 ---> 7899bd256e87 07:28:43 Step 24/24 : LABEL version=0.0.0 07:28:44 Removing intermediate container e49998ebbcf3 07:28:44 ---> 3787eeb506b8 07:28:44 Step 12/23 : ENV APP_PORT=48080 07:28:44 ---> Running in b364d0a0d3bb 07:28:44 ---> Running in 1a646cac1095 07:28:45 Priming go115 07:28:45 Removing intermediate container b364d0a0d3bb 07:28:45 ---> 28a9d09d4f5a 07:28:45 07:28:45 Priming edgex-go 07:28:45 Removing intermediate container e23735b59df2 07:28:45 Successfully built 28a9d09d4f5a 07:28:45 ---> 5ff46b49a6d5 07:28:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:28:45 Successfully tagged docker-support-notifications-go-arm64:latest 07:28:45 Building docker-core-metadata-go 07:28:45 Removing intermediate container 1a646cac1095 07:28:45 ---> 1acd6f77c8e5 07:28:45 Step 13/23 : EXPOSE $APP_PORT 07:28:46  Building docker-support-notifications-go ... done  ---> Running in 3e3a2ba06e7f 07:28:46 ---> Running in ee41956f5965 07:28:46 Priming version 07:28:47 Removing intermediate container 3e3a2ba06e7f 07:28:47 ---> 4506bda58eb3 07:28:47 Step 22/24 : LABEL arch=arm64 07:28:47 Removing intermediate container ee41956f5965 07:28:47 ---> e647cfba37fa 07:28:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:47 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 07:28:48 ---> Running in 89d3ac432e03 07:28:48 ---> Running in ef447edbb7d9 07:28:49 Removing intermediate container 89d3ac432e03 07:28:49 ---> 957d41cc58b5 07:28:49 Step 23/24 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:28:49 ---> Running in 757eefe8bbf3 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:28:50 Removing intermediate container 757eefe8bbf3 07:28:50 ---> d1d7b239b5af 07:28:50 Step 24/24 : LABEL version=0.0.0 07:28:50 ---> Running in fb76f7a155f4 07:28:52 Removing intermediate container fb76f7a155f4 07:28:52 ---> 858fbc23ac47 07:28:52 07:28:52 Removing intermediate container ef447edbb7d9 07:28:52 ---> df3ffec5a69d 07:28:52 Step 15/23 : RUN apk add --update --no-cache zeromq 07:28:52 Successfully built 858fbc23ac47 07:28:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:28:52 Building docker-core-command-go 07:28:53  Building docker-security-secretstore-setup-go ... done  ---> Running in aa5f66cd7de1 07:28:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:28:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:28:57 (1/5) Installing libgcc (9.3.0-r2) 07:28:57 (2/5) Installing libsodium (1.0.18-r0) 07:28:57 (3/5) Installing libstdc++ (9.3.0-r2) 07:28:57 (4/5) Installing libzmq (4.3.3-r0) 07:28:57 (5/5) Installing zeromq (4.3.3-r0) 07:28:57 Executing busybox-1.31.1-r19.trigger 07:28:57 OK: 8 MiB in 19 packages 07:29:02 Removing intermediate container aa5f66cd7de1 07:29:02 ---> bea4cdac1067 07:29:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:29:03 ---> f775b3c1bc8a 07:29:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:29:05 ---> f0f13f39669e 07:29:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:29:05 ---> 1208931a9433 07:29:05 Step 19/23 : ENTRYPOINT ["/core-data"] 07:29:06 ---> Running in d884aa33d3ff 07:29:06 Removing intermediate container d884aa33d3ff 07:29:06 ---> 57762a73a164 07:29:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:06 ---> Running in 78cc0144e08e 07:29:07 Removing intermediate container 78cc0144e08e 07:29:07 ---> 43174ed3c471 07:29:07 Step 21/23 : LABEL arch=arm64 07:29:08 ---> Running in 7f366362ac23 07:29:09 Removing intermediate container 7f366362ac23 07:29:09 ---> 24b3c39a90e4 07:29:09 Step 22/23 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:29:09 ---> Running in 88874ce5d869 07:29:10 Removing intermediate container 88874ce5d869 07:29:10 ---> 9aedc3925689 07:29:10 Step 23/23 : LABEL version=0.0.0 07:29:11 ---> Running in c05e81cf604f 07:29:11 Removing intermediate container c05e81cf604f 07:29:11 ---> 9cdc24aefb8d 07:29:11 07:29:12 Successfully built 9cdc24aefb8d 07:29:12 Successfully tagged docker-core-data-go-arm64:latest 07:29:27  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:29:27 ---> ecac3aa8c26e 07:29:27 Step 3/26 : WORKDIR /edgex-go 07:29:27 ---> Using cache 07:29:27 ---> 6460e58a055b 07:29:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:27 ---> Using cache 07:29:27 ---> a6bb9bcd6001 07:29:27 Step 5/26 : RUN apk add --update --no-cache make bash git 07:29:30 ---> Running in 736a47e17832 07:29:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:29:32 ---> ecac3aa8c26e 07:29:32 Step 3/21 : WORKDIR /edgex-go 07:29:32 ---> Using cache 07:29:32 ---> 6460e58a055b 07:29:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:32 ---> Using cache 07:29:32 ---> a6bb9bcd6001 07:29:32 Step 5/21 : RUN apk add --update --no-cache make git 07:29:32 OK: 217 MiB in 51 packages 07:29:33 ---> Running in 18cabb8db5c5 07:29:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:29:34 ---> ecac3aa8c26e 07:29:34 Step 3/22 : WORKDIR /edgex-go 07:29:34 ---> Using cache 07:29:34 ---> 6460e58a055b 07:29:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:34 ---> Using cache 07:29:34 ---> a6bb9bcd6001 07:29:34 Step 5/22 : RUN apk add --update --no-cache make git 07:29:34 ---> Running in a03629d48bad 07:29:35 Removing intermediate container 736a47e17832 07:29:35 ---> 7feb4359770b 07:29:35 Step 6/26 : COPY go.mod . 07:29:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:29:36 ---> ecac3aa8c26e 07:29:36 Step 3/22 : WORKDIR /edgex-go 07:29:36 ---> 1645a2e4320b 07:29:36 ---> Using cache 07:29:36 ---> 6460e58a055b 07:29:36 Step 7/26 : RUN go mod downloadStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:36 07:29:36 ---> Using cache 07:29:36 ---> a6bb9bcd6001 07:29:36 Step 5/22 : RUN apk add --update --no-cache make git 07:29:36 ---> Running in 1d20b9bd61df 07:29:36 ---> Running in ead6c438ae37 07:29:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:37 OK: 217 MiB in 51 packages 07:29:38 OK: 217 MiB in 51 packages 07:29:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:39 Removing intermediate container 18cabb8db5c5 07:29:39 ---> 0dbc721dd9a6 07:29:39 Step 6/21 : COPY go.mod . 07:29:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:39 Removing intermediate container a03629d48bad 07:29:39 ---> 3d98b77d65e3 07:29:39 Step 6/22 : COPY go.mod . 07:29:40 OK: 217 MiB in 51 packages 07:29:40 ---> 8a58e63087fa 07:29:40 Step 7/21 : RUN go mod download 07:29:40 Removing intermediate container ead6c438ae37 07:29:40 ---> a0884920257f 07:29:40 Step 8/26 : COPY . . 07:29:40 ---> Running in 8521bd732fe9 07:29:40 ---> 7f644f528b2a 07:29:40 Step 7/22 : RUN go mod download 07:29:40 ---> Running in f067492f5862 07:29:41 Removing intermediate container 1d20b9bd61df 07:29:41 ---> 995d22429bab 07:29:41 Step 6/22 : COPY go.mod . 07:29:42 ---> 88be97a1760d 07:29:42 Step 7/22 : RUN go mod download 07:29:43 ---> Running in 8c107184d68e 07:29:44 Removing intermediate container 8521bd732fe9 07:29:44 ---> fb1979d2e6e7 07:29:44 Step 8/21 : COPY . . 07:29:44 Removing intermediate container f067492f5862 07:29:44 ---> 3f154cd30d09 07:29:44 Step 8/22 : COPY . . 07:29:48 Removing intermediate container 8c107184d68e 07:29:48 ---> 4e8ee5dc30c8 07:29:48 Step 8/22 : COPY . . 07:30:03 ---> a37317877fff 07:30:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:30:03 ---> Running in da76804aee06 07:30:03 ---> 0630dc0037b0 07:30:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:30:03 ---> 440943e86345 07:30:03 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:30:03 ---> Running in 090a412f0aaa 07:30:03 ---> Running in 386a2180e1c4 07:30:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:30:04 ---> a84a3682da29 07:30:04 Step 9/22 : RUN make cmd/core-command/core-command 07:30:04 ---> Running in 9884fb5ceca5 07:30:04 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:30:04 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:30:06 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:31:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:31:18 Removing intermediate container da76804aee06 07:31:18 ---> 0a7506c17ea4 07:31:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:31:19 ---> Running in e4f83b5c5951 07:31:21 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 07:31:23 Removing intermediate container 9884fb5ceca5 07:31:23 ---> 6b54e9ba58d2 07:31:23 07:31:23 Step 10/22 : FROM scratch 07:31:23 ---> 07:31:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:31:23 Removing intermediate container 386a2180e1c4 07:31:23 ---> 9d94bbf49b31 07:31:23 07:31:23 Step 10/21 : FROM alpine:3.12 07:31:23 ---> afeebe901d6b 07:31:23 Step 11/21 : RUN apk add --update --no-cache curl 07:31:23 ---> Using cache 07:31:23 ---> f6d706073abd 07:31:23 Step 12/22 : ENV APP_PORT=48082 07:31:23 ---> Running in 097c4e543645 07:31:23 ---> Running in 81e5ebfd349d 07:31:24 Removing intermediate container 097c4e543645 07:31:24 ---> e26e46a26108 07:31:24 Step 13/22 : EXPOSE $APP_PORT 07:31:24 ---> Running in 619d0932299b 07:31:25 Removing intermediate container e4f83b5c5951 07:31:25 ---> b202697d926d 07:31:25 07:31:25 Step 11/26 : FROM docker:20.10.0 07:31:25 20.10.0: Pulling from library/docker 07:31:25 Removing intermediate container 619d0932299b 07:31:25 ---> bc56f019d342 07:31:25 Step 14/22 : WORKDIR / 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:25 ---> Running in dc69d9fbe10a 07:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:26 Removing intermediate container dc69d9fbe10a 07:31:26 ---> f3337b0cd4ce 07:31:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:31:26 (1/4) Installing ca-certificates (20191127-r4) 07:31:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:31:26 (3/4) Installing libcurl (7.69.1-r3) 07:31:26 (4/4) Installing curl (7.69.1-r3) 07:31:26 Executing busybox-1.31.1-r19.trigger 07:31:26 Executing ca-certificates-20191127-r4.trigger 07:31:27 OK: 7 MiB in 18 packages 07:31:27 ---> f560ef8c87ce 07:31:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:31:29 Removing intermediate container 81e5ebfd349d 07:31:29 ---> 368661ca19a8 07:31:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:31:30 ---> e22297b63094 07:31:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:31:30 ---> Running in 4136c949cc9c 07:31:31 Removing intermediate container 4136c949cc9c 07:31:31 ---> bf0424648579 07:31:31 Step 13/21 : WORKDIR /edgex 07:31:31 ---> fdf9e9729ccc 07:31:31 Step 18/22 : ENTRYPOINT ["/core-command"] 07:31:31 ---> Running in 446b4b629e01 07:31:31 ---> Running in 8b41fe95edd6 07:31:32 Removing intermediate container 090a412f0aaa 07:31:32 ---> dda4caec05af 07:31:32 07:31:32 Step 10/22 : FROM scratch 07:31:32 ---> 07:31:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:31:32 ---> Using cache 07:31:32 ---> f6d706073abd 07:31:32 Step 12/22 : ENV APP_PORT=48081 07:31:32 ---> Running in 2d1c69f0a0b2 07:31:32 Removing intermediate container 8b41fe95edd6 07:31:32 ---> 3452da7ebbb3 07:31:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:32 Removing intermediate container 446b4b629e01 07:31:32 ---> 6dbc15aa2540 07:31:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:31:32 ---> Running in 60e9a73577cf 07:31:33 Removing intermediate container 2d1c69f0a0b2 07:31:33 ---> a0845d074376 07:31:33 Step 13/22 : EXPOSE $APP_PORT 07:31:33 ---> Running in 98e5ff354197 07:31:33 Removing intermediate container 60e9a73577cf 07:31:33 ---> b01a81961e03 07:31:33 Step 20/22 : LABEL arch=arm64 07:31:33 ---> bec3f0f731f2 07:31:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:31:33 ---> Running in 92d493f467ad 07:31:34 Removing intermediate container 98e5ff354197 07:31:34 ---> 7e5920af1aa9 07:31:34 Step 14/22 : WORKDIR / 07:31:34 ---> Running in 75197796e3d4 07:31:34 Removing intermediate container 92d493f467ad 07:31:34 ---> ec86f917f124 07:31:34 Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:31:34 ---> Running in bb82898a1a1d 07:31:35 Removing intermediate container 75197796e3d4 07:31:35 ---> 57a92d715681 07:31:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:31:35 ---> f3045906f455 07:31:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:31:35 Removing intermediate container bb82898a1a1d 07:31:35 ---> c56535c1a311 07:31:35 Step 22/22 : LABEL version=0.0.0 07:31:36 ---> Running in 0b0f0b90287f 07:31:36 ---> e66b3223d5b8 07:31:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:31:36 Removing intermediate container 0b0f0b90287f 07:31:36 ---> 3d222f42334f 07:31:36 07:31:36 ---> f4322157d731 07:31:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:31:37 ---> Running in fb49008c5c88 07:31:37 Successfully built 3d222f42334f 07:31:37 Successfully tagged docker-core-command-go-arm64:latest 07:31:38  Building docker-core-command-go ... done  ---> c34c703f571c 07:31:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:31:38 Removing intermediate container fb49008c5c88 07:31:38 ---> f5e44f61a2c1 07:31:38 Step 18/21 : CMD ["--init=true"] 07:31:38 ---> Running in 28f6f11f7aaf 07:31:38 Removing intermediate container 28f6f11f7aaf 07:31:38 ---> 1d070e3c4eaf 07:31:38 Step 19/21 : LABEL arch=arm64 07:31:38 ---> ced2bc8749fa 07:31:38 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:31:39 ---> Running in 5482c86b5380 07:31:39 ---> Running in 89812d4b7dd6 07:31:39 Removing intermediate container 5482c86b5380 07:31:39 ---> 16f3959c8772 07:31:39 Step 20/21 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:31:39 Removing intermediate container 89812d4b7dd6 07:31:39 ---> 418b261eb038 07:31:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:39 ---> Running in 3d9e17d71a5f 07:31:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:31:40 Status: Downloaded newer image for docker:20.10.0 07:31:40 ---> eeaf43b92773 07:31:40 Step 12/26 : RUN apk add --no-cache bash 07:31:40 ---> Running in 36af7d71909c 07:31:40 ---> Running in b843fe6bd765 07:31:40 Removing intermediate container 3d9e17d71a5f 07:31:40 ---> b282fb707228 07:31:40 Step 21/21 : LABEL version=0.0.0 07:31:40 Removing intermediate container 36af7d71909c 07:31:40 ---> fd64dae300c5 07:31:40 Step 20/22 : LABEL arch=arm64 07:31:40 ---> Running in 8474daec3c0a 07:31:40 ---> Running in 219afcf396f2 07:31:41 Removing intermediate container 8474daec3c0a 07:31:41 ---> 3869bb2908c5 07:31:41 07:31:41 Removing intermediate container 219afcf396f2 07:31:41 ---> 941bfefc6331 07:31:41 Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:31:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:41 Successfully built 3869bb2908c5 07:31:41 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:31:41  Building docker-security-proxy-setup-go ... done  ---> Running in e82263776b83 07:31:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:42 Removing intermediate container e82263776b83 07:31:42 ---> b4f9bd40bb15 07:31:42 Step 22/22 : LABEL version=0.0.0 07:31:42 ---> Running in e61aad8434b7 07:31:42 (1/2) Installing readline (8.0.4-r0) 07:31:42 (2/2) Installing bash (5.0.17-r0) 07:31:43 Executing bash-5.0.17-r0.post-install 07:31:43 Executing busybox-1.31.1-r19.trigger 07:31:43 Removing intermediate container e61aad8434b7 07:31:43 ---> 63839710678f 07:31:43 07:31:43 OK: 12 MiB in 22 packages 07:31:43 Successfully built 63839710678f 07:31:43 Successfully tagged docker-core-metadata-go-arm64:latest 07:31:44  Building docker-core-metadata-go ... done Removing intermediate container b843fe6bd765 07:31:44 ---> 7ea0841b4bdd 07:31:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:31:44 ---> Running in 60096491bb30 07:31:45 Removing intermediate container 60096491bb30 07:31:45 ---> df644a4b45b2 07:31:45 Step 14/26 : ENV APP_PORT=48090 07:31:45 ---> Running in d5745795c829 07:31:45 Removing intermediate container d5745795c829 07:31:45 ---> 03b5807a5d63 07:31:45 Step 15/26 : EXPOSE $APP_PORT 07:31:45 ---> Running in 963e6f82d59c 07:31:46 Removing intermediate container 963e6f82d59c 07:31:46 ---> 07c7edc579bd 07:31:46 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:31:47 ---> 3b517e63f039 07:31:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:31:47 ---> 7198735e8d2b 07:31:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:31:48 ---> 1cb008d710bd 07:31:48 Step 19/26 : RUN apk --no-cache add py3-pip 07:31:48 ---> Running in 966cd2cb5618 07:31:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:50 (1/33) Installing libbz2 (1.0.8-r1) 07:31:50 (2/33) Installing expat (2.2.9-r1) 07:31:50 (3/33) Installing libffi (3.3-r2) 07:31:50 (4/33) Installing gdbm (1.13-r1) 07:31:50 (5/33) Installing xz-libs (5.2.5-r0) 07:31:50 (6/33) Installing sqlite-libs (3.32.1-r0) 07:31:50 (7/33) Installing python3 (3.8.5-r0) 07:31:52 (8/33) Installing py3-appdirs (1.4.4-r1) 07:31:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:31:52 (10/33) Installing py3-parsing (2.4.7-r0) 07:31:52 (11/33) Installing py3-six (1.15.0-r0) 07:31:52 (12/33) Installing py3-packaging (20.4-r0) 07:31:52 (13/33) Installing py3-setuptools (47.0.0-r0) 07:31:52 (14/33) Installing py3-chardet (3.0.4-r4) 07:31:52 (15/33) Installing py3-idna (2.9-r0) 07:31:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:31:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:31:52 (18/33) Installing py3-requests (2.23.0-r0) 07:31:53 (19/33) Installing py3-msgpack (1.0.0-r0) 07:31:53 (20/33) Installing py3-lockfile (0.12.2-r3) 07:31:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:31:53 (22/33) Installing py3-colorama (0.4.3-r0) 07:31:53 (23/33) Installing py3-distlib (0.3.0-r0) 07:31:53 (24/33) Installing py3-distro (1.5.0-r1) 07:31:53 (25/33) Installing py3-webencodings (0.5.1-r3) 07:31:53 (26/33) Installing py3-html5lib (1.0.1-r4) 07:31:53 (27/33) Installing py3-pytoml (0.1.21-r0) 07:31:53 (28/33) Installing py3-pep517 (0.8.2-r0) 07:31:53 (29/33) Installing py3-progress (1.5-r0) 07:31:53 (30/33) Installing py3-toml (0.10.1-r0) 07:31:53 (31/33) Installing py3-retrying (1.3.3-r0) 07:31:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:31:53 (33/33) Installing py3-pip (20.1.1-r0) 07:31:53 Executing busybox-1.31.1-r19.trigger 07:31:53 OK: 71 MiB in 55 packages 07:32:00 Removing intermediate container 966cd2cb5618 07:32:00 ---> 3c6029ca97e4 07:32:00 Step 20/26 : RUN pip install docker-compose==1.23.2 07:32:00 ---> Running in f4a7edc83234 07:32:04 Collecting docker-compose==1.23.2 07:32:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:32:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:32:05 Collecting PyYAML<4,>=3.10 07:32:05 Downloading PyYAML-3.13.tar.gz (270 kB) 07:32:08 Collecting texttable<0.10,>=0.9.0 07:32:08 Downloading texttable-0.9.1.tar.gz (11 kB) 07:32:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:32:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:32:11 Collecting cached-property<2,>=1.2.0 07:32:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:32:11 Collecting websocket-client<1.0,>=0.32.0 07:32:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:32:12 Collecting docopt<0.7,>=0.6.1 07:32:12 Downloading docopt-0.6.2.tar.gz (25 kB) 07:32:14 Collecting dockerpty<0.5,>=0.4.1 07:32:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:32:16 Collecting jsonschema<3,>=2.5.1 07:32:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:32:16 Collecting docker<4.0,>=3.6.0 07:32:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:32:16 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) 07:32:16 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) 07:32:17 Collecting urllib3<1.25,>=1.21.1 07:32:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:32:17 Collecting idna<2.8,>=2.5 07:32:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:32:18 Collecting docker-pycreds>=0.4.0 07:32:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:32:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:32:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:32:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:32:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:32:19 Installing collected packages: PyYAML, texttable, urllib3, idna, requests, cached-property, websocket-client, docopt, dockerpty, jsonschema, docker-pycreds, docker, docker-compose 07:32:19 Running setup.py install for PyYAML: started 07:32:21 Running setup.py install for PyYAML: finished with status 'done' 07:32:21 Running setup.py install for texttable: started 07:32:23 Running setup.py install for texttable: finished with status 'done' 07:32:23 Attempting uninstall: urllib3 07:32:23 Found existing installation: urllib3 1.25.9 07:32:23 Uninstalling urllib3-1.25.9: 07:32:23 Successfully uninstalled urllib3-1.25.9 07:32:23 Attempting uninstall: idna 07:32:23 Found existing installation: idna 2.9 07:32:23 Uninstalling idna-2.9: 07:32:23 Successfully uninstalled idna-2.9 07:32:24 Attempting uninstall: requests 07:32:24 Found existing installation: requests 2.23.0 07:32:24 Uninstalling requests-2.23.0: 07:32:24 Successfully uninstalled requests-2.23.0 07:32:24 Running setup.py install for docopt: started 07:32:26 Running setup.py install for docopt: finished with status 'done' 07:32:26 Running setup.py install for dockerpty: started 07:32:28 Running setup.py install for dockerpty: finished with status 'done' 07:32:30 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 07:32:34 Removing intermediate container f4a7edc83234 07:32:34 ---> 6daccd684c81 07:32:34 Step 21/26 : RUN apk --no-cache add curl 07:32:34 ---> Running in dd476f28da12 07:32:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:32:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:32:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:32:36 (2/3) Installing libcurl (7.69.1-r3) 07:32:36 (3/3) Installing curl (7.69.1-r3) 07:32:36 Executing busybox-1.31.1-r19.trigger 07:32:36 OK: 71 MiB in 58 packages 07:32:37 Removing intermediate container dd476f28da12 07:32:37 ---> bb1291781ce7 07:32:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:32:37 ---> Running in a0cb29c808bf 07:32:37 Removing intermediate container a0cb29c808bf 07:32:37 ---> 7b9e91170967 07:32:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:32:37 ---> Running in 5129145b7337 07:32:38 Removing intermediate container 5129145b7337 07:32:38 ---> 88b0463cee52 07:32:38 Step 24/26 : LABEL arch=arm64 07:32:38 ---> Running in 9991888e4def 07:32:38 Removing intermediate container 9991888e4def 07:32:38 ---> 467d47b5a772 07:32:38 Step 25/26 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 07:32:39 ---> Running in dcea1145d8ee 07:32:39 Removing intermediate container dcea1145d8ee 07:32:39 ---> b62ce7103764 07:32:39 Step 26/26 : LABEL version=0.0.0 07:32:39 ---> Running in 297f21330f4c 07:32:40 Removing intermediate container 297f21330f4c 07:32:40 ---> b424301e27c7 07:32:40 07:32:40 Successfully built b424301e27c7 07:32:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:32:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:32:40 $ docker stop --time=1 69fc077efb17f14438db0fcda3a4dc4033a96a6c479823e12e0957a8c188fe75 07:32:42 $ docker rm -f 69fc077efb17f14438db0fcda3a4dc4033a96a6c479823e12e0957a8c188fe75 [Pipeline] // withDockerContainer [Pipeline] sh 07:32:43 + + grep docker 07:32:43 docker images 07:32:43 docker-sys-mgmt-agent-go-arm64 latest b424301e27c7 4 seconds ago 300MB 07:32:43 docker-core-metadata-go-arm64 latest 63839710678f About a minute ago 12.3MB 07:32:43 docker-security-proxy-setup-go-arm64 latest 3869bb2908c5 About a minute ago 23.2MB 07:32:43 docker-core-command-go-arm64 latest 3d222f42334f About a minute ago 9.98MB 07:32:43 docker-core-data-go-arm64 latest 9cdc24aefb8d 3 minutes ago 21MB 07:32:43 docker-security-secretstore-setup-go-arm64 latest 858fbc23ac47 3 minutes ago 23.4MB 07:32:43 docker-support-notifications-go-arm64 latest 28a9d09d4f5a 3 minutes ago 11.4MB 07:32:43 docker-security-bootstrap-redis-go-arm64 latest 137b0b552428 4 minutes ago 15.1MB 07:32:43 docker-support-scheduler-go-arm64 latest bec503195913 4 minutes ago 10MB 07:32:43 docker 20.10.0 eeaf43b92773 5 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 07:32:45 provisioning config files... 07:32:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config1981690614953083600tmp [Pipeline] { [Pipeline] sh 07:32:46 + set +x 07:32:46 + curl -s https://codecov.io/bash 07:32:46 + bash -s -- 07:32:46 07:32:46 _____ _ 07:32:46 / ____| | | 07:32:46 | | ___ __| | ___ ___ _____ __ 07:32:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:32:46 | |___| (_) | (_| | __/ (_| (_) \ V / 07:32:46 \_____\___/ \__,_|\___|\___\___/ \_/ 07:32:46 Bash-20210115-cec3c92 07:32:46 07:32:46 07:32:46 ==> git version 2.24.3 found 07:32:46 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 07:32:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:32:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:32:46 ==> Jenkins CI detected. 07:32:46 project root: . 07:32:46 --> token set from env 07:32:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:32:46 ==> Running gcov in . (disable via -X gcov) 07:32:46 ==> Python coveragepy not found 07:32:46 ==> Searching for coverage reports in: 07:32:46 + . 07:32:46 -> Found 1 reports 07:32:46 ==> Detecting git/mercurial file structure 07:32:46 ==> Reading reports 07:32:46 + ./coverage.out bytes=550280 07:32:46 ==> Appending adjustments 07:32:46 https://docs.codecov.io/docs/fixing-reports 07:32:49 + Found adjustments 07:32:49 ==> Gzipping contents 07:32:49 84K /tmp/codecov.m7B99I.gz 07:32:49 ==> Uploading reports 07:32:49 url: https://codecov.io 07:32:49 query: branch=PR-3042&commit=54f3f774b6bd4fcc74f73240e521d4782dac5aa8&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3042%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3042&job=&cmd_args= 07:32:49 -> Pinging Codecov 07:32:49 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3042&commit=54f3f774b6bd4fcc74f73240e521d4782dac5aa8&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3042%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3042&job=&cmd_args= 07:32:50 -> Uploading to 07:32:50 https://storage.googleapis.com/codecov/v4/raw/2021-01-17/00271124DB129430A58F1EEE437C3FCB/54f3f774b6bd4fcc74f73240e521d4782dac5aa8/69b1cb40-f392-4bfa-b62b-5c76991f75cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210117%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210117T073250Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=be44ddfc1f3ec6f8658a2d43dbb762c723e002d167e3940e7a26d6607223e463 07:32:50 % Total % Received % Xferd Average Speed Time Time Time Current 07:32:50 Dload Upload Total Spent Left Speed 07:32:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83234 0 0 100 83234 0 116k --:--:-- --:--:-- --:--:-- 116k 100 83234 0 0 100 83234 0 116k --:--:-- --:--:-- --:--:-- 116k 07:32:51 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [Pipeline] } 07:32:51 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 07:32:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:32:54 ---> package-listing.sh 07:32:54 ++ facter osfamily 07:32:54 ++ tr '[:upper:]' '[:lower:]' 07:32:54 + OS_FAMILY=redhat 07:32:54 + workspace=/w/workspace/edgex-go/7 07:32:54 + START_PACKAGES=/tmp/packages_start.txt 07:32:54 + END_PACKAGES=/tmp/packages_end.txt 07:32:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:32:54 + PACKAGES=/tmp/packages_start.txt 07:32:54 + '[' /w/workspace/edgex-go/7 ']' 07:32:54 + PACKAGES=/tmp/packages_end.txt 07:32:54 + case "${OS_FAMILY}" in 07:32:54 + rpm -qa 07:32:54 + sort 07:32:59 + '[' -f /tmp/packages_start.txt ']' 07:32:59 + '[' -f /tmp/packages_end.txt ']' 07:32:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:32:59 + '[' /w/workspace/edgex-go/7 ']' 07:32:59 + mkdir -p /w/workspace/edgex-go/7/archives/ 07:32:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 07:32:59 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:32:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:32:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:59 07:32:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:33:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:33:00 alpine: Pulling from edgex-lftools-log-publisher 07:33:00 df20fa9351a1: Pulling fs layer 07:33:00 36b3adc4ff6f: Pulling fs layer 07:33:00 8ad3a11d3b57: Pulling fs layer 07:33:00 46f8f816bc3b: Pulling fs layer 07:33:00 93b61091891f: Pulling fs layer 07:33:00 93b9cdb0e59b: Pulling fs layer 07:33:00 5e14af77c1be: Pulling fs layer 07:33:00 01666e4c0597: Pulling fs layer 07:33:00 aa168da1d23b: Pulling fs layer 07:33:00 93b9cdb0e59b: Waiting 07:33:00 5e14af77c1be: Waiting 07:33:00 01666e4c0597: Waiting 07:33:00 aa168da1d23b: Waiting 07:33:00 46f8f816bc3b: Waiting 07:33:00 93b61091891f: Waiting 07:33:00 36b3adc4ff6f: Verifying Checksum 07:33:00 36b3adc4ff6f: Download complete 07:33:00 46f8f816bc3b: Download complete 07:33:00 df20fa9351a1: Verifying Checksum 07:33:00 df20fa9351a1: Download complete 07:33:00 93b61091891f: Verifying Checksum 07:33:00 93b61091891f: Download complete 07:33:00 93b9cdb0e59b: Verifying Checksum 07:33:00 93b9cdb0e59b: Download complete 07:33:00 5e14af77c1be: Verifying Checksum 07:33:00 5e14af77c1be: Download complete 07:33:00 8ad3a11d3b57: Verifying Checksum 07:33:00 8ad3a11d3b57: Download complete 07:33:00 01666e4c0597: Verifying Checksum 07:33:00 01666e4c0597: Download complete 07:33:00 df20fa9351a1: Pull complete 07:33:01 36b3adc4ff6f: Pull complete 07:33:02 8ad3a11d3b57: Pull complete 07:33:02 aa168da1d23b: Verifying Checksum 07:33:02 aa168da1d23b: Download complete 07:33:03 46f8f816bc3b: Pull complete 07:33:03 93b61091891f: Pull complete 07:33:03 93b9cdb0e59b: Pull complete 07:33:04 5e14af77c1be: Pull complete 07:33:04 01666e4c0597: Pull complete 07:33:12 aa168da1d23b: Pull complete 07:33:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:33:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:33:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:33:12 prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container 07:33: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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:33:18 $ docker top 33d8f779b879a32c2cf0add96fad92b7904e3aad55674421e50f2ffb03d11eb9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:33:19 + touch /tmp/pre-build-complete [Pipeline] sh 07:33:19 + mkdir -p /var/log/sa [Pipeline] sh 07:33:19 + ls /var/log/sa-host 07:33:19 + sadf -c /var/log/sa-host/sa17 07:33:19 file_magic: OK 07:33:19 HZ: Using current value: 100 07:33:19 file_header: OK 07:33:19 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 07:33:19 Statistics: 07:33:19 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... 07:33:19 File successfully converted to sysstat format version 12.2.1 07:33:19 + sadf -c /var/log/sa-host/sa23 07:33:19 file_magic: OK 07:33:19 HZ: Using current value: 100 07:33:19 file_header: OK 07:33:19 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 07:33:19 Statistics: 07:33:19 Hnuu...uuuununununu... 07:33:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:33:20 provisioning config files... 07:33:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config8323902152794332814tmp [Pipeline] { [Pipeline] echo 07:33:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:33:20 ---> create-netrc.sh [Pipeline] } 07:33:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:33:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:33:21 ---> python-tools-install.sh [Pipeline] echo 07:33:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:33:21 ---> sudo-logs.sh 07:33:21 Archiving 'sudo' log.. [Pipeline] echo 07:33:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:33:21 ---> job-cost.sh 07:33:21 lf-activate-venv: SKIPPING 07:33:21 INFO: No Stack... 07:33:22 INFO: Retrieving Pricing Info for: v1-standard-2 07:33:23 INFO: Archiving Costs [Pipeline] echo 07:33:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:33:23 ---> logs-deploy.sh 07:33:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3042/7 07:33:23 INFO: archiving workspace using pattern(s): 07:33:24 Archives upload complete. 07:33:25 INFO: archiving logs to Nexus 07:33:26 ---> uname -a: 07:33:26 Linux prd-centos7-docker-4c-2g-20814.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:33:26 07:33:26 07:33:26 ---> lscpu: 07:33:26 Architecture: x86_64 07:33:26 CPU op-mode(s): 32-bit, 64-bit 07:33:26 Byte Order: Little Endian 07:33:26 Address sizes: 40 bits physical, 48 bits virtual 07:33:26 CPU(s): 4 07:33:26 On-line CPU(s) list: 0-3 07:33:26 Thread(s) per core: 1 07:33:26 Core(s) per socket: 1 07:33:26 Socket(s): 4 07:33:26 NUMA node(s): 1 07:33:26 Vendor ID: GenuineIntel 07:33:26 CPU family: 6 07:33:26 Model: 44 07:33:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:33:26 Stepping: 1 07:33:26 CPU MHz: 2933.442 07:33:26 BogoMIPS: 5866.88 07:33:26 Virtualization: VT-x 07:33:26 Hypervisor vendor: KVM 07:33:26 Virtualization type: full 07:33:26 L1d cache: 128 KiB 07:33:26 L1i cache: 128 KiB 07:33:26 L2 cache: 16 MiB 07:33:26 L3 cache: 64 MiB 07:33:26 NUMA node0 CPU(s): 0-3 07:33:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:33:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:33:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:33:26 Vulnerability Meltdown: Mitigation; PTI 07:33:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:33:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:33:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:33:26 Vulnerability Srbds: Not affected 07:33:26 Vulnerability Tsx async abort: Not affected 07:33:26 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 07:33:26 07:33:26 07:33:26 ---> nproc: 07:33:26 4 07:33:26 07:33:26 07:33:26 ---> df -h: 07:33:26 Filesystem Size Used Available Use% Mounted on 07:33:26 overlay 50.0G 12.9G 37.1G 26% / 07:33:26 tmpfs 64.0M 0 64.0M 0% /dev 07:33:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:33:26 shm 64.0M 0 64.0M 0% /dev/shm 07:33:26 /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os 07:33:26 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf 07:33:26 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname 07:33:26 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts 07:33:26 /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json 07:33:26 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host 07:33:26 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure 07:33:26 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log 07:33:26 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/7@tmp 07:33:26 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/7 07:33:26 07:33:26 07:33:26 ---> free -m: 07:33:26 total used free shared buff/cache available 07:33:26 Mem: 1837 721 123 0 992 1030 07:33:26 Swap: 1023 54 969 07:33:26 07:33:26 07:33:26 ---> ip addr: 07:33:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:33:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:33:26 inet 127.0.0.1/8 scope host lo 07:33:26 valid_lft forever preferred_lft forever 07:33:26 inet6 ::1/128 scope host 07:33:26 valid_lft forever preferred_lft forever 07:33:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:33:26 link/ether fa:16:3e:fb:fb:da brd ff:ff:ff:ff:ff:ff 07:33:26 inet 10.30.122.165/23 brd 10.30.123.255 scope global dynamic eth0 07:33:26 valid_lft 85245sec preferred_lft 85245sec 07:33:26 inet6 fe80::f816:3eff:fefb:fbda/64 scope link 07:33:26 valid_lft forever preferred_lft forever 07:33:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:33:26 link/ether 02:42:8c:48:ad:fb brd ff:ff:ff:ff:ff:ff 07:33:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:33:26 valid_lft forever preferred_lft forever 07:33:26 inet6 fe80::42:8cff:fe48:adfb/64 scope link 07:33:26 valid_lft forever preferred_lft forever 07:33:26 07:33:26 07:33:26 ---> sar -b -r -n DEV: 07:33:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/17/21 _x86_64_ (4 CPU) 07:33:26 07:33:26 07:14:00 LINUX RESTART (4 CPU) 07:33:26 07:33:26 07:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:33:26 07:16:01 228.30 82.26 146.04 0.00 7574.84 51201.60 0.00 07:33:26 07:17:01 238.08 86.37 151.71 0.00 3155.57 19848.54 0.00 07:33:26 07:18:02 164.60 84.20 80.41 0.00 3893.15 12311.56 0.00 07:33:26 07:19:01 991.44 735.15 256.29 0.00 91984.06 164820.07 0.00 07:33:26 07:20:01 1871.85 1576.85 295.00 0.00 146595.66 150828.23 0.00 07:33:26 07:21:02 984.45 662.68 321.78 0.00 85035.54 123846.85 0.00 07:33:26 07:22:01 2151.78 1811.59 340.19 0.00 137461.11 153374.47 0.00 07:33:26 07:23:01 245.73 77.14 168.59 0.00 8581.47 20466.05 0.00 07:33:26 07:24:01 5.43 0.02 5.41 0.00 0.53 170.05 0.00 07:33:26 07:25:01 0.70 0.43 0.27 0.00 16.25 4.38 0.00 07:33:26 07:26:01 1.60 1.33 0.27 0.00 99.27 4.01 0.00 07:33:26 07:27:01 0.33 0.00 0.33 0.00 0.00 5.43 0.00 07:33:26 07:28:01 0.33 0.02 0.32 0.00 1.07 4.23 0.00 07:33:26 07:29:01 2.30 1.90 0.40 0.00 62.21 6.31 0.00 07:33:26 07:30:02 1.07 0.23 0.83 0.00 103.38 17.07 0.00 07:33:26 07:31:01 0.37 0.00 0.37 0.00 0.00 5.84 0.00 07:33:26 07:32:01 0.30 0.00 0.30 0.00 0.00 4.23 0.00 07:33:26 07:33:01 65.56 64.66 0.90 0.00 5411.05 40.80 0.00 07:33:26 Average: 385.73 287.44 98.29 0.00 27181.66 38656.19 0.00 07:33:26 07:33:26 07:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:33:26 07:16:01 141412 0 714236 37.96 1760 1024136 1533396 52.33 556272 939048 1168 07:33:26 07:17:01 141180 0 819296 43.54 936 920132 1761028 60.10 667380 790416 68460 07:33:26 07:18:02 191380 0 765568 40.69 640 923956 1473496 50.29 613116 786620 30324 07:33:26 07:19:01 365564 0 678540 36.06 76 837364 1378432 47.04 479532 827244 112 07:33:26 07:20:01 156824 0 1290220 68.57 68 434432 3392812 115.79 781216 680696 24376 07:33:26 07:21:02 104264 0 694764 36.93 68 1082448 1473716 50.30 616524 941936 70644 07:33:26 07:22:01 133476 0 1107252 58.85 68 640748 3387608 115.61 684232 796816 5832 07:33:26 07:23:01 427144 0 652212 34.66 68 802120 1249324 42.64 522912 679188 20 07:33:26 07:24:01 441532 0 637724 33.89 68 802220 1175928 40.13 518024 677288 16 07:33:26 07:25:01 441620 0 637152 33.86 68 802704 1175892 40.13 517932 677668 12 07:33:26 07:26:01 439060 0 636724 33.84 68 805692 1170740 39.96 517676 680620 16 07:33:26 07:27:01 439396 0 636380 33.82 68 805700 1170740 39.96 517556 680620 8 07:33:26 07:28:01 439312 0 636484 33.83 68 805680 1170740 39.96 517564 680620 8 07:33:26 07:29:01 437248 0 637288 33.87 68 806940 1170740 39.96 517564 681856 16 07:33:26 07:30:02 431348 0 640088 34.02 68 810040 1170812 39.96 523176 682100 8 07:33:26 07:31:01 431576 0 639852 34.01 68 810048 1170740 39.96 523232 682112 8 07:33:26 07:32:01 431644 0 639776 34.00 68 810056 1170740 39.96 523356 682116 8 07:33:26 07:33:01 162616 0 703480 37.39 68 1015380 1587448 54.18 606464 861864 44936 07:33:26 Average: 319811 0 731502 38.88 242 829989 1543574 52.68 566874 746046 13665 07:33:26 07:33:26 07:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:33:26 07:16:01 vethbb41db1 19.87 22.33 1.90 15.92 0.00 0.00 0.00 0.00 07:33:26 07:16:01 eth0 1216.34 1244.16 5912.03 147.70 0.00 0.00 0.00 0.00 07:33:26 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:16:01 docker0 941.38 858.95 75.04 3050.22 0.00 0.00 0.00 0.00 07:33:26 07:17:01 vethe0d6fea 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:33:26 07:17:01 eth0 150.98 117.39 482.89 56.97 0.00 0.00 0.00 0.00 07:33:26 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:17:01 docker0 87.46 106.98 6.76 451.47 0.00 0.00 0.00 0.00 07:33:26 07:18:02 vethe0d6fea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:18:02 eth0 37.77 22.11 28.62 31.36 0.00 0.00 0.00 0.00 07:33:26 07:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:19:01 veth29bbc4c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:19:01 eth0 227.91 182.27 1723.08 71.07 0.00 0.00 0.00 0.00 07:33:26 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:19:01 vethdc6301b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:33:26 07:20:01 veth4a9f194 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:33:26 07:20:01 veth5501f88 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:33:26 07:20:01 eth0 40.37 20.98 160.89 8.93 0.00 0.00 0.00 0.00 07:33:26 07:20:01 veth503d79c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:33:26 07:21:02 veth15d5e6e 3.07 4.80 0.23 29.01 0.00 0.00 0.00 0.00 07:33:26 07:21:02 vetha8dd0be 3.69 5.72 0.26 29.07 0.00 0.00 0.00 0.00 07:33:26 07:21:02 veth547aa59 2.21 4.83 0.15 24.97 0.00 0.00 0.00 0.00 07:33:26 07:21:02 eth0 215.10 155.19 1514.80 71.47 0.00 0.00 0.00 0.00 07:33:26 07:22:01 vethe4b5e98 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:33:26 07:22:01 veth98edcf6 0.24 0.30 0.03 0.44 0.00 0.00 0.00 0.00 07:33:26 07:22:01 veth77ce4c0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:33:26 07:22:01 eth0 65.85 28.55 305.03 11.49 0.00 0.00 0.00 0.00 07:33:26 07:23:01 eth0 71.93 42.09 165.77 71.15 0.00 0.00 0.00 0.00 07:33:26 07:23:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:33:26 07:23:01 docker0 1090.80 1097.04 85.49 4296.52 0.00 0.00 0.00 0.00 07:33:26 07:24:01 eth0 0.92 0.35 0.32 0.18 0.00 0.00 0.00 0.00 07:33:26 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:25:01 eth0 0.38 0.27 0.15 0.11 0.00 0.00 0.00 0.00 07:33:26 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:26:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:33:26 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:33:26 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:28:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:33:26 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:33:26 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:30:02 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 07:33:26 07:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:33:26 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:32:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:33:01 eth0 101.13 82.59 645.25 54.20 0.00 0.00 0.00 0.00 07:33:26 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 Average: eth0 118.45 105.51 608.21 29.19 0.00 0.00 0.00 0.00 07:33:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:33:26 Average: docker0 60.74 61.08 4.76 239.23 0.00 0.00 0.00 0.00 07:33:26 07:33:26 07:33:26 ---> sar -P ALL: 07:33:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/17/21 _x86_64_ (4 CPU) 07:33:26 07:33:26 07:14:00 LINUX RESTART (4 CPU) 07:33:26 07:33:26 07:15:01 CPU %user %nice %system %iowait %steal %idle 07:33:26 07:16:01 all 16.04 0.00 9.41 2.86 0.04 71.66 07:33:26 07:16:01 0 15.79 0.00 9.88 1.17 0.05 73.11 07:33:26 07:16:01 1 18.97 0.00 8.92 1.60 0.02 70.49 07:33:26 07:16:01 2 11.77 0.00 9.34 4.65 0.03 74.20 07:33:26 07:16:01 3 17.60 0.00 9.49 4.01 0.05 68.84 07:33:26 07:17:01 all 37.96 0.00 12.08 6.35 0.03 43.58 07:33:26 07:17:01 0 36.94 0.00 11.84 4.89 0.03 46.30 07:33:26 07:17:01 1 37.24 0.00 11.94 9.52 0.03 41.27 07:33:26 07:17:01 2 37.67 0.00 12.20 7.55 0.03 42.54 07:33:26 07:17:01 3 40.02 0.00 12.32 3.41 0.03 44.21 07:33:26 07:18:02 all 54.07 0.00 15.17 3.20 0.04 27.52 07:33:26 07:18:02 0 52.28 0.00 15.47 3.50 0.05 28.70 07:33:26 07:18:02 1 53.40 0.00 14.46 4.31 0.05 27.77 07:33:26 07:18:02 2 53.92 0.00 15.37 2.33 0.03 28.35 07:33:26 07:18:02 3 56.67 0.00 15.36 2.67 0.02 25.28 07:33:26 07:19:01 all 20.67 0.00 21.28 8.33 0.05 49.66 07:33:26 07:19:01 0 21.15 0.00 21.23 6.25 0.05 51.32 07:33:26 07:19:01 1 21.35 0.00 21.03 8.09 0.05 49.49 07:33:26 07:19:01 2 19.74 0.00 20.39 9.89 0.04 49.95 07:33:26 07:19:01 3 20.45 0.00 22.50 9.10 0.05 47.90 07:33:26 07:20:01 all 37.58 0.00 24.74 21.12 0.07 16.49 07:33:26 07:20:01 0 38.76 0.00 23.22 22.59 0.05 15.37 07:33:26 07:20:01 1 38.04 0.00 25.43 22.60 0.09 13.85 07:33:26 07:20:01 2 36.19 0.00 23.62 19.43 0.07 20.68 07:33:26 07:20:01 3 37.32 0.00 26.72 19.86 0.07 16.04 07:33:26 07:21:02 all 35.79 0.00 20.27 20.47 0.05 23.41 07:33:26 07:21:02 0 35.60 0.00 20.21 22.21 0.09 21.90 07:33:26 07:21:02 1 36.42 0.00 20.64 16.02 0.03 26.89 07:33:26 07:21:02 2 34.78 0.00 20.04 23.74 0.03 21.40 07:33:26 07:21:02 3 36.38 0.00 20.17 19.93 0.05 23.47 07:33:26 07:22:01 all 18.85 0.00 22.71 31.19 0.08 27.18 07:33:26 07:22:01 0 18.84 0.00 21.72 31.53 0.07 27.84 07:33:26 07:22:01 1 18.83 0.00 23.49 31.80 0.09 25.79 07:33:26 07:22:01 2 19.24 0.00 21.84 30.65 0.11 28.17 07:33:26 07:22:01 3 18.48 0.00 23.81 30.76 0.05 26.89 07:33:26 07:23:01 all 32.60 0.00 9.82 10.81 0.03 46.73 07:33:26 07:23:01 0 32.39 0.00 9.82 11.08 0.05 46.66 07:33:26 07:23:01 1 31.91 0.00 10.47 10.21 0.03 47.38 07:33:26 07:23:01 2 33.15 0.00 9.47 10.10 0.02 47.26 07:33:26 07:23:01 3 32.95 0.00 9.55 11.87 0.03 45.59 07:33:26 07:24:01 all 0.16 0.00 0.06 0.00 0.00 99.78 07:33:26 07:24:01 0 0.05 0.00 0.05 0.00 0.00 99.90 07:33:26 07:24:01 1 0.45 0.00 0.07 0.00 0.00 99.48 07:33:26 07:24:01 2 0.13 0.00 0.07 0.00 0.00 99.80 07:33:26 07:24:01 3 0.02 0.00 0.05 0.00 0.00 99.93 07:33:26 07:25:01 all 0.25 0.00 0.31 0.00 0.00 99.43 07:33:26 07:25:01 0 0.20 0.00 0.48 0.00 0.00 99.32 07:33:26 07:25:01 1 0.58 0.00 0.23 0.00 0.00 99.18 07:33:26 07:25:01 2 0.10 0.00 0.25 0.00 0.00 99.65 07:33:26 07:25:01 3 0.13 0.00 0.28 0.00 0.00 99.58 07:33:26 07:26:01 all 0.04 0.00 0.03 0.00 0.00 99.92 07:33:26 07:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:33:26 07:26:01 1 0.13 0.00 0.07 0.00 0.02 99.78 07:33:26 07:26:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:33:26 07:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:33:26 07:33:26 07:26:01 CPU %user %nice %system %iowait %steal %idle 07:33:26 07:27:01 all 0.10 0.00 0.03 0.00 0.00 99.87 07:33:26 07:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:33:26 07:27:01 1 0.13 0.00 0.07 0.00 0.00 99.80 07:33:26 07:27:01 2 0.20 0.00 0.03 0.00 0.00 99.77 07:33:26 07:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:33:26 07:28:01 all 0.14 0.00 0.02 0.00 0.00 99.84 07:33:26 07:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:33:26 07:28:01 1 0.52 0.00 0.02 0.00 0.00 99.47 07:33:26 07:28:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:33:26 07:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:33:26 07:29:01 all 0.15 0.00 0.05 0.03 0.00 99.77 07:33:26 07:29:01 0 0.02 0.00 0.08 0.12 0.00 99.78 07:33:26 07:29:01 1 0.52 0.00 0.03 0.00 0.00 99.45 07:33:26 07:29:01 2 0.07 0.00 0.05 0.00 0.00 99.88 07:33:26 07:29:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:33:26 07:30:02 all 0.15 0.00 0.04 0.00 0.00 99.81 07:33:26 07:30:02 0 0.03 0.00 0.05 0.00 0.00 99.92 07:33:26 07:30:02 1 0.53 0.00 0.03 0.00 0.00 99.43 07:33:26 07:30:02 2 0.02 0.00 0.05 0.02 0.00 99.92 07:33:26 07:30:02 3 0.02 0.00 0.02 0.00 0.00 99.97 07:33:26 07:31:01 all 0.15 0.00 0.03 0.00 0.00 99.82 07:33:26 07:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:33:26 07:31:01 1 0.53 0.00 0.03 0.00 0.00 99.44 07:33:26 07:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 07:33:26 07:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:33:26 07:32:01 all 0.16 0.00 0.02 0.00 0.00 99.82 07:33:26 07:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:33:26 07:32:01 1 0.57 0.00 0.02 0.00 0.00 99.42 07:33:26 07:32:01 2 0.05 0.00 0.05 0.00 0.00 99.90 07:33:26 07:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:33:26 07:33:01 all 2.39 0.00 1.46 1.68 0.01 94.45 07:33:26 07:33:01 0 1.67 0.00 1.34 0.87 0.02 96.11 07:33:26 07:33:01 1 3.12 0.00 1.50 2.15 0.02 93.21 07:33:26 07:33:01 2 1.71 0.00 1.14 1.79 0.02 95.35 07:33:26 07:33:01 3 3.08 0.00 1.87 1.91 0.00 93.14 07:33:26 Average: all 14.03 0.00 7.46 5.74 0.02 72.74 07:33:26 Average: 0 13.84 0.00 7.36 5.66 0.03 73.11 07:33:26 Average: 1 14.36 0.00 7.51 5.75 0.02 72.37 07:33:26 Average: 2 13.61 0.00 7.28 5.97 0.02 73.11 07:33:26 Average: 3 14.33 0.00 7.69 5.58 0.02 72.38 07:33:26 07:33:26 07:33:26