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 [2021-01-17T07:14:50.412Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-17T07:14:50.649Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-17T07:14:50.767Z] ========================================================= [2021-01-17T07:14:50.767Z] EdgeX Global Pipelines Version Info [2021-01-17T07:14:50.767Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-17T07:14:52.287Z] ------------------- [2021-01-17T07:14:52.287Z] stable info: [2021-01-17T07:14:52.287Z] ------------------- [2021-01-17T07:14:52.287Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-17T07:14:52.287Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-17T07:14:52.287Z] Message: update stable to v1.0.177 [2021-01-17T07:14:53.235Z] ------------------- [2021-01-17T07:14:53.235Z] experimental info: [2021-01-17T07:14:53.235Z] ------------------- [2021-01-17T07:14:53.235Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-17T07:14:53.235Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-17T07:14:53.235Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-17T07:14:53.494Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-17T07:14:53.575Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-17T07:14:53.691Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-17T07:14:53.772Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-17T07:14:53.855Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-17T07:14:53.937Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-17T07:14:54.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-17T07:14:54.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-17T07:14:54.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-17T07:14:54.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-17T07:14:54.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-17T07:14:54.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-17T07:14:54.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-17T07:14:54.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-17T07:14:54.706Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-17T07:14:54.793Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-17T07:14:54.884Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-17T07:14:54.972Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-17T07:14:55.058Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-17T07:14:55.147Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-17T07:14:55.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-17T07:14:55.385Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-17T07:14:55.493Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-17T07:14:55.587Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3042 [Pipeline] echo [2021-01-17T07:14:55.692Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3042 [Pipeline] echo [2021-01-17T07:14:55.802Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3042 [Pipeline] echo [2021-01-17T07:14:55.908Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [Pipeline] echo [2021-01-17T07:14:56.016Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54f3f77 [Pipeline] echo [2021-01-17T07:14:56.134Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-17T07:14:56.290Z] provisioning config files... [2021-01-17T07:14:56.320Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3373000097767112162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-17T07:14:56.691Z] ---> docker-login.sh [2021-01-17T07:14:56.691Z] nexus3.edgexfoundry.org:10001 [2021-01-17T07:14:57.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-17T07:14:57.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-17T07:14:57.271Z] Configure a credential helper to remove this warning. See [2021-01-17T07:14:57.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-17T07:14:57.271Z] [2021-01-17T07:14:57.271Z] Login Succeeded [2021-01-17T07:14:57.271Z] nexus3.edgexfoundry.org:10002 [2021-01-17T07:14:57.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-17T07:14:57.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-17T07:14:57.537Z] Configure a credential helper to remove this warning. See [2021-01-17T07:14:57.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-17T07:14:57.537Z] [2021-01-17T07:14:57.537Z] Login Succeeded [2021-01-17T07:14:57.537Z] nexus3.edgexfoundry.org:10003 [2021-01-17T07:14:57.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-17T07:14:57.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-17T07:14:57.799Z] Configure a credential helper to remove this warning. See [2021-01-17T07:14:57.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-17T07:14:57.799Z] [2021-01-17T07:14:57.799Z] Login Succeeded [2021-01-17T07:14:57.799Z] nexus3.edgexfoundry.org:10004 [2021-01-17T07:14:57.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-17T07:14:57.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-17T07:14:57.799Z] Configure a credential helper to remove this warning. See [2021-01-17T07:14:57.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-17T07:14:57.799Z] [2021-01-17T07:14:57.799Z] Login Succeeded [2021-01-17T07:14:57.799Z] docker.io [2021-01-17T07:14:58.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-17T07:14:58.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-17T07:14:58.326Z] Configure a credential helper to remove this warning. See [2021-01-17T07:14:58.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-17T07:14:58.326Z] [2021-01-17T07:14:58.326Z] Login Succeeded [2021-01-17T07:14:58.326Z] ---> docker-login.sh ends [Pipeline] } [2021-01-17T07:14:58.336Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-17T07:14:58.826Z] ++ 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 [2021-01-17T07:14:58.826Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-17T07:14:58.826Z] ++ dirname cmd/core-command/Dockerfile [2021-01-17T07:14:58.826Z] ++ cut -d/ -f2 [2021-01-17T07:14:58.826Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-17T07:14:58.826Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-17T07:14:58.826Z] ++ dirname cmd/core-data/Dockerfile [2021-01-17T07:14:58.826Z] ++ cut -d/ -f2 [2021-01-17T07:14:58.826Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-17T07:14:58.826Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-17T07:14:58.826Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-17T07:14:58.826Z] ++ cut -d/ -f2 [2021-01-17T07:14:58.826Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-17T07:14:58.826Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-17T07:14:58.826Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-17T07:14:58.826Z] ++ cut -d/ -f2 [2021-01-17T07:14:58.826Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-17T07:14:58.826Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-17T07:14:58.826Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-17T07:14:58.826Z] ++ cut -d/ -f2 [2021-01-17T07:14:58.826Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-17T07:14:58.826Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-17T07:14:58.826Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-17T07:14:58.826Z] ++ cut -d/ -f2 [2021-01-17T07:14:58.826Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-17T07:14:58.826Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-17T07:14:58.826Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-17T07:14:58.826Z] ++ cut -d/ -f2 [2021-01-17T07:14:58.826Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-17T07:14:58.826Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-17T07:14:58.826Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-17T07:14:58.826Z] ++ cut -d/ -f2 [2021-01-17T07:14:58.826Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-17T07:14:58.826Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-17T07:14:58.826Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-17T07:14:58.826Z] ++ cut -d/ -f2 [2021-01-17T07:14:58.826Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-17T07:14:58.902Z] 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 [2021-01-17T07:15:00.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-17T07:15:00.375Z] [2021-01-17T07:15:00.375Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:15:00.734Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-17T07:15:00.734Z] latest: Pulling from edgex-devops/git-semver [2021-01-17T07:15:00.734Z] 31603596830f: Pulling fs layer [2021-01-17T07:15:00.734Z] 2a8b12db71e7: Pulling fs layer [2021-01-17T07:15:00.734Z] 6ca5941a6612: Pulling fs layer [2021-01-17T07:15:00.734Z] ecc8261a40a4: Pulling fs layer [2021-01-17T07:15:00.734Z] ecc8261a40a4: Waiting [2021-01-17T07:15:00.734Z] 2a8b12db71e7: Verifying Checksum [2021-01-17T07:15:00.734Z] 2a8b12db71e7: Download complete [2021-01-17T07:15:00.734Z] 31603596830f: Download complete [2021-01-17T07:15:01.003Z] ecc8261a40a4: Verifying Checksum [2021-01-17T07:15:01.003Z] ecc8261a40a4: Download complete [2021-01-17T07:15:01.003Z] 6ca5941a6612: Verifying Checksum [2021-01-17T07:15:01.003Z] 6ca5941a6612: Download complete [2021-01-17T07:15:01.271Z] 31603596830f: Pull complete [2021-01-17T07:15:01.271Z] 2a8b12db71e7: Pull complete [2021-01-17T07:15:02.232Z] 6ca5941a6612: Pull complete [2021-01-17T07:15:02.495Z] ecc8261a40a4: Pull complete [2021-01-17T07:15:02.495Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-17T07:15:02.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-17T07:15:02.495Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-17T07:15:02.609Z] prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container [2021-01-17T07:15:02.676Z] $ 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 [2021-01-17T07:15:05.131Z] $ docker top 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-17T07:15:05.412Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-17T07:15:05.412Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-17T07:15:05.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-17T07:15:05.648Z] $ docker exec 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 ssh-agent [2021-01-17T07:15:05.817Z] SSH_AUTH_SOCK=/tmp/ssh-eSrGIQlUWKj6/agent.11 [2021-01-17T07:15:05.817Z] SSH_AGENT_PID=16 [2021-01-17T07:15:05.827Z] Running ssh-add (command line suppressed) [2021-01-17T07:15:05.945Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_3764641563359090144.key (/w/workspace/edgex-go/7@tmp/private_key_3764641563359090144.key) [2021-01-17T07:15:05.996Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-17T07:15:06.325Z] + git tag --points-at HEAD [Pipeline] } [2021-01-17T07:15:06.348Z] $ docker exec --env ******** --env ******** 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 ssh-agent -k [2021-01-17T07:15:06.465Z] unset SSH_AUTH_SOCK; [2021-01-17T07:15:06.465Z] unset SSH_AGENT_PID; [2021-01-17T07:15:06.465Z] echo Agent pid 16 killed; [2021-01-17T07:15:06.512Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-17T07:15:06.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-17T07:15:06.644Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-17T07:15:06.813Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-17T07:15:06.817Z] $ docker exec 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 ssh-agent [2021-01-17T07:15:06.980Z] SSH_AUTH_SOCK=/tmp/ssh-5Ps47hVicNNP/agent.46 [2021-01-17T07:15:06.980Z] SSH_AGENT_PID=52 [2021-01-17T07:15:06.987Z] Running ssh-add (command line suppressed) [2021-01-17T07:15:07.105Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_4937697015061441704.key (/w/workspace/edgex-go/7@tmp/private_key_4937697015061441704.key) [2021-01-17T07:15:07.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-17T07:15:07.546Z] + git semver init [2021-01-17T07:15:07.547Z] # -> Open(): unable to determine branch for HEAD [2021-01-17T07:15:07.547Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-01-17T07:15:07.547Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-01-17T07:15:07.547Z] # $SEMVER_REMOTE_NAME = origin [2021-01-17T07:15:07.547Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-17T07:15:07.547Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-17T07:15:07.547Z] # $SEMVER_BRANCH = PR-3042 [2021-01-17T07:15:07.547Z] # $SEMVER_TEMP = /tmp/semver-546842860 [2021-01-17T07:15:07.547Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-17T07:15:25.720Z] # '/tmp/semver-546842860' -> '/w/workspace/edgex-go/7/.semver' [2021-01-17T07:15:25.720Z] # -> Force: false [2021-01-17T07:15:25.720Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-01-17T07:15:25.733Z] $ docker exec --env ******** --env ******** 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 ssh-agent -k [2021-01-17T07:15:26.034Z] unset SSH_AUTH_SOCK; [2021-01-17T07:15:26.034Z] unset SSH_AGENT_PID; [2021-01-17T07:15:26.034Z] echo Agent pid 52 killed; [2021-01-17T07:15:26.144Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-17T07:15:26.631Z] + git semver [Pipeline] } [2021-01-17T07:15:26.648Z] $ docker stop --time=1 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 [2021-01-17T07:15:28.231Z] $ docker rm -f 7b4318706fb028a01c02fde16bef74f1234b9ac606c100eadc3026a23408fe23 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-17T07:15:28.756Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-17T07:15:29.294Z] Stashed 1 file(s) [Pipeline] echo [2021-01-17T07:15:29.298Z] [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 [2021-01-17T07:15:30.174Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-17T07:15:30.472Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-17T07:15:30.771Z] + sudo service docker restart [2021-01-17T07:15:30.771Z] + true [2021-01-17T07:15:30.771Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-17T07:15:31.359Z] ========================================================= [2021-01-17T07:15:31.359Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-17T07:15:31.359Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:15:31.699Z] + 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 . [2021-01-17T07:15:35.029Z] Sending build context to Docker daemon 326.5MB [2021-01-17T07:15:35.029Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-17T07:15:35.029Z] Step 2/6 : FROM ${BASE} [2021-01-17T07:15:35.029Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-17T07:15:35.029Z] 188c0c94c7c5: Pulling fs layer [2021-01-17T07:15:35.029Z] 0ef7d3d256c8: Pulling fs layer [2021-01-17T07:15:35.029Z] de9db76c5a1d: Pulling fs layer [2021-01-17T07:15:35.029Z] bca2f99d35d6: Pulling fs layer [2021-01-17T07:15:35.029Z] 93359f2a8cfa: Pulling fs layer [2021-01-17T07:15:35.029Z] 7c6f9722023f: Pulling fs layer [2021-01-17T07:15:35.029Z] a35cf1a2eb13: Pulling fs layer [2021-01-17T07:15:35.029Z] 93359f2a8cfa: Waiting [2021-01-17T07:15:35.029Z] bca2f99d35d6: Waiting [2021-01-17T07:15:35.029Z] 7c6f9722023f: Waiting [2021-01-17T07:15:35.029Z] a35cf1a2eb13: Waiting [2021-01-17T07:15:35.029Z] de9db76c5a1d: Verifying Checksum [2021-01-17T07:15:35.029Z] de9db76c5a1d: Download complete [2021-01-17T07:15:35.029Z] 0ef7d3d256c8: Verifying Checksum [2021-01-17T07:15:35.029Z] 0ef7d3d256c8: Download complete [2021-01-17T07:15:35.029Z] 93359f2a8cfa: Verifying Checksum [2021-01-17T07:15:35.029Z] 93359f2a8cfa: Download complete [2021-01-17T07:15:35.029Z] 7c6f9722023f: Verifying Checksum [2021-01-17T07:15:35.029Z] 188c0c94c7c5: Verifying Checksum [2021-01-17T07:15:35.029Z] 188c0c94c7c5: Download complete [2021-01-17T07:15:35.029Z] 7c6f9722023f: Download complete [2021-01-17T07:15:35.292Z] 188c0c94c7c5: Pull complete [2021-01-17T07:15:35.554Z] 0ef7d3d256c8: Pull complete [2021-01-17T07:15:35.554Z] de9db76c5a1d: Pull complete [2021-01-17T07:15:37.488Z] a35cf1a2eb13: Verifying Checksum [2021-01-17T07:15:37.488Z] a35cf1a2eb13: Download complete [2021-01-17T07:15:37.752Z] bca2f99d35d6: Verifying Checksum [2021-01-17T07:15:37.752Z] bca2f99d35d6: Download complete [2021-01-17T07:15:43.092Z] bca2f99d35d6: Pull complete [2021-01-17T07:15:43.092Z] 93359f2a8cfa: Pull complete [2021-01-17T07:15:43.092Z] 7c6f9722023f: Pull complete [2021-01-17T07:15:44.693Z] Still waiting to schedule task [2021-01-17T07:15:44.693Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-17T07:15:48.412Z] a35cf1a2eb13: Pull complete [2021-01-17T07:15:48.412Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-17T07:15:48.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-17T07:15:48.412Z] ---> a62c8e92a672 [2021-01-17T07:15:48.412Z] 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 [2021-01-17T07:15:48.412Z] ---> Running in 558bcf7580cd [2021-01-17T07:15:48.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:15:48.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:15:49.559Z] (1/12) Installing libmagic (5.38-r0) [2021-01-17T07:15:50.133Z] (2/12) Installing file (5.38-r0) [2021-01-17T07:15:50.133Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-17T07:15:50.133Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-17T07:15:54.349Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-17T07:15:54.349Z] (6/12) Installing patch (2.7.6-r6) [2021-01-17T07:15:54.349Z] (7/12) Installing build-base (0.5-r2) [2021-01-17T07:15:54.349Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-17T07:15:54.349Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-17T07:15:54.612Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-17T07:15:54.612Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-17T07:15:54.612Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-17T07:15:54.876Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:15:54.876Z] OK: 233 MiB in 51 packages [2021-01-17T07:15:59.104Z] Removing intermediate container 558bcf7580cd [2021-01-17T07:15:59.104Z] ---> 6ca9c6f64817 [2021-01-17T07:15:59.104Z] Step 4/6 : WORKDIR /edgex-go [2021-01-17T07:15:59.104Z] ---> Running in fb32fe6d07fd [2021-01-17T07:15:59.104Z] Removing intermediate container fb32fe6d07fd [2021-01-17T07:15:59.104Z] ---> bfb377e515c2 [2021-01-17T07:15:59.104Z] Step 5/6 : COPY go.mod . [2021-01-17T07:15:59.104Z] ---> 69850a0da75e [2021-01-17T07:15:59.104Z] Step 6/6 : RUN go mod download [2021-01-17T07:15:59.104Z] ---> Running in dce99b27c2c4 [2021-01-17T07:16:21.139Z] Removing intermediate container dce99b27c2c4 [2021-01-17T07:16:21.139Z] ---> e5a949d89459 [2021-01-17T07:16:21.139Z] Successfully built e5a949d89459 [2021-01-17T07:16:21.139Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:16:21.453Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-17T07:16:21.453Z] . [Pipeline] withDockerContainer [2021-01-17T07:16:21.553Z] prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container [2021-01-17T07:16:21.601Z] $ 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 [2021-01-17T07:16:22.426Z] $ docker top 836c935db691e4d237bdfc931d2ce3dcb6090580c93521e665b495773b2ca443 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-17T07:16:22.943Z] + go version [2021-01-17T07:16:22.943Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-17T07:16:22.959Z] $ docker stop --time=1 836c935db691e4d237bdfc931d2ce3dcb6090580c93521e665b495773b2ca443 [2021-01-17T07:16:24.294Z] $ docker rm -f 836c935db691e4d237bdfc931d2ce3dcb6090580c93521e665b495773b2ca443 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:16:25.065Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-17T07:16:25.065Z] . [Pipeline] withDockerContainer [2021-01-17T07:16:25.159Z] prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container [2021-01-17T07:16:25.206Z] $ 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 [2021-01-17T07:16:25.939Z] $ docker top f7a2df71f87cccdd436bcfa09ac67a217ed10e1cf8ce18c5e1775e53328f6ccf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-17T07:16:26.210Z] ========================================================= [2021-01-17T07:16:26.210Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-17T07:16:26.210Z] ========================================================= [Pipeline] sh [2021-01-17T07:16:26.508Z] + make test [2021-01-17T07:16:26.508Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-17T07:16:34.705Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-17T07:16:49.760Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-17T07:16:56.476Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-17T07:16:56.476Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-17T07:16:56.476Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-17T07:16:56.476Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-17T07:16:56.476Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-17T07:16:56.476Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-17T07:16:56.476Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-17T07:16:57.068Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-17T07:16:57.335Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-17T07:16:59.961Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-17T07:16:59.961Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-17T07:16:59.961Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-17T07:17:02.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.164s coverage: 46.6% of statements [2021-01-17T07:17:02.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-17T07:17:02.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-17T07:17:02.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-17T07:17:02.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-17T07:17:02.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-17T07:17:06.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.0% of statements [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-17T07:17:06.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-17T07:17:06.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-17T07:17:06.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.124s coverage: 67.9% of statements [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-17T07:17:06.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.150s coverage: 82.3% of statements [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-17T07:17:06.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-17T07:17:07.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements [2021-01-17T07:17:07.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-17T07:17:07.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-17T07:17:07.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-17T07:17:07.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-17T07:17:07.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-17T07:17:07.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2021-01-17T07:17:07.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-17T07:17:07.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-01-17T07:17:07.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-17T07:17:08.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2021-01-17T07:17:08.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-17T07:17:08.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements [2021-01-17T07:17:08.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-17T07:17:08.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-01-17T07:17:08.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-17T07:17:08.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-17T07:17:08.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-17T07:17:08.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-17T07:17:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.376s coverage: 92.8% of statements [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-17T07:17:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-17T07:17:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-17T07:17:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-17T07:17:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-01-17T07:17:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-17T07:17:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-17T07:17:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements [2021-01-17T07:17:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2021-01-17T07:17:11.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements [2021-01-17T07:17:11.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-17T07:17:12.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements [2021-01-17T07:17:12.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-17T07:17:12.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-17T07:17:12.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2021-01-17T07:17:12.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-01-17T07:17:12.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-01-17T07:17:12.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-01-17T07:17:13.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-01-17T07:17:14.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 68.9% of statements [2021-01-17T07:17:14.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-17T07:17:14.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-17T07:17:14.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-17T07:17:14.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-17T07:17:14.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-17T07:17:14.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2021-01-17T07:17:14.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-17T07:17:14.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-17T07:17:14.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.292s coverage: 84.0% of statements [2021-01-17T07:17:14.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-01-17T07:17:16.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.1% of statements [2021-01-17T07:17:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-17T07:17:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-17T07:17:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-17T07:17:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-17T07:17:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-17T07:17:16.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements [2021-01-17T07:17:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-17T07:17:16.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-01-17T07:17:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-17T07:17:17.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.695s coverage: 29.1% of statements [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-17T07:17:17.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-17T07:17:17.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-17T07:17:17.713Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-17T07:17:17.713Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-17T07:17:17.713Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-17T07:17:17.713Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-17T07:17:18.296Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-01-17T07:17:18.296Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-17T07:17:18.558Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-17T07:17:19.134Z] GO111MODULE=on go vet ./... [2021-01-17T07:17:37.065Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20815 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws [2021-01-17T07:17:37.117Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-17T07:17:41.219Z] gofmt -l . [2021-01-17T07:17:41.219Z] [ "`gofmt -l .`" = "" ] [2021-01-17T07:17:41.489Z] ./bin/test-go-mod-tidy.sh [2021-01-17T07:17:42.075Z] ./bin/test-attribution-txt.sh [2021-01-17T07:17:42.206Z] using credential edgex-jenkins-ssh [2021-01-17T07:17:42.281Z] Cloning the remote Git repository [Pipeline] sh [2021-01-17T07:17:42.329Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-17T07:17:42.957Z] + ls -al . [2021-01-17T07:17:42.957Z] total 656 [2021-01-17T07:17:42.957Z] drwxrwxr-x 10 1001 1001 4096 Jan 17 07:17 . [2021-01-17T07:17:42.957Z] drwxr-xr-x 4 root root 28 Jan 17 07:16 .. [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 11 Jan 17 07:14 .dockerignore [2021-01-17T07:17:42.957Z] drwxrwxr-x 8 1001 1001 179 Jan 17 07:14 .git [2021-01-17T07:17:42.957Z] drwxrwxr-x 3 1001 1001 125 Jan 17 07:14 .github [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 824 Jan 17 07:14 .gitignore [2021-01-17T07:17:42.957Z] drwx------ 3 1001 1001 47 Jan 17 07:15 .semver [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 166 Jan 17 07:14 .sonarcloud.properties [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 7744 Jan 17 07:14 Attribution.txt [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 3804 Jan 17 07:14 CONTRIBUTING.md [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 931 Jan 17 07:14 Dockerfile.build [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 863 Jan 17 07:14 Jenkinsfile [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 10775 Jan 17 07:14 LICENSE [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 5750 Jan 17 07:14 Makefile [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 6524 Jan 17 07:14 README.md [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 6744 Jan 17 07:14 SECURITY.md [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 5 Jan 17 07:15 VERSION [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 4131 Jan 17 07:14 ZMQWindows.md [2021-01-17T07:17:42.957Z] drwxrwxr-x 2 1001 1001 117 Jan 17 07:14 bin [2021-01-17T07:17:42.957Z] drwxrwxr-x 14 1001 1001 4096 Jan 17 07:14 cmd [2021-01-17T07:17:42.957Z] -rw-r--r-- 1 root root 550280 Jan 17 07:17 coverage.out [2021-01-17T07:17:42.957Z] -rw-r--r-- 1 root root 981 Jan 17 07:17 go.mod [2021-01-17T07:17:42.957Z] -rw-r--r-- 1 root root 19241 Jan 17 07:17 go.sum [2021-01-17T07:17:42.957Z] drwxrwxr-x 8 1001 1001 127 Jan 17 07:14 internal [2021-01-17T07:17:42.957Z] drwxrwxr-x 4 1001 1001 26 Jan 17 07:14 openapi [2021-01-17T07:17:42.957Z] drwxrwxr-x 4 1001 1001 71 Jan 17 07:14 snap [2021-01-17T07:17:42.957Z] -rw-rw-r-- 1 1001 1001 168 Jan 17 07:14 version.go [Pipeline] sh [2021-01-17T07:17:43.258Z] + '[' -e coverage.out ] [2021-01-17T07:17:43.259Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-17T07:17:43.463Z] Stashed 1 file(s) [Pipeline] sh [2021-01-17T07:17:42.439Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-17T07:17:42.534Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-17T07:17:42.534Z] > git --version # timeout=10 [2021-01-17T07:17:42.552Z] > git --version # 'git version 2.17.1' [2021-01-17T07:17:42.553Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-17T07:17:42.606Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-17T07:17:43.761Z] + make build [2021-01-17T07:17:43.761Z] 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 [2021-01-17T07:17:46.326Z] 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 [2021-01-17T07:17:54.606Z] 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 [2021-01-17T07:17:54.606Z] 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 [2021-01-17T07:17:55.997Z] 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 [2021-01-17T07:17:56.263Z] 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 [2021-01-17T07:17:57.077Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-17T07:17:57.094Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-17T07:17:57.124Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-17T07:17:57.162Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-17T07:17:57.162Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-17T07:17:57.175Z] > 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 [2021-01-17T07:17:57.677Z] 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 [2021-01-17T07:17:57.980Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:17:58.478Z] Merge succeeded, producing 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:17:58.479Z] Checking out Revision 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 (PR-3042) [2021-01-17T07:17:59.068Z] 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 [2021-01-17T07:17:57.997Z] > git config core.sparsecheckout # timeout=10 [2021-01-17T07:17:58.017Z] > git checkout -f 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 # timeout=10 [2021-01-17T07:17:58.311Z] > git remote # timeout=10 [2021-01-17T07:17:58.333Z] > git config --get remote.origin.url # timeout=10 [2021-01-17T07:17:58.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-17T07:17:58.369Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-17T07:17:58.440Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-17T07:17:58.483Z] > git config core.sparsecheckout # timeout=10 [2021-01-17T07:17:58.515Z] > git checkout -f 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 # timeout=10 [2021-01-17T07:18:00.021Z] 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 [2021-01-17T07:18:01.950Z] 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 [2021-01-17T07:18:02.897Z] 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 [2021-01-17T07:18:02.967Z] Commit message: "Merge branch 'master' into issue-3041" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-17T07:18:03.856Z] 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 [2021-01-17T07:18:04.656Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] } [2021-01-17T07:18:04.838Z] $ docker stop --time=1 f7a2df71f87cccdd436bcfa09ac67a217ed10e1cf8ce18c5e1775e53328f6ccf [2021-01-17T07:18:05.053Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-01-17T07:18:06.540Z] $ docker rm -f f7a2df71f87cccdd436bcfa09ac67a217ed10e1cf8ce18c5e1775e53328f6ccf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-17T07:18:07.355Z] + + true [2021-01-17T07:18:07.355Z] sudo service docker restart [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-17T07:18:09.648Z] provisioning config files... [2021-01-17T07:18:09.685Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8241439513703160217tmp [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-17T07:18:09.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-17T07:18:09.985Z] [2021-01-17T07:18:09.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:18:10.147Z] ---> docker-login.sh [2021-01-17T07:18:10.147Z] nexus3.edgexfoundry.org:10001 [2021-01-17T07:18:10.338Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-17T07:18:10.339Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-17T07:18:10.339Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-17T07:18:10.339Z] ca9280d653b3: Pulling fs layer [2021-01-17T07:18:10.339Z] 7e9c9ca2126c: Pulling fs layer [2021-01-17T07:18:11.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-17T07:18:11.300Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-17T07:18:11.300Z] cbdbe7a5bc2a: Download complete [2021-01-17T07:18:11.300Z] ca9280d653b3: Verifying Checksum [2021-01-17T07:18:11.300Z] ca9280d653b3: Download complete [2021-01-17T07:18:11.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-17T07:18:11.394Z] Configure a credential helper to remove this warning. See [2021-01-17T07:18:11.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-17T07:18:11.394Z] [2021-01-17T07:18:11.394Z] Login Succeeded [2021-01-17T07:18:11.394Z] nexus3.edgexfoundry.org:10002 [2021-01-17T07:18:11.562Z] cbdbe7a5bc2a: Pull complete [2021-01-17T07:18:11.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-17T07:18:11.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-17T07:18:11.992Z] Configure a credential helper to remove this warning. See [2021-01-17T07:18:11.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-17T07:18:11.992Z] [2021-01-17T07:18:11.992Z] Login Succeeded [2021-01-17T07:18:11.992Z] nexus3.edgexfoundry.org:10003 [2021-01-17T07:18:12.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-17T07:18:12.514Z] 7e9c9ca2126c: Verifying Checksum [2021-01-17T07:18:12.514Z] 7e9c9ca2126c: Download complete [2021-01-17T07:18:12.514Z] ca9280d653b3: Pull complete [2021-01-17T07:18:12.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-17T07:18:12.538Z] Configure a credential helper to remove this warning. See [2021-01-17T07:18:12.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-17T07:18:12.538Z] [2021-01-17T07:18:12.538Z] Login Succeeded [2021-01-17T07:18:12.538Z] nexus3.edgexfoundry.org:10004 [2021-01-17T07:18:12.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-17T07:18:12.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-17T07:18:12.811Z] Configure a credential helper to remove this warning. See [2021-01-17T07:18:12.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-17T07:18:12.811Z] [2021-01-17T07:18:12.811Z] Login Succeeded [2021-01-17T07:18:12.811Z] docker.io [2021-01-17T07:18:13.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-17T07:18:13.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-17T07:18:13.677Z] Configure a credential helper to remove this warning. See [2021-01-17T07:18:13.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-17T07:18:13.677Z] [2021-01-17T07:18:13.677Z] Login Succeeded [2021-01-17T07:18:13.677Z] ---> docker-login.sh ends [Pipeline] } [2021-01-17T07:18:13.694Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-17T07:18:14.108Z] ========================================================= [2021-01-17T07:18:14.108Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-17T07:18:14.108Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:18:14.484Z] + 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 . [2021-01-17T07:18:17.127Z] Sending build context to Docker daemon 165.5MB [2021-01-17T07:18:17.127Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-17T07:18:17.127Z] Step 2/6 : FROM ${BASE} [2021-01-17T07:18:17.127Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-17T07:18:17.127Z] 5f621e34cdf4: Pulling fs layer [2021-01-17T07:18:17.127Z] a4357932f1b6: Pulling fs layer [2021-01-17T07:18:17.127Z] 18c013af1878: Pulling fs layer [2021-01-17T07:18:17.127Z] 00ac8860ef70: Pulling fs layer [2021-01-17T07:18:17.127Z] 63d7cb157983: Pulling fs layer [2021-01-17T07:18:17.127Z] b116817d02f9: Pulling fs layer [2021-01-17T07:18:17.127Z] 745a02a5169b: Pulling fs layer [2021-01-17T07:18:17.127Z] 00ac8860ef70: Waiting [2021-01-17T07:18:17.127Z] 63d7cb157983: Waiting [2021-01-17T07:18:17.127Z] b116817d02f9: Waiting [2021-01-17T07:18:17.127Z] 745a02a5169b: Waiting [2021-01-17T07:18:17.127Z] 18c013af1878: Verifying Checksum [2021-01-17T07:18:17.127Z] 18c013af1878: Download complete [2021-01-17T07:18:17.127Z] a4357932f1b6: Verifying Checksum [2021-01-17T07:18:17.127Z] a4357932f1b6: Download complete [2021-01-17T07:18:17.127Z] 63d7cb157983: Download complete [2021-01-17T07:18:17.127Z] 5f621e34cdf4: Verifying Checksum [2021-01-17T07:18:17.127Z] 5f621e34cdf4: Download complete [2021-01-17T07:18:17.127Z] b116817d02f9: Verifying Checksum [2021-01-17T07:18:17.127Z] b116817d02f9: Download complete [2021-01-17T07:18:17.722Z] 5f621e34cdf4: Pull complete [2021-01-17T07:18:18.332Z] a4357932f1b6: Pull complete [2021-01-17T07:18:18.606Z] 18c013af1878: Pull complete [2021-01-17T07:18:19.133Z] 7e9c9ca2126c: Pull complete [2021-01-17T07:18:19.133Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-17T07:18:19.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-17T07:18:19.133Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-17T07:18:19.285Z] prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container [2021-01-17T07:18:19.346Z] $ 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 [2021-01-17T07:18:19.589Z] 745a02a5169b: Verifying Checksum [2021-01-17T07:18:19.590Z] 745a02a5169b: Download complete [2021-01-17T07:18:21.028Z] 00ac8860ef70: Verifying Checksum [2021-01-17T07:18:21.028Z] 00ac8860ef70: Download complete [2021-01-17T07:18:22.061Z] $ docker top 57cc0bfb41260537ff73c1e3058fe36f2e00f397825dba176a19393a4ca17abe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-17T07:18:22.618Z] + docker-compose build --help [2021-01-17T07:18:22.618Z] + grep parallel [2021-01-17T07:18:23.563Z] --parallel Build images in parallel. [Pipeline] } [2021-01-17T07:18:23.576Z] $ docker stop --time=1 57cc0bfb41260537ff73c1e3058fe36f2e00f397825dba176a19393a4ca17abe [2021-01-17T07:18:24.918Z] $ docker rm -f 57cc0bfb41260537ff73c1e3058fe36f2e00f397825dba176a19393a4ca17abe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:18:25.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-17T07:18:25.542Z] . [Pipeline] withDockerContainer [2021-01-17T07:18:25.637Z] prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container [2021-01-17T07:18:25.690Z] $ 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 [2021-01-17T07:18:26.392Z] $ docker top 6991bb3de0254e6e58550ef7ce5cce73375d337adf00ff7e4429c337aa4f6152 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-17T07:18:26.906Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-17T07:18:27.850Z] Building docker-core-command-go ... [2021-01-17T07:18:27.850Z] Building docker-core-data-go ... [2021-01-17T07:18:27.850Z] Building docker-core-metadata-go ... [2021-01-17T07:18:27.850Z] Building docker-security-bootstrap-redis-go ... [2021-01-17T07:18:27.850Z] Building docker-security-proxy-setup-go ... [2021-01-17T07:18:27.850Z] Building docker-security-secretstore-setup-go ... [2021-01-17T07:18:27.850Z] Building docker-support-notifications-go ... [2021-01-17T07:18:27.850Z] Building docker-support-scheduler-go ... [2021-01-17T07:18:27.850Z] Building docker-sys-mgmt-agent-go ... [2021-01-17T07:18:27.850Z] Building docker-support-notifications-go [2021-01-17T07:18:27.850Z] Building docker-core-metadata-go [2021-01-17T07:18:27.850Z] Building docker-core-data-go [2021-01-17T07:18:27.850Z] Building docker-sys-mgmt-agent-go [2021-01-17T07:18:27.850Z] Building docker-security-proxy-setup-go [2021-01-17T07:18:31.185Z] 00ac8860ef70: Pull complete [2021-01-17T07:18:31.460Z] 63d7cb157983: Pull complete [2021-01-17T07:18:31.733Z] b116817d02f9: Pull complete [2021-01-17T07:18:36.067Z] 745a02a5169b: Pull complete [2021-01-17T07:18:36.067Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-17T07:18:36.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-17T07:18:36.067Z] ---> b7e6874047d6 [2021-01-17T07:18:36.067Z] 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 [2021-01-17T07:18:39.444Z] ---> Running in 9ad5bcb233c9 [2021-01-17T07:18:40.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:18:40.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:18:41.620Z] (1/12) Installing libmagic (5.38-r0) [2021-01-17T07:18:41.620Z] (2/12) Installing file (5.38-r0) [2021-01-17T07:18:41.620Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-17T07:18:41.900Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-17T07:18:46.196Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-17T07:18:46.196Z] (6/12) Installing patch (2.7.6-r6) [2021-01-17T07:18:46.466Z] (7/12) Installing build-base (0.5-r2) [2021-01-17T07:18:46.466Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-17T07:18:46.466Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-17T07:18:46.737Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-17T07:18:46.737Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-17T07:18:47.007Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-17T07:18:47.007Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:18:47.007Z] OK: 217 MiB in 51 packages [2021-01-17T07:18:51.318Z] Removing intermediate container 9ad5bcb233c9 [2021-01-17T07:18:51.318Z] ---> 7bb71831b4ed [2021-01-17T07:18:51.318Z] Step 4/6 : WORKDIR /edgex-go [2021-01-17T07:18:51.318Z] ---> Running in 741b692ccbc0 [2021-01-17T07:18:51.594Z] Removing intermediate container 741b692ccbc0 [2021-01-17T07:18:51.594Z] ---> 6c57be63bf41 [2021-01-17T07:18:51.594Z] Step 5/6 : COPY go.mod . [2021-01-17T07:18:52.193Z] ---> fa2677fce119 [2021-01-17T07:18:52.193Z] Step 6/6 : RUN go mod download [2021-01-17T07:18:52.193Z] ---> Running in fdc6978b732d [2021-01-17T07:19:00.091Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:19:00.091Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:19:00.091Z] ---> e5a949d89459 [2021-01-17T07:19:00.091Z] Step 3/23 : WORKDIR /edgex-go [2021-01-17T07:19:00.091Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:19:00.091Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:19:00.091Z] ---> e5a949d89459 [2021-01-17T07:19:00.091Z] Step 3/22 : WORKDIR /edgex-go [2021-01-17T07:19:00.091Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:19:00.091Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:19:00.091Z] ---> e5a949d89459 [2021-01-17T07:19:00.091Z] Step 3/21 : WORKDIR /edgex-go [2021-01-17T07:19:00.091Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:19:00.091Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:19:00.091Z] ---> e5a949d89459 [2021-01-17T07:19:00.091Z] Step 3/24 : WORKDIR /edgex-go [2021-01-17T07:19:00.091Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:19:00.091Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:19:00.091Z] ---> e5a949d89459 [2021-01-17T07:19:00.091Z] Step 3/26 : WORKDIR /edgex-go [2021-01-17T07:19:00.091Z] ---> Running in a06a41185d9b [2021-01-17T07:19:00.091Z] ---> Running in ec0a2144cd20 [2021-01-17T07:19:00.091Z] ---> Running in 17b8e92c9c10 [2021-01-17T07:19:00.091Z] ---> Running in 184be70c8dfe [2021-01-17T07:19:00.091Z] ---> Running in 2bb5a48b2318 [2021-01-17T07:19:00.091Z] Removing intermediate container 17b8e92c9c10 [2021-01-17T07:19:00.091Z] ---> 197443e813b2 [2021-01-17T07:19:00.091Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:19:00.091Z] Removing intermediate container 2bb5a48b2318 [2021-01-17T07:19:00.091Z] ---> 27a8229b88be [2021-01-17T07:19:00.091Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:19:00.091Z] Removing intermediate container 184be70c8dfe [2021-01-17T07:19:00.091Z] ---> 024a99a25132 [2021-01-17T07:19:00.091Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:19:00.091Z] Removing intermediate container ec0a2144cd20 [2021-01-17T07:19:00.091Z] ---> 0f637d54a148 [2021-01-17T07:19:00.091Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:19:00.091Z] Removing intermediate container a06a41185d9b [2021-01-17T07:19:00.091Z] ---> cecf349b37dd [2021-01-17T07:19:00.091Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:19:00.091Z] ---> Running in f745d1ab5441 [2021-01-17T07:19:00.091Z] ---> Running in 4b1acc5f0640 [2021-01-17T07:19:00.091Z] ---> Running in 7a283ed3a018 [2021-01-17T07:19:00.091Z] ---> Running in 8897e6ed9e03 [2021-01-17T07:19:00.091Z] ---> Running in bdf331d7e942 [2021-01-17T07:19:02.043Z] Removing intermediate container f745d1ab5441 [2021-01-17T07:19:02.043Z] ---> 1b8b35e687c3 [2021-01-17T07:19:02.043Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-17T07:19:02.043Z] ---> Running in 5fb3f0410956 [2021-01-17T07:19:02.043Z] Removing intermediate container 4b1acc5f0640 [2021-01-17T07:19:02.043Z] ---> a2501d741827 [2021-01-17T07:19:02.043Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-17T07:19:02.043Z] Removing intermediate container 7a283ed3a018 [2021-01-17T07:19:02.043Z] ---> 436f5767552c [2021-01-17T07:19:02.043Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-17T07:19:02.043Z] Removing intermediate container bdf331d7e942 [2021-01-17T07:19:02.043Z] ---> 8275a9121803 [2021-01-17T07:19:02.043Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-17T07:19:02.312Z] Removing intermediate container 8897e6ed9e03 [2021-01-17T07:19:02.312Z] ---> 412e80f94cb6 [2021-01-17T07:19:02.312Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-17T07:19:02.312Z] ---> Running in f8b4baedc5f3 [2021-01-17T07:19:02.312Z] ---> Running in 62ff2dcd9b11 [2021-01-17T07:19:02.312Z] ---> Running in c00c3fdd641b [2021-01-17T07:19:02.585Z] ---> Running in abc61cae4feb [2021-01-17T07:19:02.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:19:03.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:19:03.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:19:03.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:19:03.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:19:03.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:19:03.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:19:03.916Z] OK: 233 MiB in 51 packages [2021-01-17T07:19:03.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:19:03.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:19:04.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:19:04.183Z] OK: 233 MiB in 51 packages [2021-01-17T07:19:04.448Z] OK: 233 MiB in 51 packages [2021-01-17T07:19:04.448Z] Removing intermediate container 5fb3f0410956 [2021-01-17T07:19:04.448Z] ---> 9426a84c4707 [2021-01-17T07:19:04.448Z] Step 6/21 : COPY go.mod . [2021-01-17T07:19:04.725Z] OK: 233 MiB in 51 packages [2021-01-17T07:19:04.725Z] Removing intermediate container c00c3fdd641b [2021-01-17T07:19:04.725Z] ---> 568ef1850d14 [2021-01-17T07:19:04.725Z] Step 6/23 : COPY go.mod . [2021-01-17T07:19:04.725Z] OK: 233 MiB in 51 packages [2021-01-17T07:19:04.991Z] ---> 1c43a48ad46f [2021-01-17T07:19:04.991Z] Step 7/21 : RUN go mod download [2021-01-17T07:19:05.256Z] ---> Running in 9a329fa88235 [2021-01-17T07:19:05.256Z] ---> e1beb723877a [2021-01-17T07:19:05.256Z] Step 7/23 : RUN go mod download [2021-01-17T07:19:05.256Z] Removing intermediate container 62ff2dcd9b11 [2021-01-17T07:19:05.256Z] ---> 3e59e11dc93a [2021-01-17T07:19:05.256Z] Step 6/22 : COPY go.mod . [2021-01-17T07:19:05.517Z] ---> Running in c77597b32957 [2021-01-17T07:19:05.781Z] Removing intermediate container abc61cae4feb [2021-01-17T07:19:05.781Z] ---> dc069a088bf7 [2021-01-17T07:19:05.781Z] Step 6/26 : COPY go.mod . [2021-01-17T07:19:06.058Z] ---> f3b07f0953cd [2021-01-17T07:19:06.058Z] Step 7/22 : RUN go mod download [2021-01-17T07:19:06.058Z] Removing intermediate container f8b4baedc5f3 [2021-01-17T07:19:06.058Z] ---> b6bd6ebd9cb8 [2021-01-17T07:19:06.058Z] Step 6/24 : COPY go.mod . [2021-01-17T07:19:06.058Z] ---> Running in 8e80f31261f5 [2021-01-17T07:19:06.322Z] ---> 63745398e974 [2021-01-17T07:19:06.322Z] Step 7/26 : RUN go mod download [2021-01-17T07:19:06.322Z] ---> Running in 8ff0900d7bbe [2021-01-17T07:19:06.588Z] ---> bc219aa4001b [2021-01-17T07:19:06.588Z] Step 7/24 : RUN go mod download [2021-01-17T07:19:06.588Z] ---> Running in 82ef437425d8 [2021-01-17T07:19:07.568Z] Removing intermediate container c77597b32957 [2021-01-17T07:19:07.568Z] ---> 61d062f915d2 [2021-01-17T07:19:07.568Z] Step 8/23 : COPY . . [2021-01-17T07:19:07.568Z] Removing intermediate container 9a329fa88235 [2021-01-17T07:19:07.568Z] ---> 1c191c0f2db2 [2021-01-17T07:19:07.568Z] Step 8/21 : COPY . . [2021-01-17T07:19:10.146Z] Removing intermediate container 8e80f31261f5 [2021-01-17T07:19:10.146Z] ---> 94c5657a46dd [2021-01-17T07:19:10.146Z] Step 8/22 : COPY . . [2021-01-17T07:19:10.146Z] Removing intermediate container 8ff0900d7bbe [2021-01-17T07:19:10.146Z] ---> fd83a47bdffc [2021-01-17T07:19:10.146Z] Step 8/26 : COPY . . [2021-01-17T07:19:14.643Z] Removing intermediate container 82ef437425d8 [2021-01-17T07:19:14.643Z] ---> 3f800ca133b6 [2021-01-17T07:19:14.643Z] Step 8/24 : COPY . . [2021-01-17T07:19:18.986Z] Removing intermediate container fdc6978b732d [2021-01-17T07:19:18.986Z] ---> ecac3aa8c26e [2021-01-17T07:19:18.986Z] Successfully built ecac3aa8c26e [2021-01-17T07:19:18.986Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:19:19.328Z] + docker inspect -f . ci-base-image-arm64 [2021-01-17T07:19:19.328Z] . [Pipeline] withDockerContainer [2021-01-17T07:19:19.612Z] prd-ubuntu18.04-docker-arm64-4c-16g-20815 does not seem to be running inside a container [2021-01-17T07:19:19.705Z] $ 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 [2021-01-17T07:19:21.086Z] $ docker top 78dc005efd37505f31d13e91c403c107955e20f8953a813eb322b1f2cbffe6d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-17T07:19:22.066Z] + go version [2021-01-17T07:19:22.066Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-17T07:19:22.098Z] $ docker stop --time=1 78dc005efd37505f31d13e91c403c107955e20f8953a813eb322b1f2cbffe6d2 [2021-01-17T07:19:23.993Z] $ docker rm -f 78dc005efd37505f31d13e91c403c107955e20f8953a813eb322b1f2cbffe6d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:19:24.984Z] + docker inspect -f . ci-base-image-arm64 [2021-01-17T07:19:24.984Z] . [Pipeline] withDockerContainer [2021-01-17T07:19:25.220Z] prd-ubuntu18.04-docker-arm64-4c-16g-20815 does not seem to be running inside a container [2021-01-17T07:19:25.309Z] $ 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 [2021-01-17T07:19:26.712Z] $ docker top 44c1b483ab18058f70a3b4941d3ef382fc284e95dd345051d4f7b3f4924bdde4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-17T07:19:27.113Z] ========================================================= [2021-01-17T07:19:27.113Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-17T07:19:27.113Z] ========================================================= [Pipeline] sh [2021-01-17T07:19:27.796Z] + make test [2021-01-17T07:19:27.796Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-17T07:19:46.969Z] ---> af23c12190e3 [2021-01-17T07:19:46.969Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-17T07:19:46.969Z] ---> 66f90317092c [2021-01-17T07:19:46.969Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-17T07:19:46.969Z] ---> ee969f41ee18 [2021-01-17T07:19:46.969Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-17T07:19:46.969Z] ---> a170502aab63 [2021-01-17T07:19:46.969Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-17T07:19:46.969Z] ---> d6edb75dda52 [2021-01-17T07:19:46.969Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-17T07:19:46.970Z] ---> Running in c11eba573632 [2021-01-17T07:19:46.970Z] ---> Running in 60af8ac2c184 [2021-01-17T07:19:46.970Z] ---> Running in 587bbcdf0b85 [2021-01-17T07:19:46.970Z] ---> Running in 9dbc886f6d9d [2021-01-17T07:19:46.970Z] ---> Running in abfa4f939969 [2021-01-17T07:19:46.970Z] 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 [2021-01-17T07:19:46.970Z] 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 [2021-01-17T07:19:46.970Z] 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 [2021-01-17T07:19:46.970Z] 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 [2021-01-17T07:19:46.970Z] 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 [2021-01-17T07:19:49.963Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-17T07:20:13.719Z] 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 [2021-01-17T07:20:17.980Z] Removing intermediate container 60af8ac2c184 [2021-01-17T07:20:17.980Z] ---> 0c5e6bdc5cd5 [2021-01-17T07:20:17.980Z] [2021-01-17T07:20:17.980Z] Step 10/24 : FROM scratch [2021-01-17T07:20:17.980Z] ---> [2021-01-17T07:20:17.980Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-17T07:20:17.980Z] Removing intermediate container abfa4f939969 [2021-01-17T07:20:17.980Z] ---> 5c3bd014d00d [2021-01-17T07:20:17.980Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-17T07:20:17.980Z] ---> Running in a21904a27430 [2021-01-17T07:20:17.980Z] ---> Running in 7e72f098ca97 [2021-01-17T07:20:18.252Z] Removing intermediate container a21904a27430 [2021-01-17T07:20:18.252Z] ---> a8e9c29e6da6 [2021-01-17T07:20:18.252Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-17T07:20:18.862Z] ---> Running in d83ad121aef6 [2021-01-17T07:20:19.131Z] 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 [2021-01-17T07:20:22.459Z] Removing intermediate container 587bbcdf0b85 [2021-01-17T07:20:22.459Z] ---> 990f720aacd6 [2021-01-17T07:20:22.459Z] [2021-01-17T07:20:22.459Z] Step 10/21 : FROM alpine:3.12 [2021-01-17T07:20:22.459Z] 3.12: Pulling from library/alpine [2021-01-17T07:20:22.722Z] Removing intermediate container d83ad121aef6 [2021-01-17T07:20:22.722Z] ---> d9b5bfe27a11 [2021-01-17T07:20:22.722Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-17T07:20:22.985Z] ---> Running in 33e7ae8ccde6 [2021-01-17T07:20:22.985Z] Removing intermediate container c11eba573632 [2021-01-17T07:20:22.985Z] ---> 492515690242 [2021-01-17T07:20:22.985Z] [2021-01-17T07:20:22.985Z] Step 10/22 : FROM scratch [2021-01-17T07:20:22.985Z] ---> [2021-01-17T07:20:22.985Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-17T07:20:23.561Z] ---> Running in 209d2ce57005 [2021-01-17T07:20:23.561Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-17T07:20:23.561Z] Status: Downloaded newer image for alpine:3.12 [2021-01-17T07:20:23.561Z] ---> 389fef711851 [2021-01-17T07:20:23.561Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-17T07:20:23.561Z] Removing intermediate container 33e7ae8ccde6 [2021-01-17T07:20:23.561Z] ---> dbb1cc29a490 [2021-01-17T07:20:23.561Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-17T07:20:23.824Z] ---> Running in c9b66e45c8ad [2021-01-17T07:20:24.770Z] Removing intermediate container 209d2ce57005 [2021-01-17T07:20:24.770Z] ---> 5cfe36adee78 [2021-01-17T07:20:24.770Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-17T07:20:24.770Z] Removing intermediate container 7e72f098ca97 [2021-01-17T07:20:24.770Z] ---> 3bcafa5fffc9 [2021-01-17T07:20:24.770Z] [2021-01-17T07:20:24.770Z] Step 11/26 : FROM docker:20.10.0 [2021-01-17T07:20:24.770Z] 20.10.0: Pulling from library/docker [2021-01-17T07:20:25.721Z] ---> e496d2b81247 [2021-01-17T07:20:25.722Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-17T07:20:25.722Z] ---> Running in 30a83b77213d [2021-01-17T07:20:25.722Z] Removing intermediate container 9dbc886f6d9d [2021-01-17T07:20:25.722Z] ---> 378500781298 [2021-01-17T07:20:25.722Z] [2021-01-17T07:20:25.722Z] Step 10/23 : FROM alpine:3.12 [2021-01-17T07:20:25.722Z] ---> 389fef711851 [2021-01-17T07:20:25.722Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-17T07:20:26.299Z] Removing intermediate container 30a83b77213d [2021-01-17T07:20:26.299Z] ---> 7bed281611fb [2021-01-17T07:20:26.299Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-17T07:20:26.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:20:26.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:20:26.562Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-17T07:20:26.562Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-17T07:20:26.562Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-17T07:20:26.562Z] (4/4) Installing curl (7.69.1-r3) [2021-01-17T07:20:26.562Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:20:26.562Z] Executing ca-certificates-20191127-r4.trigger [2021-01-17T07:20:26.562Z] OK: 7 MiB in 18 packages [2021-01-17T07:20:26.824Z] ---> Running in 9852d270c370 [2021-01-17T07:20:26.824Z] ---> Running in 7d634ab89238 [2021-01-17T07:20:27.769Z] ---> 36e6c74e9afa [2021-01-17T07:20:27.769Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-17T07:20:27.769Z] Removing intermediate container 9852d270c370 [2021-01-17T07:20:27.769Z] ---> 8207e044b88a [2021-01-17T07:20:27.769Z] Step 14/22 : WORKDIR / [2021-01-17T07:20:28.346Z] Removing intermediate container 7d634ab89238 [2021-01-17T07:20:28.346Z] ---> 1b7c45c0a086 [2021-01-17T07:20:28.346Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-17T07:20:28.967Z] ---> Running in c210d3d623b7 [2021-01-17T07:20:28.967Z] ---> Running in 52c6221b9088 [2021-01-17T07:20:28.967Z] ---> 0c41019597b7 [2021-01-17T07:20:28.967Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:20:29.285Z] Removing intermediate container c9b66e45c8ad [2021-01-17T07:20:29.285Z] ---> cf8e99f94f76 [2021-01-17T07:20:29.285Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-17T07:20:29.285Z] Removing intermediate container c210d3d623b7 [2021-01-17T07:20:29.285Z] ---> 3bb0145f4267 [2021-01-17T07:20:29.285Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:20:29.285Z] Removing intermediate container 52c6221b9088 [2021-01-17T07:20:29.285Z] ---> addd554e26e3 [2021-01-17T07:20:29.285Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-17T07:20:29.285Z] ---> Running in b6b357f15146 [2021-01-17T07:20:29.621Z] ---> 6fbd457a90a1 [2021-01-17T07:20:29.621Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-17T07:20:29.621Z] ---> Running in 83bed9fa1ed3 [2021-01-17T07:20:29.621Z] ---> 9560c7f2cbaf [2021-01-17T07:20:29.621Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-17T07:20:29.621Z] Removing intermediate container b6b357f15146 [2021-01-17T07:20:29.621Z] ---> b70a90c7d941 [2021-01-17T07:20:29.621Z] Step 13/21 : WORKDIR /edgex [2021-01-17T07:20:29.998Z] Removing intermediate container 83bed9fa1ed3 [2021-01-17T07:20:29.998Z] ---> e2e98889d33d [2021-01-17T07:20:29.998Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:20:29.998Z] ---> Running in d5f8848c0b50 [2021-01-17T07:20:30.279Z] ---> Running in 6b65260d0efc [2021-01-17T07:20:31.229Z] Removing intermediate container d5f8848c0b50 [2021-01-17T07:20:31.229Z] ---> a1ff5b85e40d [2021-01-17T07:20:31.229Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-17T07:20:31.544Z] ---> f8cee8e9063e [2021-01-17T07:20:31.544Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-17T07:20:31.829Z] ---> f6d6f054ee2f [2021-01-17T07:20:31.829Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-17T07:20:31.829Z] ---> 3c59e47bf043 [2021-01-17T07:20:31.829Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-17T07:20:32.097Z] ---> 0f8bd8c2e47f [2021-01-17T07:20:32.097Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-17T07:20:32.097Z] ---> Running in 1d81eb1e24a9 [2021-01-17T07:20:32.359Z] ---> f770dcdf63e7 [2021-01-17T07:20:32.359Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-17T07:20:32.625Z] Removing intermediate container 1d81eb1e24a9 [2021-01-17T07:20:32.625Z] ---> d0db640dc502 [2021-01-17T07:20:32.625Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:20:32.625Z] ---> Running in f82ed3392592 [2021-01-17T07:20:32.625Z] ---> 82a1f5c7c1ba [2021-01-17T07:20:32.625Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-17T07:20:32.625Z] ---> Running in 0fffe293c71d [2021-01-17T07:20:32.891Z] Removing intermediate container f82ed3392592 [2021-01-17T07:20:32.891Z] ---> 18154e4cc4f1 [2021-01-17T07:20:32.891Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:20:33.158Z] Removing intermediate container 6b65260d0efc [2021-01-17T07:20:33.158Z] ---> d4c8496db887 [2021-01-17T07:20:33.158Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-17T07:20:33.158Z] ---> Running in c6878e431e5c [2021-01-17T07:20:33.158Z] Removing intermediate container 0fffe293c71d [2021-01-17T07:20:33.158Z] ---> 67ff63726d7a [2021-01-17T07:20:33.158Z] Step 22/24 : LABEL arch=x86_64 [2021-01-17T07:20:33.158Z] ---> Running in 356425ed9575 [2021-01-17T07:20:33.421Z] ---> a5b2fadb8e88 [2021-01-17T07:20:33.421Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-17T07:20:33.421Z] ---> Running in 1a495311140a [2021-01-17T07:20:33.683Z] Removing intermediate container c6878e431e5c [2021-01-17T07:20:33.683Z] ---> 4097f10b30f0 [2021-01-17T07:20:33.683Z] Step 20/22 : LABEL arch=x86_64 [2021-01-17T07:20:33.683Z] ---> Running in 1b289d7a934e [2021-01-17T07:20:33.683Z] Removing intermediate container 1a495311140a [2021-01-17T07:20:33.683Z] ---> 409ae54a8ffb [2021-01-17T07:20:33.683Z] Step 23/24 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:20:33.946Z] ---> Running in 057651287d79 [2021-01-17T07:20:33.946Z] ---> Running in d8f0a56f3207 [2021-01-17T07:20:33.946Z] Removing intermediate container 1b289d7a934e [2021-01-17T07:20:33.946Z] ---> 19785b604520 [2021-01-17T07:20:33.946Z] Step 18/21 : CMD ["--init=true"] [2021-01-17T07:20:33.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:20:34.208Z] ---> Running in b326c392fd42 [2021-01-17T07:20:34.208Z] Removing intermediate container 057651287d79 [2021-01-17T07:20:34.208Z] ---> fb24851ed987 [2021-01-17T07:20:34.208Z] Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:20:34.208Z] Removing intermediate container d8f0a56f3207 [2021-01-17T07:20:34.208Z] ---> 41eb9a190481 [2021-01-17T07:20:34.208Z] Step 24/24 : LABEL version=0.0.0 [2021-01-17T07:20:34.468Z] ---> Running in 15282c9995aa [2021-01-17T07:20:34.468Z] ---> Running in 2532ffa00aa6 [2021-01-17T07:20:34.468Z] Removing intermediate container b326c392fd42 [2021-01-17T07:20:34.468Z] ---> c9fe630870d0 [2021-01-17T07:20:34.468Z] Step 19/21 : LABEL arch=x86_64 [2021-01-17T07:20:34.730Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-17T07:20:34.730Z] ---> Running in e9f81fbf4d96 [2021-01-17T07:20:34.730Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-17T07:20:34.730Z] Removing intermediate container 15282c9995aa [2021-01-17T07:20:34.730Z] ---> efffbef41d7a [2021-01-17T07:20:34.730Z] Step 22/22 : LABEL version=0.0.0 [2021-01-17T07:20:34.730Z] ---> aefe523efa57 [2021-01-17T07:20:34.730Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-17T07:20:34.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:20:34.730Z] Removing intermediate container 2532ffa00aa6 [2021-01-17T07:20:34.730Z] ---> 1df7db34d5cf [2021-01-17T07:20:34.730Z] [2021-01-17T07:20:34.991Z] ---> Running in 0d5cc2c68fa3 [2021-01-17T07:20:34.991Z] ---> Running in 9fea1ecfed95 [2021-01-17T07:20:34.991Z] Successfully built 1df7db34d5cf [2021-01-17T07:20:34.991Z] Removing intermediate container e9f81fbf4d96 [2021-01-17T07:20:34.991Z] ---> 9f409596e655 [2021-01-17T07:20:34.991Z] Step 20/21 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:20:35.254Z] Successfully tagged docker-support-notifications-go:latest [2021-01-17T07:20:35.254Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go [2021-01-17T07:20:35.254Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-17T07:20:35.254Z] ---> Running in 607cc19adc65 [2021-01-17T07:20:35.254Z] Removing intermediate container 9fea1ecfed95 [2021-01-17T07:20:35.254Z] ---> 991ee5695776 [2021-01-17T07:20:35.254Z] [2021-01-17T07:20:35.254Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-17T07:20:35.519Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-17T07:20:35.519Z] Successfully built 991ee5695776 [2021-01-17T07:20:35.519Z] Successfully tagged docker-core-metadata-go:latest [2021-01-17T07:20:35.519Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-17T07:20:35.519Z] Removing intermediate container 607cc19adc65 [2021-01-17T07:20:35.519Z] ---> 47133fa61f1b [2021-01-17T07:20:35.519Z] Step 21/21 : LABEL version=0.0.0 [2021-01-17T07:20:35.519Z] ---> Running in f308c8f6266e [2021-01-17T07:20:35.519Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-17T07:20:35.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:20:35.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:20:35.784Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-17T07:20:35.784Z] Removing intermediate container f308c8f6266e [2021-01-17T07:20:35.785Z] ---> bb5d4f9246b1 [2021-01-17T07:20:35.785Z] [2021-01-17T07:20:35.785Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:20:35.785Z] OK: 8 MiB in 19 packages [2021-01-17T07:20:36.053Z] (1/2) Installing readline (8.0.4-r0) [2021-01-17T07:20:36.053Z] (2/2) Installing bash (5.0.17-r0) [2021-01-17T07:20:37.005Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-17T07:20:37.979Z] Executing bash-5.0.17-r0.post-install [2021-01-17T07:20:38.245Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:20:38.245Z] OK: 12 MiB in 22 packages [2021-01-17T07:20:38.508Z] Successfully built bb5d4f9246b1 [2021-01-17T07:20:39.467Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-17T07:20:39.467Z] Building docker-security-secretstore-setup-go [2021-01-17T07:20:41.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-17T07:20:45.153Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-17T07:20:45.153Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-17T07:20:45.153Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-17T07:20:45.153Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-17T07:20:45.153Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-17T07:20:46.105Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 356425ed9575 [2021-01-17T07:20:46.105Z] ---> dc889a246950 [2021-01-17T07:20:46.105Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:20:46.105Z] Removing intermediate container 0d5cc2c68fa3 [2021-01-17T07:20:46.105Z] ---> 0892726cfc19 [2021-01-17T07:20:46.105Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-17T07:20:46.181Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-17T07:20:48.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-17T07:20:49.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-17T07:20:49.433Z] ---> Running in e5857a44b047 [2021-01-17T07:20:49.433Z] ---> aa26afa71d9c [2021-01-17T07:20:49.433Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-17T07:20:55.973Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-17T07:20:55.973Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-17T07:20:55.974Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-17T07:20:56.075Z] Removing intermediate container e5857a44b047 [2021-01-17T07:20:56.075Z] ---> bd5478ddfd1f [2021-01-17T07:20:56.075Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-17T07:20:56.339Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:20:56.339Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:20:56.339Z] ---> e5a949d89459 [2021-01-17T07:20:56.339Z] Step 3/22 : WORKDIR /edgex-go [2021-01-17T07:20:56.339Z] ---> Using cache [2021-01-17T07:20:56.339Z] ---> cecf349b37dd [2021-01-17T07:20:56.339Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:20:56.339Z] ---> Using cache [2021-01-17T07:20:56.339Z] ---> 8275a9121803 [2021-01-17T07:20:56.339Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-17T07:20:56.927Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:20:56.927Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:20:56.927Z] ---> e5a949d89459 [2021-01-17T07:20:56.927Z] Step 3/22 : WORKDIR /edgex-go [2021-01-17T07:20:56.927Z] ---> Using cache [2021-01-17T07:20:56.927Z] ---> cecf349b37dd [2021-01-17T07:20:56.927Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:20:56.927Z] ---> Using cache [2021-01-17T07:20:56.927Z] ---> 8275a9121803 [2021-01-17T07:20:56.927Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-17T07:20:56.927Z] ---> dc98000ce07a [2021-01-17T07:20:56.927Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-17T07:20:57.887Z] ---> Running in fcaf46eec3f8 [2021-01-17T07:20:57.887Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:20:57.887Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:20:57.887Z] ---> e5a949d89459 [2021-01-17T07:20:57.887Z] Step 3/24 : WORKDIR /edgex-go [2021-01-17T07:20:57.887Z] ---> Using cache [2021-01-17T07:20:57.887Z] ---> cecf349b37dd [2021-01-17T07:20:57.887Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:20:57.887Z] ---> Using cache [2021-01-17T07:20:57.887Z] ---> 8275a9121803 [2021-01-17T07:20:57.887Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-17T07:20:58.153Z] ---> Running in 99466bf7c293 [2021-01-17T07:20:58.153Z] ---> Running in b923fa7bd925 [2021-01-17T07:20:58.420Z] ---> 426adc538486 [2021-01-17T07:20:58.420Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-17T07:20:58.420Z] ---> Running in 97869860ff42 [2021-01-17T07:20:58.420Z] Removing intermediate container fcaf46eec3f8 [2021-01-17T07:20:58.420Z] ---> 7acf70181e34 [2021-01-17T07:20:58.420Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-17T07:20:58.420Z] ---> Running in 594c71436bdf [2021-01-17T07:20:58.682Z] ---> Running in a38e6cbf1119 [2021-01-17T07:20:58.944Z] Removing intermediate container 594c71436bdf [2021-01-17T07:20:58.944Z] ---> c8b569582497 [2021-01-17T07:20:58.945Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:20:59.209Z] ---> Running in aaa3871658ab [2021-01-17T07:20:59.209Z] Removing intermediate container a38e6cbf1119 [2021-01-17T07:20:59.209Z] ---> 33a5de72a022 [2021-01-17T07:20:59.209Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-17T07:20:59.473Z] Removing intermediate container aaa3871658ab [2021-01-17T07:20:59.473Z] ---> 8c0475760d29 [2021-01-17T07:20:59.473Z] Step 21/23 : LABEL arch=x86_64 [2021-01-17T07:20:59.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:20:59.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:20:59.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:20:59.473Z] ---> Running in a452a274617e [2021-01-17T07:21:00.050Z] ---> 0c839f07d197 [2021-01-17T07:21:00.050Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-17T07:21:00.051Z] Removing intermediate container a452a274617e [2021-01-17T07:21:00.051Z] ---> 999bc7ec9a31 [2021-01-17T07:21:00.051Z] Step 22/23 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:21:00.051Z] ---> Running in f90d61e69e7e [2021-01-17T07:21:00.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:21:00.051Z] Removing intermediate container f90d61e69e7e [2021-01-17T07:21:00.051Z] ---> 29a55c005c06 [2021-01-17T07:21:00.051Z] Step 23/23 : LABEL version=0.0.0 [2021-01-17T07:21:00.051Z] ---> ce64d40ca694 [2021-01-17T07:21:00.051Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-17T07:21:00.313Z] ---> Running in 5811c7adf701 [2021-01-17T07:21:00.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:21:00.574Z] Removing intermediate container 5811c7adf701 [2021-01-17T07:21:00.574Z] ---> 3b53eb23275c [2021-01-17T07:21:00.574Z] [2021-01-17T07:21:00.574Z] ---> 14f2e3330bd2 [2021-01-17T07:21:00.574Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-17T07:21:00.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:21:00.574Z] Successfully built 3b53eb23275c [2021-01-17T07:21:00.574Z] ---> Running in 5bc4482c7533 [2021-01-17T07:21:00.574Z] OK: 233 MiB in 51 packages [2021-01-17T07:21:00.574Z] Successfully tagged docker-core-data-go:latest [2021-01-17T07:21:00.574Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-01-17T07:21:01.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.223s coverage: 46.6% of statements [2021-01-17T07:21:01.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-17T07:21:01.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-17T07:21:01.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-17T07:21:01.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-17T07:21:01.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-17T07:21:01.970Z] OK: 233 MiB in 51 packages [2021-01-17T07:21:01.970Z] OK: 233 MiB in 51 packages [2021-01-17T07:21:02.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:21:02.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:21:02.503Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-17T07:21:02.503Z] (2/33) Installing expat (2.2.9-r1) [2021-01-17T07:21:02.776Z] (3/33) Installing libffi (3.3-r2) [2021-01-17T07:21:02.776Z] (4/33) Installing gdbm (1.13-r1) [2021-01-17T07:21:02.776Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-17T07:21:02.776Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-17T07:21:02.776Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-17T07:21:08.097Z] Removing intermediate container 97869860ff42 [2021-01-17T07:21:08.097Z] ---> 029315d4746b [2021-01-17T07:21:08.097Z] Step 6/24 : COPY go.mod . [2021-01-17T07:21:08.097Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-17T07:21:08.097Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-17T07:21:08.097Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-17T07:21:08.097Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-17T07:21:08.358Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-17T07:21:08.621Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-17T07:21:08.621Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-17T07:21:09.573Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-17T07:21:09.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.499s coverage: 27.0% of statements [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-17T07:21:09.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-17T07:21:09.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-17T07:21:09.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.222s coverage: 67.9% of statements [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-17T07:21:09.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.391s coverage: 82.3% of statements [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-17T07:21:09.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-17T07:21:10.152Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-17T07:21:10.731Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-17T07:21:10.995Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-17T07:21:10.995Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-17T07:21:11.570Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-17T07:21:11.570Z] ---> b0da788eae6f [2021-01-17T07:21:11.570Z] Step 7/24 : RUN go mod download [2021-01-17T07:21:11.570Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-17T07:21:11.832Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-17T07:21:12.104Z] Removing intermediate container b923fa7bd925 [2021-01-17T07:21:12.104Z] ---> 5cf459a768ea [2021-01-17T07:21:12.104Z] Step 6/22 : COPY go.mod . [2021-01-17T07:21:12.104Z] Removing intermediate container 99466bf7c293 [2021-01-17T07:21:12.104Z] ---> 80622eed8419 [2021-01-17T07:21:12.104Z] Step 6/22 : COPY go.mod . [2021-01-17T07:21:12.104Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-17T07:21:12.682Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-17T07:21:13.270Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-17T07:21:13.270Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-17T07:21:13.270Z] ---> Running in 9a56e71b4cf9 [2021-01-17T07:21:13.270Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-17T07:21:13.270Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-17T07:21:13.270Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-17T07:21:13.270Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-17T07:21:13.270Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-17T07:21:13.270Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-17T07:21:13.270Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-17T07:21:13.270Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:21:13.270Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:21:13.270Z] ---> e5a949d89459 [2021-01-17T07:21:13.270Z] Step 3/21 : WORKDIR /edgex-go [2021-01-17T07:21:13.270Z] ---> Using cache [2021-01-17T07:21:13.270Z] ---> cecf349b37dd [2021-01-17T07:21:13.270Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:21:13.270Z] ---> Using cache [2021-01-17T07:21:13.270Z] ---> 8275a9121803 [2021-01-17T07:21:13.270Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-17T07:21:13.270Z] ---> Using cache [2021-01-17T07:21:13.270Z] ---> 5cf459a768ea [2021-01-17T07:21:13.270Z] Step 6/21 : COPY go.mod . [2021-01-17T07:21:14.223Z] ---> d956d5c1fe9b [2021-01-17T07:21:14.223Z] Step 7/22 : RUN go mod download [2021-01-17T07:21:14.223Z] ---> ea4016d4f209 [2021-01-17T07:21:14.223Z] Step 7/22 : RUN go mod download [2021-01-17T07:21:14.223Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:21:14.223Z] OK: 71 MiB in 55 packages [2021-01-17T07:21:14.223Z] ---> Running in eddb9a75a654 [2021-01-17T07:21:14.488Z] ---> e515e3cc6b36 [2021-01-17T07:21:14.488Z] Step 7/21 : RUN go mod download [2021-01-17T07:21:14.488Z] ---> Running in 8600c586c577 [2021-01-17T07:21:14.488Z] ---> Running in 5c8fc4a145a7 [2021-01-17T07:21:15.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.129s coverage: 28.6% of statements [2021-01-17T07:21:15.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-17T07:21:15.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-17T07:21:15.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-17T07:21:15.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-17T07:21:15.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-17T07:21:15.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.195s coverage: 100.0% of statements [2021-01-17T07:21:15.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-17T07:21:15.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements [2021-01-17T07:21:15.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-17T07:21:15.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.364s coverage: 86.7% of statements [2021-01-17T07:21:15.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-17T07:21:17.067Z] Removing intermediate container 9a56e71b4cf9 [2021-01-17T07:21:17.067Z] ---> 8da79e0cb783 [2021-01-17T07:21:17.067Z] Step 8/24 : COPY . . [2021-01-17T07:21:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.352s coverage: 97.5% of statements [2021-01-17T07:21:18.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-17T07:21:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-01-17T07:21:18.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-17T07:21:18.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-17T07:21:18.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-17T07:21:18.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-17T07:21:19.016Z] Removing intermediate container eddb9a75a654 [2021-01-17T07:21:19.016Z] ---> 1cdbdbd0e262 [2021-01-17T07:21:19.016Z] Step 8/22 : COPY . . [2021-01-17T07:21:22.324Z] Removing intermediate container 8600c586c577 [2021-01-17T07:21:22.324Z] ---> 017be6bc084c [2021-01-17T07:21:22.324Z] Step 8/22 : COPY . . [2021-01-17T07:21:23.716Z] Removing intermediate container 5c8fc4a145a7 [2021-01-17T07:21:23.716Z] ---> 02387e84af03 [2021-01-17T07:21:23.716Z] Step 8/21 : COPY . . [2021-01-17T07:21:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.048s coverage: 92.8% of statements [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-17T07:21:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-17T07:21:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 0.1% of statements [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-17T07:21:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-17T07:21:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.138s coverage: 75.5% of statements [2021-01-17T07:21:25.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-17T07:21:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements [2021-01-17T07:21:25.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements [2021-01-17T07:21:26.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements [2021-01-17T07:21:29.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.4% of statements [2021-01-17T07:21:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-17T07:21:30.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.593s coverage: 63.5% of statements [2021-01-17T07:21:30.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-17T07:21:30.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-17T07:21:30.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-01-17T07:21:30.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 91.3% of statements [2021-01-17T07:21:31.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-01-17T07:21:31.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2021-01-17T07:21:32.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements [2021-01-17T07:21:36.699Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.881s coverage: 68.9% of statements [2021-01-17T07:21:36.699Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-17T07:21:36.699Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-17T07:21:36.699Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-17T07:21:36.699Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-17T07:21:36.699Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-17T07:21:37.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.356s coverage: 37.0% of statements [2021-01-17T07:21:37.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-17T07:21:37.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-17T07:21:37.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.646s coverage: 84.0% of statements [2021-01-17T07:21:37.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.081s coverage: 100.0% of statements [2021-01-17T07:21:44.704Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.387s coverage: 47.1% of statements [2021-01-17T07:21:44.704Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-17T07:21:44.704Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-17T07:21:44.704Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-17T07:21:44.704Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-17T07:21:44.704Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-17T07:21:44.704Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements [2021-01-17T07:21:44.704Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-17T07:21:44.704Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements [2021-01-17T07:21:44.704Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-17T07:21:50.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.907s coverage: 29.1% of statements [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-17T07:21:50.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-17T07:21:50.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-17T07:21:50.119Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-17T07:21:50.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-17T07:21:50.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-17T07:21:50.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-17T07:21:50.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-01-17T07:21:50.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-17T07:21:51.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-17T07:21:52.149Z] GO111MODULE=on go vet ./... [2021-01-17T07:21:55.950Z] Removing intermediate container 5bc4482c7533 [2021-01-17T07:21:55.950Z] ---> b931b3a33037 [2021-01-17T07:21:55.950Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-17T07:21:55.950Z] ---> 38bcb924cb1b [2021-01-17T07:21:55.950Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-17T07:21:55.950Z] ---> 2bdf46888f2a [2021-01-17T07:21:55.950Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-17T07:21:55.950Z] ---> 8996a80aa5e7 [2021-01-17T07:21:55.950Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-17T07:21:55.950Z] ---> Running in 694715fa24d2 [2021-01-17T07:21:55.950Z] ---> Running in cbba07de4a49 [2021-01-17T07:21:55.950Z] ---> d1c69019bab2 [2021-01-17T07:21:55.950Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-17T07:21:56.212Z] ---> Running in 80709fdaf0e0 [2021-01-17T07:21:56.474Z] ---> Running in 5cbde0210457 [2021-01-17T07:21:56.474Z] ---> Running in fbbbc715b615 [2021-01-17T07:21:57.448Z] 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 [2021-01-17T07:21:57.448Z] 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 [2021-01-17T07:21:57.448Z] 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 [2021-01-17T07:21:57.448Z] 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 [2021-01-17T07:22:02.813Z] Collecting docker-compose==1.23.2 [2021-01-17T07:22:02.813Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-17T07:22:02.813Z] Collecting cached-property<2,>=1.2.0 [2021-01-17T07:22:02.813Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-17T07:22:02.813Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-17T07:22:02.813Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-17T07:22:03.401Z] Collecting docker<4.0,>=3.6.0 [2021-01-17T07:22:03.401Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-17T07:22:03.676Z] Collecting jsonschema<3,>=2.5.1 [2021-01-17T07:22:03.676Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-17T07:22:03.949Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-17T07:22:03.949Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-17T07:22:04.227Z] Collecting PyYAML<4,>=3.10 [2021-01-17T07:22:04.227Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-17T07:22:06.195Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-17T07:22:06.195Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-17T07:22:07.286Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-17T07:22:07.286Z] Collecting docopt<0.7,>=0.6.1 [2021-01-17T07:22:07.286Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-17T07:22:07.711Z] Collecting texttable<0.10,>=0.9.0 [2021-01-17T07:22:07.711Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-17T07:22:09.222Z] Collecting docker-pycreds>=0.4.0 [2021-01-17T07:22:09.222Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-17T07:22:09.493Z] 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) [2021-01-17T07:22:09.493Z] 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) [2021-01-17T07:22:09.493Z] Collecting idna<2.8,>=2.5 [2021-01-17T07:22:09.493Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-17T07:22:09.493Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-17T07:22:09.761Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-17T07:22:09.761Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-17T07:22:09.761Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-17T07:22:09.761Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-17T07:22:09.761Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-17T07:22:10.025Z] Installing collected packages: cached-property, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, PyYAML, dockerpty, docopt, texttable, docker-compose [2021-01-17T07:22:10.295Z] Attempting uninstall: idna [2021-01-17T07:22:10.295Z] Found existing installation: idna 2.9 [2021-01-17T07:22:10.295Z] Uninstalling idna-2.9: [2021-01-17T07:22:10.295Z] Successfully uninstalled idna-2.9 [2021-01-17T07:22:10.564Z] Attempting uninstall: urllib3 [2021-01-17T07:22:10.564Z] Found existing installation: urllib3 1.25.9 [2021-01-17T07:22:10.564Z] Uninstalling urllib3-1.25.9: [2021-01-17T07:22:10.830Z] Successfully uninstalled urllib3-1.25.9 [2021-01-17T07:22:11.096Z] Attempting uninstall: requests [2021-01-17T07:22:11.096Z] Found existing installation: requests 2.23.0 [2021-01-17T07:22:11.096Z] Uninstalling requests-2.23.0: [2021-01-17T07:22:11.096Z] Successfully uninstalled requests-2.23.0 [2021-01-17T07:22:14.442Z] Running setup.py install for PyYAML: started [2021-01-17T07:22:15.416Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-17T07:22:15.416Z] Running setup.py install for dockerpty: started [2021-01-17T07:22:15.992Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-17T07:22:15.992Z] Running setup.py install for docopt: started [2021-01-17T07:22:16.580Z] Running setup.py install for docopt: finished with status 'done' [2021-01-17T07:22:16.580Z] Running setup.py install for texttable: started [2021-01-17T07:22:17.542Z] Running setup.py install for texttable: finished with status 'done' [2021-01-17T07:22:17.807Z] 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 [2021-01-17T07:22:22.075Z] Removing intermediate container 694715fa24d2 [2021-01-17T07:22:22.075Z] ---> d90ef19daa1b [2021-01-17T07:22:22.075Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-17T07:22:22.075Z] ---> Running in 46a974473405 [2021-01-17T07:22:22.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:22:22.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:22:23.221Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-17T07:22:23.221Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-17T07:22:23.221Z] (3/3) Installing curl (7.69.1-r3) [2021-01-17T07:22:23.221Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:22:23.221Z] OK: 72 MiB in 58 packages [2021-01-17T07:22:23.503Z] 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 [2021-01-17T07:22:24.082Z] Removing intermediate container 46a974473405 [2021-01-17T07:22:24.082Z] ---> 06946c84b4c4 [2021-01-17T07:22:24.082Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-17T07:22:24.351Z] ---> Running in b5752b8ee60a [2021-01-17T07:22:26.278Z] Removing intermediate container b5752b8ee60a [2021-01-17T07:22:26.278Z] ---> 2abc59f9b8b5 [2021-01-17T07:22:26.278Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:22:28.841Z] ---> Running in 42eb123d07ff [2021-01-17T07:22:28.842Z] Removing intermediate container 80709fdaf0e0 [2021-01-17T07:22:28.842Z] ---> 327b922b4eca [2021-01-17T07:22:28.842Z] [2021-01-17T07:22:28.842Z] Step 10/21 : FROM scratch [2021-01-17T07:22:28.842Z] ---> [2021-01-17T07:22:28.842Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-17T07:22:28.842Z] Removing intermediate container 5cbde0210457 [2021-01-17T07:22:28.842Z] ---> dfbd8b46bb9a [2021-01-17T07:22:28.842Z] [2021-01-17T07:22:28.842Z] Step 10/22 : FROM alpine:3.12 [2021-01-17T07:22:28.842Z] ---> 389fef711851 [2021-01-17T07:22:28.842Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-17T07:22:28.842Z] Removing intermediate container fbbbc715b615 [2021-01-17T07:22:28.842Z] ---> eeb903fc5db8 [2021-01-17T07:22:28.842Z] [2021-01-17T07:22:28.842Z] Step 10/22 : FROM scratch [2021-01-17T07:22:28.842Z] ---> [2021-01-17T07:22:28.842Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-17T07:22:28.842Z] ---> Running in 555dd5cc0ded [2021-01-17T07:22:28.842Z] ---> Using cache [2021-01-17T07:22:28.842Z] ---> 5cfe36adee78 [2021-01-17T07:22:28.842Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-17T07:22:29.107Z] ---> Using cache [2021-01-17T07:22:29.107Z] ---> 5cfe36adee78 [2021-01-17T07:22:29.107Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-17T07:22:30.506Z] ---> Running in 0a7274842e2f [2021-01-17T07:22:30.506Z] Removing intermediate container 42eb123d07ff [2021-01-17T07:22:30.506Z] ---> 3eaee87af9b7 [2021-01-17T07:22:30.506Z] Step 24/26 : LABEL arch=x86_64 [2021-01-17T07:22:30.506Z] ---> Running in 6b7ce44ed861 [2021-01-17T07:22:30.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:22:30.506Z] ---> Running in b5c3b63f6d5a [2021-01-17T07:22:30.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:22:30.768Z] Removing intermediate container cbba07de4a49 [2021-01-17T07:22:30.768Z] ---> cc3132c1f74c [2021-01-17T07:22:30.768Z] [2021-01-17T07:22:30.768Z] Step 10/24 : FROM alpine:3.12 [2021-01-17T07:22:30.768Z] ---> 389fef711851 [2021-01-17T07:22:30.768Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-17T07:22:30.768Z] Removing intermediate container 0a7274842e2f [2021-01-17T07:22:30.768Z] ---> 2b5e02323de4 [2021-01-17T07:22:30.768Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-17T07:22:30.768Z] Removing intermediate container 6b7ce44ed861 [2021-01-17T07:22:30.768Z] ---> 64d2a51a2571 [2021-01-17T07:22:30.768Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-17T07:22:30.768Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-17T07:22:30.768Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-17T07:22:30.768Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-17T07:22:30.768Z] (4/5) Installing curl (7.69.1-r3) [2021-01-17T07:22:30.768Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-17T07:22:30.768Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:22:31.029Z] Executing ca-certificates-20191127-r4.trigger [2021-01-17T07:22:31.029Z] OK: 7 MiB in 19 packages [2021-01-17T07:22:31.294Z] ---> Running in ca7ccd9e885a [2021-01-17T07:22:31.294Z] ---> Running in 98e7cec9bde8 [2021-01-17T07:22:31.294Z] ---> Running in 7f00c5fc35f0 [2021-01-17T07:22:31.557Z] Removing intermediate container b5c3b63f6d5a [2021-01-17T07:22:31.557Z] ---> c0e71d16b6fc [2021-01-17T07:22:31.557Z] Step 25/26 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:22:31.557Z] ---> Running in b62a57a12b46 [2021-01-17T07:22:31.826Z] Removing intermediate container ca7ccd9e885a [2021-01-17T07:22:31.826Z] ---> b1cdf2959aa4 [2021-01-17T07:22:31.826Z] Step 14/22 : WORKDIR / [2021-01-17T07:22:31.826Z] Removing intermediate container 7f00c5fc35f0 [2021-01-17T07:22:31.826Z] ---> 230cf4f497d3 [2021-01-17T07:22:31.826Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:22:31.826Z] ---> Running in b641ec17b2a9 [2021-01-17T07:22:32.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-17T07:22:32.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-17T07:22:33.033Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-17T07:22:33.606Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-17T07:22:33.867Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-17T07:22:33.867Z] (4/5) Installing curl (7.69.1-r3) [2021-01-17T07:22:33.867Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-17T07:22:33.867Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:22:33.867Z] Executing ca-certificates-20191127-r4.trigger [2021-01-17T07:22:33.867Z] OK: 7 MiB in 19 packages [2021-01-17T07:22:33.867Z] Removing intermediate container b62a57a12b46 [2021-01-17T07:22:33.867Z] ---> 5c178d46a419 [2021-01-17T07:22:33.867Z] Step 26/26 : LABEL version=0.0.0 [2021-01-17T07:22:34.447Z] ---> 0b0e728e8339 [2021-01-17T07:22:34.447Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-17T07:22:34.447Z] Removing intermediate container b641ec17b2a9 [2021-01-17T07:22:34.447Z] ---> 07e255f87348 [2021-01-17T07:22:34.447Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:22:34.713Z] Removing intermediate container 555dd5cc0ded [2021-01-17T07:22:34.713Z] ---> 42bcf71baba5 [2021-01-17T07:22:34.713Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-17T07:22:34.713Z] ---> Running in 20060064a024 [2021-01-17T07:22:34.984Z] ---> Running in 7f7f96c5cb2e [2021-01-17T07:22:34.984Z] ---> 01905df8ec58 [2021-01-17T07:22:34.984Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-17T07:22:34.984Z] Removing intermediate container 20060064a024 [2021-01-17T07:22:34.984Z] ---> a561f6734160 [2021-01-17T07:22:34.984Z] [2021-01-17T07:22:35.246Z] Successfully built a561f6734160 [2021-01-17T07:22:35.508Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-17T07:22:35.508Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7f7f96c5cb2e [2021-01-17T07:22:35.508Z] ---> d8709fa2043c [2021-01-17T07:22:35.508Z] Step 13/22 : WORKDIR / [2021-01-17T07:22:35.771Z] ---> 8fb6269d1764 [2021-01-17T07:22:35.771Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-17T07:22:35.771Z] ---> Running in e6f3b88de6d2 [2021-01-17T07:22:36.032Z] Removing intermediate container 98e7cec9bde8 [2021-01-17T07:22:36.032Z] ---> f746d34bcef9 [2021-01-17T07:22:36.032Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-17T07:22:36.032Z] ---> 63712b5230ed [2021-01-17T07:22:36.032Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-17T07:22:36.032Z] ---> Running in 2ce30fe8f9b1 [2021-01-17T07:22:36.295Z] ---> 5cca55509ac9 [2021-01-17T07:22:36.295Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-17T07:22:36.295Z] Removing intermediate container e6f3b88de6d2 [2021-01-17T07:22:36.295Z] ---> 3c8e4c98b646 [2021-01-17T07:22:36.295Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:22:36.295Z] ---> Running in 36ad510b965b [2021-01-17T07:22:36.295Z] ---> 5a11f0e2f31f [2021-01-17T07:22:36.295Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-17T07:22:36.556Z] Removing intermediate container 2ce30fe8f9b1 [2021-01-17T07:22:36.556Z] ---> 95a8ebba0c3e [2021-01-17T07:22:36.556Z] Step 13/24 : WORKDIR / [2021-01-17T07:22:36.556Z] ---> Running in 111d110d2731 [2021-01-17T07:22:36.556Z] ---> 28d727bbdbe0 [2021-01-17T07:22:36.556Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-17T07:22:36.556Z] ---> Running in b8e028178bbf [2021-01-17T07:22:36.825Z] Removing intermediate container 36ad510b965b [2021-01-17T07:22:36.825Z] ---> 5e89ae9f58a9 [2021-01-17T07:22:36.825Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:22:36.825Z] ---> Running in 8697003bcf1a [2021-01-17T07:22:36.825Z] Removing intermediate container 111d110d2731 [2021-01-17T07:22:36.825Z] ---> 45b31558e010 [2021-01-17T07:22:36.825Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:22:37.093Z] ---> Running in 03fdce88928d [2021-01-17T07:22:37.093Z] Removing intermediate container b8e028178bbf [2021-01-17T07:22:37.093Z] ---> 7259ceda9c02 [2021-01-17T07:22:37.093Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-17T07:22:37.355Z] Removing intermediate container 8697003bcf1a [2021-01-17T07:22:37.355Z] ---> 1396e3889257 [2021-01-17T07:22:37.355Z] Step 19/21 : LABEL arch=x86_64 [2021-01-17T07:22:37.355Z] ---> e32ef093f5dd [2021-01-17T07:22:37.355Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-17T07:22:37.355Z] ---> Running in 81c341e85a74 [2021-01-17T07:22:37.617Z] Removing intermediate container 03fdce88928d [2021-01-17T07:22:37.617Z] ---> 20c67c8a94c0 [2021-01-17T07:22:37.617Z] Step 20/22 : LABEL arch=x86_64 [2021-01-17T07:22:37.617Z] ---> 7c3f8047273c [2021-01-17T07:22:37.617Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-17T07:22:37.617Z] ---> Running in fe4ebc8f47db [2021-01-17T07:22:37.617Z] ---> c45f3e4e929a [2021-01-17T07:22:37.617Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-17T07:22:37.617Z] Removing intermediate container 81c341e85a74 [2021-01-17T07:22:37.617Z] ---> 609ef73b00b9 [2021-01-17T07:22:37.617Z] Step 20/21 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:22:37.878Z] ---> Running in 2cdb307fd59b [2021-01-17T07:22:37.878Z] Removing intermediate container fe4ebc8f47db [2021-01-17T07:22:37.878Z] ---> b60e6496998b [2021-01-17T07:22:37.878Z] Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:22:38.139Z] ---> 86c9df4c617e [2021-01-17T07:22:38.139Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-17T07:22:38.139Z] ---> Running in f37f9228d080 [2021-01-17T07:22:38.139Z] ---> 090e5526ace7 [2021-01-17T07:22:38.139Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-17T07:22:38.139Z] Removing intermediate container 2cdb307fd59b [2021-01-17T07:22:38.139Z] ---> 8cf4153f1a95 [2021-01-17T07:22:38.139Z] Step 21/21 : LABEL version=0.0.0 [2021-01-17T07:22:38.401Z] ---> Running in ce2baea01384 [2021-01-17T07:22:38.401Z] ---> Running in 7042802cc242 [2021-01-17T07:22:38.401Z] Removing intermediate container f37f9228d080 [2021-01-17T07:22:38.401Z] ---> e5b164d5bbe8 [2021-01-17T07:22:38.401Z] Step 22/22 : LABEL version=0.0.0 [2021-01-17T07:22:38.661Z] ---> 60745dd7604e [2021-01-17T07:22:38.661Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-17T07:22:39.608Z] ---> Running in 9d329522d643 [2021-01-17T07:22:39.608Z] Removing intermediate container 7042802cc242 [2021-01-17T07:22:39.608Z] ---> 71f33016e292 [2021-01-17T07:22:39.608Z] [2021-01-17T07:22:39.609Z] ---> b851f4f772ba [2021-01-17T07:22:39.609Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-17T07:22:39.609Z] Successfully built 71f33016e292 [2021-01-17T07:22:39.609Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-17T07:22:39.609Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9d329522d643 [2021-01-17T07:22:39.609Z] ---> 6cb86f2773cb [2021-01-17T07:22:39.609Z] [2021-01-17T07:22:39.874Z] Successfully built 6cb86f2773cb [2021-01-17T07:22:39.874Z] Successfully tagged docker-core-command-go:latest [2021-01-17T07:22:40.138Z]  Building docker-core-command-go ... done  ---> 2f25ef6ad848 [2021-01-17T07:22:40.138Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-17T07:22:40.400Z] Removing intermediate container ce2baea01384 [2021-01-17T07:22:40.400Z] ---> dc77ba184ef8 [2021-01-17T07:22:40.400Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-17T07:22:40.400Z] ---> 83de9c3c53b9 [2021-01-17T07:22:40.400Z] 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/ [2021-01-17T07:22:40.400Z] ---> Running in 7ced6e0a3fa3 [2021-01-17T07:22:40.400Z] ---> Running in e0fbf25d2eb8 [2021-01-17T07:22:40.662Z] Removing intermediate container 7ced6e0a3fa3 [2021-01-17T07:22:40.662Z] ---> f75d50debf14 [2021-01-17T07:22:40.662Z] Step 20/22 : LABEL arch=x86_64 [2021-01-17T07:22:40.662Z] ---> Running in a3ceae61cb56 [2021-01-17T07:22:40.925Z] Removing intermediate container a3ceae61cb56 [2021-01-17T07:22:40.925Z] ---> beba2a7450c9 [2021-01-17T07:22:40.925Z] Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:22:40.925Z] ---> Running in d04a46c0a177 [2021-01-17T07:22:41.498Z] Removing intermediate container d04a46c0a177 [2021-01-17T07:22:41.498Z] ---> 8745016d5732 [2021-01-17T07:22:41.498Z] Step 22/22 : LABEL version=0.0.0 [2021-01-17T07:22:41.498Z] ---> Running in 20e2356ead99 [2021-01-17T07:22:41.498Z] Removing intermediate container e0fbf25d2eb8 [2021-01-17T07:22:41.498Z] ---> 9aa7dc5f8c42 [2021-01-17T07:22:41.498Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-17T07:22:41.498Z] ---> Running in a5e3dfba23f4 [2021-01-17T07:22:41.498Z] Removing intermediate container 20e2356ead99 [2021-01-17T07:22:41.498Z] ---> 10a20a4d8e86 [2021-01-17T07:22:41.498Z] [2021-01-17T07:22:41.760Z] Successfully built 10a20a4d8e86 [2021-01-17T07:22:41.760Z] Removing intermediate container a5e3dfba23f4 [2021-01-17T07:22:41.760Z] ---> 170ead5954b6 [2021-01-17T07:22:41.760Z] Step 22/24 : LABEL arch=x86_64 [2021-01-17T07:22:41.760Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-17T07:22:41.760Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in b9d4cebbf104 [2021-01-17T07:22:42.047Z] Removing intermediate container b9d4cebbf104 [2021-01-17T07:22:42.047Z] ---> 0ea2ebb18cf7 [2021-01-17T07:22:42.047Z] Step 23/24 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:22:42.047Z] ---> Running in c34e6ac051b5 [2021-01-17T07:22:42.321Z] Removing intermediate container c34e6ac051b5 [2021-01-17T07:22:42.321Z] ---> bf873f5ea3cb [2021-01-17T07:22:42.321Z] Step 24/24 : LABEL version=0.0.0 [2021-01-17T07:22:42.321Z] ---> Running in 7fddeb49f086 [2021-01-17T07:22:42.321Z] Removing intermediate container 7fddeb49f086 [2021-01-17T07:22:42.321Z] ---> db34bc9990d0 [2021-01-17T07:22:42.321Z] [2021-01-17T07:22:42.583Z] Successfully built db34bc9990d0 [2021-01-17T07:22:42.583Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-17T07:22:42.857Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-01-17T07:22:42.866Z] $ docker stop --time=1 6991bb3de0254e6e58550ef7ce5cce73375d337adf00ff7e4429c337aa4f6152 [2021-01-17T07:22:44.567Z] $ docker rm -f 6991bb3de0254e6e58550ef7ce5cce73375d337adf00ff7e4429c337aa4f6152 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-17T07:22:45.068Z] + docker images [2021-01-17T07:22:45.068Z] + grep docker [2021-01-17T07:22:45.068Z] docker-security-secretstore-setup-go latest db34bc9990d0 2 seconds ago 24.6MB [2021-01-17T07:22:45.068Z] docker-security-bootstrap-redis-go latest 10a20a4d8e86 3 seconds ago 15.8MB [2021-01-17T07:22:45.068Z] docker-support-scheduler-go latest 71f33016e292 5 seconds ago 10.7MB [2021-01-17T07:22:45.068Z] docker-core-command-go latest 6cb86f2773cb 5 seconds ago 10.6MB [2021-01-17T07:22:45.068Z] docker-sys-mgmt-agent-go latest a561f6734160 10 seconds ago 313MB [2021-01-17T07:22:45.068Z] docker-core-data-go latest 3b53eb23275c About a minute ago 22.3MB [2021-01-17T07:22:45.068Z] docker-security-proxy-setup-go latest bb5d4f9246b1 2 minutes ago 24.4MB [2021-01-17T07:22:45.068Z] docker-core-metadata-go latest 991ee5695776 2 minutes ago 13.1MB [2021-01-17T07:22:45.068Z] docker-support-notifications-go latest 1df7db34d5cf 2 minutes ago 12MB [2021-01-17T07:22:45.068Z] 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 [2021-01-17T07:23:00.201Z] gofmt -l . [2021-01-17T07:23:00.202Z] [ "`gofmt -l .`" = "" ] [2021-01-17T07:23:00.202Z] ./bin/test-go-mod-tidy.sh [2021-01-17T07:23:00.202Z] ./bin/test-attribution-txt.sh [2021-01-17T07:23:00.757Z] Still waiting to schedule task [2021-01-17T07:23:00.757Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [Pipeline] sh [2021-01-17T07:23:01.507Z] + ls -al . [2021-01-17T07:23:01.507Z] total 684 [2021-01-17T07:23:01.507Z] drwxrwxr-x 9 1001 1001 4096 Jan 17 07:23 . [2021-01-17T07:23:01.507Z] drwxr-xr-x 4 root root 4096 Jan 17 07:19 .. [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 11 Jan 17 07:17 .dockerignore [2021-01-17T07:23:01.507Z] drwxrwxr-x 8 1001 1001 4096 Jan 17 07:18 .git [2021-01-17T07:23:01.507Z] drwxrwxr-x 3 1001 1001 4096 Jan 17 07:17 .github [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 824 Jan 17 07:17 .gitignore [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 166 Jan 17 07:17 .sonarcloud.properties [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 7744 Jan 17 07:17 Attribution.txt [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 3804 Jan 17 07:17 CONTRIBUTING.md [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 931 Jan 17 07:17 Dockerfile.build [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 863 Jan 17 07:17 Jenkinsfile [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 10775 Jan 17 07:17 LICENSE [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 5750 Jan 17 07:17 Makefile [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 6524 Jan 17 07:17 README.md [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 6744 Jan 17 07:17 SECURITY.md [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 5 Jan 17 07:15 VERSION [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 4131 Jan 17 07:17 ZMQWindows.md [2021-01-17T07:23:01.507Z] drwxrwxr-x 2 1001 1001 4096 Jan 17 07:17 bin [2021-01-17T07:23:01.507Z] drwxrwxr-x 14 1001 1001 4096 Jan 17 07:17 cmd [2021-01-17T07:23:01.507Z] -rw-r--r-- 1 root root 550280 Jan 17 07:21 coverage.out [2021-01-17T07:23:01.507Z] -rw-r--r-- 1 root root 981 Jan 17 07:22 go.mod [2021-01-17T07:23:01.507Z] -rw-r--r-- 1 root root 19241 Jan 17 07:22 go.sum [2021-01-17T07:23:01.507Z] drwxrwxr-x 8 1001 1001 4096 Jan 17 07:17 internal [2021-01-17T07:23:01.507Z] drwxrwxr-x 4 1001 1001 4096 Jan 17 07:17 openapi [2021-01-17T07:23:01.507Z] drwxrwxr-x 4 1001 1001 4096 Jan 17 07:17 snap [2021-01-17T07:23:01.507Z] -rw-rw-r-- 1 1001 1001 168 Jan 17 07:17 version.go [Pipeline] sh [2021-01-17T07:23:02.173Z] + '[' -e coverage.out ] [2021-01-17T07:23:02.174Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-17T07:23:02.196Z] Warning: overwriting stash ‘coverage-report’ [2021-01-17T07:23:03.328Z] Stashed 1 file(s) [Pipeline] sh [2021-01-17T07:23:04.023Z] + make build [2021-01-17T07:23:04.023Z] 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 [2021-01-17T07:23:14.238Z] 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 [2021-01-17T07:23:36.419Z] 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 [2021-01-17T07:23:40.727Z] 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 [2021-01-17T07:23:46.191Z] 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 [2021-01-17T07:23:46.464Z] 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 [2021-01-17T07:23:51.878Z] 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 [2021-01-17T07:23:55.958Z] Running on prd-ubuntu18.04-docker-8c-8g-20816 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws [2021-01-17T07:23:56.010Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-17T07:23:56.180Z] 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 [2021-01-17T07:23:58.379Z] using credential edgex-jenkins-ssh [2021-01-17T07:23:58.429Z] Cloning the remote Git repository [2021-01-17T07:23:58.464Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-17T07:23:59.591Z] 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 [2021-01-17T07:23:58.534Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-17T07:23:58.564Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-17T07:23:58.565Z] > git --version # timeout=10 [2021-01-17T07:23:58.577Z] > git --version # 'git version 2.17.1' [2021-01-17T07:23:58.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-17T07:23:58.602Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-17T07:24:03.899Z] 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 [2021-01-17T07:24:06.518Z] 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 [2021-01-17T07:24:07.022Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-17T07:24:07.035Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-17T07:24:07.045Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-17T07:24:07.056Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-17T07:24:07.056Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-17T07:24:07.059Z] > 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 [2021-01-17T07:24:07.672Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:24:07.789Z] Merge succeeded, producing 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:24:07.790Z] Checking out Revision 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 (PR-3042) [2021-01-17T07:24:07.683Z] > git config core.sparsecheckout # timeout=10 [2021-01-17T07:24:07.690Z] > git checkout -f 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 # timeout=10 [2021-01-17T07:24:07.762Z] > git remote # timeout=10 [2021-01-17T07:24:07.771Z] > git config --get remote.origin.url # timeout=10 [2021-01-17T07:24:07.775Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-17T07:24:07.778Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-17T07:24:07.786Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-17T07:24:07.793Z] > git config core.sparsecheckout # timeout=10 [2021-01-17T07:24:07.804Z] > git checkout -f 54f3f774b6bd4fcc74f73240e521d4782dac5aa8 # timeout=10 [2021-01-17T07:24:09.931Z] 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 [2021-01-17T07:24:11.476Z] Commit message: "Merge branch 'master' into issue-3041" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-17T07:24:12.723Z] + echo snap-build.sh [2021-01-17T07:24:12.723Z] snap-build.sh [2021-01-17T07:24:12.723Z] + SNAP_BASE_DIR=. [2021-01-17T07:24:12.723Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-01-17T07:24:12.723Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-01-17T07:24:12.723Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-01-17T07:24:12.723Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-01-17T07:24:12.723Z] + cd /w/workspace/edgex-go/7 [2021-01-17T07:24:12.723Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-17T07:24:12.723Z] Reading package lists... [2021-01-17T07:24:12.723Z] Building dependency tree... [2021-01-17T07:24:12.723Z] Reading state information... [2021-01-17T07:24:12.985Z] The following packages were automatically installed and are no longer required: [2021-01-17T07:24:12.985Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-17T07:24:12.985Z] uidmap xdelta3 [2021-01-17T07:24:12.985Z] Use 'sudo apt autoremove' to remove them. [2021-01-17T07:24:12.985Z] The following packages will be REMOVED: [2021-01-17T07:24:12.985Z] lxd* lxd-client* [2021-01-17T07:24:13.247Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-17T07:24:13.247Z] After this operation, 31.7 MB disk space will be freed. [Pipeline] } [2021-01-17T07:24:14.269Z] $ docker stop --time=1 44c1b483ab18058f70a3b4941d3ef382fc284e95dd345051d4f7b3f4924bdde4 [2021-01-17T07:24:14.560Z] (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.) [2021-01-17T07:24:14.560Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-17T07:24:15.504Z] Removing lxd dnsmasq configuration [2021-01-17T07:24:15.504Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-17T07:24:15.766Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-17T07:24:16.655Z] $ docker rm -f 44c1b483ab18058f70a3b4941d3ef382fc284e95dd345051d4f7b3f4924bdde4 [2021-01-17T07:24:16.710Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-17T07:24:16.973Z] (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.) [2021-01-17T07:24:16.973Z] 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 [2021-01-17T07:24:18.365Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-17T07:24:18.365Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-17T07:24:18.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-17T07:24:18.417Z] [2021-01-17T07:24:18.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:24:19.062Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-17T07:24:19.062Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-17T07:24:19.062Z] 29e5d40040c1: Pulling fs layer [2021-01-17T07:24:19.062Z] 1ce36da41761: Pulling fs layer [2021-01-17T07:24:19.062Z] 25b303627fd3: Pulling fs layer [2021-01-17T07:24:19.658Z] 29e5d40040c1: Verifying Checksum [2021-01-17T07:24:19.658Z] 29e5d40040c1: Download complete [2021-01-17T07:24:19.752Z] + sudo snap remove --purge lxd [2021-01-17T07:24:19.752Z] snap "lxd" is not installed [2021-01-17T07:24:19.752Z] + sudo groupadd --force --system lxd [2021-01-17T07:24:19.752Z] ++ whoami [2021-01-17T07:24:19.752Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-17T07:24:19.752Z] + newgrp - lxd [2021-01-17T07:24:20.016Z] + sudo snap install lxd [2021-01-17T07:24:20.250Z] 29e5d40040c1: Pull complete [2021-01-17T07:24:20.251Z] 1ce36da41761: Verifying Checksum [2021-01-17T07:24:20.251Z] 1ce36da41761: Download complete [2021-01-17T07:24:21.676Z] 1ce36da41761: Pull complete [2021-01-17T07:24:21.676Z] 25b303627fd3: Download complete [2021-01-17T07:24:28.173Z] 2021-01-17T07:24:25Z INFO Waiting for automatic snapd restart... [2021-01-17T07:24:31.824Z] 25b303627fd3: Pull complete [2021-01-17T07:24:31.824Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-17T07:24:31.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-17T07:24:31.824Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-17T07:24:32.089Z] prd-ubuntu18.04-docker-arm64-4c-16g-20815 does not seem to be running inside a container [2021-01-17T07:24:32.182Z] $ 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 [2021-01-17T07:24:34.901Z] $ docker top 56d1c6f3965b2c37bb29ae2781fcdb49567e46e605d84416017404dabb158ef4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-17T07:24:35.851Z] + docker-compose build --help [2021-01-17T07:24:35.852Z] + grep parallel [2021-01-17T07:24:39.233Z] --parallel Build images in parallel. [Pipeline] } [2021-01-17T07:24:39.268Z] $ docker stop --time=1 56d1c6f3965b2c37bb29ae2781fcdb49567e46e605d84416017404dabb158ef4 [2021-01-17T07:24:41.241Z] $ docker rm -f 56d1c6f3965b2c37bb29ae2781fcdb49567e46e605d84416017404dabb158ef4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:24:42.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-17T07:24:42.037Z] . [Pipeline] withDockerContainer [2021-01-17T07:24:42.363Z] prd-ubuntu18.04-docker-arm64-4c-16g-20815 does not seem to be running inside a container [2021-01-17T07:24:42.494Z] $ 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 [2021-01-17T07:24:43.190Z] lxd 4.10 from Canonical* installed [2021-01-17T07:24:43.190Z] + sudo lxd init --auto [2021-01-17T07:24:43.932Z] $ docker top 69fc077efb17f14438db0fcda3a4dc4033a96a6c479823e12e0957a8c188fe75 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-17T07:24:45.001Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-17T07:24:49.286Z] Building docker-core-command-go ... [2021-01-17T07:24:49.286Z] Building docker-core-data-go ... [2021-01-17T07:24:49.286Z] Building docker-core-metadata-go ... [2021-01-17T07:24:49.286Z] Building docker-security-bootstrap-redis-go ... [2021-01-17T07:24:49.286Z] Building docker-security-proxy-setup-go ... [2021-01-17T07:24:49.286Z] Building docker-security-secretstore-setup-go ... [2021-01-17T07:24:49.286Z] Building docker-support-notifications-go ... [2021-01-17T07:24:49.286Z] Building docker-support-scheduler-go ... [2021-01-17T07:24:49.286Z] Building docker-sys-mgmt-agent-go ... [2021-01-17T07:24:49.286Z] Building docker-core-data-go [2021-01-17T07:24:49.286Z] Building docker-security-bootstrap-redis-go [2021-01-17T07:24:49.286Z] Building docker-security-secretstore-setup-go [2021-01-17T07:24:49.286Z] Building docker-support-scheduler-go [2021-01-17T07:24:49.286Z] Building docker-support-notifications-go [2021-01-17T07:24:51.347Z] + sudo snap install --classic snapcraft [2021-01-17T07:24:57.932Z] snapcraft 4.4.4 from Canonical* installed [2021-01-17T07:24:57.932Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-17T07:24:57.932Z] + patch --verbose -p1 [2021-01-17T07:24:57.932Z] Hmm... Looks like a unified diff to me... [2021-01-17T07:24:57.932Z] The text leading up to this was: [2021-01-17T07:24:57.932Z] -------------------------- [2021-01-17T07:24:57.932Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-17T07:24:57.932Z] |From: Tony Espy [2021-01-17T07:24:57.932Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-17T07:24:57.932Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-17T07:24:57.932Z] | [2021-01-17T07:24:57.932Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-17T07:24:57.932Z] |optimize the snap CI check run for pull requests. When [2021-01-17T07:24:57.932Z] |applied, it essentially strips out everything (apps and [2021-01-17T07:24:57.932Z] |parts) from the snapcraft.yaml file except those required [2021-01-17T07:24:57.932Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-17T07:24:57.932Z] |catch changes to edgex-go that break the snap build. [2021-01-17T07:24:57.932Z] | [2021-01-17T07:24:57.932Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-17T07:24:57.932Z] |to update this patch file, otherwise it may fail to apply, [2021-01-17T07:24:57.932Z] |resulting in a failed snap build CI check in the associated [2021-01-17T07:24:57.932Z] |pull request. [2021-01-17T07:24:57.932Z] | [2021-01-17T07:24:57.932Z] |Note - in addition to applying this patch, the pipeline also [2021-01-17T07:24:57.933Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-17T07:24:57.933Z] |need to build the finally binary .snap file (and it won't [2021-01-17T07:24:57.933Z] |work with the patch applied). This further reduces the build [2021-01-17T07:24:57.933Z] |time. [2021-01-17T07:24:57.933Z] |--- [2021-01-17T07:24:57.933Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-17T07:24:57.933Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-17T07:24:57.933Z] | [2021-01-17T07:24:57.933Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-17T07:24:57.933Z] |index 1e537489..faf42425 100644 [2021-01-17T07:24:57.933Z] |--- a/snap/snapcraft.yaml [2021-01-17T07:24:57.933Z] |+++ b/snap/snapcraft.yaml [2021-01-17T07:24:57.933Z] -------------------------- [2021-01-17T07:24:57.933Z] patching file snap/snapcraft.yaml [2021-01-17T07:24:57.933Z] Using Plan A... [2021-01-17T07:24:57.933Z] Hunk #1 succeeded at 73. [2021-01-17T07:24:57.933Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-17T07:24:57.933Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-17T07:24:57.933Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-17T07:24:57.933Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-17T07:24:57.933Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-17T07:24:57.933Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-17T07:24:57.933Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-17T07:24:57.933Z] Hmm... Ignoring the trailing garbage. [2021-01-17T07:24:57.933Z] done [2021-01-17T07:24:57.933Z] + sudo snapcraft prime --use-lxd [2021-01-17T07:24:58.514Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-17T07:24:58.514Z] 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: [2021-01-17T07:24:58.514Z] - README.md [2021-01-17T07:24:58.514Z] - snapcraft.yaml.orig [2021-01-17T07:24:58.514Z] [2021-01-17T07:24:58.514Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-17T07:24:59.456Z] Launching a container. [2021-01-17T07:25:11.695Z] Waiting for container to be ready [2021-01-17T07:25:11.695Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-17T07:25:11.695Z] [2021-01-17T07:25:14.250Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-17T07:25:14.511Z] Waiting for network to be ready... [2021-01-17T07:25:15.086Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-17T07:25:15.086Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-17T07:25:15.086Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-17T07:25:15.086Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-17T07:25:15.086Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-17T07:25:15.349Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-17T07:25:15.349Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-17T07:25:15.349Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-17T07:25:15.349Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-17T07:25:15.349Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-17T07:25:15.610Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-17T07:25:15.610Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-17T07:25:16.181Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-17T07:25:16.181Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-17T07:25:16.181Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-17T07:25:16.181Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-17T07:25:16.181Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-17T07:25:16.181Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-17T07:25:16.442Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-17T07:25:16.703Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-17T07:25:16.703Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-17T07:25:16.703Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-17T07:25:16.703Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-17T07:25:16.703Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-17T07:25:16.703Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-17T07:25:16.703Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-17T07:25:16.703Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-17T07:25:19.253Z] Fetched 23.7 MB in 4s (6044 kB/s) [2021-01-17T07:25:19.823Z] Reading package lists... [2021-01-17T07:25:19.823Z] Reading package lists... [2021-01-17T07:25:20.082Z] Building dependency tree... [2021-01-17T07:25:20.082Z] Reading state information... [2021-01-17T07:25:20.082Z] The following additional packages will be installed: [2021-01-17T07:25:20.082Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-17T07:25:20.083Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-17T07:25:20.083Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-17T07:25:20.083Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-17T07:25:20.083Z] Suggested packages: [2021-01-17T07:25:20.083Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-17T07:25:20.083Z] Recommended packages: [2021-01-17T07:25:20.083Z] gnupg libsasl2-modules [2021-01-17T07:25:20.083Z] The following NEW packages will be installed: [2021-01-17T07:25:20.083Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-17T07:25:20.083Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-17T07:25:20.083Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-17T07:25:20.083Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-17T07:25:20.083Z] The following packages will be upgraded: [2021-01-17T07:25:20.083Z] gpg gpg-agent gpgconf libudev1 [2021-01-17T07:25:20.655Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-17T07:25:20.655Z] Need to get 3532 kB of archives. [2021-01-17T07:25:20.655Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-17T07:25:20.655Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-17T07:25:20.655Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-17T07:25:20.655Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-17T07:25:20.918Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-17T07:25:20.918Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-17T07:25:21.181Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-17T07:25:21.181Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-17T07:25:21.181Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-17T07:25:21.181Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-17T07:25:21.181Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-17T07:25:21.181Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-17T07:25:21.181Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-17T07:25:21.181Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-17T07:25:21.181Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-17T07:25:21.181Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-17T07:25:21.181Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-17T07:25:21.181Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-17T07:25:21.181Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-17T07:25:21.442Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-17T07:25:21.442Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-17T07:25:21.442Z] 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] [2021-01-17T07:25:21.442Z] 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] [2021-01-17T07:25:21.442Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-17T07:25:21.442Z] Fetched 3532 kB in 1s (3193 kB/s) [2021-01-17T07:25:21.442Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-17T07:25:21.442Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-17T07:25:21.442Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-17T07:25:21.703Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-17T07:25:21.703Z] Selecting previously unselected package udev. [2021-01-17T07:25:21.703Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-17T07:25:21.703Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-17T07:25:21.703Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-17T07:25:21.965Z] Selecting previously unselected package libfuse2:amd64. [2021-01-17T07:25:21.965Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-17T07:25:21.965Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-17T07:25:22.234Z] Selecting previously unselected package fuse. [2021-01-17T07:25:22.234Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-17T07:25:22.234Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-17T07:25:22.234Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-17T07:25:22.234Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-17T07:25:22.496Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-17T07:25:22.496Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-17T07:25:22.496Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-17T07:25:22.496Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-17T07:25:22.757Z] Selecting previously unselected package libksba8:amd64. [2021-01-17T07:25:22.757Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-17T07:25:22.757Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-17T07:25:22.757Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-17T07:25:22.757Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-17T07:25:22.757Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:22.757Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-17T07:25:22.757Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-17T07:25:22.757Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:23.022Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-17T07:25:23.022Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-17T07:25:23.022Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:23.022Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-17T07:25:23.022Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-17T07:25:23.022Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:23.022Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-17T07:25:23.022Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-17T07:25:23.022Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:23.284Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-17T07:25:23.284Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-17T07:25:23.284Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:23.284Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-17T07:25:23.284Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-17T07:25:23.284Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:23.284Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-17T07:25:23.284Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-17T07:25:23.284Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:23.545Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-17T07:25:23.545Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-17T07:25:23.545Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:23.545Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-17T07:25:23.545Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-17T07:25:23.545Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-17T07:25:23.806Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-17T07:25:23.806Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-17T07:25:23.806Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-17T07:25:23.806Z] Selecting previously unselected package libldap-common. [2021-01-17T07:25:23.806Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-17T07:25:23.806Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-17T07:25:23.806Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-17T07:25:23.806Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-17T07:25:23.806Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-17T07:25:24.070Z] Selecting previously unselected package dirmngr. [2021-01-17T07:25:24.070Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-17T07:25:24.070Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-17T07:25:24.070Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-17T07:25:24.070Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-17T07:25:24.330Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-17T07:25:24.330Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-17T07:25:24.330Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-17T07:25:24.330Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-17T07:25:24.330Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:24.330Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-17T07:25:24.330Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-17T07:25:24.330Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-17T07:25:24.901Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-17T07:25:24.901Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:24.901Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-17T07:25:24.901Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-17T07:25:25.161Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-17T07:25:25.161Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:25.161Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:25.161Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:25.161Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:25.161Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:25.161Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:25.161Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-17T07:25:25.161Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-17T07:25:25.161Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-17T07:25:25.423Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-17T07:25:25.687Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-17T07:25:25.687Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-17T07:25:25.687Z] This means they are not meant to be enabled using systemctl. [2021-01-17T07:25:25.687Z] Possible reasons for having this kind of units are: [2021-01-17T07:25:25.687Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-17T07:25:25.687Z] .wants/ or .requires/ directory. [2021-01-17T07:25:25.687Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-17T07:25:25.687Z] a requirement dependency on it. [2021-01-17T07:25:25.687Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-17T07:25:25.687Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-17T07:25:25.687Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-17T07:25:25.687Z] instance name specified. [2021-01-17T07:25:25.947Z] Reading package lists... [2021-01-17T07:25:26.207Z] Building dependency tree... [2021-01-17T07:25:26.207Z] Reading state information... [2021-01-17T07:25:26.208Z] The following additional packages will be installed: [2021-01-17T07:25:26.208Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-17T07:25:26.208Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-17T07:25:26.208Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-17T07:25:26.208Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-17T07:25:26.208Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-17T07:25:26.208Z] Suggested packages: [2021-01-17T07:25:26.208Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-17T07:25:26.208Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-17T07:25:26.208Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-17T07:25:26.208Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-17T07:25:26.208Z] systemd-container policykit-1 [2021-01-17T07:25:26.208Z] Recommended packages: [2021-01-17T07:25:26.208Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-17T07:25:26.468Z] The following NEW packages will be installed: [2021-01-17T07:25:26.468Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-17T07:25:26.468Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-17T07:25:26.468Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-17T07:25:26.468Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-17T07:25:26.468Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-17T07:25:26.468Z] The following packages will be upgraded: [2021-01-17T07:25:26.468Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-17T07:25:26.468Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-17T07:25:26.468Z] Need to get 35.2 MB of archives. [2021-01-17T07:25:26.468Z] After this operation, 141 MB of additional disk space will be used. [2021-01-17T07:25:26.468Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-17T07:25:26.468Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-17T07:25:26.468Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-17T07:25:26.468Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-17T07:25:26.729Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-17T07:25:26.729Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-17T07:25:26.729Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-17T07:25:26.729Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-17T07:25:26.729Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-17T07:25:26.729Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-17T07:25:26.729Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-17T07:25:26.729Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-17T07:25:26.729Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-17T07:25:26.729Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-17T07:25:26.729Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-17T07:25:26.729Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-17T07:25:26.729Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-17T07:25:27.672Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-17T07:25:27.672Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-17T07:25:27.672Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-17T07:25:27.672Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-17T07:25:27.672Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-17T07:25:27.672Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-17T07:25:27.672Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-17T07:25:27.672Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-17T07:25:27.672Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-17T07:25:27.672Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-17T07:25:27.672Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-17T07:25:27.672Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-17T07:25:27.672Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-17T07:25:29.073Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-17T07:25:29.073Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-01-17T07:25:29.073Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-17T07:25:29.073Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-17T07:25:29.073Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-17T07:25:29.648Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-17T07:25:29.648Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-17T07:25:29.911Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-17T07:25:29.911Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-17T07:25:29.911Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-17T07:25:29.911Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-17T07:25:30.172Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-17T07:25:30.172Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-17T07:25:30.172Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-17T07:25:30.172Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-17T07:25:30.745Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-17T07:25:30.745Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-17T07:25:31.007Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-17T07:25:31.007Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-17T07:25:31.007Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-17T07:25:31.007Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-17T07:25:31.268Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-17T07:25:31.268Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-17T07:25:31.530Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-17T07:25:31.530Z] Selecting previously unselected package libexpat1:amd64. [2021-01-17T07:25:31.531Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-17T07:25:31.531Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-17T07:25:31.792Z] Selecting previously unselected package python3.6-minimal. [2021-01-17T07:25:31.793Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-17T07:25:31.793Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-17T07:25:32.055Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-17T07:25:32.055Z] Checking for services that may need to be restarted...done. [2021-01-17T07:25:32.055Z] Checking for services that may need to be restarted...done. [2021-01-17T07:25:32.317Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-17T07:25:32.577Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-17T07:25:32.577Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-17T07:25:32.838Z] Selecting previously unselected package python3-minimal. [2021-01-17T07:25:32.838Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-17T07:25:32.838Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-17T07:25:32.838Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-17T07:25:33.099Z] Selecting previously unselected package mime-support. [2021-01-17T07:25:33.099Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-17T07:25:33.099Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-17T07:25:33.099Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-17T07:25:33.099Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-17T07:25:33.099Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-17T07:25:33.362Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-17T07:25:33.362Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-17T07:25:33.362Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-17T07:25:33.622Z] Selecting previously unselected package python3.6. [2021-01-17T07:25:33.622Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-17T07:25:33.622Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-17T07:25:33.622Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-17T07:25:33.622Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-17T07:25:33.622Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-17T07:25:33.622Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-17T07:25:33.883Z] Selecting previously unselected package python3. [2021-01-17T07:25:33.883Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-17T07:25:33.883Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-17T07:25:33.883Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-17T07:25:34.144Z] Selecting previously unselected package multiarch-support. [2021-01-17T07:25:34.144Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-17T07:25:34.144Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-17T07:25:34.144Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-17T07:25:34.144Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-17T07:25:34.144Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-17T07:25:34.144Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-17T07:25:34.144Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-17T07:25:34.406Z] Selecting previously unselected package libbsd0:amd64. [2021-01-17T07:25:34.406Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-17T07:25:34.406Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-17T07:25:34.406Z] Selecting previously unselected package sudo. [2021-01-17T07:25:34.406Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-17T07:25:34.406Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-17T07:25:34.669Z] Selecting previously unselected package apparmor. [2021-01-17T07:25:34.669Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-17T07:25:34.669Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-17T07:25:34.930Z] Selecting previously unselected package libedit2:amd64. [2021-01-17T07:25:34.930Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-17T07:25:34.930Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-17T07:25:34.930Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-17T07:25:34.930Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-17T07:25:34.930Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-17T07:25:35.194Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-17T07:25:35.194Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-17T07:25:35.194Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-17T07:25:35.194Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-17T07:25:35.194Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-17T07:25:35.194Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-17T07:25:35.456Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-17T07:25:35.456Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-17T07:25:35.456Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-17T07:25:35.456Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-17T07:25:35.456Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-17T07:25:35.456Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-17T07:25:35.717Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-17T07:25:35.717Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-17T07:25:35.717Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-17T07:25:35.978Z] Selecting previously unselected package openssh-client. [2021-01-17T07:25:35.978Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-17T07:25:35.978Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-17T07:25:35.978Z] Selecting previously unselected package squashfs-tools. [2021-01-17T07:25:35.978Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-17T07:25:35.978Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-17T07:25:36.239Z] Selecting previously unselected package snapd. [2021-01-17T07:25:36.239Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-17T07:25:36.239Z] Unpacking snapd (2.48+18.04) ... [2021-01-17T07:25:38.785Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-17T07:25:38.785Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-17T07:25:38.785Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-17T07:25:38.785Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-17T07:25:38.785Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-17T07:25:38.785Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-17T07:25:38.785Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-17T07:25:38.785Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-17T07:25:38.785Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-17T07:25:39.727Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-17T07:25:39.727Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-17T07:25:39.727Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-17T07:25:39.727Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-17T07:25:39.727Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-17T07:25:39.987Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-17T07:25:40.561Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-17T07:25:40.822Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-17T07:25:40.822Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-17T07:25:41.083Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-17T07:25:41.083Z] running python rtupdate hooks for python3.6... [2021-01-17T07:25:41.083Z] running python post-rtupdate hooks for python3.6... [2021-01-17T07:25:41.083Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-17T07:25:45.289Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-17T07:25:45.289Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-17T07:25:45.289Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-17T07:25:45.289Z] Setting up snapd (2.48+18.04) ... [2021-01-17T07:25:45.553Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-17T07:25:45.553Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-17T07:25:45.814Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-17T07:25:46.075Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-17T07:25:46.075Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-17T07:25:46.075Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-17T07:25:46.337Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-17T07:25:46.599Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-17T07:25:46.599Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-17T07:25:46.859Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-17T07:25:46.859Z] /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' [2021-01-17T07:25:46.859Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-17T07:25:47.120Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-17T07:25:48.061Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-17T07:25:48.061Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-17T07:25:48.061Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-17T07:25:49.265Z] Reading package lists... [2021-01-17T07:25:49.265Z] Reading package lists... [2021-01-17T07:25:49.525Z] Building dependency tree... [2021-01-17T07:25:49.525Z] Reading state information... [2021-01-17T07:25:49.525Z] Calculating upgrade... [2021-01-17T07:25:49.786Z] The following packages will be upgraded: [2021-01-17T07:25:49.786Z] advancecomp base-files bash binutils binutils-common [2021-01-17T07:25:49.786Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-17T07:25:49.786Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-17T07:25:49.786Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-17T07:25:49.786Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-17T07:25:49.786Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-17T07:25:49.786Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-17T07:25:49.786Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-17T07:25:49.786Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-17T07:25:49.786Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-17T07:25:49.786Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-17T07:25:49.786Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-17T07:25:49.786Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-17T07:25:49.786Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-17T07:25:49.786Z] ubuntu-keyring util-linux [2021-01-17T07:25:50.046Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-17T07:25:50.046Z] Need to get 63.7 MB of archives. [2021-01-17T07:25:50.046Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-17T07:25:50.046Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-17T07:25:50.046Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-17T07:25:50.618Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-17T07:25:50.618Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-17T07:25:50.618Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-17T07:25:50.618Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-17T07:25:50.618Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-17T07:25:50.618Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-17T07:25:50.618Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-17T07:25:50.618Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-17T07:25:50.618Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-17T07:25:50.618Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-17T07:25:50.618Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-17T07:25:50.618Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-17T07:25:50.618Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-17T07:25:50.618Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-17T07:25:50.618Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-17T07:25:50.618Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-17T07:25:50.618Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-17T07:25:50.879Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-17T07:25:50.879Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-17T07:25:50.879Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-17T07:25:50.879Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-17T07:25:50.879Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-17T07:25:50.879Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-17T07:25:50.879Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-17T07:25:50.879Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-17T07:25:50.879Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-17T07:25:50.879Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-17T07:25:50.879Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-17T07:25:50.879Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-17T07:25:50.879Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-17T07:25:51.141Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-17T07:25:51.141Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-17T07:25:51.141Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-17T07:25:51.141Z] 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] [2021-01-17T07:25:51.141Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-17T07:25:51.141Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-17T07:25:51.141Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-17T07:25:51.141Z] 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] [2021-01-17T07:25:51.141Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-17T07:25:51.141Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-17T07:25:51.141Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-17T07:25:51.141Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-17T07:25:51.141Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-17T07:25:51.141Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-17T07:25:51.141Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-17T07:25:51.141Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-17T07:25:51.141Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-17T07:25:51.141Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-17T07:25:51.141Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-17T07:25:51.141Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-17T07:25:51.141Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-17T07:25:51.141Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-17T07:25:51.141Z] 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] [2021-01-17T07:25:51.141Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-17T07:25:51.141Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-17T07:25:51.141Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-17T07:25:51.141Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-17T07:25:51.141Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-17T07:25:51.141Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-17T07:25:51.141Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-17T07:25:51.141Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-17T07:25:51.403Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-17T07:25:51.403Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-17T07:25:51.403Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-17T07:25:51.403Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-17T07:25:51.403Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-17T07:25:51.403Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-17T07:25:51.403Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-17T07:25:51.403Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-17T07:25:51.403Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-17T07:25:51.403Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-17T07:25:51.403Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-17T07:25:51.403Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-17T07:25:51.403Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-17T07:25:51.403Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-17T07:25:51.663Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-17T07:25:51.663Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-17T07:25:51.663Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-17T07:25:51.663Z] 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] [2021-01-17T07:25:51.663Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-17T07:25:51.663Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-17T07:25:51.663Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-17T07:25:51.663Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-17T07:25:51.663Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-17T07:25:51.663Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-17T07:25:51.663Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-17T07:25:52.233Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-17T07:25:52.495Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-17T07:25:52.495Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-17T07:25:52.495Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-17T07:25:53.065Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-17T07:25:53.065Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-17T07:25:53.065Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-17T07:25:53.065Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-17T07:25:53.065Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-17T07:25:53.065Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-17T07:25:53.065Z] Fetched 63.7 MB in 3s (19.5 MB/s) [2021-01-17T07:25:53.065Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:25:53.065Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-17T07:25:53.326Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-17T07:25:53.897Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-17T07:25:53.898Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-17T07:25:53.898Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-17T07:25:54.159Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-17T07:25:54.732Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:54.732Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-17T07:25:54.994Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:54.994Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-17T07:25:54.994Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:54.994Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-17T07:25:55.256Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:55.256Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-17T07:25:55.516Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:55.517Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-17T07:25:55.517Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:55.517Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-17T07:25:55.812Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:55.812Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-17T07:25:55.812Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:25:56.104Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-17T07:25:56.104Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:56.104Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-17T07:25:56.104Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:25:56.365Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-17T07:25:56.365Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:56.365Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-17T07:25:56.365Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:56.365Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-17T07:25:56.629Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-17T07:25:56.629Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-17T07:25:56.629Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:25:56.890Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-17T07:25:56.890Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-17T07:25:57.151Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-17T07:25:57.276Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:25:57.276Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:25:57.276Z] ---> ecac3aa8c26e [2021-01-17T07:25:57.276Z] Step 3/21 : WORKDIR /edgex-go [2021-01-17T07:25:57.276Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:25:57.276Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:25:57.276Z] ---> ecac3aa8c26e [2021-01-17T07:25:57.276Z] Step 3/24 : WORKDIR /edgex-go [2021-01-17T07:25:57.420Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-17T07:25:57.551Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:25:57.551Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:25:57.551Z] ---> ecac3aa8c26e [2021-01-17T07:25:57.551Z] Step 3/22 : WORKDIR /edgex-go [2021-01-17T07:25:57.551Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:25:57.551Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:25:57.551Z] ---> ecac3aa8c26e [2021-01-17T07:25:57.551Z] Step 3/24 : WORKDIR /edgex-go [2021-01-17T07:25:57.551Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:25:57.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:25:57.551Z] ---> ecac3aa8c26e [2021-01-17T07:25:57.551Z] Step 3/23 : WORKDIR /edgex-go [2021-01-17T07:25:57.682Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-17T07:25:57.682Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-17T07:25:57.682Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-17T07:25:57.682Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-17T07:25:57.682Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-17T07:25:57.942Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-17T07:25:57.942Z] Installing new version of config file /etc/issue ... [2021-01-17T07:25:57.942Z] Installing new version of config file /etc/issue.net ... [2021-01-17T07:25:57.942Z] Installing new version of config file /etc/lsb-release ... [2021-01-17T07:25:58.203Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-17T07:25:58.203Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-17T07:25:58.463Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-17T07:25:58.463Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-17T07:25:58.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:25:58.463Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-17T07:25:58.463Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-17T07:25:58.728Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-17T07:25:58.728Z] 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 [2021-01-17T07:25:58.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:25:58.728Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-17T07:25:58.989Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-17T07:25:58.989Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-17T07:25:58.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:25:58.989Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-17T07:25:59.251Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-17T07:25:59.251Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-17T07:25:59.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:25:59.251Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-17T07:25:59.511Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-17T07:25:59.511Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-17T07:25:59.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:25:59.771Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-17T07:25:59.771Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-17T07:25:59.771Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-17T07:26:00.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:00.033Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-17T07:26:00.033Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-17T07:26:00.294Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-17T07:26:00.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:00.294Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-17T07:26:00.294Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-17T07:26:00.565Z] Setting up grep (3.1-2build1) ... [2021-01-17T07:26:00.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:00.565Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-17T07:26:00.565Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-17T07:26:00.565Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-17T07:26:00.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:00.825Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-17T07:26:00.825Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-17T07:26:00.825Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-17T07:26:00.955Z] ---> Running in 54a9ef50a2b6 [2021-01-17T07:26:00.955Z] ---> Running in aa8c75858f31 [2021-01-17T07:26:00.955Z] ---> Running in 800840b350d0 [2021-01-17T07:26:00.955Z] ---> Running in 6154230ad570 [2021-01-17T07:26:00.955Z] ---> Running in 7a86ddc72c5e [2021-01-17T07:26:01.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:01.086Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-17T07:26:01.086Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-17T07:26:01.562Z] Removing intermediate container 54a9ef50a2b6 [2021-01-17T07:26:01.562Z] ---> 3d08f3b599c9 [2021-01-17T07:26:01.562Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:26:01.666Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-17T07:26:01.666Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-17T07:26:01.666Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-17T07:26:01.666Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-17T07:26:01.837Z] ---> Running in 0f5680563c30 [2021-01-17T07:26:01.837Z] Removing intermediate container aa8c75858f31 [2021-01-17T07:26:01.837Z] ---> bd51cd9c3fc1 [2021-01-17T07:26:01.837Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:26:02.114Z] Removing intermediate container 800840b350d0 [2021-01-17T07:26:02.114Z] ---> e3b27b63e3e6 [2021-01-17T07:26:02.114Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:26:02.114Z] Removing intermediate container 7a86ddc72c5e [2021-01-17T07:26:02.114Z] ---> 270f04a809d8 [2021-01-17T07:26:02.114Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:26:02.114Z] Removing intermediate container 6154230ad570 [2021-01-17T07:26:02.114Z] ---> 6460e58a055b [2021-01-17T07:26:02.114Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:26:02.114Z] ---> Running in 7bc2cae241cd [2021-01-17T07:26:02.235Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-17T07:26:02.388Z] ---> Running in 43c9d621370e [2021-01-17T07:26:02.388Z] ---> Running in 1a984b01c7f2 [2021-01-17T07:26:02.388Z] ---> Running in 665c7557b7b1 [2021-01-17T07:26:02.497Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:02.497Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-17T07:26:02.497Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-17T07:26:03.435Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-17T07:26:03.435Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-17T07:26:03.697Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-17T07:26:03.697Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-17T07:26:03.697Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-17T07:26:03.697Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:03.697Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-17T07:26:03.958Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-17T07:26:03.958Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-17T07:26:04.220Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:04.220Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-17T07:26:04.220Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-17T07:26:04.480Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-17T07:26:04.480Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:04.480Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-17T07:26:04.480Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-17T07:26:04.480Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-17T07:26:04.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:04.742Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-17T07:26:04.742Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-17T07:26:05.003Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-17T07:26:05.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:05.003Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-17T07:26:05.003Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-17T07:26:05.003Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-17T07:26:05.265Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:05.265Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-17T07:26:05.265Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-17T07:26:05.265Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-17T07:26:05.265Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-17T07:26:05.528Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-17T07:26:05.528Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:05.528Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-17T07:26:05.528Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-17T07:26:05.528Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-17T07:26:05.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:05.792Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-17T07:26:05.792Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-17T07:26:05.792Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-17T07:26:05.837Z] Removing intermediate container 0f5680563c30 [2021-01-17T07:26:05.837Z] ---> 6816863e8e23 [2021-01-17T07:26:05.837Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-17T07:26:05.837Z] ---> Running in c1187775cfcb [2021-01-17T07:26:06.054Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:06.054Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-17T07:26:06.054Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-17T07:26:06.054Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-17T07:26:06.109Z] Removing intermediate container 7bc2cae241cd [2021-01-17T07:26:06.109Z] ---> b4572d2d5972 [2021-01-17T07:26:06.109Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-17T07:26:06.109Z] Removing intermediate container 43c9d621370e [2021-01-17T07:26:06.109Z] ---> a6bb9bcd6001 [2021-01-17T07:26:06.109Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-17T07:26:06.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:06.317Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-17T07:26:06.317Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-17T07:26:06.380Z] ---> Running in 1e0d0300e5af [2021-01-17T07:26:06.380Z] ---> Running in b1c124056da6 [2021-01-17T07:26:06.380Z] Removing intermediate container 665c7557b7b1 [2021-01-17T07:26:06.651Z] ---> de445b28e217 [2021-01-17T07:26:06.651Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-17T07:26:06.651Z] ---> Running in aa901c366301 [2021-01-17T07:26:06.651Z] Removing intermediate container 1a984b01c7f2 [2021-01-17T07:26:06.651Z] ---> bcc6652d9807 [2021-01-17T07:26:06.651Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-17T07:26:06.890Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-17T07:26:06.890Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-17T07:26:07.151Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-17T07:26:07.250Z] ---> Running in b2f0a5f28e07 [2021-01-17T07:26:07.412Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:07.412Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-17T07:26:07.412Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-17T07:26:07.673Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-17T07:26:07.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-17T07:26:07.673Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-17T07:26:07.673Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-17T07:26:07.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:26:07.935Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-17T07:26:07.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:07.935Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-17T07:26:07.935Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-17T07:26:08.196Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-17T07:26:08.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:26:08.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:26:08.457Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:08.457Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-17T07:26:08.457Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-17T07:26:08.457Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-17T07:26:08.719Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:08.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:26:08.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:26:08.719Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-17T07:26:08.720Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-17T07:26:08.720Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-17T07:26:08.982Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:08.982Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-17T07:26:08.982Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-17T07:26:08.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:26:09.244Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-17T07:26:09.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:26:09.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:09.510Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-17T07:26:09.510Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-17T07:26:09.510Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-17T07:26:09.510Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-17T07:26:09.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:26:09.772Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-17T07:26:09.772Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-17T07:26:09.772Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-17T07:26:09.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:26:09.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:26:10.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:10.034Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-17T07:26:10.034Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-17T07:26:10.034Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-17T07:26:10.105Z] OK: 217 MiB in 51 packages [2021-01-17T07:26:10.296Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:10.296Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-17T07:26:10.296Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-17T07:26:10.296Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-17T07:26:10.558Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:10.558Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-17T07:26:10.712Z] OK: 217 MiB in 51 packages [2021-01-17T07:26:10.712Z] OK: 217 MiB in 51 packages [2021-01-17T07:26:10.847Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-17T07:26:10.847Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-17T07:26:10.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:10.847Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-17T07:26:11.109Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-17T07:26:11.109Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-17T07:26:11.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:11.109Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-17T07:26:11.109Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-17T07:26:11.315Z] OK: 217 MiB in 51 packages [2021-01-17T07:26:11.315Z] OK: 217 MiB in 51 packages [2021-01-17T07:26:11.682Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-17T07:26:11.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:11.682Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-17T07:26:11.682Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-17T07:26:11.922Z] Removing intermediate container c1187775cfcb [2021-01-17T07:26:11.922Z] ---> 1fa16ebb6380 [2021-01-17T07:26:11.922Z] Step 6/22 : COPY go.mod . [2021-01-17T07:26:11.949Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-17T07:26:11.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:11.949Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-17T07:26:11.949Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-17T07:26:12.212Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-17T07:26:12.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:12.212Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-17T07:26:12.212Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-17T07:26:12.473Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-17T07:26:12.473Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:12.473Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-17T07:26:12.473Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-17T07:26:12.535Z] Removing intermediate container 1e0d0300e5af [2021-01-17T07:26:12.535Z] ---> 81041a68a653 [2021-01-17T07:26:12.535Z] Step 6/21 : COPY go.mod . [2021-01-17T07:26:12.535Z] Removing intermediate container b1c124056da6 [2021-01-17T07:26:12.535Z] ---> 0a83f9eb8c64 [2021-01-17T07:26:12.535Z] Step 6/24 : COPY go.mod . [2021-01-17T07:26:12.734Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-17T07:26:12.734Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:12.734Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-17T07:26:12.734Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-17T07:26:12.811Z] ---> 25339ea8c5d0 [2021-01-17T07:26:12.811Z] Step 7/22 : RUN go mod download [2021-01-17T07:26:12.995Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-17T07:26:12.995Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:12.995Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-17T07:26:12.995Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-17T07:26:13.085Z] Removing intermediate container aa901c366301 [2021-01-17T07:26:13.085Z] ---> a064ffe9a45c [2021-01-17T07:26:13.085Z] Step 6/24 : COPY go.mod . [2021-01-17T07:26:13.085Z] ---> Running in 8f86d0fced1e [2021-01-17T07:26:13.265Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-17T07:26:13.265Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-17T07:26:13.265Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-17T07:26:13.265Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-17T07:26:13.265Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-17T07:26:13.358Z] Removing intermediate container b2f0a5f28e07 [2021-01-17T07:26:13.358Z] ---> aa25655bbb0c [2021-01-17T07:26:13.358Z] Step 6/23 : COPY go.mod . [2021-01-17T07:26:13.527Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-17T07:26:13.527Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-17T07:26:13.527Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-17T07:26:13.527Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-17T07:26:13.634Z] ---> 4880851b4476 [2021-01-17T07:26:13.634Z] Step 7/21 : RUN go mod download [2021-01-17T07:26:13.634Z] ---> e03631d6e737 [2021-01-17T07:26:13.634Z] Step 7/24 : RUN go mod download [2021-01-17T07:26:13.786Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-17T07:26:13.786Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-17T07:26:13.786Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-17T07:26:13.909Z] ---> Running in 79a79208878a [2021-01-17T07:26:14.046Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-17T07:26:14.046Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-17T07:26:14.185Z] ---> Running in ecaa24d601e9 [2021-01-17T07:26:14.185Z] ---> 3481e8f8d019 [2021-01-17T07:26:14.185Z] Step 7/24 : RUN go mod download [2021-01-17T07:26:14.307Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-17T07:26:14.308Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-17T07:26:14.466Z] ---> e9cceef72f2a [2021-01-17T07:26:14.466Z] Step 7/23 : RUN go mod download [2021-01-17T07:26:14.466Z] ---> Running in bc995a97c851 [2021-01-17T07:26:14.568Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-17T07:26:14.568Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-17T07:26:14.568Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-17T07:26:14.568Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-17T07:26:14.828Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-17T07:26:14.828Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-17T07:26:14.828Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-17T07:26:14.828Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-17T07:26:15.072Z] ---> Running in e7534de72a90 [2021-01-17T07:26:15.089Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-17T07:26:15.089Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-17T07:26:15.089Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-17T07:26:15.089Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-17T07:26:15.350Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-17T07:26:15.350Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-17T07:26:16.296Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-17T07:26:16.296Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-17T07:26:16.296Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-17T07:26:16.296Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-17T07:26:16.556Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-17T07:26:16.556Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-17T07:26:16.840Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-17T07:26:16.840Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-17T07:26:17.068Z] Removing intermediate container 8f86d0fced1e [2021-01-17T07:26:17.069Z] ---> 9f8fd01c8b96 [2021-01-17T07:26:17.069Z] Step 8/22 : COPY . . [2021-01-17T07:26:17.101Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-17T07:26:17.101Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-17T07:26:17.101Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-17T07:26:17.101Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-17T07:26:17.360Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-17T07:26:17.361Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-17T07:26:17.621Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-17T07:26:17.621Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-17T07:26:17.881Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-17T07:26:17.881Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-17T07:26:17.881Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-17T07:26:17.881Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-17T07:26:18.047Z] Removing intermediate container 79a79208878a [2021-01-17T07:26:18.047Z] ---> 88f9717192e7 [2021-01-17T07:26:18.047Z] Step 8/21 : COPY . . [2021-01-17T07:26:18.857Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-17T07:26:18.858Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-17T07:26:19.044Z] Removing intermediate container ecaa24d601e9 [2021-01-17T07:26:19.044Z] ---> 0c00660129da [2021-01-17T07:26:19.044Z] Step 8/24 : COPY . . [2021-01-17T07:26:19.643Z] Removing intermediate container e7534de72a90 [2021-01-17T07:26:19.643Z] ---> 86d5ccf4fe61 [2021-01-17T07:26:19.643Z] Step 8/23 : COPY . . [2021-01-17T07:26:20.362Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-17T07:26:20.362Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-17T07:26:20.628Z] Removing intermediate container bc995a97c851 [2021-01-17T07:26:20.628Z] ---> 91da6a1cec86 [2021-01-17T07:26:20.628Z] Step 8/24 : COPY . . [2021-01-17T07:26:21.019Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-17T07:26:21.019Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-17T07:26:21.591Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-17T07:26:21.591Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-17T07:26:22.162Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-17T07:26:22.423Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-17T07:26:22.423Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-17T07:26:22.423Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-17T07:26:22.683Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-17T07:26:22.683Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-17T07:26:22.683Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-17T07:26:22.683Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-17T07:26:22.948Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-17T07:26:22.948Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-17T07:26:22.948Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-17T07:26:23.208Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-17T07:26:23.208Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-17T07:26:23.208Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-17T07:26:23.470Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-17T07:26:23.470Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-17T07:26:23.470Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:26:23.470Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-17T07:26:23.731Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:26:23.731Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:26:23.731Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:26:23.731Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-17T07:26:23.731Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-17T07:26:23.731Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-17T07:26:23.994Z] [2021-01-17T07:26:23.994Z] Current default time zone: 'Etc/UTC' [2021-01-17T07:26:23.994Z] Local time is now: Sun Jan 17 07:26:23 UTC 2021. [2021-01-17T07:26:23.994Z] Universal Time is now: Sun Jan 17 07:26:23 UTC 2021. [2021-01-17T07:26:23.994Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-17T07:26:23.994Z] [2021-01-17T07:26:23.994Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-17T07:26:23.994Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:26:23.994Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-17T07:26:23.994Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-17T07:26:23.994Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-17T07:26:23.994Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-17T07:26:24.259Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-17T07:26:24.259Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-17T07:26:24.259Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-17T07:26:24.259Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-17T07:26:24.259Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:26:24.259Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-17T07:26:24.528Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-17T07:26:24.528Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-17T07:26:24.528Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:26:24.528Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-17T07:26:24.528Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-17T07:26:24.528Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-17T07:26:24.788Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-17T07:26:24.789Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-17T07:26:24.789Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-17T07:26:24.789Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-17T07:26:24.789Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-17T07:26:26.702Z] Updating certificates in /etc/ssl/certs... [2021-01-17T07:26:27.273Z] 22 added, 17 removed; done. [2021-01-17T07:26:27.534Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-17T07:26:27.534Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-17T07:26:27.534Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-17T07:26:27.534Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-17T07:26:27.534Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-17T07:26:27.534Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-17T07:26:27.795Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-17T07:26:27.795Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-17T07:26:27.795Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-17T07:26:27.795Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-17T07:26:27.795Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-17T07:26:27.795Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-17T07:26:27.795Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-17T07:26:28.056Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-17T07:26:28.056Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-17T07:26:28.056Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-17T07:26:28.056Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-17T07:26:28.056Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-17T07:26:28.056Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-17T07:26:28.056Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-17T07:26:28.317Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-17T07:26:28.317Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-17T07:26:28.317Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-17T07:26:28.317Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-17T07:26:28.578Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-17T07:26:28.578Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-17T07:26:28.578Z] Updating certificates in /etc/ssl/certs... [2021-01-17T07:26:29.149Z] 0 added, 0 removed; done. [2021-01-17T07:26:29.149Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-17T07:26:29.149Z] done. [2021-01-17T07:26:29.720Z] Reading package lists... [2021-01-17T07:26:29.720Z] Building dependency tree... [2021-01-17T07:26:29.720Z] Reading state information... [2021-01-17T07:26:29.980Z] The following NEW packages will be installed: [2021-01-17T07:26:29.980Z] apt-transport-https [2021-01-17T07:26:29.980Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-17T07:26:29.980Z] Need to get 1696 B of archives. [2021-01-17T07:26:29.980Z] After this operation, 153 kB of additional disk space will be used. [2021-01-17T07:26:29.980Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-17T07:26:29.980Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-17T07:26:29.980Z] Fetched 1696 B in 0s (22.6 kB/s) [2021-01-17T07:26:29.980Z] Selecting previously unselected package apt-transport-https. [2021-01-17T07:26:29.980Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-17T07:26:29.980Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-17T07:26:30.241Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-17T07:26:30.241Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-17T07:26:30.501Z] Waiting for network to be ready... [2021-01-17T07:26:35.789Z] 2021-01-17T07:26:33Z INFO Waiting for automatic snapd restart... [2021-01-17T07:26:36.359Z] snapd 2.48.2 from Canonical* installed [2021-01-17T07:26:37.300Z] "snapd" switched to the "latest/stable" channel [2021-01-17T07:26:37.300Z] [2021-01-17T07:26:39.846Z] core18 20201210 from Canonical* installed [2021-01-17T07:26:39.846Z] "core18" switched to the "latest/stable" channel [2021-01-17T07:26:39.846Z] [2021-01-17T07:26:43.142Z] snapcraft 4.4.4 from Canonical* installed [2021-01-17T07:26:43.403Z] "snapcraft" switched to the "latest/stable" channel [2021-01-17T07:26:43.403Z] [2021-01-17T07:26:46.703Z] 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: [2021-01-17T07:26:46.703Z] - README.md [2021-01-17T07:26:46.703Z] - snapcraft.yaml.orig [2021-01-17T07:26:46.703Z] [2021-01-17T07:26:46.703Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-17T07:26:47.449Z] ---> 75b394468eaf [2021-01-17T07:26:47.449Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-17T07:26:47.449Z] ---> 8829d7d38fa6 [2021-01-17T07:26:47.449Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-17T07:26:47.449Z] ---> 6c2ac422701f [2021-01-17T07:26:47.449Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-17T07:26:47.449Z] ---> 9485dd5c0135 [2021-01-17T07:26:47.449Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-17T07:26:47.449Z] ---> 7ce6c98f8b91 [2021-01-17T07:26:47.449Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-17T07:26:47.449Z] ---> Running in 71cfc506a336 [2021-01-17T07:26:47.449Z] ---> Running in 620e69d43989 [2021-01-17T07:26:47.449Z] ---> Running in c44107e53c26 [2021-01-17T07:26:47.449Z] ---> Running in 4bf803607a39 [2021-01-17T07:26:47.449Z] ---> Running in b2bb7e76eea9 [2021-01-17T07:26:47.449Z] 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 [2021-01-17T07:26:47.449Z] 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 [2021-01-17T07:26:47.449Z] 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 [2021-01-17T07:26:47.449Z] 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 [2021-01-17T07:26:47.449Z] 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 [2021-01-17T07:26:53.285Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-17T07:26:53.285Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-17T07:26:53.285Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-17T07:26:53.285Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-17T07:26:54.487Z] Reading package lists... [2021-01-17T07:26:54.747Z] 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 [2021-01-17T07:27:01.334Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-17T07:27:01.334Z] Reading package lists... [2021-01-17T07:27:01.334Z] Building dependency tree... [2021-01-17T07:27:01.334Z] Reading state information... [2021-01-17T07:27:01.334Z] Suggested packages: [2021-01-17T07:27:01.334Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-17T07:27:01.334Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-17T07:27:01.334Z] Recommended packages: [2021-01-17T07:27:01.334Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-17T07:27:01.334Z] The following NEW packages will be installed: [2021-01-17T07:27:01.334Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-17T07:27:01.334Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-17T07:27:01.334Z] pkg-config zip [2021-01-17T07:27:01.334Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-17T07:27:01.334Z] Need to get 7655 kB of archives. [2021-01-17T07:27:01.334Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-17T07:27:01.334Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-17T07:27:01.334Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-17T07:27:01.334Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-17T07:27:01.334Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-17T07:27:01.334Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-17T07:27:01.334Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-17T07:27:01.334Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-17T07:27:01.334Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-17T07:27:01.596Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-17T07:27:01.596Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-17T07:27:01.596Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-17T07:27:01.596Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-17T07:27:01.858Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-17T07:27:01.858Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-17T07:27:01.858Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-17T07:27:01.858Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-17T07:27:01.858Z] Fetched 7655 kB in 1s (10.5 MB/s) [2021-01-17T07:27:01.858Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-17T07:27:01.858Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-17T07:27:01.858Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-17T07:27:02.119Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-17T07:27:02.119Z] Selecting previously unselected package libpsl5:amd64. [2021-01-17T07:27:02.119Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-17T07:27:02.119Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-17T07:27:02.380Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-17T07:27:02.380Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-17T07:27:02.380Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-17T07:27:02.380Z] Selecting previously unselected package librtmp1:amd64. [2021-01-17T07:27:02.380Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-17T07:27:02.380Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-17T07:27:02.380Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-17T07:27:02.380Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-17T07:27:02.640Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-17T07:27:02.640Z] Selecting previously unselected package liberror-perl. [2021-01-17T07:27:02.640Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-17T07:27:02.640Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-17T07:27:02.640Z] Selecting previously unselected package git-man. [2021-01-17T07:27:02.640Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-17T07:27:02.640Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-17T07:27:02.899Z] Selecting previously unselected package git. [2021-01-17T07:27:02.899Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-17T07:27:02.899Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-17T07:27:03.842Z] Selecting previously unselected package libnorm1:amd64. [2021-01-17T07:27:03.842Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-17T07:27:03.842Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-17T07:27:03.842Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-17T07:27:03.842Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-17T07:27:03.842Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-17T07:27:03.842Z] Selecting previously unselected package libsodium23:amd64. [2021-01-17T07:27:03.842Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-17T07:27:03.842Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-17T07:27:04.103Z] Selecting previously unselected package libzmq5:amd64. [2021-01-17T07:27:04.103Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-17T07:27:04.103Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-17T07:27:04.103Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-17T07:27:04.103Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-17T07:27:04.103Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-17T07:27:04.363Z] Selecting previously unselected package pkg-config. [2021-01-17T07:27:04.363Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-17T07:27:04.363Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-17T07:27:04.363Z] Selecting previously unselected package zip. [2021-01-17T07:27:04.363Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-17T07:27:04.363Z] Unpacking zip (3.0-11build1) ... [2021-01-17T07:27:04.363Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-17T07:27:04.363Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-17T07:27:04.625Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-17T07:27:04.625Z] Setting up liberror-perl (0.17025-1) ... [2021-01-17T07:27:04.625Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-17T07:27:04.625Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-17T07:27:04.625Z] No schema files found: doing nothing. [2021-01-17T07:27:04.625Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-17T07:27:04.625Z] Setting up zip (3.0-11build1) ... [2021-01-17T07:27:04.625Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-17T07:27:04.886Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-17T07:27:04.886Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-17T07:27:04.886Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-17T07:27:04.886Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-17T07:27:04.886Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-17T07:27:04.886Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-17T07:27:05.146Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-17T07:27:11.733Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-17T07:27:11.733Z] git set to automatically installed. [2021-01-17T07:27:11.733Z] git-man set to automatically installed. [2021-01-17T07:27:11.733Z] libcurl3-gnutls set to automatically installed. [2021-01-17T07:27:11.733Z] liberror-perl set to automatically installed. [2021-01-17T07:27:11.733Z] libglib2.0-0 set to automatically installed. [2021-01-17T07:27:11.733Z] libnghttp2-14 set to automatically installed. [2021-01-17T07:27:11.733Z] libnorm1 set to automatically installed. [2021-01-17T07:27:11.733Z] libpgm-5.2-0 set to automatically installed. [2021-01-17T07:27:11.733Z] libpsl5 set to automatically installed. [2021-01-17T07:27:11.733Z] librtmp1 set to automatically installed. [2021-01-17T07:27:11.733Z] libsodium23 set to automatically installed. [2021-01-17T07:27:11.733Z] libzmq3-dev set to automatically installed. [2021-01-17T07:27:11.733Z] libzmq5 set to automatically installed. [2021-01-17T07:27:11.733Z] pkg-config set to automatically installed. [2021-01-17T07:27:11.733Z] zip set to automatically installed. [2021-01-17T07:27:13.649Z] snapd is not logged in, snap install commands will use sudo [2021-01-17T07:27:20.233Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-17T07:27:20.233Z] snap "core18" has no updates available [2021-01-17T07:27:20.803Z] Pulling config-common [2021-01-17T07:27:21.740Z] Pulling go-build-helper [2021-01-17T07:27:43.700Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-17T07:27:43.700Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-17T07:27:43.700Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-17T07:27:43.700Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-17T07:27:43.700Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-17T07:27:43.700Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-17T07:27:43.700Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-17T07:27:43.700Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-17T07:27:43.700Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-17T07:27:43.700Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-17T07:27:43.700Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-17T07:27:43.700Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-17T07:27:43.700Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-17T07:27:43.700Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-17T07:27:43.700Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-17T07:27:43.700Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-17T07:27:43.700Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-17T07:27:43.700Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-17T07:27:43.700Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-17T07:27:43.700Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-17T07:27:43.700Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-17T07:27:43.700Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-17T07:27:43.700Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-17T07:27:43.700Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-17T07:27:43.700Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-17T07:27:43.700Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-17T07:27:43.700Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-17T07:27:43.700Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-17T07:27:43.700Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-17T07:27:43.700Z] Fetched 279 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-17T07:27:43.700Z] Fetched 122 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-17T07:27:43.700Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-17T07:27:43.700Z] Fetched 8848 B in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-17T07:27:43.700Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-17T07:27:43.700Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-17T07:27:43.700Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-17T07:27:43.700Z] Fetched 214 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-17T07:27:43.700Z] Fetched 155 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-17T07:27:43.700Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-17T07:27:43.700Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-17T07:27:43.700Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-17T07:27:43.700Z] Fetched 499 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-17T07:27:43.700Z] Fetched 111 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-17T07:27:43.700Z] Fetched 240 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-17T07:27:43.700Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-17T07:27:43.700Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-17T07:27:43.700Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-17T07:27:43.700Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-17T07:27:43.700Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-17T07:27:43.700Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-17T07:27:43.700Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-17T07:27:43.700Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-17T07:27:43.700Z] Fetched 8720 B in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-17T07:27:43.700Z] Fetched 137 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-17T07:27:43.700Z] Fetched 119 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-17T07:27:43.700Z] Fetched 109 kB in 0s (0 B/s) [2021-01-17T07:27:43.700Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-17T07:27:43.700Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-17T07:27:43.701Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-17T07:27:43.701Z] Fetched 645 kB in 0s (0 B/s) [2021-01-17T07:27:43.701Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-17T07:27:43.701Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-17T07:27:43.701Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-17T07:27:43.701Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-17T07:27:43.701Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-17T07:27:43.701Z] Fetched 368 kB in 0s (0 B/s) [2021-01-17T07:27:43.701Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-17T07:27:43.701Z] Fetched 187 kB in 0s (0 B/s) [2021-01-17T07:27:43.701Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-17T07:27:43.701Z] Fetched 175 kB in 0s (0 B/s) [2021-01-17T07:27:43.701Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-17T07:27:46.248Z] Fetched 206 kB in 0s (0 B/s) [2021-01-17T07:27:46.248Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-17T07:27:46.248Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-17T07:27:46.248Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-17T07:27:46.248Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-17T07:27:46.248Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-17T07:27:46.248Z] Fetched 159 kB in 0s (0 B/s) [2021-01-17T07:27:46.248Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-17T07:27:46.248Z] Fetched 107 kB in 0s (0 B/s) [2021-01-17T07:27:46.248Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-17T07:27:46.248Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-17T07:27:46.248Z] Pulling static-packages [2021-01-17T07:27:47.189Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-17T07:27:47.189Z] Skipping pull go-build-helper (already ran) [2021-01-17T07:27:47.189Z] Skipping pull static-packages (already ran) [2021-01-17T07:27:47.189Z] Building go-build-helper [2021-01-17T07:27:50.679Z] Building static-packages [2021-01-17T07:27:52.590Z] Staging go-build-helper [2021-01-17T07:27:53.532Z] Staging static-packages [2021-01-17T07:27:54.472Z] Pulling go115 [2021-01-17T07:27:55.414Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-17T07:27:55.414Z] Skipping pull go115 (already ran) [2021-01-17T07:27:55.414Z] Building go115 [2021-01-17T07:27:55.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-17T07:27:55.414Z] Dload Upload Total Spent Left Speed [2021-01-17T07:27:58.161Z] 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 [2021-01-17T07:27:58.732Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-17T07:28:02.980Z] Staging go115 [2021-01-17T07:28:08.271Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-17T07:28:08.271Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-17T07:28:08.271Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-17T07:28:08.271Z] Fetched 0 B in 0s (0 B/s) [2021-01-17T07:28:08.271Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-17T07:28:08.271Z] Fetched 224 kB in 0s (0 B/s) [2021-01-17T07:28:08.271Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-17T07:28:08.271Z] Fetched 157 kB in 0s (0 B/s) [2021-01-17T07:28:08.271Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-17T07:28:08.271Z] Fetched 221 kB in 0s (0 B/s) [2021-01-17T07:28:08.271Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-17T07:28:08.271Z] Fetched 143 kB in 0s (0 B/s) [2021-01-17T07:28:08.271Z] Pulling edgex-go [2021-01-17T07:28:08.534Z] Pulling version [2021-01-17T07:28:09.304Z] 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 [2021-01-17T07:28:09.474Z] Building config-common [2021-01-17T07:28:11.386Z] Skipping build go-build-helper (already ran) [2021-01-17T07:28:11.386Z] Skipping build static-packages (already ran) [2021-01-17T07:28:11.386Z] Skipping build go115 (already ran) [2021-01-17T07:28:11.386Z] Building edgex-go [2021-01-17T07:28:11.649Z] 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 [2021-01-17T07:28:13.038Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-17T07:28:13.038Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-17T07:28:13.038Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-17T07:28:13.038Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-17T07:28:13.038Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-17T07:28:13.038Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-17T07:28:13.038Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-17T07:28:13.038Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-17T07:28:13.038Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-17T07:28:13.038Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-17T07:28:13.038Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-17T07:28:13.038Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-17T07:28:13.038Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-17T07:28:13.038Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-17T07:28:13.038Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-17T07:28:13.038Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-17T07:28:13.038Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-17T07:28:13.038Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-17T07:28:13.038Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-17T07:28:13.038Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-17T07:28:13.038Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-17T07:28:13.038Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-17T07:28:13.038Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-17T07:28:13.038Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-17T07:28:13.038Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-17T07:28:13.038Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-17T07:28:13.298Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-17T07:28:13.298Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-17T07:28:13.298Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-17T07:28:13.298Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-17T07:28:13.298Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-17T07:28:13.298Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-17T07:28:13.298Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-17T07:28:13.298Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-17T07:28:13.298Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-17T07:28:13.298Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-17T07:28:13.298Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-17T07:28:13.298Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-17T07:28:13.298Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-17T07:28:13.680Z] Removing intermediate container c44107e53c26 [2021-01-17T07:28:13.680Z] ---> 78ba52b6cce5 [2021-01-17T07:28:13.680Z] [2021-01-17T07:28:13.680Z] Step 10/22 : FROM alpine:3.12 [2021-01-17T07:28:13.680Z] 3.12: Pulling from library/alpine [2021-01-17T07:28:13.869Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-17T07:28:14.442Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-17T07:28:16.337Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-17T07:28:16.337Z] Status: Downloaded newer image for alpine:3.12 [2021-01-17T07:28:16.337Z] ---> afeebe901d6b [2021-01-17T07:28:16.337Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-17T07:28:16.936Z] ---> Running in 978e74035658 [2021-01-17T07:28:19.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:28:19.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:28:20.452Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-17T07:28:20.727Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-17T07:28:20.727Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-17T07:28:20.727Z] (4/5) Installing curl (7.69.1-r3) [2021-01-17T07:28:20.727Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-17T07:28:20.727Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:28:20.727Z] Executing ca-certificates-20191127-r4.trigger [2021-01-17T07:28:21.001Z] OK: 7 MiB in 19 packages [2021-01-17T07:28:21.017Z] 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 [2021-01-17T07:28:21.283Z] Removing intermediate container b2bb7e76eea9 [2021-01-17T07:28:21.283Z] ---> ae0b4c756c1b [2021-01-17T07:28:21.283Z] [2021-01-17T07:28:21.283Z] Step 10/24 : FROM alpine:3.12 [2021-01-17T07:28:21.283Z] ---> afeebe901d6b [2021-01-17T07:28:21.283Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-17T07:28:21.931Z] ---> Running in b4495a9ad1f0 [2021-01-17T07:28:23.524Z] Removing intermediate container 620e69d43989 [2021-01-17T07:28:23.524Z] ---> f06240d01a06 [2021-01-17T07:28:23.524Z] [2021-01-17T07:28:23.525Z] Step 10/24 : FROM scratch [2021-01-17T07:28:23.525Z] ---> [2021-01-17T07:28:23.525Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-17T07:28:23.834Z] ---> Running in d330e0128143 [2021-01-17T07:28:24.308Z] 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 [2021-01-17T07:28:24.818Z] Removing intermediate container 4bf803607a39 [2021-01-17T07:28:24.818Z] ---> 249921bc3fb3 [2021-01-17T07:28:24.818Z] [2021-01-17T07:28:24.818Z] Step 10/21 : FROM scratch [2021-01-17T07:28:24.818Z] ---> [2021-01-17T07:28:24.818Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-17T07:28:24.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:28:24.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:28:25.093Z] ---> Running in e0984d2c1412 [2021-01-17T07:28:25.372Z] Removing intermediate container 978e74035658 [2021-01-17T07:28:25.372Z] ---> 9f87fc222cdd [2021-01-17T07:28:25.372Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-17T07:28:25.372Z] Removing intermediate container d330e0128143 [2021-01-17T07:28:25.372Z] ---> 7c1835c6f2e5 [2021-01-17T07:28:25.372Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-17T07:28:25.372Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-17T07:28:25.372Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-17T07:28:25.648Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-17T07:28:25.648Z] (4/5) Installing curl (7.69.1-r3) [2021-01-17T07:28:25.648Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-17T07:28:25.648Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:28:25.648Z] ---> Running in 1ce7faf015d6 [2021-01-17T07:28:25.648Z] Executing ca-certificates-20191127-r4.trigger [2021-01-17T07:28:25.648Z] ---> Running in ba923e760865 [2021-01-17T07:28:25.691Z] 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 [2021-01-17T07:28:25.932Z] OK: 7 MiB in 19 packages [2021-01-17T07:28:25.932Z] Removing intermediate container e0984d2c1412 [2021-01-17T07:28:25.932Z] ---> f6d706073abd [2021-01-17T07:28:25.932Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-17T07:28:26.211Z] ---> Running in 55f0a0601b9a [2021-01-17T07:28:26.503Z] Removing intermediate container ba923e760865 [2021-01-17T07:28:26.503Z] ---> 375d28d996fe [2021-01-17T07:28:26.503Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-17T07:28:26.503Z] Removing intermediate container 1ce7faf015d6 [2021-01-17T07:28:26.503Z] ---> bb968fc1119d [2021-01-17T07:28:26.503Z] Step 13/22 : WORKDIR / [2021-01-17T07:28:26.631Z] 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 [2021-01-17T07:28:26.794Z] ---> Running in 336f51df8517 [2021-01-17T07:28:26.794Z] ---> Running in 1a06b4cc08af [2021-01-17T07:28:26.891Z] 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 [2021-01-17T07:28:26.891Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-17T07:28:27.070Z] Removing intermediate container 55f0a0601b9a [2021-01-17T07:28:27.070Z] ---> 8216c3737eef [2021-01-17T07:28:27.070Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-17T07:28:27.070Z] ---> Running in 8f3164581139 [2021-01-17T07:28:27.150Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-17T07:28:27.150Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-17T07:28:27.150Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-17T07:28:27.671Z] Removing intermediate container 1a06b4cc08af [2021-01-17T07:28:27.671Z] ---> f490ddb2d7b5 [2021-01-17T07:28:27.671Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:28:27.671Z] Removing intermediate container 336f51df8517 [2021-01-17T07:28:27.671Z] ---> bc1a70c7cf33 [2021-01-17T07:28:27.671Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-17T07:28:27.946Z] Removing intermediate container 8f3164581139 [2021-01-17T07:28:27.946Z] ---> 597f441b8529 [2021-01-17T07:28:27.946Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:28:28.530Z] 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 [2021-01-17T07:28:28.530Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-17T07:28:28.530Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-17T07:28:28.548Z] Removing intermediate container b4495a9ad1f0 [2021-01-17T07:28:28.548Z] ---> d93c70b0fce6 [2021-01-17T07:28:28.548Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-17T07:28:28.548Z] ---> Running in c7517fb4f3ff [2021-01-17T07:28:29.149Z] ---> c52370c36bc7 [2021-01-17T07:28:29.149Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-17T07:28:29.149Z] ---> 6fa95216af14 [2021-01-17T07:28:29.149Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-17T07:28:29.149Z] ---> 3f8ed1914826 [2021-01-17T07:28:29.149Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-17T07:28:29.425Z] Removing intermediate container c7517fb4f3ff [2021-01-17T07:28:29.425Z] ---> d8b306a4fe7b [2021-01-17T07:28:29.425Z] Step 13/24 : WORKDIR / [2021-01-17T07:28:29.701Z] ---> Running in 747fbd2c0adb [2021-01-17T07:28:29.913Z] 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 [2021-01-17T07:28:30.486Z] 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 [2021-01-17T07:28:30.746Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-17T07:28:31.154Z] ---> bfd404942bf0 [2021-01-17T07:28:31.154Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-17T07:28:31.432Z] Removing intermediate container 747fbd2c0adb [2021-01-17T07:28:31.432Z] ---> cfa6d9f631e9 [2021-01-17T07:28:31.432Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-17T07:28:31.432Z] ---> 2a2e76355af8 [2021-01-17T07:28:31.432Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-17T07:28:31.432Z] ---> fec38ebb85b1 [2021-01-17T07:28:31.432Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-17T07:28:32.130Z] 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 [2021-01-17T07:28:32.867Z] ---> 6abf1ecb3b7f [2021-01-17T07:28:32.867Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-17T07:28:33.069Z] 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 [2021-01-17T07:28:33.476Z] ---> 42d35c90b828 [2021-01-17T07:28:33.476Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-17T07:28:33.476Z] ---> db254c82faf4 [2021-01-17T07:28:33.476Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-17T07:28:33.639Z] 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 [2021-01-17T07:28:33.639Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-17T07:28:33.767Z] ---> 907487ad90b6 [2021-01-17T07:28:33.767Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:28:33.767Z] ---> Running in ea1dc04d12c9 [2021-01-17T07:28:34.043Z] ---> bc774487607e [2021-01-17T07:28:34.043Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-17T07:28:34.319Z] ---> Running in c04369845a12 [2021-01-17T07:28:34.920Z] Removing intermediate container ea1dc04d12c9 [2021-01-17T07:28:34.920Z] ---> f6224cea2e0b [2021-01-17T07:28:34.920Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:28:34.920Z] ---> 343c0cadcee9 [2021-01-17T07:28:34.920Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-17T07:28:34.920Z] ---> 73dc288ccee4 [2021-01-17T07:28:34.920Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-17T07:28:35.194Z] ---> Running in 9d35c8ce2ecb [2021-01-17T07:28:36.182Z] Building version [2021-01-17T07:28:36.182Z] Removing intermediate container 9d35c8ce2ecb [2021-01-17T07:28:36.182Z] ---> 3640449179fc [2021-01-17T07:28:36.182Z] Step 19/21 : LABEL arch=arm64 [2021-01-17T07:28:36.460Z] ---> e37ccfe0bfcf [2021-01-17T07:28:36.460Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-17T07:28:36.737Z] ---> Running in 0b013e0311cf [2021-01-17T07:28:36.737Z] ---> 88737cc2689c [2021-01-17T07:28:36.737Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-17T07:28:37.727Z] Removing intermediate container 0b013e0311cf [2021-01-17T07:28:37.727Z] ---> bb27f0e965c8 [2021-01-17T07:28:37.727Z] Step 20/21 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:28:37.727Z] Removing intermediate container c04369845a12 [2021-01-17T07:28:37.727Z] ---> 2e950ad95b42 [2021-01-17T07:28:37.727Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-17T07:28:38.008Z] ---> Running in 287fe96be584 [2021-01-17T07:28:38.008Z] ---> 4616b1707cae [2021-01-17T07:28:38.008Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-17T07:28:38.093Z] Staging config-common [2021-01-17T07:28:38.281Z] ---> Running in 0d2068060a9f [2021-01-17T07:28:38.281Z] ---> 129e43dfc677 [2021-01-17T07:28:38.281Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-17T07:28:38.281Z] ---> Running in c5bdd1cc2b57 [2021-01-17T07:28:38.663Z] Skipping stage go-build-helper (already ran) [2021-01-17T07:28:38.664Z] Skipping stage static-packages (already ran) [2021-01-17T07:28:38.664Z] Skipping stage go115 (already ran) [2021-01-17T07:28:38.664Z] Staging edgex-go [2021-01-17T07:28:38.881Z] Removing intermediate container 287fe96be584 [2021-01-17T07:28:38.881Z] ---> 7e691281947a [2021-01-17T07:28:38.881Z] Step 21/21 : LABEL version=0.0.0 [2021-01-17T07:28:38.881Z] Removing intermediate container 0d2068060a9f [2021-01-17T07:28:38.881Z] ---> 3dab579ba7ff [2021-01-17T07:28:38.881Z] Step 20/22 : LABEL arch=arm64 [2021-01-17T07:28:39.156Z] ---> Running in 008a31808a6b [2021-01-17T07:28:39.435Z] ---> Running in 3158e667d7cf [2021-01-17T07:28:39.435Z] Removing intermediate container c5bdd1cc2b57 [2021-01-17T07:28:39.435Z] ---> cce3cdff8025 [2021-01-17T07:28:39.435Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:28:39.612Z] Staging version [2021-01-17T07:28:40.038Z] ---> Running in 68f336c6fa42 [2021-01-17T07:28:40.038Z] Removing intermediate container 008a31808a6b [2021-01-17T07:28:40.038Z] ---> bec503195913 [2021-01-17T07:28:40.038Z] [2021-01-17T07:28:40.310Z] ---> feb33597b999 [2021-01-17T07:28:40.310Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-17T07:28:40.310Z] Removing intermediate container 3158e667d7cf [2021-01-17T07:28:40.310Z] ---> a29f3e053053 [2021-01-17T07:28:40.310Z] Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:28:40.559Z] Priming config-common [2021-01-17T07:28:40.587Z] ---> Running in 20e012a77658 [2021-01-17T07:28:40.863Z] Successfully built bec503195913 [2021-01-17T07:28:40.863Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-17T07:28:40.863Z] Removing intermediate container 68f336c6fa42 [2021-01-17T07:28:40.863Z] ---> 57d8bd008e06 [2021-01-17T07:28:40.863Z] Step 22/24 : LABEL arch=arm64 [2021-01-17T07:28:40.863Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-17T07:28:41.139Z] ---> Running in 2a56e3ae52a3 [2021-01-17T07:28:41.408Z] ---> 1bf1af05220a [2021-01-17T07:28:41.408Z] Removing intermediate container 20e012a77658 [2021-01-17T07:28:41.408Z] ---> ece6b07079c3 [2021-01-17T07:28:41.408Z] Step 22/22 : LABEL version=0.0.0 [2021-01-17T07:28:41.408Z] 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/ [2021-01-17T07:28:41.500Z] Priming go-build-helper [2021-01-17T07:28:41.678Z] ---> Running in 48f87c189242 [2021-01-17T07:28:41.678Z] ---> Running in e23735b59df2 [2021-01-17T07:28:41.965Z] Removing intermediate container 2a56e3ae52a3 [2021-01-17T07:28:41.965Z] ---> da78e1107930 [2021-01-17T07:28:41.965Z] Step 23/24 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:28:41.965Z] Removing intermediate container 71cfc506a336 [2021-01-17T07:28:41.965Z] ---> f5a64cb912db [2021-01-17T07:28:41.965Z] [2021-01-17T07:28:41.965Z] Step 10/23 : FROM alpine:3.12 [2021-01-17T07:28:41.965Z] ---> afeebe901d6b [2021-01-17T07:28:41.965Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-17T07:28:42.449Z] Priming static-packages [2021-01-17T07:28:42.958Z] ---> Running in e49998ebbcf3 [2021-01-17T07:28:42.958Z] ---> Running in a4b253acb328 [2021-01-17T07:28:43.230Z] Removing intermediate container 48f87c189242 [2021-01-17T07:28:43.230Z] ---> 137b0b552428 [2021-01-17T07:28:43.230Z] [2021-01-17T07:28:43.857Z] Successfully built 137b0b552428 [2021-01-17T07:28:43.857Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-17T07:28:43.857Z] Building docker-security-proxy-setup-go [2021-01-17T07:28:43.857Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container a4b253acb328 [2021-01-17T07:28:43.857Z] ---> 7899bd256e87 [2021-01-17T07:28:43.857Z] Step 24/24 : LABEL version=0.0.0 [2021-01-17T07:28:44.469Z] Removing intermediate container e49998ebbcf3 [2021-01-17T07:28:44.469Z] ---> 3787eeb506b8 [2021-01-17T07:28:44.469Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-17T07:28:44.469Z] ---> Running in b364d0a0d3bb [2021-01-17T07:28:44.750Z] ---> Running in 1a646cac1095 [2021-01-17T07:28:45.007Z] Priming go115 [2021-01-17T07:28:45.022Z] Removing intermediate container b364d0a0d3bb [2021-01-17T07:28:45.022Z] ---> 28a9d09d4f5a [2021-01-17T07:28:45.022Z] [2021-01-17T07:28:45.587Z] Priming edgex-go [2021-01-17T07:28:45.619Z] Removing intermediate container e23735b59df2 [2021-01-17T07:28:45.619Z] Successfully built 28a9d09d4f5a [2021-01-17T07:28:45.619Z] ---> 5ff46b49a6d5 [2021-01-17T07:28:45.619Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-17T07:28:45.889Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-17T07:28:45.889Z] Building docker-core-metadata-go [2021-01-17T07:28:45.889Z] Removing intermediate container 1a646cac1095 [2021-01-17T07:28:45.889Z] ---> 1acd6f77c8e5 [2021-01-17T07:28:45.889Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-17T07:28:46.480Z]  Building docker-support-notifications-go ... done  ---> Running in 3e3a2ba06e7f [2021-01-17T07:28:46.480Z] ---> Running in ee41956f5965 [2021-01-17T07:28:46.529Z] Priming version [2021-01-17T07:28:47.076Z] Removing intermediate container 3e3a2ba06e7f [2021-01-17T07:28:47.077Z] ---> 4506bda58eb3 [2021-01-17T07:28:47.077Z] Step 22/24 : LABEL arch=arm64 [2021-01-17T07:28:47.349Z] Removing intermediate container ee41956f5965 [2021-01-17T07:28:47.349Z] ---> e647cfba37fa [2021-01-17T07:28:47.349Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:28:47.933Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-17T07:28:48.007Z] ---> Running in 89d3ac432e03 [2021-01-17T07:28:48.292Z] ---> Running in ef447edbb7d9 [2021-01-17T07:28:49.284Z] Removing intermediate container 89d3ac432e03 [2021-01-17T07:28:49.284Z] ---> 957d41cc58b5 [2021-01-17T07:28:49.284Z] Step 23/24 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-17T07:28:49.555Z] ---> Running in 757eefe8bbf3 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-17T07:28:50.539Z] Removing intermediate container 757eefe8bbf3 [2021-01-17T07:28:50.539Z] ---> d1d7b239b5af [2021-01-17T07:28:50.539Z] Step 24/24 : LABEL version=0.0.0 [2021-01-17T07:28:50.815Z] ---> Running in fb76f7a155f4 [2021-01-17T07:28:52.260Z] Removing intermediate container fb76f7a155f4 [2021-01-17T07:28:52.260Z] ---> 858fbc23ac47 [2021-01-17T07:28:52.260Z] [2021-01-17T07:28:52.536Z] Removing intermediate container ef447edbb7d9 [2021-01-17T07:28:52.536Z] ---> df3ffec5a69d [2021-01-17T07:28:52.536Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-17T07:28:52.536Z] Successfully built 858fbc23ac47 [2021-01-17T07:28:52.809Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-17T07:28:52.809Z] Building docker-core-command-go [2021-01-17T07:28:53.084Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in aa5f66cd7de1 [2021-01-17T07:28:54.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:28:55.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:28:57.085Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-17T07:28:57.085Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-17T07:28:57.085Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-17T07:28:57.682Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-17T07:28:57.954Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-17T07:28:57.954Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:28:57.954Z] OK: 8 MiB in 19 packages [2021-01-17T07:29:02.282Z] Removing intermediate container aa5f66cd7de1 [2021-01-17T07:29:02.282Z] ---> bea4cdac1067 [2021-01-17T07:29:02.282Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:29:03.271Z] ---> f775b3c1bc8a [2021-01-17T07:29:03.271Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-17T07:29:05.242Z] ---> f0f13f39669e [2021-01-17T07:29:05.242Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-17T07:29:05.836Z] ---> 1208931a9433 [2021-01-17T07:29:05.836Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-17T07:29:06.108Z] ---> Running in d884aa33d3ff [2021-01-17T07:29:06.705Z] Removing intermediate container d884aa33d3ff [2021-01-17T07:29:06.705Z] ---> 57762a73a164 [2021-01-17T07:29:06.705Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:29:06.978Z] ---> Running in 78cc0144e08e [2021-01-17T07:29:07.577Z] Removing intermediate container 78cc0144e08e [2021-01-17T07:29:07.577Z] ---> 43174ed3c471 [2021-01-17T07:29:07.577Z] Step 21/23 : LABEL arch=arm64 [2021-01-17T07:29:08.178Z] ---> Running in 7f366362ac23 [2021-01-17T07:29:09.162Z] Removing intermediate container 7f366362ac23 [2021-01-17T07:29:09.162Z] ---> 24b3c39a90e4 [2021-01-17T07:29:09.162Z] Step 22/23 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:29:09.436Z] ---> Running in 88874ce5d869 [2021-01-17T07:29:10.423Z] Removing intermediate container 88874ce5d869 [2021-01-17T07:29:10.423Z] ---> 9aedc3925689 [2021-01-17T07:29:10.423Z] Step 23/23 : LABEL version=0.0.0 [2021-01-17T07:29:11.017Z] ---> Running in c05e81cf604f [2021-01-17T07:29:11.998Z] Removing intermediate container c05e81cf604f [2021-01-17T07:29:11.998Z] ---> 9cdc24aefb8d [2021-01-17T07:29:11.998Z] [2021-01-17T07:29:12.278Z] Successfully built 9cdc24aefb8d [2021-01-17T07:29:12.278Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-17T07:29:27.377Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:29:27.377Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:29:27.377Z] ---> ecac3aa8c26e [2021-01-17T07:29:27.377Z] Step 3/26 : WORKDIR /edgex-go [2021-01-17T07:29:27.377Z] ---> Using cache [2021-01-17T07:29:27.377Z] ---> 6460e58a055b [2021-01-17T07:29:27.377Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:29:27.377Z] ---> Using cache [2021-01-17T07:29:27.377Z] ---> a6bb9bcd6001 [2021-01-17T07:29:27.377Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-17T07:29:30.012Z] ---> Running in 736a47e17832 [2021-01-17T07:29:30.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:29:31.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:29:32.268Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:29:32.268Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:29:32.268Z] ---> ecac3aa8c26e [2021-01-17T07:29:32.268Z] Step 3/21 : WORKDIR /edgex-go [2021-01-17T07:29:32.268Z] ---> Using cache [2021-01-17T07:29:32.268Z] ---> 6460e58a055b [2021-01-17T07:29:32.268Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:29:32.268Z] ---> Using cache [2021-01-17T07:29:32.268Z] ---> a6bb9bcd6001 [2021-01-17T07:29:32.268Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-17T07:29:32.928Z] OK: 217 MiB in 51 packages [2021-01-17T07:29:33.635Z] ---> Running in 18cabb8db5c5 [2021-01-17T07:29:34.658Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:29:34.658Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:29:34.658Z] ---> ecac3aa8c26e [2021-01-17T07:29:34.658Z] Step 3/22 : WORKDIR /edgex-go [2021-01-17T07:29:34.658Z] ---> Using cache [2021-01-17T07:29:34.658Z] ---> 6460e58a055b [2021-01-17T07:29:34.658Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-17T07:29:34.658Z] ---> Using cache [2021-01-17T07:29:34.658Z] ---> a6bb9bcd6001 [2021-01-17T07:29:34.658Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-17T07:29:34.658Z] ---> Running in a03629d48bad [2021-01-17T07:29:35.260Z] Removing intermediate container 736a47e17832 [2021-01-17T07:29:35.260Z] ---> 7feb4359770b [2021-01-17T07:29:35.260Z] Step 6/26 : COPY go.mod . [2021-01-17T07:29:35.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:29:36.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:29:36.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:29:36.453Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-17T07:29:36.453Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-17T07:29:36.453Z] ---> ecac3aa8c26e [2021-01-17T07:29:36.453Z] Step 3/22 : WORKDIR /edgex-go [2021-01-17T07:29:36.453Z] ---> 1645a2e4320b [2021-01-17T07:29:36.453Z] ---> Using cache [2021-01-17T07:29:36.453Z] ---> 6460e58a055b [2021-01-17T07:29:36.453Z] 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 [2021-01-17T07:29:36.453Z] [2021-01-17T07:29:36.453Z] ---> Using cache [2021-01-17T07:29:36.453Z] ---> a6bb9bcd6001 [2021-01-17T07:29:36.453Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-17T07:29:36.730Z] ---> Running in 1d20b9bd61df [2021-01-17T07:29:36.731Z] ---> Running in ead6c438ae37 [2021-01-17T07:29:37.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:29:37.621Z] OK: 217 MiB in 51 packages [2021-01-17T07:29:38.227Z] OK: 217 MiB in 51 packages [2021-01-17T07:29:38.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:29:39.211Z] Removing intermediate container 18cabb8db5c5 [2021-01-17T07:29:39.211Z] ---> 0dbc721dd9a6 [2021-01-17T07:29:39.211Z] Step 6/21 : COPY go.mod . [2021-01-17T07:29:39.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:29:39.815Z] Removing intermediate container a03629d48bad [2021-01-17T07:29:39.815Z] ---> 3d98b77d65e3 [2021-01-17T07:29:39.815Z] Step 6/22 : COPY go.mod . [2021-01-17T07:29:40.087Z] OK: 217 MiB in 51 packages [2021-01-17T07:29:40.087Z] ---> 8a58e63087fa [2021-01-17T07:29:40.087Z] Step 7/21 : RUN go mod download [2021-01-17T07:29:40.087Z] Removing intermediate container ead6c438ae37 [2021-01-17T07:29:40.087Z] ---> a0884920257f [2021-01-17T07:29:40.087Z] Step 8/26 : COPY . . [2021-01-17T07:29:40.361Z] ---> Running in 8521bd732fe9 [2021-01-17T07:29:40.637Z] ---> 7f644f528b2a [2021-01-17T07:29:40.637Z] Step 7/22 : RUN go mod download [2021-01-17T07:29:40.914Z] ---> Running in f067492f5862 [2021-01-17T07:29:41.526Z] Removing intermediate container 1d20b9bd61df [2021-01-17T07:29:41.526Z] ---> 995d22429bab [2021-01-17T07:29:41.526Z] Step 6/22 : COPY go.mod . [2021-01-17T07:29:42.984Z] ---> 88be97a1760d [2021-01-17T07:29:42.984Z] Step 7/22 : RUN go mod download [2021-01-17T07:29:43.581Z] ---> Running in 8c107184d68e [2021-01-17T07:29:44.575Z] Removing intermediate container 8521bd732fe9 [2021-01-17T07:29:44.575Z] ---> fb1979d2e6e7 [2021-01-17T07:29:44.575Z] Step 8/21 : COPY . . [2021-01-17T07:29:44.849Z] Removing intermediate container f067492f5862 [2021-01-17T07:29:44.849Z] ---> 3f154cd30d09 [2021-01-17T07:29:44.849Z] Step 8/22 : COPY . . [2021-01-17T07:29:48.280Z] Removing intermediate container 8c107184d68e [2021-01-17T07:29:48.280Z] ---> 4e8ee5dc30c8 [2021-01-17T07:29:48.280Z] Step 8/22 : COPY . . [2021-01-17T07:30:03.411Z] ---> a37317877fff [2021-01-17T07:30:03.411Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-17T07:30:03.411Z] ---> Running in da76804aee06 [2021-01-17T07:30:03.411Z] ---> 0630dc0037b0 [2021-01-17T07:30:03.411Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-17T07:30:03.411Z] ---> 440943e86345 [2021-01-17T07:30:03.411Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-17T07:30:03.411Z] ---> Running in 090a412f0aaa [2021-01-17T07:30:03.411Z] ---> Running in 386a2180e1c4 [2021-01-17T07:30:03.411Z] 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 [2021-01-17T07:30:04.015Z] ---> a84a3682da29 [2021-01-17T07:30:04.015Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-17T07:30:04.294Z] ---> Running in 9884fb5ceca5 [2021-01-17T07:30:04.571Z] 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 [2021-01-17T07:30:04.571Z] 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 [2021-01-17T07:30:06.014Z] 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 [2021-01-17T07:31:14.072Z] 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 [2021-01-17T07:31:18.409Z] Removing intermediate container da76804aee06 [2021-01-17T07:31:18.410Z] ---> 0a7506c17ea4 [2021-01-17T07:31:18.410Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-17T07:31:19.018Z] ---> Running in e4f83b5c5951 [2021-01-17T07:31:21.662Z] 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 [2021-01-17T07:31:23.658Z] Removing intermediate container 9884fb5ceca5 [2021-01-17T07:31:23.658Z] ---> 6b54e9ba58d2 [2021-01-17T07:31:23.658Z] [2021-01-17T07:31:23.658Z] Step 10/22 : FROM scratch [2021-01-17T07:31:23.658Z] ---> [2021-01-17T07:31:23.658Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-17T07:31:23.658Z] Removing intermediate container 386a2180e1c4 [2021-01-17T07:31:23.658Z] ---> 9d94bbf49b31 [2021-01-17T07:31:23.658Z] [2021-01-17T07:31:23.658Z] Step 10/21 : FROM alpine:3.12 [2021-01-17T07:31:23.658Z] ---> afeebe901d6b [2021-01-17T07:31:23.658Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-17T07:31:23.958Z] ---> Using cache [2021-01-17T07:31:23.958Z] ---> f6d706073abd [2021-01-17T07:31:23.958Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-17T07:31:23.958Z] ---> Running in 097c4e543645 [2021-01-17T07:31:23.958Z] ---> Running in 81e5ebfd349d [2021-01-17T07:31:24.951Z] Removing intermediate container 097c4e543645 [2021-01-17T07:31:24.951Z] ---> e26e46a26108 [2021-01-17T07:31:24.951Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-17T07:31:24.951Z] ---> Running in 619d0932299b [2021-01-17T07:31:25.550Z] Removing intermediate container e4f83b5c5951 [2021-01-17T07:31:25.550Z] ---> b202697d926d [2021-01-17T07:31:25.550Z] [2021-01-17T07:31:25.550Z] Step 11/26 : FROM docker:20.10.0 [2021-01-17T07:31:25.550Z] 20.10.0: Pulling from library/docker [2021-01-17T07:31:25.550Z] Removing intermediate container 619d0932299b [2021-01-17T07:31:25.550Z] ---> bc56f019d342 [2021-01-17T07:31:25.550Z] Step 14/22 : WORKDIR / [2021-01-17T07:31:25.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:31:25.830Z] ---> Running in dc69d9fbe10a [2021-01-17T07:31:25.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:31:26.127Z] Removing intermediate container dc69d9fbe10a [2021-01-17T07:31:26.127Z] ---> f3337b0cd4ce [2021-01-17T07:31:26.127Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:31:26.737Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-17T07:31:26.737Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-17T07:31:26.737Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-17T07:31:26.737Z] (4/4) Installing curl (7.69.1-r3) [2021-01-17T07:31:26.737Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:31:26.737Z] Executing ca-certificates-20191127-r4.trigger [2021-01-17T07:31:27.014Z] OK: 7 MiB in 18 packages [2021-01-17T07:31:27.993Z] ---> f560ef8c87ce [2021-01-17T07:31:27.993Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-17T07:31:29.447Z] Removing intermediate container 81e5ebfd349d [2021-01-17T07:31:29.447Z] ---> 368661ca19a8 [2021-01-17T07:31:29.447Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-17T07:31:30.044Z] ---> e22297b63094 [2021-01-17T07:31:30.044Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-17T07:31:30.044Z] ---> Running in 4136c949cc9c [2021-01-17T07:31:31.025Z] Removing intermediate container 4136c949cc9c [2021-01-17T07:31:31.025Z] ---> bf0424648579 [2021-01-17T07:31:31.025Z] Step 13/21 : WORKDIR /edgex [2021-01-17T07:31:31.333Z] ---> fdf9e9729ccc [2021-01-17T07:31:31.334Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-17T07:31:31.609Z] ---> Running in 446b4b629e01 [2021-01-17T07:31:31.609Z] ---> Running in 8b41fe95edd6 [2021-01-17T07:31:32.213Z] Removing intermediate container 090a412f0aaa [2021-01-17T07:31:32.213Z] ---> dda4caec05af [2021-01-17T07:31:32.213Z] [2021-01-17T07:31:32.213Z] Step 10/22 : FROM scratch [2021-01-17T07:31:32.213Z] ---> [2021-01-17T07:31:32.213Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-17T07:31:32.213Z] ---> Using cache [2021-01-17T07:31:32.213Z] ---> f6d706073abd [2021-01-17T07:31:32.213Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-17T07:31:32.487Z] ---> Running in 2d1c69f0a0b2 [2021-01-17T07:31:32.487Z] Removing intermediate container 8b41fe95edd6 [2021-01-17T07:31:32.487Z] ---> 3452da7ebbb3 [2021-01-17T07:31:32.487Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:31:32.759Z] Removing intermediate container 446b4b629e01 [2021-01-17T07:31:32.759Z] ---> 6dbc15aa2540 [2021-01-17T07:31:32.759Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-17T07:31:32.759Z] ---> Running in 60e9a73577cf [2021-01-17T07:31:33.032Z] Removing intermediate container 2d1c69f0a0b2 [2021-01-17T07:31:33.032Z] ---> a0845d074376 [2021-01-17T07:31:33.032Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-17T07:31:33.302Z] ---> Running in 98e5ff354197 [2021-01-17T07:31:33.576Z] Removing intermediate container 60e9a73577cf [2021-01-17T07:31:33.576Z] ---> b01a81961e03 [2021-01-17T07:31:33.576Z] Step 20/22 : LABEL arch=arm64 [2021-01-17T07:31:33.852Z] ---> bec3f0f731f2 [2021-01-17T07:31:33.852Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-17T07:31:33.852Z] ---> Running in 92d493f467ad [2021-01-17T07:31:34.126Z] Removing intermediate container 98e5ff354197 [2021-01-17T07:31:34.126Z] ---> 7e5920af1aa9 [2021-01-17T07:31:34.126Z] Step 14/22 : WORKDIR / [2021-01-17T07:31:34.396Z] ---> Running in 75197796e3d4 [2021-01-17T07:31:34.670Z] Removing intermediate container 92d493f467ad [2021-01-17T07:31:34.670Z] ---> ec86f917f124 [2021-01-17T07:31:34.670Z] Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:31:34.940Z] ---> Running in bb82898a1a1d [2021-01-17T07:31:35.213Z] Removing intermediate container 75197796e3d4 [2021-01-17T07:31:35.213Z] ---> 57a92d715681 [2021-01-17T07:31:35.213Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-17T07:31:35.213Z] ---> f3045906f455 [2021-01-17T07:31:35.213Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-17T07:31:35.485Z] Removing intermediate container bb82898a1a1d [2021-01-17T07:31:35.485Z] ---> c56535c1a311 [2021-01-17T07:31:35.485Z] Step 22/22 : LABEL version=0.0.0 [2021-01-17T07:31:36.078Z] ---> Running in 0b0f0b90287f [2021-01-17T07:31:36.350Z] ---> e66b3223d5b8 [2021-01-17T07:31:36.350Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-17T07:31:36.945Z] Removing intermediate container 0b0f0b90287f [2021-01-17T07:31:36.945Z] ---> 3d222f42334f [2021-01-17T07:31:36.945Z] [2021-01-17T07:31:36.945Z] ---> f4322157d731 [2021-01-17T07:31:36.945Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-17T07:31:37.217Z] ---> Running in fb49008c5c88 [2021-01-17T07:31:37.494Z] Successfully built 3d222f42334f [2021-01-17T07:31:37.494Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-17T07:31:38.090Z]  Building docker-core-command-go ... done  ---> c34c703f571c [2021-01-17T07:31:38.090Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-17T07:31:38.090Z] Removing intermediate container fb49008c5c88 [2021-01-17T07:31:38.090Z] ---> f5e44f61a2c1 [2021-01-17T07:31:38.090Z] Step 18/21 : CMD ["--init=true"] [2021-01-17T07:31:38.363Z] ---> Running in 28f6f11f7aaf [2021-01-17T07:31:38.960Z] Removing intermediate container 28f6f11f7aaf [2021-01-17T07:31:38.960Z] ---> 1d070e3c4eaf [2021-01-17T07:31:38.960Z] Step 19/21 : LABEL arch=arm64 [2021-01-17T07:31:38.960Z] ---> ced2bc8749fa [2021-01-17T07:31:38.960Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-17T07:31:39.234Z] ---> Running in 5482c86b5380 [2021-01-17T07:31:39.234Z] ---> Running in 89812d4b7dd6 [2021-01-17T07:31:39.830Z] Removing intermediate container 5482c86b5380 [2021-01-17T07:31:39.830Z] ---> 16f3959c8772 [2021-01-17T07:31:39.830Z] Step 20/21 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:31:39.830Z] Removing intermediate container 89812d4b7dd6 [2021-01-17T07:31:39.830Z] ---> 418b261eb038 [2021-01-17T07:31:39.830Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:31:39.830Z] ---> Running in 3d9e17d71a5f [2021-01-17T07:31:40.109Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-17T07:31:40.109Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-17T07:31:40.109Z] ---> eeaf43b92773 [2021-01-17T07:31:40.109Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-17T07:31:40.109Z] ---> Running in 36af7d71909c [2021-01-17T07:31:40.109Z] ---> Running in b843fe6bd765 [2021-01-17T07:31:40.706Z] Removing intermediate container 3d9e17d71a5f [2021-01-17T07:31:40.706Z] ---> b282fb707228 [2021-01-17T07:31:40.706Z] Step 21/21 : LABEL version=0.0.0 [2021-01-17T07:31:40.706Z] Removing intermediate container 36af7d71909c [2021-01-17T07:31:40.706Z] ---> fd64dae300c5 [2021-01-17T07:31:40.706Z] Step 20/22 : LABEL arch=arm64 [2021-01-17T07:31:40.706Z] ---> Running in 8474daec3c0a [2021-01-17T07:31:40.983Z] ---> Running in 219afcf396f2 [2021-01-17T07:31:41.259Z] Removing intermediate container 8474daec3c0a [2021-01-17T07:31:41.259Z] ---> 3869bb2908c5 [2021-01-17T07:31:41.259Z] [2021-01-17T07:31:41.530Z] Removing intermediate container 219afcf396f2 [2021-01-17T07:31:41.530Z] ---> 941bfefc6331 [2021-01-17T07:31:41.530Z] Step 21/22 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:31:41.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:31:41.860Z] Successfully built 3869bb2908c5 [2021-01-17T07:31:41.860Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-17T07:31:41.860Z]  Building docker-security-proxy-setup-go ... done  ---> Running in e82263776b83 [2021-01-17T07:31:42.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:31:42.438Z] Removing intermediate container e82263776b83 [2021-01-17T07:31:42.438Z] ---> b4f9bd40bb15 [2021-01-17T07:31:42.439Z] Step 22/22 : LABEL version=0.0.0 [2021-01-17T07:31:42.439Z] ---> Running in e61aad8434b7 [2021-01-17T07:31:42.719Z] (1/2) Installing readline (8.0.4-r0) [2021-01-17T07:31:42.719Z] (2/2) Installing bash (5.0.17-r0) [2021-01-17T07:31:43.005Z] Executing bash-5.0.17-r0.post-install [2021-01-17T07:31:43.005Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:31:43.005Z] Removing intermediate container e61aad8434b7 [2021-01-17T07:31:43.005Z] ---> 63839710678f [2021-01-17T07:31:43.005Z] [2021-01-17T07:31:43.005Z] OK: 12 MiB in 22 packages [2021-01-17T07:31:43.662Z] Successfully built 63839710678f [2021-01-17T07:31:43.662Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-17T07:31:44.639Z]  Building docker-core-metadata-go ... done Removing intermediate container b843fe6bd765 [2021-01-17T07:31:44.639Z] ---> 7ea0841b4bdd [2021-01-17T07:31:44.639Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-17T07:31:44.639Z] ---> Running in 60096491bb30 [2021-01-17T07:31:45.233Z] Removing intermediate container 60096491bb30 [2021-01-17T07:31:45.233Z] ---> df644a4b45b2 [2021-01-17T07:31:45.233Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-17T07:31:45.233Z] ---> Running in d5745795c829 [2021-01-17T07:31:45.828Z] Removing intermediate container d5745795c829 [2021-01-17T07:31:45.828Z] ---> 03b5807a5d63 [2021-01-17T07:31:45.828Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-17T07:31:45.828Z] ---> Running in 963e6f82d59c [2021-01-17T07:31:46.422Z] Removing intermediate container 963e6f82d59c [2021-01-17T07:31:46.422Z] ---> 07c7edc579bd [2021-01-17T07:31:46.422Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-17T07:31:47.399Z] ---> 3b517e63f039 [2021-01-17T07:31:47.399Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-17T07:31:47.992Z] ---> 7198735e8d2b [2021-01-17T07:31:47.992Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-17T07:31:48.969Z] ---> 1cb008d710bd [2021-01-17T07:31:48.969Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-17T07:31:48.969Z] ---> Running in 966cd2cb5618 [2021-01-17T07:31:50.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:31:50.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:31:50.991Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-17T07:31:50.991Z] (2/33) Installing expat (2.2.9-r1) [2021-01-17T07:31:50.991Z] (3/33) Installing libffi (3.3-r2) [2021-01-17T07:31:50.991Z] (4/33) Installing gdbm (1.13-r1) [2021-01-17T07:31:50.991Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-17T07:31:50.991Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-17T07:31:50.991Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-17T07:31:52.944Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-17T07:31:52.944Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-17T07:31:52.944Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-17T07:31:52.944Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-17T07:31:52.944Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-17T07:31:52.944Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-17T07:31:52.944Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-17T07:31:52.944Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-17T07:31:52.944Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-17T07:31:52.944Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-17T07:31:52.944Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-17T07:31:53.212Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-17T07:31:53.212Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-17T07:31:53.212Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-17T07:31:53.212Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-17T07:31:53.212Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-17T07:31:53.212Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-17T07:31:53.212Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-17T07:31:53.212Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-17T07:31:53.212Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-17T07:31:53.212Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-17T07:31:53.212Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-17T07:31:53.485Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-17T07:31:53.485Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-17T07:31:53.485Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-17T07:31:53.485Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-17T07:31:53.485Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:31:53.485Z] OK: 71 MiB in 55 packages [2021-01-17T07:32:00.177Z] Removing intermediate container 966cd2cb5618 [2021-01-17T07:32:00.177Z] ---> 3c6029ca97e4 [2021-01-17T07:32:00.177Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-17T07:32:00.177Z] ---> Running in f4a7edc83234 [2021-01-17T07:32:04.461Z] Collecting docker-compose==1.23.2 [2021-01-17T07:32:04.461Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-17T07:32:04.735Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-17T07:32:05.326Z] Collecting PyYAML<4,>=3.10 [2021-01-17T07:32:05.326Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-17T07:32:08.698Z] Collecting texttable<0.10,>=0.9.0 [2021-01-17T07:32:08.698Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-17T07:32:10.656Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-17T07:32:10.656Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-17T07:32:11.245Z] Collecting cached-property<2,>=1.2.0 [2021-01-17T07:32:11.245Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-17T07:32:11.840Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-17T07:32:11.840Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-17T07:32:12.112Z] Collecting docopt<0.7,>=0.6.1 [2021-01-17T07:32:12.112Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-17T07:32:14.079Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-17T07:32:14.079Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-17T07:32:16.045Z] Collecting jsonschema<3,>=2.5.1 [2021-01-17T07:32:16.045Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-17T07:32:16.633Z] Collecting docker<4.0,>=3.6.0 [2021-01-17T07:32:16.633Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-17T07:32:16.903Z] 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) [2021-01-17T07:32:16.903Z] 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) [2021-01-17T07:32:17.490Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-17T07:32:17.490Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-17T07:32:17.759Z] Collecting idna<2.8,>=2.5 [2021-01-17T07:32:18.028Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-17T07:32:18.028Z] Collecting docker-pycreds>=0.4.0 [2021-01-17T07:32:18.028Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-17T07:32:18.296Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-17T07:32:18.296Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-17T07:32:18.296Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-17T07:32:18.296Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-17T07:32:19.268Z] Installing collected packages: PyYAML, texttable, urllib3, idna, requests, cached-property, websocket-client, docopt, dockerpty, jsonschema, docker-pycreds, docker, docker-compose [2021-01-17T07:32:19.268Z] Running setup.py install for PyYAML: started [2021-01-17T07:32:21.224Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-17T07:32:21.224Z] Running setup.py install for texttable: started [2021-01-17T07:32:23.185Z] Running setup.py install for texttable: finished with status 'done' [2021-01-17T07:32:23.185Z] Attempting uninstall: urllib3 [2021-01-17T07:32:23.185Z] Found existing installation: urllib3 1.25.9 [2021-01-17T07:32:23.185Z] Uninstalling urllib3-1.25.9: [2021-01-17T07:32:23.185Z] Successfully uninstalled urllib3-1.25.9 [2021-01-17T07:32:23.454Z] Attempting uninstall: idna [2021-01-17T07:32:23.454Z] Found existing installation: idna 2.9 [2021-01-17T07:32:23.454Z] Uninstalling idna-2.9: [2021-01-17T07:32:23.726Z] Successfully uninstalled idna-2.9 [2021-01-17T07:32:24.317Z] Attempting uninstall: requests [2021-01-17T07:32:24.317Z] Found existing installation: requests 2.23.0 [2021-01-17T07:32:24.317Z] Uninstalling requests-2.23.0: [2021-01-17T07:32:24.317Z] Successfully uninstalled requests-2.23.0 [2021-01-17T07:32:24.908Z] Running setup.py install for docopt: started [2021-01-17T07:32:26.866Z] Running setup.py install for docopt: finished with status 'done' [2021-01-17T07:32:26.866Z] Running setup.py install for dockerpty: started [2021-01-17T07:32:28.837Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-17T07:32:30.795Z] 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 [2021-01-17T07:32:34.170Z] Removing intermediate container f4a7edc83234 [2021-01-17T07:32:34.170Z] ---> 6daccd684c81 [2021-01-17T07:32:34.170Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-17T07:32:34.170Z] ---> Running in dd476f28da12 [2021-01-17T07:32:35.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-17T07:32:35.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-17T07:32:36.007Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-17T07:32:36.007Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-17T07:32:36.007Z] (3/3) Installing curl (7.69.1-r3) [2021-01-17T07:32:36.007Z] Executing busybox-1.31.1-r19.trigger [2021-01-17T07:32:36.007Z] OK: 71 MiB in 58 packages [2021-01-17T07:32:37.429Z] Removing intermediate container dd476f28da12 [2021-01-17T07:32:37.429Z] ---> bb1291781ce7 [2021-01-17T07:32:37.429Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-17T07:32:37.429Z] ---> Running in a0cb29c808bf [2021-01-17T07:32:37.700Z] Removing intermediate container a0cb29c808bf [2021-01-17T07:32:37.700Z] ---> 7b9e91170967 [2021-01-17T07:32:37.700Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-17T07:32:37.969Z] ---> Running in 5129145b7337 [2021-01-17T07:32:38.561Z] Removing intermediate container 5129145b7337 [2021-01-17T07:32:38.561Z] ---> 88b0463cee52 [2021-01-17T07:32:38.561Z] Step 24/26 : LABEL arch=arm64 [2021-01-17T07:32:38.561Z] ---> Running in 9991888e4def [2021-01-17T07:32:38.835Z] Removing intermediate container 9991888e4def [2021-01-17T07:32:38.835Z] ---> 467d47b5a772 [2021-01-17T07:32:38.835Z] Step 25/26 : LABEL git_sha=54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [2021-01-17T07:32:39.105Z] ---> Running in dcea1145d8ee [2021-01-17T07:32:39.696Z] Removing intermediate container dcea1145d8ee [2021-01-17T07:32:39.696Z] ---> b62ce7103764 [2021-01-17T07:32:39.696Z] Step 26/26 : LABEL version=0.0.0 [2021-01-17T07:32:39.696Z] ---> Running in 297f21330f4c [2021-01-17T07:32:40.287Z] Removing intermediate container 297f21330f4c [2021-01-17T07:32:40.287Z] ---> b424301e27c7 [2021-01-17T07:32:40.287Z] [2021-01-17T07:32:40.560Z] Successfully built b424301e27c7 [2021-01-17T07:32:40.560Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-17T07:32:40.846Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-17T07:32:40.872Z] $ docker stop --time=1 69fc077efb17f14438db0fcda3a4dc4033a96a6c479823e12e0957a8c188fe75 [2021-01-17T07:32:42.783Z] $ docker rm -f 69fc077efb17f14438db0fcda3a4dc4033a96a6c479823e12e0957a8c188fe75 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-17T07:32:43.463Z] + + grep docker [2021-01-17T07:32:43.463Z] docker images [2021-01-17T07:32:43.748Z] docker-sys-mgmt-agent-go-arm64 latest b424301e27c7 4 seconds ago 300MB [2021-01-17T07:32:43.748Z] docker-core-metadata-go-arm64 latest 63839710678f About a minute ago 12.3MB [2021-01-17T07:32:43.748Z] docker-security-proxy-setup-go-arm64 latest 3869bb2908c5 About a minute ago 23.2MB [2021-01-17T07:32:43.748Z] docker-core-command-go-arm64 latest 3d222f42334f About a minute ago 9.98MB [2021-01-17T07:32:43.748Z] docker-core-data-go-arm64 latest 9cdc24aefb8d 3 minutes ago 21MB [2021-01-17T07:32:43.748Z] docker-security-secretstore-setup-go-arm64 latest 858fbc23ac47 3 minutes ago 23.4MB [2021-01-17T07:32:43.748Z] docker-support-notifications-go-arm64 latest 28a9d09d4f5a 3 minutes ago 11.4MB [2021-01-17T07:32:43.748Z] docker-security-bootstrap-redis-go-arm64 latest 137b0b552428 4 minutes ago 15.1MB [2021-01-17T07:32:43.748Z] docker-support-scheduler-go-arm64 latest bec503195913 4 minutes ago 10MB [2021-01-17T07:32:43.748Z] 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 [2021-01-17T07:32:45.642Z] provisioning config files... [2021-01-17T07:32:45.662Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config1981690614953083600tmp [Pipeline] { [Pipeline] sh [2021-01-17T07:32:46.027Z] + set +x [2021-01-17T07:32:46.027Z] + curl -s https://codecov.io/bash [2021-01-17T07:32:46.027Z] + bash -s -- [2021-01-17T07:32:46.604Z] [2021-01-17T07:32:46.604Z] _____ _ [2021-01-17T07:32:46.604Z] / ____| | | [2021-01-17T07:32:46.604Z] | | ___ __| | ___ ___ _____ __ [2021-01-17T07:32:46.604Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-17T07:32:46.604Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-17T07:32:46.604Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-17T07:32:46.604Z] Bash-20210115-cec3c92 [2021-01-17T07:32:46.604Z] [2021-01-17T07:32:46.604Z] [2021-01-17T07:32:46.604Z] ==> git version 2.24.3 found [2021-01-17T07:32:46.604Z] ==> 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 [2021-01-17T07:32:46.604Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-17T07:32:46.604Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-17T07:32:46.604Z] ==> Jenkins CI detected. [2021-01-17T07:32:46.604Z] project root: . [2021-01-17T07:32:46.604Z] --> token set from env [2021-01-17T07:32:46.604Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-17T07:32:46.604Z] ==> Running gcov in . (disable via -X gcov) [2021-01-17T07:32:46.604Z] ==> Python coveragepy not found [2021-01-17T07:32:46.604Z] ==> Searching for coverage reports in: [2021-01-17T07:32:46.604Z] + . [2021-01-17T07:32:46.604Z] -> Found 1 reports [2021-01-17T07:32:46.604Z] ==> Detecting git/mercurial file structure [2021-01-17T07:32:46.604Z] ==> Reading reports [2021-01-17T07:32:46.604Z] + ./coverage.out bytes=550280 [2021-01-17T07:32:46.604Z] ==> Appending adjustments [2021-01-17T07:32:46.604Z] https://docs.codecov.io/docs/fixing-reports [2021-01-17T07:32:49.931Z] + Found adjustments [2021-01-17T07:32:49.931Z] ==> Gzipping contents [2021-01-17T07:32:49.931Z] 84K /tmp/codecov.m7B99I.gz [2021-01-17T07:32:49.931Z] ==> Uploading reports [2021-01-17T07:32:49.931Z] url: https://codecov.io [2021-01-17T07:32:49.931Z] 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= [2021-01-17T07:32:49.931Z] -> Pinging Codecov [2021-01-17T07:32:49.931Z] 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= [2021-01-17T07:32:50.206Z] -> Uploading to [2021-01-17T07:32:50.206Z] 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 [2021-01-17T07:32:50.206Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-17T07:32:50.206Z] Dload Upload Total Spent Left Speed [2021-01-17T07:32:50.780Z] 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 [2021-01-17T07:32:51.041Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/54f3f774b6bd4fcc74f73240e521d4782dac5aa8 [Pipeline] } [2021-01-17T07:32:51.050Z] 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 [2021-01-17T07:32:53.148Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-17T07:32:54.044Z] ---> package-listing.sh [2021-01-17T07:32:54.044Z] ++ facter osfamily [2021-01-17T07:32:54.044Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-17T07:32:54.044Z] + OS_FAMILY=redhat [2021-01-17T07:32:54.044Z] + workspace=/w/workspace/edgex-go/7 [2021-01-17T07:32:54.044Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-17T07:32:54.044Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-17T07:32:54.044Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-17T07:32:54.044Z] + PACKAGES=/tmp/packages_start.txt [2021-01-17T07:32:54.044Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-17T07:32:54.044Z] + PACKAGES=/tmp/packages_end.txt [2021-01-17T07:32:54.044Z] + case "${OS_FAMILY}" in [2021-01-17T07:32:54.044Z] + rpm -qa [2021-01-17T07:32:54.044Z] + sort [2021-01-17T07:32:59.345Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-17T07:32:59.345Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-17T07:32:59.345Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-17T07:32:59.345Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-17T07:32:59.345Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-01-17T07:32:59.345Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-01-17T07:32:59.358Z] 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 [2021-01-17T07:32:59.647Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:32:59.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-17T07:32:59.953Z] [2021-01-17T07:32:59.953Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-17T07:33:00.301Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-17T07:33:00.301Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-17T07:33:00.301Z] df20fa9351a1: Pulling fs layer [2021-01-17T07:33:00.301Z] 36b3adc4ff6f: Pulling fs layer [2021-01-17T07:33:00.301Z] 8ad3a11d3b57: Pulling fs layer [2021-01-17T07:33:00.301Z] 46f8f816bc3b: Pulling fs layer [2021-01-17T07:33:00.301Z] 93b61091891f: Pulling fs layer [2021-01-17T07:33:00.301Z] 93b9cdb0e59b: Pulling fs layer [2021-01-17T07:33:00.301Z] 5e14af77c1be: Pulling fs layer [2021-01-17T07:33:00.301Z] 01666e4c0597: Pulling fs layer [2021-01-17T07:33:00.301Z] aa168da1d23b: Pulling fs layer [2021-01-17T07:33:00.301Z] 93b9cdb0e59b: Waiting [2021-01-17T07:33:00.301Z] 5e14af77c1be: Waiting [2021-01-17T07:33:00.301Z] 01666e4c0597: Waiting [2021-01-17T07:33:00.301Z] aa168da1d23b: Waiting [2021-01-17T07:33:00.301Z] 46f8f816bc3b: Waiting [2021-01-17T07:33:00.301Z] 93b61091891f: Waiting [2021-01-17T07:33:00.301Z] 36b3adc4ff6f: Verifying Checksum [2021-01-17T07:33:00.301Z] 36b3adc4ff6f: Download complete [2021-01-17T07:33:00.301Z] 46f8f816bc3b: Download complete [2021-01-17T07:33:00.563Z] df20fa9351a1: Verifying Checksum [2021-01-17T07:33:00.563Z] df20fa9351a1: Download complete [2021-01-17T07:33:00.563Z] 93b61091891f: Verifying Checksum [2021-01-17T07:33:00.563Z] 93b61091891f: Download complete [2021-01-17T07:33:00.563Z] 93b9cdb0e59b: Verifying Checksum [2021-01-17T07:33:00.563Z] 93b9cdb0e59b: Download complete [2021-01-17T07:33:00.563Z] 5e14af77c1be: Verifying Checksum [2021-01-17T07:33:00.563Z] 5e14af77c1be: Download complete [2021-01-17T07:33:00.563Z] 8ad3a11d3b57: Verifying Checksum [2021-01-17T07:33:00.563Z] 8ad3a11d3b57: Download complete [2021-01-17T07:33:00.563Z] 01666e4c0597: Verifying Checksum [2021-01-17T07:33:00.563Z] 01666e4c0597: Download complete [2021-01-17T07:33:00.826Z] df20fa9351a1: Pull complete [2021-01-17T07:33:01.092Z] 36b3adc4ff6f: Pull complete [2021-01-17T07:33:02.069Z] 8ad3a11d3b57: Pull complete [2021-01-17T07:33:02.643Z] aa168da1d23b: Verifying Checksum [2021-01-17T07:33:02.643Z] aa168da1d23b: Download complete [2021-01-17T07:33:03.592Z] 46f8f816bc3b: Pull complete [2021-01-17T07:33:03.856Z] 93b61091891f: Pull complete [2021-01-17T07:33:03.856Z] 93b9cdb0e59b: Pull complete [2021-01-17T07:33:04.124Z] 5e14af77c1be: Pull complete [2021-01-17T07:33:04.386Z] 01666e4c0597: Pull complete [2021-01-17T07:33:12.550Z] aa168da1d23b: Pull complete [2021-01-17T07:33:12.550Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-17T07:33:12.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-17T07:33:12.550Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-17T07:33:12.765Z] prd-centos7-docker-4c-2g-20814 does not seem to be running inside a container [2021-01-17T07:33:12.813Z] $ 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 [2021-01-17T07:33:18.673Z] $ docker top 33d8f779b879a32c2cf0add96fad92b7904e3aad55674421e50f2ffb03d11eb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-17T07:33:19.252Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-17T07:33:19.550Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-17T07:33:19.847Z] + ls /var/log/sa-host [2021-01-17T07:33:19.847Z] + sadf -c /var/log/sa-host/sa17 [2021-01-17T07:33:19.847Z] file_magic: OK [2021-01-17T07:33:19.847Z] HZ: Using current value: 100 [2021-01-17T07:33:19.847Z] file_header: OK [2021-01-17T07:33:19.847Z] 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 [2021-01-17T07:33:19.847Z] Statistics: [2021-01-17T07:33:19.847Z] 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... [2021-01-17T07:33:19.847Z] File successfully converted to sysstat format version 12.2.1 [2021-01-17T07:33:19.847Z] + sadf -c /var/log/sa-host/sa23 [2021-01-17T07:33:19.847Z] file_magic: OK [2021-01-17T07:33:19.847Z] HZ: Using current value: 100 [2021-01-17T07:33:19.847Z] file_header: OK [2021-01-17T07:33:19.847Z] 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 [2021-01-17T07:33:19.847Z] Statistics: [2021-01-17T07:33:19.847Z] Hnuu...uuuununununu... [2021-01-17T07:33:19.847Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-17T07:33:20.536Z] provisioning config files... [2021-01-17T07:33:20.555Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config8323902152794332814tmp [Pipeline] { [Pipeline] echo [2021-01-17T07:33:20.628Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-17T07:33:20.925Z] ---> create-netrc.sh [Pipeline] } [2021-01-17T07:33:20.934Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-17T07:33:21.014Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-17T07:33:21.310Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-17T07:33:21.321Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-17T07:33:21.617Z] ---> sudo-logs.sh [2021-01-17T07:33:21.617Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-17T07:33:21.628Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-17T07:33:21.922Z] ---> job-cost.sh [2021-01-17T07:33:21.922Z] lf-activate-venv: SKIPPING [2021-01-17T07:33:21.922Z] INFO: No Stack... [2021-01-17T07:33:22.865Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-17T07:33:23.125Z] INFO: Archiving Costs [Pipeline] echo [2021-01-17T07:33:23.139Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-17T07:33:23.430Z] ---> logs-deploy.sh [2021-01-17T07:33:23.430Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3042/7 [2021-01-17T07:33:23.430Z] INFO: archiving workspace using pattern(s): [2021-01-17T07:33:24.816Z] Archives upload complete. [2021-01-17T07:33:25.078Z] INFO: archiving logs to Nexus [2021-01-17T07:33:26.020Z] ---> uname -a: [2021-01-17T07:33:26.020Z] 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 [2021-01-17T07:33:26.020Z] [2021-01-17T07:33:26.020Z] [2021-01-17T07:33:26.020Z] ---> lscpu: [2021-01-17T07:33:26.020Z] Architecture: x86_64 [2021-01-17T07:33:26.020Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-17T07:33:26.020Z] Byte Order: Little Endian [2021-01-17T07:33:26.020Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-17T07:33:26.020Z] CPU(s): 4 [2021-01-17T07:33:26.020Z] On-line CPU(s) list: 0-3 [2021-01-17T07:33:26.020Z] Thread(s) per core: 1 [2021-01-17T07:33:26.020Z] Core(s) per socket: 1 [2021-01-17T07:33:26.020Z] Socket(s): 4 [2021-01-17T07:33:26.020Z] NUMA node(s): 1 [2021-01-17T07:33:26.020Z] Vendor ID: GenuineIntel [2021-01-17T07:33:26.020Z] CPU family: 6 [2021-01-17T07:33:26.020Z] Model: 44 [2021-01-17T07:33:26.020Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-17T07:33:26.020Z] Stepping: 1 [2021-01-17T07:33:26.020Z] CPU MHz: 2933.442 [2021-01-17T07:33:26.020Z] BogoMIPS: 5866.88 [2021-01-17T07:33:26.020Z] Virtualization: VT-x [2021-01-17T07:33:26.020Z] Hypervisor vendor: KVM [2021-01-17T07:33:26.020Z] Virtualization type: full [2021-01-17T07:33:26.020Z] L1d cache: 128 KiB [2021-01-17T07:33:26.020Z] L1i cache: 128 KiB [2021-01-17T07:33:26.020Z] L2 cache: 16 MiB [2021-01-17T07:33:26.020Z] L3 cache: 64 MiB [2021-01-17T07:33:26.020Z] NUMA node0 CPU(s): 0-3 [2021-01-17T07:33:26.020Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-17T07:33:26.020Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-17T07:33:26.020Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-17T07:33:26.020Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-17T07:33:26.020Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-17T07:33:26.020Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-17T07:33:26.020Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-17T07:33:26.020Z] Vulnerability Srbds: Not affected [2021-01-17T07:33:26.020Z] Vulnerability Tsx async abort: Not affected [2021-01-17T07:33:26.020Z] 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 [2021-01-17T07:33:26.020Z] [2021-01-17T07:33:26.020Z] [2021-01-17T07:33:26.020Z] ---> nproc: [2021-01-17T07:33:26.020Z] 4 [2021-01-17T07:33:26.020Z] [2021-01-17T07:33:26.020Z] [2021-01-17T07:33:26.020Z] ---> df -h: [2021-01-17T07:33:26.020Z] Filesystem Size Used Available Use% Mounted on [2021-01-17T07:33:26.021Z] overlay 50.0G 12.9G 37.1G 26% / [2021-01-17T07:33:26.021Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-17T07:33:26.021Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-17T07:33:26.021Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-17T07:33:26.021Z] /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os [2021-01-17T07:33:26.021Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf [2021-01-17T07:33:26.021Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname [2021-01-17T07:33:26.021Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts [2021-01-17T07:33:26.021Z] /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json [2021-01-17T07:33:26.021Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host [2021-01-17T07:33:26.021Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure [2021-01-17T07:33:26.021Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log [2021-01-17T07:33:26.021Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/7@tmp [2021-01-17T07:33:26.021Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/7 [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] ---> free -m: [2021-01-17T07:33:26.021Z] total used free shared buff/cache available [2021-01-17T07:33:26.021Z] Mem: 1837 721 123 0 992 1030 [2021-01-17T07:33:26.021Z] Swap: 1023 54 969 [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] ---> ip addr: [2021-01-17T07:33:26.021Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-17T07:33:26.021Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-17T07:33:26.021Z] inet 127.0.0.1/8 scope host lo [2021-01-17T07:33:26.021Z] valid_lft forever preferred_lft forever [2021-01-17T07:33:26.021Z] inet6 ::1/128 scope host [2021-01-17T07:33:26.021Z] valid_lft forever preferred_lft forever [2021-01-17T07:33:26.021Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-17T07:33:26.021Z] link/ether fa:16:3e:fb:fb:da brd ff:ff:ff:ff:ff:ff [2021-01-17T07:33:26.021Z] inet 10.30.122.165/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-17T07:33:26.021Z] valid_lft 85245sec preferred_lft 85245sec [2021-01-17T07:33:26.021Z] inet6 fe80::f816:3eff:fefb:fbda/64 scope link [2021-01-17T07:33:26.021Z] valid_lft forever preferred_lft forever [2021-01-17T07:33:26.021Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-17T07:33:26.021Z] link/ether 02:42:8c:48:ad:fb brd ff:ff:ff:ff:ff:ff [2021-01-17T07:33:26.021Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-17T07:33:26.021Z] valid_lft forever preferred_lft forever [2021-01-17T07:33:26.021Z] inet6 fe80::42:8cff:fe48:adfb/64 scope link [2021-01-17T07:33:26.021Z] valid_lft forever preferred_lft forever [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] ---> sar -b -r -n DEV: [2021-01-17T07:33:26.021Z] 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) [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] 07:14:00 LINUX RESTART (4 CPU) [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] 07:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-17T07:33:26.021Z] 07:16:01 228.30 82.26 146.04 0.00 7574.84 51201.60 0.00 [2021-01-17T07:33:26.021Z] 07:17:01 238.08 86.37 151.71 0.00 3155.57 19848.54 0.00 [2021-01-17T07:33:26.021Z] 07:18:02 164.60 84.20 80.41 0.00 3893.15 12311.56 0.00 [2021-01-17T07:33:26.021Z] 07:19:01 991.44 735.15 256.29 0.00 91984.06 164820.07 0.00 [2021-01-17T07:33:26.021Z] 07:20:01 1871.85 1576.85 295.00 0.00 146595.66 150828.23 0.00 [2021-01-17T07:33:26.021Z] 07:21:02 984.45 662.68 321.78 0.00 85035.54 123846.85 0.00 [2021-01-17T07:33:26.021Z] 07:22:01 2151.78 1811.59 340.19 0.00 137461.11 153374.47 0.00 [2021-01-17T07:33:26.021Z] 07:23:01 245.73 77.14 168.59 0.00 8581.47 20466.05 0.00 [2021-01-17T07:33:26.021Z] 07:24:01 5.43 0.02 5.41 0.00 0.53 170.05 0.00 [2021-01-17T07:33:26.021Z] 07:25:01 0.70 0.43 0.27 0.00 16.25 4.38 0.00 [2021-01-17T07:33:26.021Z] 07:26:01 1.60 1.33 0.27 0.00 99.27 4.01 0.00 [2021-01-17T07:33:26.021Z] 07:27:01 0.33 0.00 0.33 0.00 0.00 5.43 0.00 [2021-01-17T07:33:26.021Z] 07:28:01 0.33 0.02 0.32 0.00 1.07 4.23 0.00 [2021-01-17T07:33:26.021Z] 07:29:01 2.30 1.90 0.40 0.00 62.21 6.31 0.00 [2021-01-17T07:33:26.021Z] 07:30:02 1.07 0.23 0.83 0.00 103.38 17.07 0.00 [2021-01-17T07:33:26.021Z] 07:31:01 0.37 0.00 0.37 0.00 0.00 5.84 0.00 [2021-01-17T07:33:26.021Z] 07:32:01 0.30 0.00 0.30 0.00 0.00 4.23 0.00 [2021-01-17T07:33:26.021Z] 07:33:01 65.56 64.66 0.90 0.00 5411.05 40.80 0.00 [2021-01-17T07:33:26.021Z] Average: 385.73 287.44 98.29 0.00 27181.66 38656.19 0.00 [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] 07:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-17T07:33:26.021Z] 07:16:01 141412 0 714236 37.96 1760 1024136 1533396 52.33 556272 939048 1168 [2021-01-17T07:33:26.021Z] 07:17:01 141180 0 819296 43.54 936 920132 1761028 60.10 667380 790416 68460 [2021-01-17T07:33:26.021Z] 07:18:02 191380 0 765568 40.69 640 923956 1473496 50.29 613116 786620 30324 [2021-01-17T07:33:26.021Z] 07:19:01 365564 0 678540 36.06 76 837364 1378432 47.04 479532 827244 112 [2021-01-17T07:33:26.021Z] 07:20:01 156824 0 1290220 68.57 68 434432 3392812 115.79 781216 680696 24376 [2021-01-17T07:33:26.021Z] 07:21:02 104264 0 694764 36.93 68 1082448 1473716 50.30 616524 941936 70644 [2021-01-17T07:33:26.021Z] 07:22:01 133476 0 1107252 58.85 68 640748 3387608 115.61 684232 796816 5832 [2021-01-17T07:33:26.021Z] 07:23:01 427144 0 652212 34.66 68 802120 1249324 42.64 522912 679188 20 [2021-01-17T07:33:26.021Z] 07:24:01 441532 0 637724 33.89 68 802220 1175928 40.13 518024 677288 16 [2021-01-17T07:33:26.021Z] 07:25:01 441620 0 637152 33.86 68 802704 1175892 40.13 517932 677668 12 [2021-01-17T07:33:26.021Z] 07:26:01 439060 0 636724 33.84 68 805692 1170740 39.96 517676 680620 16 [2021-01-17T07:33:26.021Z] 07:27:01 439396 0 636380 33.82 68 805700 1170740 39.96 517556 680620 8 [2021-01-17T07:33:26.021Z] 07:28:01 439312 0 636484 33.83 68 805680 1170740 39.96 517564 680620 8 [2021-01-17T07:33:26.021Z] 07:29:01 437248 0 637288 33.87 68 806940 1170740 39.96 517564 681856 16 [2021-01-17T07:33:26.021Z] 07:30:02 431348 0 640088 34.02 68 810040 1170812 39.96 523176 682100 8 [2021-01-17T07:33:26.021Z] 07:31:01 431576 0 639852 34.01 68 810048 1170740 39.96 523232 682112 8 [2021-01-17T07:33:26.021Z] 07:32:01 431644 0 639776 34.00 68 810056 1170740 39.96 523356 682116 8 [2021-01-17T07:33:26.021Z] 07:33:01 162616 0 703480 37.39 68 1015380 1587448 54.18 606464 861864 44936 [2021-01-17T07:33:26.021Z] Average: 319811 0 731502 38.88 242 829989 1543574 52.68 566874 746046 13665 [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] 07:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-17T07:33:26.021Z] 07:16:01 vethbb41db1 19.87 22.33 1.90 15.92 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:16:01 eth0 1216.34 1244.16 5912.03 147.70 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:16:01 docker0 941.38 858.95 75.04 3050.22 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:17:01 vethe0d6fea 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:17:01 eth0 150.98 117.39 482.89 56.97 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:17:01 docker0 87.46 106.98 6.76 451.47 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:18:02 vethe0d6fea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:18:02 eth0 37.77 22.11 28.62 31.36 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:19:01 veth29bbc4c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:19:01 eth0 227.91 182.27 1723.08 71.07 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:19:01 vethdc6301b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:20:01 veth4a9f194 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:20:01 veth5501f88 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:20:01 eth0 40.37 20.98 160.89 8.93 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:20:01 veth503d79c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:21:02 veth15d5e6e 3.07 4.80 0.23 29.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:21:02 vetha8dd0be 3.69 5.72 0.26 29.07 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:21:02 veth547aa59 2.21 4.83 0.15 24.97 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:21:02 eth0 215.10 155.19 1514.80 71.47 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:22:01 vethe4b5e98 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:22:01 veth98edcf6 0.24 0.30 0.03 0.44 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:22:01 veth77ce4c0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:22:01 eth0 65.85 28.55 305.03 11.49 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:23:01 eth0 71.93 42.09 165.77 71.15 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:23:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:23:01 docker0 1090.80 1097.04 85.49 4296.52 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:24:01 eth0 0.92 0.35 0.32 0.18 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:25:01 eth0 0.38 0.27 0.15 0.11 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:26:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:28:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:30:02 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:32:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:33:01 eth0 101.13 82.59 645.25 54.20 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] Average: eth0 118.45 105.51 608.21 29.19 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] Average: docker0 60.74 61.08 4.76 239.23 0.00 0.00 0.00 0.00 [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] ---> sar -P ALL: [2021-01-17T07:33:26.021Z] 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) [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] 07:14:00 LINUX RESTART (4 CPU) [2021-01-17T07:33:26.021Z] [2021-01-17T07:33:26.021Z] 07:15:01 CPU %user %nice %system %iowait %steal %idle [2021-01-17T07:33:26.021Z] 07:16:01 all 16.04 0.00 9.41 2.86 0.04 71.66 [2021-01-17T07:33:26.021Z] 07:16:01 0 15.79 0.00 9.88 1.17 0.05 73.11 [2021-01-17T07:33:26.021Z] 07:16:01 1 18.97 0.00 8.92 1.60 0.02 70.49 [2021-01-17T07:33:26.021Z] 07:16:01 2 11.77 0.00 9.34 4.65 0.03 74.20 [2021-01-17T07:33:26.021Z] 07:16:01 3 17.60 0.00 9.49 4.01 0.05 68.84 [2021-01-17T07:33:26.021Z] 07:17:01 all 37.96 0.00 12.08 6.35 0.03 43.58 [2021-01-17T07:33:26.022Z] 07:17:01 0 36.94 0.00 11.84 4.89 0.03 46.30 [2021-01-17T07:33:26.022Z] 07:17:01 1 37.24 0.00 11.94 9.52 0.03 41.27 [2021-01-17T07:33:26.022Z] 07:17:01 2 37.67 0.00 12.20 7.55 0.03 42.54 [2021-01-17T07:33:26.022Z] 07:17:01 3 40.02 0.00 12.32 3.41 0.03 44.21 [2021-01-17T07:33:26.022Z] 07:18:02 all 54.07 0.00 15.17 3.20 0.04 27.52 [2021-01-17T07:33:26.022Z] 07:18:02 0 52.28 0.00 15.47 3.50 0.05 28.70 [2021-01-17T07:33:26.022Z] 07:18:02 1 53.40 0.00 14.46 4.31 0.05 27.77 [2021-01-17T07:33:26.022Z] 07:18:02 2 53.92 0.00 15.37 2.33 0.03 28.35 [2021-01-17T07:33:26.022Z] 07:18:02 3 56.67 0.00 15.36 2.67 0.02 25.28 [2021-01-17T07:33:26.022Z] 07:19:01 all 20.67 0.00 21.28 8.33 0.05 49.66 [2021-01-17T07:33:26.022Z] 07:19:01 0 21.15 0.00 21.23 6.25 0.05 51.32 [2021-01-17T07:33:26.022Z] 07:19:01 1 21.35 0.00 21.03 8.09 0.05 49.49 [2021-01-17T07:33:26.022Z] 07:19:01 2 19.74 0.00 20.39 9.89 0.04 49.95 [2021-01-17T07:33:26.022Z] 07:19:01 3 20.45 0.00 22.50 9.10 0.05 47.90 [2021-01-17T07:33:26.022Z] 07:20:01 all 37.58 0.00 24.74 21.12 0.07 16.49 [2021-01-17T07:33:26.022Z] 07:20:01 0 38.76 0.00 23.22 22.59 0.05 15.37 [2021-01-17T07:33:26.022Z] 07:20:01 1 38.04 0.00 25.43 22.60 0.09 13.85 [2021-01-17T07:33:26.022Z] 07:20:01 2 36.19 0.00 23.62 19.43 0.07 20.68 [2021-01-17T07:33:26.022Z] 07:20:01 3 37.32 0.00 26.72 19.86 0.07 16.04 [2021-01-17T07:33:26.022Z] 07:21:02 all 35.79 0.00 20.27 20.47 0.05 23.41 [2021-01-17T07:33:26.022Z] 07:21:02 0 35.60 0.00 20.21 22.21 0.09 21.90 [2021-01-17T07:33:26.022Z] 07:21:02 1 36.42 0.00 20.64 16.02 0.03 26.89 [2021-01-17T07:33:26.022Z] 07:21:02 2 34.78 0.00 20.04 23.74 0.03 21.40 [2021-01-17T07:33:26.022Z] 07:21:02 3 36.38 0.00 20.17 19.93 0.05 23.47 [2021-01-17T07:33:26.022Z] 07:22:01 all 18.85 0.00 22.71 31.19 0.08 27.18 [2021-01-17T07:33:26.022Z] 07:22:01 0 18.84 0.00 21.72 31.53 0.07 27.84 [2021-01-17T07:33:26.022Z] 07:22:01 1 18.83 0.00 23.49 31.80 0.09 25.79 [2021-01-17T07:33:26.022Z] 07:22:01 2 19.24 0.00 21.84 30.65 0.11 28.17 [2021-01-17T07:33:26.022Z] 07:22:01 3 18.48 0.00 23.81 30.76 0.05 26.89 [2021-01-17T07:33:26.022Z] 07:23:01 all 32.60 0.00 9.82 10.81 0.03 46.73 [2021-01-17T07:33:26.022Z] 07:23:01 0 32.39 0.00 9.82 11.08 0.05 46.66 [2021-01-17T07:33:26.022Z] 07:23:01 1 31.91 0.00 10.47 10.21 0.03 47.38 [2021-01-17T07:33:26.022Z] 07:23:01 2 33.15 0.00 9.47 10.10 0.02 47.26 [2021-01-17T07:33:26.022Z] 07:23:01 3 32.95 0.00 9.55 11.87 0.03 45.59 [2021-01-17T07:33:26.022Z] 07:24:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-17T07:33:26.022Z] 07:24:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-17T07:33:26.022Z] 07:24:01 1 0.45 0.00 0.07 0.00 0.00 99.48 [2021-01-17T07:33:26.022Z] 07:24:01 2 0.13 0.00 0.07 0.00 0.00 99.80 [2021-01-17T07:33:26.022Z] 07:24:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-17T07:33:26.022Z] 07:25:01 all 0.25 0.00 0.31 0.00 0.00 99.43 [2021-01-17T07:33:26.022Z] 07:25:01 0 0.20 0.00 0.48 0.00 0.00 99.32 [2021-01-17T07:33:26.022Z] 07:25:01 1 0.58 0.00 0.23 0.00 0.00 99.18 [2021-01-17T07:33:26.022Z] 07:25:01 2 0.10 0.00 0.25 0.00 0.00 99.65 [2021-01-17T07:33:26.022Z] 07:25:01 3 0.13 0.00 0.28 0.00 0.00 99.58 [2021-01-17T07:33:26.022Z] 07:26:01 all 0.04 0.00 0.03 0.00 0.00 99.92 [2021-01-17T07:33:26.022Z] 07:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-17T07:33:26.022Z] 07:26:01 1 0.13 0.00 0.07 0.00 0.02 99.78 [2021-01-17T07:33:26.022Z] 07:26:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-17T07:33:26.022Z] 07:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-17T07:33:26.022Z] [2021-01-17T07:33:26.022Z] 07:26:01 CPU %user %nice %system %iowait %steal %idle [2021-01-17T07:33:26.022Z] 07:27:01 all 0.10 0.00 0.03 0.00 0.00 99.87 [2021-01-17T07:33:26.022Z] 07:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-17T07:33:26.022Z] 07:27:01 1 0.13 0.00 0.07 0.00 0.00 99.80 [2021-01-17T07:33:26.022Z] 07:27:01 2 0.20 0.00 0.03 0.00 0.00 99.77 [2021-01-17T07:33:26.022Z] 07:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-17T07:33:26.022Z] 07:28:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-01-17T07:33:26.022Z] 07:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-17T07:33:26.022Z] 07:28:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-17T07:33:26.022Z] 07:28:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-17T07:33:26.022Z] 07:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-17T07:33:26.022Z] 07:29:01 all 0.15 0.00 0.05 0.03 0.00 99.77 [2021-01-17T07:33:26.022Z] 07:29:01 0 0.02 0.00 0.08 0.12 0.00 99.78 [2021-01-17T07:33:26.022Z] 07:29:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-17T07:33:26.022Z] 07:29:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-17T07:33:26.022Z] 07:29:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-17T07:33:26.022Z] 07:30:02 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-01-17T07:33:26.022Z] 07:30:02 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-17T07:33:26.022Z] 07:30:02 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-17T07:33:26.022Z] 07:30:02 2 0.02 0.00 0.05 0.02 0.00 99.92 [2021-01-17T07:33:26.022Z] 07:30:02 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-17T07:33:26.022Z] 07:31:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-17T07:33:26.022Z] 07:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-17T07:33:26.022Z] 07:31:01 1 0.53 0.00 0.03 0.00 0.00 99.44 [2021-01-17T07:33:26.022Z] 07:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-17T07:33:26.022Z] 07:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-17T07:33:26.022Z] 07:32:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-01-17T07:33:26.022Z] 07:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-17T07:33:26.022Z] 07:32:01 1 0.57 0.00 0.02 0.00 0.00 99.42 [2021-01-17T07:33:26.022Z] 07:32:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-17T07:33:26.022Z] 07:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-17T07:33:26.022Z] 07:33:01 all 2.39 0.00 1.46 1.68 0.01 94.45 [2021-01-17T07:33:26.022Z] 07:33:01 0 1.67 0.00 1.34 0.87 0.02 96.11 [2021-01-17T07:33:26.022Z] 07:33:01 1 3.12 0.00 1.50 2.15 0.02 93.21 [2021-01-17T07:33:26.022Z] 07:33:01 2 1.71 0.00 1.14 1.79 0.02 95.35 [2021-01-17T07:33:26.022Z] 07:33:01 3 3.08 0.00 1.87 1.91 0.00 93.14 [2021-01-17T07:33:26.022Z] Average: all 14.03 0.00 7.46 5.74 0.02 72.74 [2021-01-17T07:33:26.022Z] Average: 0 13.84 0.00 7.36 5.66 0.03 73.11 [2021-01-17T07:33:26.022Z] Average: 1 14.36 0.00 7.51 5.75 0.02 72.37 [2021-01-17T07:33:26.022Z] Average: 2 13.61 0.00 7.28 5.97 0.02 73.11 [2021-01-17T07:33:26.022Z] Average: 3 14.33 0.00 7.69 5.58 0.02 72.38 [2021-01-17T07:33:26.022Z] [2021-01-17T07:33:26.022Z] [2021-01-17T07:33:26.022Z]