Pull request #3101 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from ea7bc54926565a2625174f927c2c364584e5bb7a+304d320492d37461b40de67c95ae73491c8494ce (218dd053dfd83b7f9d9529f7249b29d9f2e53414) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-24005 in /w/workspace/edgexfoundry_edgex-go_PR-3101 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 304d320492d37461b40de67c95ae73491c8494ce into PR head commit ea7bc54926565a2625174f927c2c364584e5bb7a > 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/3101/head:refs/remotes/origin/PR-3101 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea7bc54926565a2625174f927c2c364584e5bb7a # timeout=10 Merge succeeded, producing ea7bc54926565a2625174f927c2c364584e5bb7a Checking out Revision ea7bc54926565a2625174f927c2c364584e5bb7a (PR-3101) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea7bc54926565a2625174f927c2c364584e5bb7a # timeout=10 Commit message: "feat(security): Address PR feedback" > git rev-list --no-walk 2849997231497750090adeffc98bab40335446c1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T22:18:51.222Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T22:18:51.514Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T22:18:51.616Z] ========================================================= [2021-01-29T22:18:51.616Z] EdgeX Global Pipelines Version Info [2021-01-29T22:18:51.616Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-29T22:18:53.092Z] ------------------- [2021-01-29T22:18:53.092Z] stable info: [2021-01-29T22:18:53.092Z] ------------------- [2021-01-29T22:18:53.092Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T22:18:53.092Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T22:18:53.092Z] Message: update stable to v1.0.179 [2021-01-29T22:18:54.046Z] ------------------- [2021-01-29T22:18:54.046Z] experimental info: [2021-01-29T22:18:54.046Z] ------------------- [2021-01-29T22:18:54.046Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T22:18:54.046Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T22:18:54.046Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T22:18:54.409Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-29T22:18:54.504Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-29T22:18:54.634Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T22:18:54.726Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T22:18:54.825Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T22:18:54.946Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T22:18:55.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T22:18:55.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-29T22:18:55.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-29T22:18:55.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-29T22:18:55.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T22:18:55.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T22:18:55.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T22:18:55.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T22:18:55.835Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T22:18:55.926Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T22:18:56.019Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T22:18:56.113Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T22:18:56.206Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-29T22:18:56.323Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-29T22:18:56.437Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-29T22:18:56.526Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T22:18:56.612Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T22:18:56.742Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3101 [Pipeline] echo [2021-01-29T22:18:56.848Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3101 [Pipeline] echo [2021-01-29T22:18:56.938Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3101 [Pipeline] echo [2021-01-29T22:18:57.055Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea7bc54926565a2625174f927c2c364584e5bb7a [Pipeline] echo [2021-01-29T22:18:57.143Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea7bc54 [Pipeline] echo [2021-01-29T22:18:57.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T22:18:57.417Z] provisioning config files... [2021-01-29T22:18:57.475Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4235192435744843192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T22:18:57.838Z] ---> docker-login.sh [2021-01-29T22:18:57.838Z] nexus3.edgexfoundry.org:10001 [2021-01-29T22:18:58.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T22:18:58.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T22:18:58.373Z] Configure a credential helper to remove this warning. See [2021-01-29T22:18:58.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T22:18:58.373Z] [2021-01-29T22:18:58.373Z] Login Succeeded [2021-01-29T22:18:58.373Z] nexus3.edgexfoundry.org:10002 [2021-01-29T22:18:58.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T22:18:58.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T22:18:58.635Z] Configure a credential helper to remove this warning. See [2021-01-29T22:18:58.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T22:18:58.635Z] [2021-01-29T22:18:58.635Z] Login Succeeded [2021-01-29T22:18:58.635Z] nexus3.edgexfoundry.org:10003 [2021-01-29T22:18:58.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T22:18:58.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T22:18:58.898Z] Configure a credential helper to remove this warning. See [2021-01-29T22:18:58.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T22:18:58.898Z] [2021-01-29T22:18:58.898Z] Login Succeeded [2021-01-29T22:18:58.898Z] nexus3.edgexfoundry.org:10004 [2021-01-29T22:18:58.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T22:18:58.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T22:18:58.898Z] Configure a credential helper to remove this warning. See [2021-01-29T22:18:58.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T22:18:58.898Z] [2021-01-29T22:18:58.898Z] Login Succeeded [2021-01-29T22:18:58.898Z] docker.io [2021-01-29T22:18:59.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T22:18:59.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T22:18:59.424Z] Configure a credential helper to remove this warning. See [2021-01-29T22:18:59.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T22:18:59.424Z] [2021-01-29T22:18:59.424Z] Login Succeeded [2021-01-29T22:18:59.424Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T22:18:59.433Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T22:18:59.899Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-29T22:18:59.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T22:18:59.900Z] ++ dirname cmd/core-command/Dockerfile [2021-01-29T22:18:59.900Z] ++ cut -d/ -f2 [2021-01-29T22:18:59.900Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-29T22:18:59.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T22:18:59.900Z] ++ dirname cmd/core-data/Dockerfile [2021-01-29T22:18:59.900Z] ++ cut -d/ -f2 [2021-01-29T22:18:59.900Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-29T22:18:59.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T22:18:59.900Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-29T22:18:59.900Z] ++ cut -d/ -f2 [2021-01-29T22:18:59.900Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-29T22:18:59.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T22:18:59.900Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-29T22:18:59.900Z] ++ cut -d/ -f2 [2021-01-29T22:18:59.900Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-29T22:18:59.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T22:18:59.900Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-29T22:18:59.900Z] ++ cut -d/ -f2 [2021-01-29T22:18:59.900Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-29T22:18:59.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T22:18:59.900Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-29T22:18:59.900Z] ++ cut -d/ -f2 [2021-01-29T22:18:59.900Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-29T22:18:59.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T22:18:59.900Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-29T22:18:59.900Z] ++ cut -d/ -f2 [2021-01-29T22:18:59.900Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-29T22:18:59.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T22:18:59.900Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-29T22:18:59.900Z] ++ cut -d/ -f2 [2021-01-29T22:18:59.900Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-29T22:18:59.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T22:18:59.900Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-29T22:18:59.900Z] ++ cut -d/ -f2 [2021-01-29T22:18:59.900Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-29T22:18:59.984Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-29T22:19:01.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T22:19:01.705Z] [2021-01-29T22:19:01.705Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:19:02.057Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T22:19:02.057Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T22:19:02.057Z] 31603596830f: Pulling fs layer [2021-01-29T22:19:02.057Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T22:19:02.057Z] 6ca5941a6612: Pulling fs layer [2021-01-29T22:19:02.057Z] ecc8261a40a4: Pulling fs layer [2021-01-29T22:19:02.057Z] ecc8261a40a4: Waiting [2021-01-29T22:19:02.057Z] 2a8b12db71e7: Verifying Checksum [2021-01-29T22:19:02.057Z] 2a8b12db71e7: Download complete [2021-01-29T22:19:02.326Z] 31603596830f: Download complete [2021-01-29T22:19:02.326Z] 6ca5941a6612: Verifying Checksum [2021-01-29T22:19:02.326Z] 6ca5941a6612: Download complete [2021-01-29T22:19:02.326Z] ecc8261a40a4: Verifying Checksum [2021-01-29T22:19:02.326Z] ecc8261a40a4: Download complete [2021-01-29T22:19:02.590Z] 31603596830f: Pull complete [2021-01-29T22:19:02.590Z] 2a8b12db71e7: Pull complete [2021-01-29T22:19:03.545Z] 6ca5941a6612: Pull complete [2021-01-29T22:19:03.808Z] ecc8261a40a4: Pull complete [2021-01-29T22:19:03.809Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T22:19:03.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T22:19:03.809Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T22:19:03.986Z] prd-centos7-docker-4c-2g-24005 does not seem to be running inside a container [2021-01-29T22:19:04.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T22:19:06.733Z] $ docker top 998319c91f0a4810205f5c8ffb0c1077b317c446b45779d369a5acf8ac33fd3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T22:19:07.074Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T22:19:07.074Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T22:19:07.320Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T22:19:07.326Z] $ docker exec 998319c91f0a4810205f5c8ffb0c1077b317c446b45779d369a5acf8ac33fd3d ssh-agent [2021-01-29T22:19:07.499Z] SSH_AUTH_SOCK=/tmp/ssh-eDOKQnnIqBm6/agent.12 [2021-01-29T22:19:07.499Z] SSH_AGENT_PID=17 [2021-01-29T22:19:07.514Z] Running ssh-add (command line suppressed) [2021-01-29T22:19:07.649Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5537360544974990061.key (/w/workspace/edgex-go/2@tmp/private_key_5537360544974990061.key) [2021-01-29T22:19:07.704Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T22:19:08.041Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T22:19:08.070Z] $ docker exec --env ******** --env ******** 998319c91f0a4810205f5c8ffb0c1077b317c446b45779d369a5acf8ac33fd3d ssh-agent -k [2021-01-29T22:19:08.206Z] unset SSH_AUTH_SOCK; [2021-01-29T22:19:08.207Z] unset SSH_AGENT_PID; [2021-01-29T22:19:08.207Z] echo Agent pid 17 killed; [2021-01-29T22:19:08.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T22:19:08.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T22:19:08.391Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T22:19:08.575Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T22:19:08.581Z] $ docker exec 998319c91f0a4810205f5c8ffb0c1077b317c446b45779d369a5acf8ac33fd3d ssh-agent [2021-01-29T22:19:08.750Z] SSH_AUTH_SOCK=/tmp/ssh-xypoDfBLw5Dy/agent.46 [2021-01-29T22:19:08.750Z] SSH_AGENT_PID=51 [2021-01-29T22:19:08.757Z] Running ssh-add (command line suppressed) [2021-01-29T22:19:08.889Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7200535234165083635.key (/w/workspace/edgex-go/2@tmp/private_key_7200535234165083635.key) [2021-01-29T22:19:08.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T22:19:09.281Z] + git semver init [2021-01-29T22:19:09.281Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T22:19:09.281Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-29T22:19:09.281Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-29T22:19:09.281Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T22:19:09.281Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T22:19:09.281Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T22:19:09.281Z] # $SEMVER_BRANCH = PR-3101 [2021-01-29T22:19:09.281Z] # $SEMVER_TEMP = /tmp/semver-643839384 [2021-01-29T22:19:09.281Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-29T22:19:27.460Z] # '/tmp/semver-643839384' -> '/w/workspace/edgex-go/2/.semver' [2021-01-29T22:19:27.460Z] # -> Force: false [2021-01-29T22:19:27.460Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-29T22:19:27.477Z] $ docker exec --env ******** --env ******** 998319c91f0a4810205f5c8ffb0c1077b317c446b45779d369a5acf8ac33fd3d ssh-agent -k [2021-01-29T22:19:27.812Z] unset SSH_AUTH_SOCK; [2021-01-29T22:19:27.812Z] unset SSH_AGENT_PID; [2021-01-29T22:19:27.812Z] echo Agent pid 51 killed; [2021-01-29T22:19:27.868Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T22:19:28.358Z] + git semver [Pipeline] } [2021-01-29T22:19:28.381Z] $ docker stop --time=1 998319c91f0a4810205f5c8ffb0c1077b317c446b45779d369a5acf8ac33fd3d [2021-01-29T22:19:30.026Z] $ docker rm -f 998319c91f0a4810205f5c8ffb0c1077b317c446b45779d369a5acf8ac33fd3d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T22:19:30.646Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T22:19:31.234Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T22:19:31.237Z] [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-29T22:19:32.144Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-29T22:19:32.444Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T22:19:32.743Z] + sudo service docker restart [2021-01-29T22:19:32.743Z] + true [2021-01-29T22:19:32.743Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-29T22:19:33.333Z] ========================================================= [2021-01-29T22:19:33.333Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T22:19:33.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:19:33.682Z] + 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-29T22:19:37.926Z] Sending build context to Docker daemon 327.3MB [2021-01-29T22:19:37.927Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T22:19:37.927Z] Step 2/6 : FROM ${BASE} [2021-01-29T22:19:37.927Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T22:19:37.927Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T22:19:37.927Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T22:19:37.927Z] de9db76c5a1d: Pulling fs layer [2021-01-29T22:19:37.927Z] bca2f99d35d6: Pulling fs layer [2021-01-29T22:19:37.927Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T22:19:37.927Z] 7c6f9722023f: Pulling fs layer [2021-01-29T22:19:37.927Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T22:19:37.927Z] 93359f2a8cfa: Waiting [2021-01-29T22:19:37.927Z] bca2f99d35d6: Waiting [2021-01-29T22:19:37.927Z] 7c6f9722023f: Waiting [2021-01-29T22:19:37.927Z] a35cf1a2eb13: Waiting [2021-01-29T22:19:37.927Z] de9db76c5a1d: Verifying Checksum [2021-01-29T22:19:37.927Z] de9db76c5a1d: Download complete [2021-01-29T22:19:37.927Z] 0ef7d3d256c8: Verifying Checksum [2021-01-29T22:19:37.927Z] 0ef7d3d256c8: Download complete [2021-01-29T22:19:37.927Z] 93359f2a8cfa: Verifying Checksum [2021-01-29T22:19:37.927Z] 93359f2a8cfa: Download complete [2021-01-29T22:19:37.927Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T22:19:37.927Z] 188c0c94c7c5: Download complete [2021-01-29T22:19:37.927Z] 7c6f9722023f: Verifying Checksum [2021-01-29T22:19:37.927Z] 7c6f9722023f: Download complete [2021-01-29T22:19:37.927Z] 188c0c94c7c5: Pull complete [2021-01-29T22:19:37.927Z] 0ef7d3d256c8: Pull complete [2021-01-29T22:19:38.189Z] de9db76c5a1d: Pull complete [2021-01-29T22:19:40.130Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T22:19:40.130Z] a35cf1a2eb13: Download complete [2021-01-29T22:19:40.397Z] bca2f99d35d6: Verifying Checksum [2021-01-29T22:19:40.397Z] bca2f99d35d6: Download complete [2021-01-29T22:19:45.725Z] bca2f99d35d6: Pull complete [2021-01-29T22:19:45.725Z] 93359f2a8cfa: Pull complete [2021-01-29T22:19:45.725Z] 7c6f9722023f: Pull complete [2021-01-29T22:19:46.611Z] Still waiting to schedule task [2021-01-29T22:19:46.611Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-29T22:19:51.067Z] a35cf1a2eb13: Pull complete [2021-01-29T22:19:51.068Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T22:19:51.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T22:19:51.068Z] ---> a62c8e92a672 [2021-01-29T22:19:51.068Z] 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-29T22:19:51.068Z] ---> Running in b3bfd273ea7d [2021-01-29T22:19:52.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:19:52.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:19:53.179Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T22:19:53.441Z] (2/12) Installing file (5.38-r0) [2021-01-29T22:19:53.441Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T22:19:53.441Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T22:19:58.750Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T22:19:58.750Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T22:19:58.750Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T22:19:58.750Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T22:19:58.750Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T22:19:58.750Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T22:19:58.750Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T22:19:59.012Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T22:19:59.013Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:19:59.013Z] OK: 233 MiB in 51 packages [2021-01-29T22:20:02.343Z] Removing intermediate container b3bfd273ea7d [2021-01-29T22:20:02.343Z] ---> e915a75f17cf [2021-01-29T22:20:02.343Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T22:20:02.606Z] ---> Running in 56a2c036de98 [2021-01-29T22:20:02.869Z] Removing intermediate container 56a2c036de98 [2021-01-29T22:20:02.869Z] ---> eb62cc05cea6 [2021-01-29T22:20:02.869Z] Step 5/6 : COPY go.mod . [2021-01-29T22:20:02.869Z] ---> ee8c72065c91 [2021-01-29T22:20:02.869Z] Step 6/6 : RUN go mod download [2021-01-29T22:20:03.133Z] ---> Running in 8e3baffbb933 [2021-01-29T22:20:25.159Z] Removing intermediate container 8e3baffbb933 [2021-01-29T22:20:25.159Z] ---> 59e35cd19dc6 [2021-01-29T22:20:25.159Z] Successfully built 59e35cd19dc6 [2021-01-29T22:20:25.159Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:20:25.504Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T22:20:25.504Z] . [Pipeline] withDockerContainer [2021-01-29T22:20:25.742Z] prd-centos7-docker-4c-2g-24005 does not seem to be running inside a container [2021-01-29T22:20:25.818Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T22:20:26.684Z] $ docker top 2ee11c838672f9beb42b1d8abc176de15213a0a1b01d7958f5d49ba04de1f5c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T22:20:27.254Z] + go version [2021-01-29T22:20:27.254Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T22:20:27.276Z] $ docker stop --time=1 2ee11c838672f9beb42b1d8abc176de15213a0a1b01d7958f5d49ba04de1f5c3 [2021-01-29T22:20:28.635Z] $ docker rm -f 2ee11c838672f9beb42b1d8abc176de15213a0a1b01d7958f5d49ba04de1f5c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:20:29.486Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T22:20:29.486Z] . [Pipeline] withDockerContainer [2021-01-29T22:20:29.592Z] prd-centos7-docker-4c-2g-24005 does not seem to be running inside a container [2021-01-29T22:20:29.649Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T22:20:30.792Z] $ docker top 83fb8150bc4d9b1680bf08870603b290d59f6d6ed80eaefa2a7040e4e7bd4095 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T22:20:31.022Z] ========================================================= [2021-01-29T22:20:31.022Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T22:20:31.022Z] ========================================================= [Pipeline] sh [2021-01-29T22:20:31.317Z] + make test [2021-01-29T22:20:31.317Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T22:20:41.376Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T22:20:59.651Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T22:21:00.619Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T22:21:02.569Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T22:21:02.569Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T22:21:02.569Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T22:21:05.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T22:21:05.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T22:21:05.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T22:21:05.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T22:21:05.171Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T22:21:05.443Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T22:21:08.035Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T22:21:08.035Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T22:21:08.035Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T22:21:11.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 46.0% of statements [2021-01-29T22:21:11.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T22:21:11.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T22:21:11.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T22:21:11.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T22:21:11.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T22:21:11.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T22:21:11.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T22:21:11.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.105s coverage: 100.0% of statements [2021-01-29T22:21:15.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.242s coverage: 27.1% of statements [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T22:21:15.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T22:21:15.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.058s coverage: 100.0% of statements [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T22:21:15.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.126s coverage: 65.8% of statements [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T22:21:15.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.137s coverage: 82.3% of statements [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T22:21:15.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T22:21:17.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.422s coverage: 28.6% of statements [2021-01-29T22:21:17.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T22:21:17.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T22:21:17.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T22:21:17.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T22:21:17.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T22:21:17.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements [2021-01-29T22:21:17.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T22:21:17.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2021-01-29T22:21:17.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T22:21:17.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements [2021-01-29T22:21:17.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T22:21:18.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements [2021-01-29T22:21:18.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T22:21:18.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2021-01-29T22:21:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T22:21:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T22:21:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T22:21:18.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T22:21:21.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.392s coverage: 92.8% of statements [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T22:21:21.047Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T22:21:21.047Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T22:21:21.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T22:21:21.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 45.5% of statements [2021-01-29T22:21:21.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.075s coverage: 79.5% of statements [2021-01-29T22:21:21.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-01-29T22:21:21.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-01-29T22:21:21.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-01-29T22:21:33.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements [2021-01-29T22:21:33.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-01-29T22:21:38.831Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24006 in /w/workspace/edgexfoundry_edgex-go_PR-3101 [Pipeline] { [Pipeline] ws [2021-01-29T22:21:38.885Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-29T22:21:43.832Z] using credential edgex-jenkins-ssh [2021-01-29T22:21:43.896Z] Cloning the remote Git repository [2021-01-29T22:21:44.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements [2021-01-29T22:21:44.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T22:21:44.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T22:21:44.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T22:21:44.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T22:21:44.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-01-29T22:21:44.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T22:21:44.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T22:21:44.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-29T22:21:44.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T22:21:44.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-01-29T22:21:44.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T22:21:44.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-29T22:21:44.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-29T22:21:44.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 68.9% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.0% of statements [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.1% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.741s coverage: 29.1% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.090s coverage: 99.0% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T22:21:44.050Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-29T22:21:44.050Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-29T22:21:44.625Z] GO111MODULE=on go vet ./... [2021-01-29T22:21:43.961Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T22:21:44.068Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-29T22:21:44.168Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T22:21:44.169Z] > git --version # timeout=10 [2021-01-29T22:21:44.190Z] > git --version # 'git version 2.17.1' [2021-01-29T22:21:44.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T22:21:44.266Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T22:22:01.524Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T22:22:01.547Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T22:22:01.581Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T22:22:01.620Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T22:22:01.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T22:22:01.635Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3101/head:refs/remotes/origin/PR-3101 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T22:22:04.185Z] Merging remotes/origin/master commit 304d320492d37461b40de67c95ae73491c8494ce into PR head commit ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:22:04.666Z] Merge succeeded, producing ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:22:04.667Z] Checking out Revision ea7bc54926565a2625174f927c2c364584e5bb7a (PR-3101) [2021-01-29T22:22:04.211Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T22:22:04.233Z] > git checkout -f ea7bc54926565a2625174f927c2c364584e5bb7a # timeout=10 [2021-01-29T22:22:04.544Z] > git remote # timeout=10 [2021-01-29T22:22:04.560Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T22:22:04.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T22:22:04.583Z] > git merge 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 [2021-01-29T22:22:04.606Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T22:22:04.679Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T22:22:04.713Z] > git checkout -f ea7bc54926565a2625174f927c2c364584e5bb7a # timeout=10 [2021-01-29T22:22:09.384Z] Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T22:22:11.148Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-29T22:22:11.336Z] gofmt -l . [2021-01-29T22:22:11.558Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T22:22:11.598Z] [ "`gofmt -l .`" = "" ] [2021-01-29T22:22:11.897Z] + sudo service docker restart [2021-01-29T22:22:11.898Z] + true [2021-01-29T22:22:12.553Z] ./bin/test-go-mod-tidy.sh [2021-01-29T22:22:12.817Z] ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T22:22:13.973Z] provisioning config files... [2021-01-29T22:22:14.013Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config399507686815225691tmp [2021-01-29T22:22:14.027Z] + ls -al . [2021-01-29T22:22:14.027Z] total 680 [2021-01-29T22:22:14.027Z] drwxrwxr-x 10 1001 1001 4096 Jan 29 22:22 . [2021-01-29T22:22:14.027Z] drwxr-xr-x 4 root root 28 Jan 29 22:20 .. [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 22:18 .dockerignore [2021-01-29T22:22:14.027Z] drwxrwxr-x 8 1001 1001 179 Jan 29 22:18 .git [2021-01-29T22:22:14.027Z] drwxrwxr-x 3 1001 1001 125 Jan 29 22:18 .github [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 22:18 .gitignore [2021-01-29T22:22:14.027Z] drwx------ 3 1001 1001 60 Jan 29 22:19 .semver [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 22:18 .sonarcloud.properties [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 22:18 Attribution.txt [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 22:18 CONTRIBUTING.md [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 22:18 Dockerfile.build [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 22:18 Jenkinsfile [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 22:18 LICENSE [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 22:18 Makefile [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 22:18 README.md [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 22:18 SECURITY.md [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 22:19 VERSION [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 22:18 ZMQWindows.md [2021-01-29T22:22:14.027Z] drwxrwxr-x 2 1001 1001 117 Jan 29 22:18 bin [2021-01-29T22:22:14.027Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 22:18 cmd [2021-01-29T22:22:14.027Z] -rw-r--r-- 1 root root 574984 Jan 29 22:21 coverage.out [2021-01-29T22:22:14.027Z] -rw-r--r-- 1 root root 1054 Jan 29 22:22 go.mod [2021-01-29T22:22:14.027Z] -rw-r--r-- 1 root root 19289 Jan 29 22:22 go.sum [2021-01-29T22:22:14.027Z] drwxrwxr-x 8 1001 1001 127 Jan 29 22:18 internal [2021-01-29T22:22:14.027Z] drwxrwxr-x 4 1001 1001 26 Jan 29 22:18 openapi [2021-01-29T22:22:14.027Z] drwxrwxr-x 4 1001 1001 71 Jan 29 22:18 snap [2021-01-29T22:22:14.027Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 22:18 version.go [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T22:22:14.403Z] + '[' -e coverage.out ] [2021-01-29T22:22:14.403Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T22:22:14.486Z] ---> docker-login.sh [2021-01-29T22:22:14.486Z] nexus3.edgexfoundry.org:10001 [2021-01-29T22:22:14.648Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T22:22:14.943Z] + make build [2021-01-29T22:22:14.943Z] 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-29T22:22:15.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T22:22:15.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T22:22:15.743Z] Configure a credential helper to remove this warning. See [2021-01-29T22:22:15.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T22:22:15.743Z] [2021-01-29T22:22:15.743Z] Login Succeeded [2021-01-29T22:22:15.743Z] nexus3.edgexfoundry.org:10002 [2021-01-29T22:22:16.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T22:22:16.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T22:22:16.291Z] Configure a credential helper to remove this warning. See [2021-01-29T22:22:16.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T22:22:16.291Z] [2021-01-29T22:22:16.291Z] Login Succeeded [2021-01-29T22:22:16.291Z] nexus3.edgexfoundry.org:10003 [2021-01-29T22:22:16.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T22:22:16.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T22:22:16.837Z] Configure a credential helper to remove this warning. See [2021-01-29T22:22:16.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T22:22:16.837Z] [2021-01-29T22:22:16.837Z] Login Succeeded [2021-01-29T22:22:16.837Z] nexus3.edgexfoundry.org:10004 [2021-01-29T22:22:17.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T22:22:17.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T22:22:17.385Z] Configure a credential helper to remove this warning. See [2021-01-29T22:22:17.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T22:22:17.385Z] [2021-01-29T22:22:17.385Z] Login Succeeded [2021-01-29T22:22:17.385Z] docker.io [2021-01-29T22:22:17.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T22:22:17.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T22:22:17.930Z] Configure a credential helper to remove this warning. See [2021-01-29T22:22:17.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T22:22:17.930Z] [2021-01-29T22:22:17.930Z] Login Succeeded [2021-01-29T22:22:17.930Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T22:22:17.946Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-29T22:22:18.396Z] ========================================================= [2021-01-29T22:22:18.396Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T22:22:18.396Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:22:18.783Z] + 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-29T22:22:19.172Z] 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-29T22:22:21.420Z] Sending build context to Docker daemon 166.1MB [2021-01-29T22:22:21.420Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T22:22:21.420Z] Step 2/6 : FROM ${BASE} [2021-01-29T22:22:21.420Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T22:22:21.420Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T22:22:21.420Z] a4357932f1b6: Pulling fs layer [2021-01-29T22:22:21.420Z] 18c013af1878: Pulling fs layer [2021-01-29T22:22:21.420Z] 00ac8860ef70: Pulling fs layer [2021-01-29T22:22:21.420Z] 63d7cb157983: Pulling fs layer [2021-01-29T22:22:21.420Z] b116817d02f9: Pulling fs layer [2021-01-29T22:22:21.420Z] 745a02a5169b: Pulling fs layer [2021-01-29T22:22:21.420Z] 00ac8860ef70: Waiting [2021-01-29T22:22:21.420Z] 63d7cb157983: Waiting [2021-01-29T22:22:21.420Z] b116817d02f9: Waiting [2021-01-29T22:22:21.420Z] 745a02a5169b: Waiting [2021-01-29T22:22:21.420Z] 18c013af1878: Verifying Checksum [2021-01-29T22:22:21.420Z] 18c013af1878: Download complete [2021-01-29T22:22:21.420Z] a4357932f1b6: Verifying Checksum [2021-01-29T22:22:21.420Z] 63d7cb157983: Download complete [2021-01-29T22:22:21.420Z] b116817d02f9: Verifying Checksum [2021-01-29T22:22:21.420Z] b116817d02f9: Download complete [2021-01-29T22:22:21.420Z] 5f621e34cdf4: Verifying Checksum [2021-01-29T22:22:21.420Z] 5f621e34cdf4: Download complete [2021-01-29T22:22:22.405Z] 5f621e34cdf4: Pull complete [2021-01-29T22:22:22.693Z] a4357932f1b6: Pull complete [2021-01-29T22:22:23.293Z] 18c013af1878: Pull complete [2021-01-29T22:22:24.736Z] 745a02a5169b: Verifying Checksum [2021-01-29T22:22:24.736Z] 745a02a5169b: Download complete [2021-01-29T22:22:25.334Z] 00ac8860ef70: Verifying Checksum [2021-01-29T22:22:25.334Z] 00ac8860ef70: Download complete [2021-01-29T22:22:27.396Z] 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-29T22:22:28.342Z] 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-29T22:22:29.758Z] 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-29T22:22:30.024Z] 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-29T22:22:31.957Z] 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-29T22:22:33.382Z] 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-29T22:22:34.340Z] 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-29T22:22:35.501Z] 00ac8860ef70: Pull complete [2021-01-29T22:22:35.501Z] 63d7cb157983: Pull complete [2021-01-29T22:22:35.747Z] 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-29T22:22:36.095Z] b116817d02f9: Pull complete [2021-01-29T22:22:37.143Z] 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-29T22:22:38.100Z] 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-29T22:22:39.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T22:22:40.409Z] 745a02a5169b: Pull complete [2021-01-29T22:22:40.409Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T22:22:40.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T22:22:40.409Z] ---> b7e6874047d6 [2021-01-29T22:22:40.409Z] 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 [Pipeline] } [2021-01-29T22:22:40.948Z] $ docker stop --time=1 83fb8150bc4d9b1680bf08870603b290d59f6d6ed80eaefa2a7040e4e7bd4095 [2021-01-29T22:22:42.636Z] $ docker rm -f 83fb8150bc4d9b1680bf08870603b290d59f6d6ed80eaefa2a7040e4e7bd4095 [2021-01-29T22:22:43.035Z] ---> Running in 57ad3257aa3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-29T22:22:44.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:22:45.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:22:45.706Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:22:45.981Z] (2/12) Installing file (5.38-r0) [2021-01-29T22:22:46.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T22:22:46.180Z] [2021-01-29T22:22:46.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:22:46.251Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T22:22:46.251Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T22:22:46.562Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T22:22:46.562Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-29T22:22:46.562Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-29T22:22:46.562Z] ca9280d653b3: Pulling fs layer [2021-01-29T22:22:46.562Z] 7e9c9ca2126c: Pulling fs layer [2021-01-29T22:22:46.891Z] cbdbe7a5bc2a: Download complete [2021-01-29T22:22:47.522Z] cbdbe7a5bc2a: Pull complete [2021-01-29T22:22:47.522Z] ca9280d653b3: Verifying Checksum [2021-01-29T22:22:47.522Z] ca9280d653b3: Download complete [2021-01-29T22:22:48.475Z] 7e9c9ca2126c: Verifying Checksum [2021-01-29T22:22:48.475Z] 7e9c9ca2126c: Download complete [2021-01-29T22:22:48.738Z] ca9280d653b3: Pull complete [2021-01-29T22:22:54.502Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T22:22:54.502Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T22:22:54.502Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T22:22:54.502Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T22:22:54.502Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T22:22:54.502Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T22:22:54.502Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T22:22:54.502Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T22:22:54.775Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:22:54.775Z] OK: 217 MiB in 51 packages [2021-01-29T22:22:55.362Z] 7e9c9ca2126c: Pull complete [2021-01-29T22:22:55.362Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-29T22:22:55.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T22:22:55.362Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-29T22:22:55.510Z] prd-centos7-docker-4c-2g-24005 does not seem to be running inside a container [2021-01-29T22:22:55.562Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T22:22:58.449Z] $ docker top 050ddd649a6d75ad946f8412a91b92eaceada4b2526cc54a130ee378f96cd565 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T22:22:59.013Z] + docker-compose build --help [2021-01-29T22:22:59.014Z] + grep parallel [2021-01-29T22:22:59.072Z] Removing intermediate container 57ad3257aa3a [2021-01-29T22:22:59.072Z] ---> f3c543d82c30 [2021-01-29T22:22:59.072Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T22:22:59.072Z] ---> Running in db330aa6027c [2021-01-29T22:22:59.345Z] Removing intermediate container db330aa6027c [2021-01-29T22:22:59.345Z] ---> 14bb211afe98 [2021-01-29T22:22:59.345Z] Step 5/6 : COPY go.mod . [2021-01-29T22:22:59.940Z] ---> ee5b02e5f576 [2021-01-29T22:22:59.940Z] Step 6/6 : RUN go mod download [2021-01-29T22:22:59.940Z] ---> Running in 9e8807e432c7 [2021-01-29T22:22:59.962Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T22:23:00.243Z] $ docker stop --time=1 050ddd649a6d75ad946f8412a91b92eaceada4b2526cc54a130ee378f96cd565 [2021-01-29T22:23:01.693Z] $ docker rm -f 050ddd649a6d75ad946f8412a91b92eaceada4b2526cc54a130ee378f96cd565 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:23:02.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T22:23:02.396Z] . [Pipeline] withDockerContainer [2021-01-29T22:23:02.506Z] prd-centos7-docker-4c-2g-24005 does not seem to be running inside a container [2021-01-29T22:23:02.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T22:23:03.442Z] $ docker top 6df953c315709058d9dc543be9f777986fac923666f110074c411d437337412b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T22:23:04.014Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T22:23:04.982Z] Building docker-core-command-go ... [2021-01-29T22:23:04.982Z] Building docker-core-data-go ... [2021-01-29T22:23:04.982Z] Building docker-core-metadata-go ... [2021-01-29T22:23:04.982Z] Building docker-security-bootstrapper-go ... [2021-01-29T22:23:04.982Z] Building docker-security-proxy-setup-go ... [2021-01-29T22:23:04.982Z] Building docker-security-secretstore-setup-go ... [2021-01-29T22:23:04.982Z] Building docker-support-notifications-go ... [2021-01-29T22:23:04.982Z] Building docker-support-scheduler-go ... [2021-01-29T22:23:04.982Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T22:23:04.982Z] Building docker-core-data-go [2021-01-29T22:23:04.982Z] Building docker-security-secretstore-setup-go [2021-01-29T22:23:04.982Z] Building docker-support-notifications-go [2021-01-29T22:23:04.982Z] Building docker-support-scheduler-go [2021-01-29T22:23:04.982Z] Building docker-security-bootstrapper-go [2021-01-29T22:23:26.758Z] Removing intermediate container 9e8807e432c7 [2021-01-29T22:23:26.758Z] ---> dd45006b6e3d [2021-01-29T22:23:26.758Z] Successfully built dd45006b6e3d [2021-01-29T22:23:26.758Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:23:27.091Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T22:23:27.091Z] . [Pipeline] withDockerContainer [2021-01-29T22:23:27.322Z] prd-ubuntu18.04-docker-arm64-4c-16g-24006 does not seem to be running inside a container [2021-01-29T22:23:27.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T22:23:28.946Z] $ docker top b9385aa8b061d8e472781bdf049d48795b548de396d5d89a77631c9241148e10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T22:23:29.992Z] + go version [2021-01-29T22:23:29.992Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T22:23:30.018Z] $ docker stop --time=1 b9385aa8b061d8e472781bdf049d48795b548de396d5d89a77631c9241148e10 [2021-01-29T22:23:31.870Z] $ docker rm -f b9385aa8b061d8e472781bdf049d48795b548de396d5d89a77631c9241148e10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:23:32.947Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T22:23:32.947Z] . [Pipeline] withDockerContainer [2021-01-29T22:23:33.174Z] prd-ubuntu18.04-docker-arm64-4c-16g-24006 does not seem to be running inside a container [2021-01-29T22:23:33.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T22:23:34.623Z] $ docker top 9289cffdbe7afa4bd5efbec393b4a37af7f4f9a6ee10cb9a49c79ac21e2e392a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T22:23:35.007Z] ========================================================= [2021-01-29T22:23:35.007Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T22:23:35.007Z] ========================================================= [Pipeline] sh [2021-01-29T22:23:35.652Z] + make test [2021-01-29T22:23:35.652Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T22:23:43.909Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:23:43.909Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:23:43.909Z] ---> 59e35cd19dc6 [2021-01-29T22:23:43.909Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T22:23:43.909Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:23:43.909Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:23:43.909Z] ---> 59e35cd19dc6 [2021-01-29T22:23:43.909Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T22:23:43.909Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:23:43.909Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:23:43.909Z] ---> 59e35cd19dc6 [2021-01-29T22:23:43.909Z] Step 3/31 : WORKDIR /edgex-go [2021-01-29T22:23:43.909Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:23:43.909Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:23:43.909Z] ---> 59e35cd19dc6 [2021-01-29T22:23:43.909Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T22:23:43.909Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:23:43.909Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:23:43.909Z] ---> 59e35cd19dc6 [2021-01-29T22:23:43.909Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T22:23:43.909Z] ---> Running in 3ca50c512cf4 [2021-01-29T22:23:43.909Z] ---> Running in cffa8596bcd1 [2021-01-29T22:23:43.909Z] ---> Running in f3a5beb94fde [2021-01-29T22:23:43.909Z] ---> Running in 16c87345cfab [2021-01-29T22:23:43.909Z] ---> Running in 437e269cfa8a [2021-01-29T22:23:43.909Z] Removing intermediate container f3a5beb94fde [2021-01-29T22:23:43.909Z] ---> ef9a6fbc47a1 [2021-01-29T22:23:43.909Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:23:43.909Z] Removing intermediate container 437e269cfa8a [2021-01-29T22:23:43.909Z] ---> e8ae1bc06901 [2021-01-29T22:23:43.909Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:23:43.909Z] Removing intermediate container 16c87345cfab [2021-01-29T22:23:43.909Z] ---> d36c5e9b9ac1 [2021-01-29T22:23:43.909Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:23:43.909Z] Removing intermediate container 3ca50c512cf4 [2021-01-29T22:23:43.909Z] ---> efe33d16f0b8 [2021-01-29T22:23:43.909Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:23:43.909Z] Removing intermediate container cffa8596bcd1 [2021-01-29T22:23:43.909Z] ---> fed93d211884 [2021-01-29T22:23:43.909Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:23:43.909Z] ---> Running in 9a942cd5c423 [2021-01-29T22:23:43.909Z] ---> Running in bc73a4d5dfab [2021-01-29T22:23:43.909Z] ---> Running in 9728c0507dc4 [2021-01-29T22:23:43.909Z] ---> Running in 5a5802205388 [2021-01-29T22:23:43.909Z] ---> Running in 17fda458e2e4 [2021-01-29T22:23:43.909Z] Removing intermediate container 9728c0507dc4 [2021-01-29T22:23:43.909Z] ---> d63ca6240757 [2021-01-29T22:23:43.909Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T22:23:43.909Z] Removing intermediate container bc73a4d5dfab [2021-01-29T22:23:43.909Z] ---> 7c39a92b9ff5 [2021-01-29T22:23:43.909Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T22:23:43.909Z] ---> Running in 675e9ea450e9 [2021-01-29T22:23:43.909Z] ---> Running in cd8081506dd0 [2021-01-29T22:23:43.909Z] Removing intermediate container 17fda458e2e4 [2021-01-29T22:23:43.909Z] ---> 30cb15aff588 [2021-01-29T22:23:43.909Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T22:23:43.909Z] Removing intermediate container 5a5802205388 [2021-01-29T22:23:43.909Z] ---> 111e8f63133c [2021-01-29T22:23:43.909Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T22:23:43.909Z] Removing intermediate container 9a942cd5c423 [2021-01-29T22:23:43.909Z] ---> f7d000ab2d8a [2021-01-29T22:23:43.909Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-29T22:23:43.909Z] ---> Running in 781de644fd99 [2021-01-29T22:23:43.909Z] ---> Running in abdcafdc0705 [2021-01-29T22:23:43.909Z] ---> Running in afdfc6c19b97 [2021-01-29T22:23:44.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:23:44.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:23:44.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:23:45.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:23:45.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:23:45.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:23:45.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:23:45.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:23:45.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:23:45.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:23:45.944Z] OK: 233 MiB in 51 packages [2021-01-29T22:23:46.214Z] OK: 233 MiB in 51 packages [2021-01-29T22:23:46.214Z] OK: 233 MiB in 51 packages [2021-01-29T22:23:46.214Z] OK: 233 MiB in 51 packages [2021-01-29T22:23:46.488Z] OK: 233 MiB in 51 packages [2021-01-29T22:23:47.067Z] Removing intermediate container cd8081506dd0 [2021-01-29T22:23:47.067Z] ---> 9abc8fed3a99 [2021-01-29T22:23:47.067Z] Step 6/24 : COPY go.mod . [2021-01-29T22:23:47.331Z] Removing intermediate container 675e9ea450e9 [2021-01-29T22:23:47.331Z] ---> 7d3fbe97e8eb [2021-01-29T22:23:47.331Z] Step 6/22 : COPY go.mod . [2021-01-29T22:23:47.331Z] Removing intermediate container 781de644fd99 [2021-01-29T22:23:47.331Z] ---> ed6c94aa20b8 [2021-01-29T22:23:47.331Z] Step 6/23 : COPY go.mod . [2021-01-29T22:23:47.331Z] ---> 9c6b482d91e1 [2021-01-29T22:23:47.331Z] Step 7/24 : RUN go mod download [2021-01-29T22:23:47.593Z] Removing intermediate container abdcafdc0705 [2021-01-29T22:23:47.593Z] ---> 4e88a6c32ffe [2021-01-29T22:23:47.593Z] Step 6/22 : COPY go.mod . [2021-01-29T22:23:47.593Z] Removing intermediate container afdfc6c19b97 [2021-01-29T22:23:47.593Z] ---> 08a5bb525952 [2021-01-29T22:23:47.593Z] Step 6/31 : COPY go.mod . [2021-01-29T22:23:47.593Z] ---> Running in b3a78170a79f [2021-01-29T22:23:47.593Z] ---> 7fccc46c2851 [2021-01-29T22:23:47.593Z] Step 7/22 : RUN go mod download [2021-01-29T22:23:47.856Z] ---> 98a003b12e22 [2021-01-29T22:23:47.856Z] Step 7/23 : RUN go mod download [2021-01-29T22:23:48.124Z] ---> Running in 3eab9dd6fe46 [2021-01-29T22:23:48.124Z] ---> Running in 3eec663d1df2 [2021-01-29T22:23:48.124Z] ---> a4e2fea6bb9a [2021-01-29T22:23:48.124Z] Step 7/22 : RUN go mod download [2021-01-29T22:23:48.124Z] ---> 5c76c933fbe2 [2021-01-29T22:23:48.124Z] Step 7/31 : RUN go mod download [2021-01-29T22:23:48.391Z] ---> Running in 3689a0d54a84 [2021-01-29T22:23:48.391Z] ---> Running in 3b7ecace4894 [2021-01-29T22:23:50.367Z] Removing intermediate container b3a78170a79f [2021-01-29T22:23:50.367Z] ---> ccd905995cb7 [2021-01-29T22:23:50.367Z] Step 8/24 : COPY . . [2021-01-29T22:23:50.367Z] Removing intermediate container 3eab9dd6fe46 [2021-01-29T22:23:50.367Z] ---> 25e66f5f7f10 [2021-01-29T22:23:50.367Z] Step 8/23 : COPY . . [2021-01-29T22:23:51.333Z] Removing intermediate container 3eec663d1df2 [2021-01-29T22:23:51.333Z] ---> 96be5a9afa40 [2021-01-29T22:23:51.333Z] Step 8/22 : COPY . . [2021-01-29T22:23:53.931Z] Removing intermediate container 3689a0d54a84 [2021-01-29T22:23:53.931Z] ---> a0190c1a0b8f [2021-01-29T22:23:53.931Z] Step 8/22 : COPY . . [2021-01-29T22:23:55.035Z] Removing intermediate container 3b7ecace4894 [2021-01-29T22:23:55.035Z] ---> 26169dbf4c32 [2021-01-29T22:23:55.035Z] Step 8/31 : COPY . . [2021-01-29T22:23:57.838Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T22:24:34.171Z] ---> 236b65d3ecfd [2021-01-29T22:24:34.171Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T22:24:34.171Z] ---> 18f1c2c73799 [2021-01-29T22:24:34.171Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T22:24:34.171Z] ---> Running in 97a0ed0de0b1 [2021-01-29T22:24:34.171Z] ---> Running in e809af120922 [2021-01-29T22:24:34.171Z] ---> f84af9c91280 [2021-01-29T22:24:34.171Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T22:24:34.171Z] ---> 51cc77a4ebd6 [2021-01-29T22:24:34.171Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-29T22:24:34.171Z] ---> 9737858e39eb [2021-01-29T22:24:34.171Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T22:24:34.171Z] ---> Running in e55ae7fe0428 [2021-01-29T22:24:34.171Z] ---> Running in 8a5b87d34bf1 [2021-01-29T22:24:34.171Z] ---> Running in 41e1c32925ef [2021-01-29T22:24:34.171Z] 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-29T22:24:34.171Z] 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-29T22:24:34.171Z] 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-29T22:24:34.171Z] 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-29T22:24:34.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T22:24:44.859Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T22:25:00.140Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T22:25:00.140Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T22:25:00.140Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T22:25:00.140Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T22:25:00.140Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T22:25:00.140Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T22:25:00.140Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T22:25:00.140Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T22:25:00.140Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T22:25:00.140Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T22:25:06.462Z] 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-29T22:25:06.462Z] 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-29T22:25:08.460Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T22:25:08.460Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T22:25:08.460Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T22:25:09.068Z] Removing intermediate container e55ae7fe0428 [2021-01-29T22:25:09.069Z] ---> e8093a607fdd [2021-01-29T22:25:09.069Z] [2021-01-29T22:25:09.069Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T22:25:09.337Z] 3.12: Pulling from library/alpine [2021-01-29T22:25:11.309Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T22:25:11.309Z] Removing intermediate container e809af120922 [2021-01-29T22:25:11.309Z] ---> dcb498642200 [2021-01-29T22:25:11.309Z] [2021-01-29T22:25:11.309Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T22:25:11.309Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T22:25:11.309Z] ---> 389fef711851 [2021-01-29T22:25:11.309Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T22:25:11.309Z] 3.12: Pulling from library/alpine [2021-01-29T22:25:11.309Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T22:25:11.309Z] Status: Image is up to date for alpine:3.12 [2021-01-29T22:25:11.309Z] ---> 389fef711851 [2021-01-29T22:25:11.309Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T22:25:12.711Z] ---> Running in e5872b82a1e2 [2021-01-29T22:25:12.711Z] ---> Running in 737a75ba933b [2021-01-29T22:25:14.647Z] Removing intermediate container 8a5b87d34bf1 [2021-01-29T22:25:14.647Z] ---> e2b1fb0e8a77 [2021-01-29T22:25:14.647Z] [2021-01-29T22:25:14.647Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T22:25:14.647Z] ---> 389fef711851 [2021-01-29T22:25:14.647Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T22:25:15.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.431s coverage: 46.0% of statements [2021-01-29T22:25:15.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T22:25:15.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T22:25:15.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T22:25:15.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T22:25:15.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T22:25:15.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T22:25:15.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T22:25:15.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.243s coverage: 100.0% of statements [2021-01-29T22:25:15.605Z] ---> Running in 16ca7280e343 [2021-01-29T22:25:15.605Z] Removing intermediate container 41e1c32925ef [2021-01-29T22:25:15.605Z] ---> 078e3389006c [2021-01-29T22:25:15.605Z] [2021-01-29T22:25:15.605Z] Step 10/31 : FROM alpine:3.12 [2021-01-29T22:25:15.605Z] ---> 389fef711851 [2021-01-29T22:25:15.605Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T22:25:15.873Z] ---> Running in 515bd235cb94 [2021-01-29T22:25:16.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:16.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:16.407Z] Removing intermediate container 515bd235cb94 [2021-01-29T22:25:16.407Z] ---> ce3b11446458 [2021-01-29T22:25:16.407Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-29T22:25:16.408Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T22:25:16.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:16.408Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T22:25:16.408Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T22:25:16.408Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T22:25:16.408Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T22:25:16.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:16.408Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:25:16.408Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T22:25:16.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:16.682Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T22:25:16.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:16.682Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T22:25:16.682Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:25:16.682Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T22:25:16.682Z] OK: 6 MiB in 16 packages [2021-01-29T22:25:16.946Z] OK: 7 MiB in 19 packages [2021-01-29T22:25:16.946Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T22:25:16.946Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:25:16.946Z] OK: 6 MiB in 15 packages [2021-01-29T22:25:17.531Z] ---> Running in 1e776454dd3f [2021-01-29T22:25:18.929Z] Removing intermediate container 97a0ed0de0b1 [2021-01-29T22:25:18.929Z] ---> b96217132d22 [2021-01-29T22:25:18.929Z] [2021-01-29T22:25:18.929Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T22:25:18.929Z] ---> 389fef711851 [2021-01-29T22:25:18.929Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T22:25:18.929Z] ---> Running in c4677fe910a5 [2021-01-29T22:25:20.348Z] Removing intermediate container c4677fe910a5 [2021-01-29T22:25:20.348Z] ---> 2748975ab159 [2021-01-29T22:25:20.348Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T22:25:20.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:20.348Z] Removing intermediate container 737a75ba933b [2021-01-29T22:25:20.348Z] ---> af5d9130bc07 [2021-01-29T22:25:20.348Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T22:25:20.348Z] Removing intermediate container e5872b82a1e2 [2021-01-29T22:25:20.348Z] ---> d3dfa68b7453 [2021-01-29T22:25:20.348Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T22:25:20.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:20.348Z] Removing intermediate container 16ca7280e343 [2021-01-29T22:25:20.348Z] ---> 2f07e110754b [2021-01-29T22:25:20.348Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T22:25:20.348Z] ---> Running in cad594a75f4d [2021-01-29T22:25:20.348Z] ---> Running in 8787738b0683 [2021-01-29T22:25:20.348Z] ---> Running in c0329966676c [2021-01-29T22:25:20.612Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-29T22:25:20.612Z] (2/2) Installing su-exec (0.2-r1) [2021-01-29T22:25:20.612Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:25:20.612Z] ---> Running in 8c433bc25869 [2021-01-29T22:25:20.612Z] OK: 6 MiB in 16 packages [2021-01-29T22:25:20.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.484s coverage: 27.1% of statements [2021-01-29T22:25:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T22:25:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T22:25:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T22:25:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T22:25:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T22:25:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T22:25:20.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-01-29T22:25:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T22:25:20.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-01-29T22:25:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T22:25:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T22:25:21.187Z] Removing intermediate container cad594a75f4d [2021-01-29T22:25:21.187Z] ---> 29c91d300d9d [2021-01-29T22:25:21.187Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T22:25:21.187Z] Removing intermediate container 8787738b0683 [2021-01-29T22:25:21.187Z] ---> 0f41d9257632 [2021-01-29T22:25:21.187Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T22:25:21.452Z] Removing intermediate container 8c433bc25869 [2021-01-29T22:25:21.452Z] ---> 5d0bce0b5002 [2021-01-29T22:25:21.452Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T22:25:21.452Z] Removing intermediate container c0329966676c [2021-01-29T22:25:21.452Z] ---> 4e12e5c0ae23 [2021-01-29T22:25:21.452Z] Step 13/24 : WORKDIR / [2021-01-29T22:25:21.452Z] ---> Running in 0878de637c2a [2021-01-29T22:25:21.452Z] ---> Running in 968c72473d73 [2021-01-29T22:25:21.716Z] ---> Running in e5296f615d42 [2021-01-29T22:25:21.716Z] ---> Running in ca1185668054 [2021-01-29T22:25:21.980Z] Removing intermediate container e5296f615d42 [2021-01-29T22:25:21.980Z] ---> 7178dfd5fda4 [2021-01-29T22:25:21.980Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T22:25:21.980Z] Removing intermediate container 968c72473d73 [2021-01-29T22:25:21.980Z] ---> 4f6538cabbdb [2021-01-29T22:25:21.980Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:25:21.980Z] Removing intermediate container 0878de637c2a [2021-01-29T22:25:21.980Z] ---> 324992b0df8b [2021-01-29T22:25:21.980Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T22:25:21.980Z] Removing intermediate container ca1185668054 [2021-01-29T22:25:21.980Z] ---> cad03495fe5e [2021-01-29T22:25:21.980Z] 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-29T22:25:22.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.254s coverage: 65.8% of statements [2021-01-29T22:25:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T22:25:22.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T22:25:22.246Z] ---> Running in 69da09ea3ab3 [2021-01-29T22:25:22.247Z] ---> Running in 6f22942077c3 [2021-01-29T22:25:22.247Z] ---> Running in 096e78db7702 [2021-01-29T22:25:22.247Z] Removing intermediate container 1e776454dd3f [2021-01-29T22:25:22.247Z] ---> 43f4dcfe8461 [2021-01-29T22:25:22.247Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T22:25:22.513Z] ---> Running in 77e760183156 [2021-01-29T22:25:22.513Z] Removing intermediate container 69da09ea3ab3 [2021-01-29T22:25:22.513Z] ---> ea18c28484fa [2021-01-29T22:25:22.513Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:25:22.781Z] ---> bdb70f795d87 [2021-01-29T22:25:22.781Z] 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-29T22:25:22.781Z] Removing intermediate container 6f22942077c3 [2021-01-29T22:25:22.781Z] ---> cf3edc0d5f8b [2021-01-29T22:25:22.781Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:25:22.781Z] Removing intermediate container 77e760183156 [2021-01-29T22:25:22.781Z] ---> 184646a996ee [2021-01-29T22:25:22.781Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T22:25:22.781Z] ---> Running in a5ce02825d01 [2021-01-29T22:25:23.046Z] ---> 054c6156613f [2021-01-29T22:25:23.046Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T22:25:23.046Z] ---> 238933c34059 [2021-01-29T22:25:23.046Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T22:25:23.046Z] ---> bc335298c76b [2021-01-29T22:25:23.046Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T22:25:23.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.654s coverage: 82.3% of statements [2021-01-29T22:25:23.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T22:25:23.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T22:25:23.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T22:25:23.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T22:25:23.627Z] Removing intermediate container a5ce02825d01 [2021-01-29T22:25:23.627Z] ---> 051290a6f909 [2021-01-29T22:25:23.627Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T22:25:24.209Z] ---> Running in 820afc2d3590 [2021-01-29T22:25:24.209Z] ---> 28988b0f2b07 [2021-01-29T22:25:24.209Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T22:25:24.491Z] ---> dbfb23c6419e [2021-01-29T22:25:24.491Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T22:25:24.491Z] ---> 1bef0ee51aff [2021-01-29T22:25:24.491Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T22:25:24.754Z] Removing intermediate container 096e78db7702 [2021-01-29T22:25:24.754Z] ---> 41a82255b61e [2021-01-29T22:25:24.754Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T22:25:25.019Z] ---> Running in afd7e449da7f [2021-01-29T22:25:25.019Z] ---> 141727e42039 [2021-01-29T22:25:25.019Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T22:25:25.019Z] ---> 5fa171a2c9bd [2021-01-29T22:25:25.019Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T22:25:25.019Z] ---> 167eba879d8f [2021-01-29T22:25:25.019Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T22:25:25.286Z] ---> Running in c0c3299a04e2 [2021-01-29T22:25:25.286Z] ---> Running in 076268fe7ed5 [2021-01-29T22:25:25.867Z] Removing intermediate container 076268fe7ed5 [2021-01-29T22:25:25.867Z] ---> 6eac3e671d5f [2021-01-29T22:25:25.867Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:25:25.867Z] Removing intermediate container c0c3299a04e2 [2021-01-29T22:25:25.867Z] ---> 9175a33fb8d7 [2021-01-29T22:25:25.867Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:25:25.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:25.867Z] ---> Running in b2a7044b354a [2021-01-29T22:25:25.867Z] ---> b03527db0949 [2021-01-29T22:25:25.867Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T22:25:25.867Z] ---> Running in f684aae8c361 [2021-01-29T22:25:25.867Z] Removing intermediate container 820afc2d3590 [2021-01-29T22:25:25.867Z] ---> 7a879225e9c8 [2021-01-29T22:25:25.867Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T22:25:25.867Z] ---> Running in e85ab29f455a [2021-01-29T22:25:26.131Z] Removing intermediate container b2a7044b354a [2021-01-29T22:25:26.131Z] ---> d35b6e0298d8 [2021-01-29T22:25:26.131Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T22:25:26.131Z] Removing intermediate container f684aae8c361 [2021-01-29T22:25:26.131Z] ---> 0027fee8e686 [2021-01-29T22:25:26.131Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T22:25:26.394Z] ---> 4b0a8d42336d [2021-01-29T22:25:26.394Z] 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-29T22:25:26.394Z] ---> Running in 094f0afabed1 [2021-01-29T22:25:26.394Z] ---> Running in 8a89594ed806 [2021-01-29T22:25:26.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:26.658Z] ---> Running in 3f2266bd7451 [2021-01-29T22:25:26.658Z] Removing intermediate container e85ab29f455a [2021-01-29T22:25:26.658Z] ---> 56857b735cb3 [2021-01-29T22:25:26.658Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T22:25:26.924Z] Removing intermediate container 8a89594ed806 [2021-01-29T22:25:26.924Z] ---> cca5b457469c [2021-01-29T22:25:26.924Z] Step 21/22 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:25:26.924Z] Removing intermediate container 094f0afabed1 [2021-01-29T22:25:26.924Z] ---> 899771055cf6 [2021-01-29T22:25:26.924Z] Step 21/22 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:25:27.191Z] ---> Running in 5053b5bbab3d [2021-01-29T22:25:27.191Z] ---> 5168b12992c5 [2021-01-29T22:25:27.191Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T22:25:27.191Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T22:25:27.191Z] ---> Running in 8b2948d58de9 [2021-01-29T22:25:27.191Z] ---> Running in 0aced843a5de [2021-01-29T22:25:27.191Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T22:25:27.191Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T22:25:27.457Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T22:25:27.457Z] Removing intermediate container 5053b5bbab3d [2021-01-29T22:25:27.457Z] ---> b51b46eb19c2 [2021-01-29T22:25:27.457Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T22:25:27.743Z] Removing intermediate container 8b2948d58de9 [2021-01-29T22:25:27.743Z] ---> b16616ec8c02 [2021-01-29T22:25:27.743Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T22:25:27.743Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T22:25:27.743Z] ---> Running in 79be363d2f86 [2021-01-29T22:25:27.743Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T22:25:27.743Z] ---> Running in a5ae1234b657 [2021-01-29T22:25:27.743Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:25:27.743Z] OK: 8 MiB in 20 packages [2021-01-29T22:25:28.016Z] Removing intermediate container 79be363d2f86 [2021-01-29T22:25:28.016Z] ---> 0e0be27a25a7 [2021-01-29T22:25:28.016Z] [2021-01-29T22:25:28.016Z] Removing intermediate container a5ae1234b657 [2021-01-29T22:25:28.016Z] ---> 7a5d4966eef0 [2021-01-29T22:25:28.016Z] [2021-01-29T22:25:28.605Z] Successfully built 7a5d4966eef0 [2021-01-29T22:25:28.605Z] Successfully built 0e0be27a25a7 [2021-01-29T22:25:28.605Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-29T22:25:28.605Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-29T22:25:28.605Z] Successfully tagged docker-support-notifications-go:latest [2021-01-29T22:25:28.605Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-29T22:25:28.605Z] Removing intermediate container 3f2266bd7451 [2021-01-29T22:25:28.605Z] ---> 47f2037d0946 [2021-01-29T22:25:28.605Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T22:25:28.873Z] ---> Running in 9e65b4b26abe [2021-01-29T22:25:28.874Z] Removing intermediate container afd7e449da7f [2021-01-29T22:25:28.874Z] ---> fc76e5facd04 [2021-01-29T22:25:28.874Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:25:29.141Z] Removing intermediate container 0aced843a5de [2021-01-29T22:25:29.141Z] ---> 5afb6e2a2ea9 [2021-01-29T22:25:29.141Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:25:29.141Z] Removing intermediate container 9e65b4b26abe [2021-01-29T22:25:29.141Z] ---> a904bfef6678 [2021-01-29T22:25:29.141Z] Step 22/24 : LABEL arch=x86_64 [2021-01-29T22:25:29.141Z] ---> Running in 12e9ce0a3fae [2021-01-29T22:25:29.409Z] ---> 7aa6bb284e72 [2021-01-29T22:25:29.409Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T22:25:29.409Z] ---> 7b8fecaac253 [2021-01-29T22:25:29.409Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T22:25:29.409Z] Removing intermediate container 12e9ce0a3fae [2021-01-29T22:25:29.409Z] ---> 3f6952ad2ae8 [2021-01-29T22:25:29.409Z] Step 23/24 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:25:30.020Z] ---> Running in 6db1401c488f [2021-01-29T22:25:31.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.249s coverage: 28.6% of statements [2021-01-29T22:25:31.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T22:25:31.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T22:25:31.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T22:25:31.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T22:25:31.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T22:25:31.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2021-01-29T22:25:31.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T22:25:31.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-01-29T22:25:31.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T22:25:31.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.346s coverage: 86.7% of statements [2021-01-29T22:25:31.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T22:25:31.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements [2021-01-29T22:25:31.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T22:25:31.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements [2021-01-29T22:25:31.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T22:25:31.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T22:25:31.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T22:25:31.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T22:25:33.347Z] ---> 1d83e4e0c129 [2021-01-29T22:25:33.347Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T22:25:33.347Z] Removing intermediate container 6db1401c488f [2021-01-29T22:25:33.347Z] ---> ecc1fea82d29 [2021-01-29T22:25:33.347Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T22:25:34.743Z] ---> 6eeb3170ca04 [2021-01-29T22:25:34.743Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T22:25:34.743Z] ---> Running in b6a2e3a3ccc0 [2021-01-29T22:25:36.679Z] ---> 698ad888d266 [2021-01-29T22:25:36.679Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T22:25:36.679Z] Removing intermediate container b6a2e3a3ccc0 [2021-01-29T22:25:36.679Z] ---> 00f7ae1922bd [2021-01-29T22:25:36.679Z] [2021-01-29T22:25:36.945Z] ---> bd5261c77adc [2021-01-29T22:25:36.945Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T22:25:36.945Z] Successfully built 00f7ae1922bd [2021-01-29T22:25:36.945Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-29T22:25:36.945Z] Building docker-sys-mgmt-agent-go [2021-01-29T22:25:36.945Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 58a6b216a291 [2021-01-29T22:25:37.209Z] ---> c3be6d31b12f [2021-01-29T22:25:37.209Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T22:25:37.209Z] Removing intermediate container 58a6b216a291 [2021-01-29T22:25:37.209Z] ---> 5c2aabf30759 [2021-01-29T22:25:37.209Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:25:37.209Z] ---> Running in e92775e01313 [2021-01-29T22:25:38.619Z] Removing intermediate container e92775e01313 [2021-01-29T22:25:38.619Z] ---> cb6a87b88f66 [2021-01-29T22:25:38.619Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T22:25:38.890Z] ---> 52f6d9b5440d [2021-01-29T22:25:38.890Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T22:25:40.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.260s coverage: 92.8% of statements [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T22:25:40.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T22:25:40.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.160s coverage: 0.1% of statements [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T22:25:40.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T22:25:40.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements [2021-01-29T22:25:40.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-01-29T22:25:40.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-01-29T22:25:40.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-01-29T22:25:40.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-01-29T22:25:40.846Z] ---> Running in 3aa042a168f8 [2021-01-29T22:25:41.805Z] ---> Running in 04704b6699d5 [2021-01-29T22:25:43.018Z] Removing intermediate container 3aa042a168f8 [2021-01-29T22:25:43.018Z] ---> 1805083051e5 [2021-01-29T22:25:43.018Z] Step 22/23 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:25:44.187Z] Removing intermediate container 04704b6699d5 [2021-01-29T22:25:44.187Z] ---> 0f0641accd15 [2021-01-29T22:25:44.187Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T22:25:44.187Z] ---> Running in f1879f6a2731 [2021-01-29T22:25:44.791Z] Removing intermediate container f1879f6a2731 [2021-01-29T22:25:44.791Z] ---> 27c91a19aaba [2021-01-29T22:25:44.791Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T22:25:45.779Z] ---> 32409cfb1312 [2021-01-29T22:25:45.779Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-29T22:25:45.779Z] ---> Running in 5a02c83ef613 [2021-01-29T22:25:46.367Z] ---> Running in be761468469c [2021-01-29T22:25:48.326Z] Removing intermediate container 5a02c83ef613 [2021-01-29T22:25:48.326Z] ---> 02ec294dd012 [2021-01-29T22:25:48.326Z] [2021-01-29T22:25:48.326Z] Successfully built 02ec294dd012 [2021-01-29T22:25:48.600Z] Successfully tagged docker-core-data-go:latest [2021-01-29T22:25:48.600Z] Building docker-core-command-go [2021-01-29T22:25:50.562Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:25:50.562Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:25:50.562Z] ---> 59e35cd19dc6 [2021-01-29T22:25:50.562Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T22:25:50.562Z] ---> Using cache [2021-01-29T22:25:50.562Z] ---> fed93d211884 [2021-01-29T22:25:50.562Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:25:50.562Z] ---> Using cache [2021-01-29T22:25:50.562Z] ---> 30cb15aff588 [2021-01-29T22:25:50.562Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T22:25:50.839Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:25:50.839Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:25:50.839Z] ---> 59e35cd19dc6 [2021-01-29T22:25:50.839Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T22:25:50.839Z] ---> Using cache [2021-01-29T22:25:50.839Z] ---> fed93d211884 [2021-01-29T22:25:50.839Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:25:50.839Z] ---> Using cache [2021-01-29T22:25:50.839Z] ---> 30cb15aff588 [2021-01-29T22:25:50.839Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T22:25:52.797Z] ---> Running in 4b9bfa37647a [2021-01-29T22:25:53.073Z] ---> Running in 9da9c663a2dd [2021-01-29T22:25:55.064Z] Removing intermediate container be761468469c [2021-01-29T22:25:55.065Z] ---> 18863ace3a2a [2021-01-29T22:25:55.065Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T22:25:55.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2021-01-29T22:25:55.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-29T22:25:55.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:55.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:55.913Z] ---> Running in eec8b80a2b70 [2021-01-29T22:25:56.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:56.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:25:56.792Z] OK: 233 MiB in 51 packages [2021-01-29T22:25:56.792Z] OK: 233 MiB in 51 packages [2021-01-29T22:25:57.381Z] Removing intermediate container eec8b80a2b70 [2021-01-29T22:25:57.381Z] ---> ec244b11d4ac [2021-01-29T22:25:57.381Z] Step 28/31 : CMD ["gate"] [2021-01-29T22:25:57.662Z] ---> Running in 54d39f8dd448 [2021-01-29T22:25:58.258Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:25:58.258Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:25:58.258Z] ---> 59e35cd19dc6 [2021-01-29T22:25:58.258Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T22:25:58.258Z] ---> Using cache [2021-01-29T22:25:58.258Z] ---> fed93d211884 [2021-01-29T22:25:58.258Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:25:58.258Z] ---> Using cache [2021-01-29T22:25:58.258Z] ---> 30cb15aff588 [2021-01-29T22:25:58.258Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T22:25:59.211Z] Removing intermediate container 54d39f8dd448 [2021-01-29T22:25:59.211Z] ---> d6305b5de352 [2021-01-29T22:25:59.211Z] Step 29/31 : LABEL arch=x86_64 [2021-01-29T22:25:59.211Z] ---> Running in dd05718ea097 [2021-01-29T22:25:59.475Z] ---> Running in 50eebfe5f67c [2021-01-29T22:25:59.748Z] Removing intermediate container 4b9bfa37647a [2021-01-29T22:25:59.748Z] ---> 3de93d615266 [2021-01-29T22:25:59.748Z] Step 6/21 : COPY go.mod . [2021-01-29T22:25:59.748Z] Removing intermediate container 9da9c663a2dd [2021-01-29T22:25:59.748Z] ---> c998fb931e6b [2021-01-29T22:25:59.748Z] Step 6/23 : COPY go.mod . [2021-01-29T22:26:00.017Z] Removing intermediate container 50eebfe5f67c [2021-01-29T22:26:00.017Z] ---> 750adc39870a [2021-01-29T22:26:00.017Z] Step 30/31 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:26:00.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:26:01.184Z] ---> Running in 0bc3704b63d1 [2021-01-29T22:26:01.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:26:01.452Z] ---> 0afed1180851 [2021-01-29T22:26:01.452Z] Step 7/23 : RUN go mod download [2021-01-29T22:26:01.452Z] ---> fe580cdf0792 [2021-01-29T22:26:01.452Z] Step 7/21 : RUN go mod download [2021-01-29T22:26:01.721Z] ---> Running in a848f9cf5b3b [2021-01-29T22:26:01.721Z] ---> Running in e1f070577a2b [2021-01-29T22:26:02.000Z] OK: 233 MiB in 51 packages [2021-01-29T22:26:02.000Z] Removing intermediate container 0bc3704b63d1 [2021-01-29T22:26:02.000Z] ---> c3826341d0ab [2021-01-29T22:26:02.000Z] Step 31/31 : LABEL version=0.0.0 [2021-01-29T22:26:03.422Z] ---> Running in b654c6f408ca [2021-01-29T22:26:04.842Z] Removing intermediate container b654c6f408ca [2021-01-29T22:26:04.842Z] ---> 9c50ceb21877 [2021-01-29T22:26:04.842Z] [2021-01-29T22:26:05.113Z] Successfully built 9c50ceb21877 [2021-01-29T22:26:05.379Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-29T22:26:05.644Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container dd05718ea097 [2021-01-29T22:26:05.644Z] ---> 132e84dd39c7 [2021-01-29T22:26:05.644Z] Step 6/26 : COPY go.mod . [2021-01-29T22:26:06.250Z] ---> 1ebbd43a1a10 [2021-01-29T22:26:06.250Z] Step 7/26 : RUN go mod download [2021-01-29T22:26:06.520Z] ---> Running in 76ef6324978b [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.127s coverage: 92.9% of statements [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.097s coverage: 87.2% of statements [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.121s coverage: 87.2% of statements [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.549s coverage: 63.5% of statements [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.862s coverage: 68.9% of statements [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T22:26:07.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.291s coverage: 37.0% of statements [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T22:26:07.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T22:26:07.944Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:26:07.944Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:26:07.944Z] ---> 59e35cd19dc6 [2021-01-29T22:26:07.944Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T22:26:07.944Z] ---> Using cache [2021-01-29T22:26:07.944Z] ---> fed93d211884 [2021-01-29T22:26:07.944Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:26:07.944Z] ---> Using cache [2021-01-29T22:26:07.944Z] ---> 30cb15aff588 [2021-01-29T22:26:07.944Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T22:26:07.944Z] ---> Using cache [2021-01-29T22:26:07.944Z] ---> c998fb931e6b [2021-01-29T22:26:07.944Z] Step 6/23 : COPY go.mod . [2021-01-29T22:26:07.944Z] ---> Using cache [2021-01-29T22:26:07.944Z] ---> 0afed1180851 [2021-01-29T22:26:07.944Z] Step 7/23 : RUN go mod download [2021-01-29T22:26:08.208Z] ---> Running in 71c6565898d3 [2021-01-29T22:26:08.481Z] Removing intermediate container e1f070577a2b [2021-01-29T22:26:08.481Z] ---> 2208cdaae06f [2021-01-29T22:26:08.481Z] Step 8/23 : COPY . . [2021-01-29T22:26:08.481Z] Removing intermediate container a848f9cf5b3b [2021-01-29T22:26:08.481Z] ---> f91bdbb40915 [2021-01-29T22:26:08.481Z] Step 8/21 : COPY . . [2021-01-29T22:26:09.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.776s coverage: 84.0% of statements [2021-01-29T22:26:09.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements [2021-01-29T22:26:15.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.355s coverage: 47.1% of statements [2021-01-29T22:26:15.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T22:26:15.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T22:26:15.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T22:26:15.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T22:26:15.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T22:26:15.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.106s coverage: 100.0% of statements [2021-01-29T22:26:15.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T22:26:15.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements [2021-01-29T22:26:15.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T22:26:18.757Z] Removing intermediate container 76ef6324978b [2021-01-29T22:26:18.757Z] ---> e6ee4a8f3c15 [2021-01-29T22:26:18.757Z] Step 8/26 : COPY . . [2021-01-29T22:26:20.702Z] Removing intermediate container 71c6565898d3 [2021-01-29T22:26:20.702Z] ---> 4af6c603110e [2021-01-29T22:26:20.702Z] Step 8/23 : COPY . . [2021-01-29T22:26:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.120s coverage: 29.1% of statements [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T22:26:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T22:26:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-29T22:26:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.145s coverage: 100.0% of statements [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-29T22:26:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T22:26:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T22:26:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T22:26:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T22:26:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-29T22:26:21.865Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-29T22:26:23.296Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-29T22:26:23.899Z] GO111MODULE=on go vet ./... [2021-01-29T22:26:42.873Z] ---> fd29d08c187f [2021-01-29T22:26:42.873Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T22:26:42.873Z] ---> 2bdb869c1f15 [2021-01-29T22:26:42.873Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T22:26:43.867Z] ---> Running in 7c8f51ae1acf [2021-01-29T22:26:43.867Z] ---> Running in 36daecede8b7 [2021-01-29T22:26:46.117Z] 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-29T22:26:46.117Z] 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-29T22:26:51.487Z] ---> 21f89cd447df [2021-01-29T22:26:51.487Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T22:26:51.487Z] ---> 0f6b7fe79792 [2021-01-29T22:26:51.487Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T22:26:51.758Z] ---> Running in b0ad0b0e2820 [2021-01-29T22:26:51.758Z] ---> Running in f17745035fb0 [2021-01-29T22:26:53.198Z] 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-29T22:26:53.198Z] 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-29T22:27:08.234Z] 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-29T22:27:16.458Z] Removing intermediate container 7c8f51ae1acf [2021-01-29T22:27:16.458Z] ---> 6e18fd979713 [2021-01-29T22:27:16.458Z] [2021-01-29T22:27:16.458Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T22:27:16.458Z] ---> 389fef711851 [2021-01-29T22:27:16.458Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T22:27:17.864Z] ---> Running in 6bbd3a76c660 [2021-01-29T22:27:18.135Z] Removing intermediate container 36daecede8b7 [2021-01-29T22:27:18.135Z] ---> 55410cf35c0c [2021-01-29T22:27:18.135Z] [2021-01-29T22:27:18.135Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T22:27:18.135Z] ---> 389fef711851 [2021-01-29T22:27:18.135Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T22:27:18.135Z] ---> Using cache [2021-01-29T22:27:18.135Z] ---> 2f07e110754b [2021-01-29T22:27:18.135Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T22:27:18.135Z] ---> Using cache [2021-01-29T22:27:18.135Z] ---> 5d0bce0b5002 [2021-01-29T22:27:18.135Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T22:27:18.410Z] ---> Running in 63f21f5d271f [2021-01-29T22:27:18.679Z] Removing intermediate container 63f21f5d271f [2021-01-29T22:27:18.679Z] ---> afe88e671a54 [2021-01-29T22:27:18.679Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T22:27:18.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:27:18.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:27:19.210Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T22:27:19.210Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T22:27:19.210Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T22:27:19.210Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T22:27:19.210Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:27:19.210Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T22:27:19.473Z] OK: 7 MiB in 18 packages [2021-01-29T22:27:19.473Z] ---> Running in 585eff49ea4c [2021-01-29T22:27:21.397Z] Removing intermediate container b0ad0b0e2820 [2021-01-29T22:27:21.397Z] ---> 70526146ecd3 [2021-01-29T22:27:21.397Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T22:27:21.397Z] Removing intermediate container 585eff49ea4c [2021-01-29T22:27:21.397Z] ---> ff310ad28277 [2021-01-29T22:27:21.397Z] Step 15/23 : WORKDIR / [2021-01-29T22:27:21.397Z] ---> Running in 9b085cf65017 [2021-01-29T22:27:21.666Z] ---> Running in dd3cb0246c62 [2021-01-29T22:27:22.257Z] Removing intermediate container 6bbd3a76c660 [2021-01-29T22:27:22.257Z] ---> b50b4d2f6246 [2021-01-29T22:27:22.257Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T22:27:22.527Z] Removing intermediate container dd3cb0246c62 [2021-01-29T22:27:22.527Z] ---> d12178f5664d [2021-01-29T22:27:22.527Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:27:23.121Z] ---> Running in f4ae13011244 [2021-01-29T22:27:23.394Z] 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-29T22:27:24.823Z] ---> 269d96366f42 [2021-01-29T22:27:24.823Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T22:27:24.823Z] Removing intermediate container f17745035fb0 [2021-01-29T22:27:24.823Z] ---> 67bfbb6111e9 [2021-01-29T22:27:24.823Z] [2021-01-29T22:27:24.823Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T22:27:24.823Z] ---> 389fef711851 [2021-01-29T22:27:24.823Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T22:27:24.823Z] ---> Using cache [2021-01-29T22:27:24.823Z] ---> 2f07e110754b [2021-01-29T22:27:24.823Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T22:27:24.823Z] ---> Using cache [2021-01-29T22:27:24.823Z] ---> 5d0bce0b5002 [2021-01-29T22:27:24.823Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T22:27:24.823Z] Removing intermediate container f4ae13011244 [2021-01-29T22:27:24.823Z] ---> 940ca05a91cf [2021-01-29T22:27:24.823Z] Step 13/21 : WORKDIR /edgex [2021-01-29T22:27:24.823Z] ---> Running in 9746d2cdea50 [2021-01-29T22:27:25.095Z] ---> Running in f5131c3e20d2 [2021-01-29T22:27:25.364Z] Removing intermediate container 9746d2cdea50 [2021-01-29T22:27:25.365Z] ---> a226dbe3a439 [2021-01-29T22:27:25.365Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T22:27:25.365Z] Removing intermediate container f5131c3e20d2 [2021-01-29T22:27:25.365Z] ---> 94e02e2b24df [2021-01-29T22:27:25.365Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T22:27:25.365Z] ---> Running in 6f8c06e4167f [2021-01-29T22:27:25.635Z] ---> eff25bdaa7cb [2021-01-29T22:27:25.635Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T22:27:25.635Z] Removing intermediate container 6f8c06e4167f [2021-01-29T22:27:25.635Z] ---> 1e4ed2e28582 [2021-01-29T22:27:25.635Z] Step 15/23 : WORKDIR / [2021-01-29T22:27:25.908Z] ---> d37707596a70 [2021-01-29T22:27:25.908Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T22:27:25.908Z] ---> Running in 29aed8e297f2 [2021-01-29T22:27:25.908Z] ---> a2709edd8776 [2021-01-29T22:27:25.908Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T22:27:26.177Z] Removing intermediate container 9b085cf65017 [2021-01-29T22:27:26.177Z] ---> f1afd4793c4e [2021-01-29T22:27:26.177Z] [2021-01-29T22:27:26.177Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T22:27:26.177Z] ---> Running in ac4e12ed3bc9 [2021-01-29T22:27:26.177Z] 20.10.0: Pulling from library/docker [2021-01-29T22:27:26.177Z] Removing intermediate container 29aed8e297f2 [2021-01-29T22:27:26.177Z] ---> 4ae6e91563f7 [2021-01-29T22:27:26.177Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:27:26.450Z] Removing intermediate container ac4e12ed3bc9 [2021-01-29T22:27:26.450Z] ---> 8c75df75e0e8 [2021-01-29T22:27:26.450Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:27:27.421Z] ---> Running in ad386075f682 [2021-01-29T22:27:27.421Z] ---> 317f64c63a06 [2021-01-29T22:27:27.421Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T22:27:27.695Z] ---> 172a3b711bd0 [2021-01-29T22:27:27.696Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T22:27:27.964Z] Removing intermediate container ad386075f682 [2021-01-29T22:27:27.964Z] ---> 0efe857472a9 [2021-01-29T22:27:27.964Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T22:27:28.912Z] ---> Running in 0573117c69d7 [2021-01-29T22:27:28.912Z] ---> c9155bae1050 [2021-01-29T22:27:28.912Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T22:27:28.912Z] ---> 5dbed7b6f26e [2021-01-29T22:27:28.912Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T22:27:28.912Z] ---> Running in 9140f2f781a8 [2021-01-29T22:27:28.912Z] Removing intermediate container 0573117c69d7 [2021-01-29T22:27:28.912Z] ---> 726ef614b511 [2021-01-29T22:27:28.912Z] Step 22/23 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:27:29.180Z] ---> Running in 6c357e0d3e66 [2021-01-29T22:27:29.180Z] Removing intermediate container 9140f2f781a8 [2021-01-29T22:27:29.180Z] ---> a3b2f8193ae4 [2021-01-29T22:27:29.180Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T22:27:29.180Z] ---> caacedbb30f6 [2021-01-29T22:27:29.180Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T22:27:30.151Z] ---> Running in c8c8c19862c1 [2021-01-29T22:27:30.151Z] ---> Running in 9ce3018d6fe0 [2021-01-29T22:27:30.151Z] Removing intermediate container 6c357e0d3e66 [2021-01-29T22:27:30.151Z] ---> 6b24003d47bb [2021-01-29T22:27:30.151Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T22:27:30.416Z] ---> Running in a7884ba8362f [2021-01-29T22:27:30.416Z] Removing intermediate container c8c8c19862c1 [2021-01-29T22:27:30.416Z] ---> 909de2705ff5 [2021-01-29T22:27:30.416Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:27:30.416Z] Removing intermediate container 9ce3018d6fe0 [2021-01-29T22:27:30.416Z] ---> d8150fcef016 [2021-01-29T22:27:30.416Z] Step 19/21 : LABEL arch=x86_64 [2021-01-29T22:27:30.686Z] ---> Running in a7bade6ae8cd [2021-01-29T22:27:30.686Z] ---> Running in 4a73a2e1234f [2021-01-29T22:27:30.686Z] Removing intermediate container a7884ba8362f [2021-01-29T22:27:30.686Z] ---> 4c4bce46d2e1 [2021-01-29T22:27:30.686Z] [2021-01-29T22:27:31.649Z] Successfully built 4c4bce46d2e1 [2021-01-29T22:27:31.649Z] Successfully tagged docker-core-metadata-go:latest [2021-01-29T22:27:32.609Z]  Building docker-core-metadata-go ... done Removing intermediate container 4a73a2e1234f [2021-01-29T22:27:32.609Z] ---> c5f568afd4b9 [2021-01-29T22:27:32.609Z] Step 20/21 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:27:32.609Z] Removing intermediate container a7bade6ae8cd [2021-01-29T22:27:32.609Z] ---> 061bffba909d [2021-01-29T22:27:32.609Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T22:27:32.609Z] ---> Running in a1cf4fb1886f [2021-01-29T22:27:32.609Z] ---> Running in 480ff9ef0bf0 [2021-01-29T22:27:32.874Z] Removing intermediate container 480ff9ef0bf0 [2021-01-29T22:27:32.874Z] ---> 10d0b6873a74 [2021-01-29T22:27:32.874Z] Step 22/23 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:27:32.874Z] Removing intermediate container a1cf4fb1886f [2021-01-29T22:27:32.874Z] ---> f46d68ffd37f [2021-01-29T22:27:32.874Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T22:27:32.874Z] ---> Running in 1b2c888827ac [2021-01-29T22:27:33.137Z] ---> Running in a58e6f951586 [2021-01-29T22:27:33.137Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T22:27:33.137Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T22:27:33.137Z] ---> aefe523efa57 [2021-01-29T22:27:33.137Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T22:27:33.137Z] Removing intermediate container 1b2c888827ac [2021-01-29T22:27:33.137Z] ---> 016e22b212b4 [2021-01-29T22:27:33.137Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T22:27:33.402Z] Removing intermediate container a58e6f951586 [2021-01-29T22:27:33.402Z] ---> e20339f835c8 [2021-01-29T22:27:33.402Z] [2021-01-29T22:27:33.402Z] ---> Running in 2e26c4fdc83c [2021-01-29T22:27:33.402Z] ---> Running in ea1d5efbb87f [2021-01-29T22:27:33.670Z] Successfully built e20339f835c8 [2021-01-29T22:27:33.670Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-29T22:27:33.670Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ea1d5efbb87f [2021-01-29T22:27:33.670Z] ---> 4a88ee9f0c2c [2021-01-29T22:27:33.670Z] [2021-01-29T22:27:33.942Z] Successfully built 4a88ee9f0c2c [2021-01-29T22:27:33.942Z] Successfully tagged docker-core-command-go:latest [2021-01-29T22:27:33.942Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:27:34.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:27:34.469Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T22:27:34.469Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T22:27:34.469Z] Executing bash-5.0.17-r0.post-install [2021-01-29T22:27:34.469Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:27:34.469Z] OK: 12 MiB in 22 packages [2021-01-29T22:27:35.048Z] Removing intermediate container 2e26c4fdc83c [2021-01-29T22:27:35.048Z] ---> 16eb7a1c196b [2021-01-29T22:27:35.048Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T22:27:35.310Z] ---> Running in 40e4f5ca75ca [2021-01-29T22:27:35.310Z] Removing intermediate container 40e4f5ca75ca [2021-01-29T22:27:35.310Z] ---> a0f22755d185 [2021-01-29T22:27:35.310Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T22:27:35.310Z] ---> Running in dce0232b96ce [2021-01-29T22:27:35.573Z] Removing intermediate container dce0232b96ce [2021-01-29T22:27:35.573Z] ---> fdc7eb14768f [2021-01-29T22:27:35.573Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T22:27:35.573Z] ---> Running in 498e0b0fb14c [2021-01-29T22:27:35.837Z] Removing intermediate container 498e0b0fb14c [2021-01-29T22:27:35.837Z] ---> aa01f821b915 [2021-01-29T22:27:35.837Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T22:27:36.413Z] ---> 54d2e9955d12 [2021-01-29T22:27:36.413Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T22:27:36.676Z] ---> e457753cf8c2 [2021-01-29T22:27:36.676Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T22:27:36.941Z] ---> d26b480f60da [2021-01-29T22:27:36.941Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T22:27:36.941Z] ---> Running in ccc5fbc46aee [2021-01-29T22:27:37.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:27:37.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:27:37.777Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T22:27:37.777Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T22:27:37.777Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T22:27:37.777Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T22:27:37.777Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T22:27:37.777Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T22:27:38.040Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T22:27:38.989Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T22:27:38.989Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T22:27:38.989Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T22:27:38.989Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T22:27:39.252Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T22:27:39.252Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T22:27:39.252Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T22:27:39.252Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T22:27:39.252Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T22:27:39.252Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T22:27:39.514Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T22:27:39.514Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T22:27:39.514Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T22:27:39.514Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T22:27:39.514Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T22:27:39.514Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T22:27:39.514Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T22:27:39.514Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T22:27:39.514Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T22:27:39.514Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T22:27:39.777Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T22:27:39.777Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T22:27:39.777Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T22:27:39.777Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T22:27:39.777Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T22:27:39.777Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T22:27:40.040Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:27:40.040Z] OK: 71 MiB in 55 packages [2021-01-29T22:27:45.707Z] gofmt -l . [2021-01-29T22:27:45.707Z] [ "`gofmt -l .`" = "" ] [2021-01-29T22:27:45.707Z] ./bin/test-go-mod-tidy.sh [2021-01-29T22:27:45.707Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T22:27:46.363Z] + ls -al . [2021-01-29T22:27:46.363Z] total 708 [2021-01-29T22:27:46.363Z] drwxrwxr-x 9 1001 1001 4096 Jan 29 22:27 . [2021-01-29T22:27:46.363Z] drwxr-xr-x 4 root root 4096 Jan 29 22:23 .. [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 22:22 .dockerignore [2021-01-29T22:27:46.363Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 22:22 .git [2021-01-29T22:27:46.363Z] drwxrwxr-x 3 1001 1001 4096 Jan 29 22:22 .github [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 22:22 .gitignore [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 22:22 .sonarcloud.properties [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 22:22 Attribution.txt [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 22:22 CONTRIBUTING.md [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 22:22 Dockerfile.build [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 22:22 Jenkinsfile [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 22:22 LICENSE [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 22:22 Makefile [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 22:22 README.md [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 22:22 SECURITY.md [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 22:19 VERSION [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 22:22 ZMQWindows.md [2021-01-29T22:27:46.363Z] drwxrwxr-x 2 1001 1001 4096 Jan 29 22:22 bin [2021-01-29T22:27:46.363Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 22:22 cmd [2021-01-29T22:27:46.363Z] -rw-r--r-- 1 root root 574984 Jan 29 22:26 coverage.out [2021-01-29T22:27:46.363Z] -rw-r--r-- 1 root root 1054 Jan 29 22:27 go.mod [2021-01-29T22:27:46.363Z] -rw-r--r-- 1 root root 19289 Jan 29 22:27 go.sum [2021-01-29T22:27:46.363Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 22:22 internal [2021-01-29T22:27:46.363Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 22:22 openapi [2021-01-29T22:27:46.363Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 22:22 snap [2021-01-29T22:27:46.363Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 22:22 version.go [Pipeline] sh [2021-01-29T22:27:47.013Z] + '[' -e coverage.out ] [2021-01-29T22:27:47.013Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T22:27:47.094Z] Warning: overwriting stash ‘coverage-report’ [2021-01-29T22:27:48.272Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T22:27:48.429Z] Removing intermediate container ccc5fbc46aee [2021-01-29T22:27:48.429Z] ---> 22ecf5c785c6 [2021-01-29T22:27:48.429Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T22:27:48.429Z] ---> Running in 893455653fa5 [2021-01-29T22:27:48.941Z] + make build [2021-01-29T22:27:48.941Z] 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-29T22:27:49.860Z] Collecting docker-compose==1.23.2 [2021-01-29T22:27:49.860Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T22:27:49.860Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T22:27:49.860Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T22:27:50.817Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T22:27:50.817Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T22:27:50.817Z] Collecting PyYAML<4,>=3.10 [2021-01-29T22:27:50.817Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T22:27:51.767Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T22:27:51.767Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T22:27:51.767Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T22:27:51.767Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T22:27:52.344Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T22:27:52.344Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T22:27:52.919Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T22:27:52.919Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T22:27:53.181Z] 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-29T22:27:53.181Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T22:27:53.181Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T22:27:53.181Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T22:27:53.444Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T22:27:53.444Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T22:27:53.444Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T22:27:53.712Z] 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-29T22:27:53.712Z] Collecting idna<2.8,>=2.5 [2021-01-29T22:27:53.712Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T22:27:53.712Z] 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-29T22:27:53.712Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T22:27:53.712Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T22:27:53.712Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T22:27:53.712Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T22:27:53.713Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T22:27:53.713Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T22:27:53.983Z] Installing collected packages: dockerpty, urllib3, idna, requests, PyYAML, jsonschema, docopt, texttable, docker-pycreds, websocket-client, docker, cached-property, docker-compose [2021-01-29T22:27:53.983Z] Running setup.py install for dockerpty: started [2021-01-29T22:27:54.559Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T22:27:54.559Z] Attempting uninstall: urllib3 [2021-01-29T22:27:54.559Z] Found existing installation: urllib3 1.25.9 [2021-01-29T22:27:54.559Z] Uninstalling urllib3-1.25.9: [2021-01-29T22:27:54.559Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T22:27:54.822Z] Attempting uninstall: idna [2021-01-29T22:27:54.822Z] Found existing installation: idna 2.9 [2021-01-29T22:27:54.822Z] Uninstalling idna-2.9: [2021-01-29T22:27:54.822Z] Successfully uninstalled idna-2.9 [2021-01-29T22:27:54.822Z] Attempting uninstall: requests [2021-01-29T22:27:54.822Z] Found existing installation: requests 2.23.0 [2021-01-29T22:27:54.822Z] Uninstalling requests-2.23.0: [2021-01-29T22:27:55.085Z] Successfully uninstalled requests-2.23.0 [2021-01-29T22:27:55.085Z] Running setup.py install for PyYAML: started [2021-01-29T22:27:55.660Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T22:27:55.660Z] Running setup.py install for docopt: started [2021-01-29T22:27:56.235Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T22:27:56.235Z] Running setup.py install for texttable: started [2021-01-29T22:27:56.811Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T22:27:57.386Z] 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-29T22:27:59.120Z] 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-29T22:28:00.705Z] Removing intermediate container 893455653fa5 [2021-01-29T22:28:00.705Z] ---> bcf70e9265d2 [2021-01-29T22:28:00.705Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T22:28:00.968Z] ---> Running in 5b13c49ab605 [2021-01-29T22:28:01.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T22:28:01.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T22:28:01.917Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T22:28:01.917Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T22:28:01.917Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T22:28:01.917Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:28:01.917Z] OK: 72 MiB in 58 packages [2021-01-29T22:28:02.498Z] Removing intermediate container 5b13c49ab605 [2021-01-29T22:28:02.498Z] ---> dce99ff8005c [2021-01-29T22:28:02.498Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T22:28:02.498Z] ---> Running in 5c87dea98d0a [2021-01-29T22:28:02.762Z] Removing intermediate container 5c87dea98d0a [2021-01-29T22:28:02.762Z] ---> c4f806d874b7 [2021-01-29T22:28:02.762Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:28:02.762Z] ---> Running in 7a90d04bd22e [2021-01-29T22:28:03.026Z] Removing intermediate container 7a90d04bd22e [2021-01-29T22:28:03.026Z] ---> 5400c2b4e4fa [2021-01-29T22:28:03.026Z] Step 24/26 : LABEL arch=x86_64 [2021-01-29T22:28:03.026Z] ---> Running in 3f42fd640827 [2021-01-29T22:28:03.289Z] Removing intermediate container 3f42fd640827 [2021-01-29T22:28:03.289Z] ---> d247ffee4dc6 [2021-01-29T22:28:03.289Z] Step 25/26 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:28:03.289Z] ---> Running in b712b42967ec [2021-01-29T22:28:03.552Z] Removing intermediate container b712b42967ec [2021-01-29T22:28:03.552Z] ---> 32125ab3c027 [2021-01-29T22:28:03.552Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T22:28:03.552Z] ---> Running in 5c79cd2e62be [2021-01-29T22:28:03.815Z] Removing intermediate container 5c79cd2e62be [2021-01-29T22:28:03.815Z] ---> 9f44c26162a5 [2021-01-29T22:28:03.815Z] [2021-01-29T22:28:03.815Z] Successfully built 9f44c26162a5 [2021-01-29T22:28:04.079Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-29T22:28:04.387Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-29T22:28:04.407Z] $ docker stop --time=1 6df953c315709058d9dc543be9f777986fac923666f110074c411d437337412b [2021-01-29T22:28:06.107Z] $ docker rm -f 6df953c315709058d9dc543be9f777986fac923666f110074c411d437337412b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T22:28:06.702Z] + docker images [2021-01-29T22:28:06.702Z] + grep docker [2021-01-29T22:28:07.278Z] docker-sys-mgmt-agent-go latest 9f44c26162a5 3 seconds ago 313MB [2021-01-29T22:28:07.278Z] docker-core-command-go latest 4a88ee9f0c2c 33 seconds ago 16.9MB [2021-01-29T22:28:07.278Z] docker-security-proxy-setup-go latest e20339f835c8 33 seconds ago 24.4MB [2021-01-29T22:28:07.278Z] docker-core-metadata-go latest 4c4bce46d2e1 36 seconds ago 18.8MB [2021-01-29T22:28:07.278Z] docker-security-bootstrapper-go latest 9c50ceb21877 2 minutes ago 23.8MB [2021-01-29T22:28:07.278Z] docker-core-data-go latest 02ec294dd012 2 minutes ago 22.3MB [2021-01-29T22:28:07.278Z] docker-security-secretstore-setup-go latest 00f7ae1922bd 2 minutes ago 24.6MB [2021-01-29T22:28:07.278Z] docker-support-notifications-go latest 0e0be27a25a7 2 minutes ago 16.9MB [2021-01-29T22:28:07.278Z] docker-support-scheduler-go latest 7a5d4966eef0 2 minutes ago 17MB [2021-01-29T22:28:07.278Z] docker 20.10.0 aefe523efa57 7 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-29T22:28:21.309Z] 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-29T22:28:23.069Z] Still waiting to schedule task [2021-01-29T22:28:23.069Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-29T22:28:29.590Z] 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-29T22:28:33.918Z] 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-29T22:28:34.514Z] 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-29T22:28:39.904Z] 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-29T22:28:45.320Z] 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-29T22:28:48.704Z] 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-29T22:28:53.003Z] 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-29T22:28:56.385Z] 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-29T22:28:59.768Z] 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-29T22:29:03.165Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T22:29:08.518Z] Running on prd-ubuntu18.04-docker-8c-8g-24007 in /w/workspace/edgexfoundry_edgex-go_PR-3101 [Pipeline] { [Pipeline] } [2021-01-29T22:29:08.590Z] $ docker stop --time=1 9289cffdbe7afa4bd5efbec393b4a37af7f4f9a6ee10cb9a49c79ac21e2e392a [2021-01-29T22:29:11.051Z] $ docker rm -f 9289cffdbe7afa4bd5efbec393b4a37af7f4f9a6ee10cb9a49c79ac21e2e392a [Pipeline] ws [2021-01-29T22:29:12.130Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:29:13.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T22:29:13.011Z] [2021-01-29T22:29:13.011Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:29:13.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T22:29:13.435Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-29T22:29:13.435Z] 29e5d40040c1: Pulling fs layer [2021-01-29T22:29:13.435Z] 1ce36da41761: Pulling fs layer [2021-01-29T22:29:13.435Z] 25b303627fd3: Pulling fs layer [2021-01-29T22:29:13.705Z] 29e5d40040c1: Verifying Checksum [2021-01-29T22:29:13.705Z] 29e5d40040c1: Download complete [2021-01-29T22:29:14.304Z] 1ce36da41761: Verifying Checksum [2021-01-29T22:29:14.304Z] 1ce36da41761: Download complete [2021-01-29T22:29:14.304Z] 29e5d40040c1: Pull complete [2021-01-29T22:29:14.405Z] using credential edgex-jenkins-ssh [2021-01-29T22:29:14.469Z] Cloning the remote Git repository [2021-01-29T22:29:14.525Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T22:29:14.612Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-29T22:29:14.641Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T22:29:14.641Z] > git --version # timeout=10 [2021-01-29T22:29:14.650Z] > git --version # 'git version 2.17.1' [2021-01-29T22:29:14.651Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T22:29:14.674Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T22:29:15.745Z] 1ce36da41761: Pull complete [2021-01-29T22:29:16.337Z] 25b303627fd3: Verifying Checksum [2021-01-29T22:29:16.337Z] 25b303627fd3: Download complete [2021-01-29T22:29:26.505Z] 25b303627fd3: Pull complete [2021-01-29T22:29:26.505Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-29T22:29:26.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T22:29:26.505Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-29T22:29:26.752Z] prd-ubuntu18.04-docker-arm64-4c-16g-24006 does not seem to be running inside a container [2021-01-29T22:29:26.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T22:29:29.746Z] $ docker top ed434c74808df5fa094c740d7b1b229d4e0cef38dc2f971d8dfc3a3cac8399b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T22:29:30.734Z] + + docker-composegrep build parallel --help [2021-01-29T22:29:30.734Z] [2021-01-29T22:29:31.860Z] Merging remotes/origin/master commit 304d320492d37461b40de67c95ae73491c8494ce into PR head commit ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:29:31.975Z] Merge succeeded, producing ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:29:31.976Z] Checking out Revision ea7bc54926565a2625174f927c2c364584e5bb7a (PR-3101) [2021-01-29T22:29:31.256Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T22:29:31.262Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T22:29:31.273Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T22:29:31.285Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T22:29:31.285Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T22:29:31.289Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3101/head:refs/remotes/origin/PR-3101 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T22:29:31.868Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T22:29:31.874Z] > git checkout -f ea7bc54926565a2625174f927c2c364584e5bb7a # timeout=10 [2021-01-29T22:29:31.949Z] > git remote # timeout=10 [2021-01-29T22:29:31.955Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T22:29:31.960Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T22:29:31.962Z] > git merge 304d320492d37461b40de67c95ae73491c8494ce # timeout=10 [2021-01-29T22:29:31.970Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T22:29:31.977Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T22:29:31.982Z] > git checkout -f ea7bc54926565a2625174f927c2c364584e5bb7a # timeout=10 [2021-01-29T22:29:35.059Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T22:29:35.093Z] $ docker stop --time=1 ed434c74808df5fa094c740d7b1b229d4e0cef38dc2f971d8dfc3a3cac8399b9 [2021-01-29T22:29:35.678Z] Commit message: "feat(security): Address PR feedback" [2021-01-29T22:29:37.038Z] $ docker rm -f ed434c74808df5fa094c740d7b1b229d4e0cef38dc2f971d8dfc3a3cac8399b9 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:29:38.166Z] + echo snap-build.sh [2021-01-29T22:29:38.167Z] snap-build.sh [2021-01-29T22:29:38.167Z] + SNAP_BASE_DIR=. [2021-01-29T22:29:38.167Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-29T22:29:38.167Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-29T22:29:38.167Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-29T22:29:38.167Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-29T22:29:38.167Z] + cd /w/workspace/edgex-go/2 [2021-01-29T22:29:38.167Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-29T22:29:38.167Z] Reading package lists... [2021-01-29T22:29:38.167Z] Building dependency tree... [2021-01-29T22:29:38.167Z] Reading state information... [2021-01-29T22:29:38.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T22:29:38.391Z] . [Pipeline] withDockerContainer [2021-01-29T22:29:38.434Z] The following packages were automatically installed and are no longer required: [2021-01-29T22:29:38.434Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-29T22:29:38.434Z] uidmap xdelta3 [2021-01-29T22:29:38.434Z] Use 'sudo apt autoremove' to remove them. [2021-01-29T22:29:38.434Z] The following packages will be REMOVED: [2021-01-29T22:29:38.434Z] lxd* lxd-client* [2021-01-29T22:29:38.652Z] prd-ubuntu18.04-docker-arm64-4c-16g-24006 does not seem to be running inside a container [2021-01-29T22:29:38.703Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-29T22:29:38.703Z] After this operation, 31.7 MB disk space will be freed. [2021-01-29T22:29:38.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T22:29:39.767Z] (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-29T22:29:39.767Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T22:29:40.171Z] $ docker top f50c87c71db373f336d9be07e708dbf5da7b7312100dfc8d96d508b666fccc71 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T22:29:40.735Z] Removing lxd dnsmasq configuration [2021-01-29T22:29:40.735Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T22:29:40.999Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-29T22:29:41.238Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T22:29:41.947Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-29T22:29:41.947Z] (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-29T22:29:41.947Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T22:29:43.339Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-29T22:29:43.339Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-29T22:29:44.730Z] + sudo snap remove --purge lxd [2021-01-29T22:29:44.730Z] snap "lxd" is not installed [2021-01-29T22:29:44.730Z] + sudo groupadd --force --system lxd [2021-01-29T22:29:44.730Z] ++ whoami [2021-01-29T22:29:44.730Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-29T22:29:44.730Z] + newgrp - lxd [2021-01-29T22:29:44.993Z] + sudo snap install lxd [2021-01-29T22:29:45.537Z] Building docker-core-command-go ... [2021-01-29T22:29:45.537Z] Building docker-core-data-go ... [2021-01-29T22:29:45.537Z] Building docker-core-metadata-go ... [2021-01-29T22:29:45.537Z] Building docker-security-bootstrapper-go ... [2021-01-29T22:29:45.537Z] Building docker-security-proxy-setup-go ... [2021-01-29T22:29:45.537Z] Building docker-security-secretstore-setup-go ... [2021-01-29T22:29:45.537Z] Building docker-support-notifications-go ... [2021-01-29T22:29:45.537Z] Building docker-support-scheduler-go ... [2021-01-29T22:29:45.537Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T22:29:45.537Z] Building docker-sys-mgmt-agent-go [2021-01-29T22:29:45.537Z] Building docker-core-command-go [2021-01-29T22:29:45.537Z] Building docker-core-data-go [2021-01-29T22:29:45.537Z] Building docker-security-secretstore-setup-go [2021-01-29T22:29:45.537Z] Building docker-security-proxy-setup-go [2021-01-29T22:29:53.139Z] 2021-01-29T22:29:51Z INFO Waiting for automatic snapd restart... [2021-01-29T22:30:08.171Z] lxd 4.10 from Canonical* installed [2021-01-29T22:30:08.171Z] + sudo lxd init --auto [2021-01-29T22:30:16.417Z] + sudo snap install --classic snapcraft [2021-01-29T22:30:23.037Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T22:30:23.037Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-29T22:30:23.037Z] + patch --verbose -p1 [2021-01-29T22:30:23.037Z] Hmm... Looks like a unified diff to me... [2021-01-29T22:30:23.037Z] The text leading up to this was: [2021-01-29T22:30:23.037Z] -------------------------- [2021-01-29T22:30:23.037Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-29T22:30:23.037Z] |From: Tony Espy [2021-01-29T22:30:23.037Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-29T22:30:23.037Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-29T22:30:23.037Z] | [2021-01-29T22:30:23.037Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-29T22:30:23.037Z] |optimize the snap CI check run for pull requests. When [2021-01-29T22:30:23.037Z] |applied, it essentially strips out everything (apps and [2021-01-29T22:30:23.037Z] |parts) from the snapcraft.yaml file except those required [2021-01-29T22:30:23.037Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-29T22:30:23.037Z] |catch changes to edgex-go that break the snap build. [2021-01-29T22:30:23.037Z] | [2021-01-29T22:30:23.037Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-29T22:30:23.037Z] |to update this patch file, otherwise it may fail to apply, [2021-01-29T22:30:23.037Z] |resulting in a failed snap build CI check in the associated [2021-01-29T22:30:23.037Z] |pull request. [2021-01-29T22:30:23.037Z] | [2021-01-29T22:30:23.037Z] |Note - in addition to applying this patch, the pipeline also [2021-01-29T22:30:23.037Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-29T22:30:23.037Z] |need to build the finally binary .snap file (and it won't [2021-01-29T22:30:23.037Z] |work with the patch applied). This further reduces the build [2021-01-29T22:30:23.037Z] |time. [2021-01-29T22:30:23.037Z] |--- [2021-01-29T22:30:23.037Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-29T22:30:23.037Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-29T22:30:23.037Z] | [2021-01-29T22:30:23.037Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-29T22:30:23.037Z] |index 1e537489..faf42425 100644 [2021-01-29T22:30:23.037Z] |--- a/snap/snapcraft.yaml [2021-01-29T22:30:23.037Z] |+++ b/snap/snapcraft.yaml [2021-01-29T22:30:23.037Z] -------------------------- [2021-01-29T22:30:23.037Z] patching file snap/snapcraft.yaml [2021-01-29T22:30:23.037Z] Using Plan A... [2021-01-29T22:30:23.037Z] Hunk #1 succeeded at 73. [2021-01-29T22:30:23.037Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-29T22:30:23.037Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-29T22:30:23.037Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-29T22:30:23.037Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-29T22:30:23.037Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-29T22:30:23.037Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-29T22:30:23.037Z] Hunk #8 succeeded at 342. [2021-01-29T22:30:23.037Z] Hmm... Ignoring the trailing garbage. [2021-01-29T22:30:23.037Z] done [2021-01-29T22:30:23.037Z] + sudo snapcraft prime --use-lxd [2021-01-29T22:30:24.422Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-29T22:30:24.422Z] 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-29T22:30:24.422Z] - README.md [2021-01-29T22:30:24.422Z] - snapcraft.yaml.orig [2021-01-29T22:30:24.422Z] [2021-01-29T22:30:24.422Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T22:30:24.993Z] Launching a container. [2021-01-29T22:30:35.019Z] Waiting for container to be ready [2021-01-29T22:30:35.279Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-29T22:30:35.279Z] [2021-01-29T22:30:38.587Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-29T22:30:39.180Z] Waiting for network to be ready... [2021-01-29T22:30:39.441Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T22:30:39.441Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T22:30:39.701Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-01-29T22:30:39.701Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-01-29T22:30:39.701Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T22:30:39.701Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T22:30:39.701Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-01-29T22:30:39.701Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-01-29T22:30:39.701Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T22:30:39.701Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T22:30:39.961Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T22:30:40.227Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T22:30:40.489Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T22:30:40.489Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T22:30:40.489Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T22:30:40.489Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T22:30:40.489Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T22:30:40.489Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T22:30:40.753Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T22:30:41.021Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-01-29T22:30:41.285Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-01-29T22:30:41.285Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T22:30:41.285Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T22:30:41.285Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-01-29T22:30:41.285Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-01-29T22:30:41.285Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-01-29T22:30:41.551Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T22:30:43.467Z] Fetched 23.9 MB in 4s (6104 kB/s) [2021-01-29T22:30:44.043Z] Reading package lists... [2021-01-29T22:30:44.305Z] Reading package lists... [2021-01-29T22:30:44.305Z] Building dependency tree... [2021-01-29T22:30:44.305Z] Reading state information... [2021-01-29T22:30:44.566Z] The following additional packages will be installed: [2021-01-29T22:30:44.566Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T22:30:44.566Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T22:30:44.566Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T22:30:44.566Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-29T22:30:44.566Z] Suggested packages: [2021-01-29T22:30:44.566Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-29T22:30:44.566Z] Recommended packages: [2021-01-29T22:30:44.566Z] gnupg libsasl2-modules [2021-01-29T22:30:44.566Z] The following NEW packages will be installed: [2021-01-29T22:30:44.566Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T22:30:44.566Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T22:30:44.566Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T22:30:44.566Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-29T22:30:44.566Z] The following packages will be upgraded: [2021-01-29T22:30:44.566Z] gpg gpg-agent gpgconf libudev1 [2021-01-29T22:30:44.827Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-29T22:30:44.827Z] Need to get 3533 kB of archives. [2021-01-29T22:30:44.827Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-29T22:30:44.827Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-29T22:30:44.827Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-29T22:30:45.400Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-29T22:30:45.661Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-29T22:30:45.661Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-29T22:30:45.661Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-29T22:30:45.661Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-29T22:30:45.661Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-29T22:30:45.661Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-29T22:30:45.661Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-29T22:30:45.661Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-29T22:30:45.661Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-29T22:30:45.661Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-29T22:30:45.661Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-29T22:30:45.923Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-29T22:30:45.923Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-29T22:30:45.923Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-29T22:30:45.923Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-29T22:30:45.923Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-29T22:30:45.923Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-29T22:30:45.923Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-29T22:30:45.923Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-29T22:30:45.923Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T22:30:45.923Z] Fetched 3533 kB in 1s (2556 kB/s) [2021-01-29T22:30:46.184Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T22:30:46.184Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-29T22:30:46.184Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T22:30:46.184Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-29T22:30:46.184Z] Selecting previously unselected package udev. [2021-01-29T22:30:46.445Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T22:30:46.445Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-29T22:30:46.445Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-29T22:30:46.706Z] Selecting previously unselected package libfuse2:amd64. [2021-01-29T22:30:46.706Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T22:30:46.706Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T22:30:46.706Z] Selecting previously unselected package fuse. [2021-01-29T22:30:46.706Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T22:30:46.706Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-29T22:30:46.706Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T22:30:46.967Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T22:30:46.967Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T22:30:46.967Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T22:30:47.231Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T22:30:47.231Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T22:30:47.492Z] Selecting previously unselected package libksba8:amd64. [2021-01-29T22:30:47.492Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-29T22:30:47.492Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-29T22:30:47.492Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-29T22:30:47.492Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T22:30:47.492Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:47.492Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-29T22:30:47.492Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T22:30:47.492Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:47.753Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-29T22:30:47.753Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T22:30:47.753Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:47.753Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-29T22:30:47.753Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T22:30:47.753Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:47.753Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-29T22:30:47.753Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T22:30:47.753Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:48.018Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-29T22:30:48.018Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T22:30:48.018Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:48.018Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-29T22:30:48.018Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T22:30:48.018Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:48.018Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-29T22:30:48.287Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T22:30:48.287Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:48.287Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-29T22:30:48.287Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T22:30:48.287Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:48.287Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-29T22:30:48.287Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T22:30:48.287Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T22:30:48.549Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-29T22:30:48.549Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T22:30:48.549Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T22:30:48.549Z] Selecting previously unselected package libldap-common. [2021-01-29T22:30:48.549Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-29T22:30:48.549Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T22:30:48.549Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-29T22:30:48.549Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-29T22:30:48.549Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T22:30:48.811Z] Selecting previously unselected package dirmngr. [2021-01-29T22:30:48.811Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T22:30:48.811Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T22:30:48.811Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T22:30:49.073Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-29T22:30:49.073Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T22:30:49.073Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T22:30:49.073Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T22:30:49.073Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-29T22:30:49.073Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:49.073Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-29T22:30:49.073Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T22:30:49.333Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-29T22:30:49.596Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-29T22:30:49.596Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:49.596Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-29T22:30:49.858Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-29T22:30:49.858Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-29T22:30:49.858Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:49.858Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:49.858Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:49.858Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:49.858Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:49.858Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:49.858Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T22:30:50.118Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T22:30:50.118Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T22:30:50.118Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T22:30:50.381Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-29T22:30:50.382Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-29T22:30:50.382Z] This means they are not meant to be enabled using systemctl. [2021-01-29T22:30:50.382Z] Possible reasons for having this kind of units are: [2021-01-29T22:30:50.382Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-29T22:30:50.382Z] .wants/ or .requires/ directory. [2021-01-29T22:30:50.382Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-29T22:30:50.382Z] a requirement dependency on it. [2021-01-29T22:30:50.382Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-29T22:30:50.382Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-29T22:30:50.382Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-29T22:30:50.382Z] instance name specified. [2021-01-29T22:30:50.907Z] Reading package lists... [2021-01-29T22:30:50.907Z] Building dependency tree... [2021-01-29T22:30:50.907Z] Reading state information... [2021-01-29T22:30:50.907Z] The following additional packages will be installed: [2021-01-29T22:30:50.907Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-29T22:30:50.907Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-29T22:30:50.907Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-29T22:30:50.907Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-29T22:30:50.907Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-29T22:30:50.907Z] Suggested packages: [2021-01-29T22:30:50.907Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-29T22:30:50.907Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-29T22:30:50.907Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-29T22:30:50.907Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-29T22:30:50.907Z] systemd-container policykit-1 [2021-01-29T22:30:50.907Z] Recommended packages: [2021-01-29T22:30:50.907Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-29T22:30:51.172Z] The following NEW packages will be installed: [2021-01-29T22:30:51.172Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-29T22:30:51.172Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-29T22:30:51.172Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-29T22:30:51.172Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-29T22:30:51.172Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-29T22:30:51.172Z] The following packages will be upgraded: [2021-01-29T22:30:51.172Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-29T22:30:51.172Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-29T22:30:51.172Z] Need to get 35.2 MB of archives. [2021-01-29T22:30:51.172Z] After this operation, 141 MB of additional disk space will be used. [2021-01-29T22:30:51.172Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-29T22:30:51.172Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-29T22:30:51.172Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-29T22:30:51.172Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-29T22:30:51.433Z] 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-29T22:30:51.433Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-29T22:30:51.433Z] 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-29T22:30:51.433Z] 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-29T22:30:51.433Z] 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-29T22:30:51.433Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-29T22:30:51.433Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-29T22:30:51.433Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-29T22:30:51.433Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-29T22:30:51.433Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-29T22:30:51.433Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-29T22:30:51.433Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-29T22:30:51.433Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-29T22:30:51.433Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-29T22:30:52.005Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-29T22:30:52.005Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-29T22:30:52.005Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-29T22:30:52.005Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-29T22:30:52.005Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-29T22:30:52.005Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-29T22:30:52.005Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-29T22:30:52.005Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-29T22:30:52.005Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-29T22:30:52.005Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-29T22:30:52.005Z] 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-29T22:30:52.005Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-29T22:30:53.390Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T22:30:53.391Z] Fetched 35.2 MB in 2s (17.8 MB/s) [2021-01-29T22:30:53.391Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T22:30:53.391Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-29T22:30:53.391Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T22:30:53.967Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-29T22:30:53.967Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T22:30:53.967Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-29T22:30:54.227Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T22:30:54.227Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T22:30:54.227Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T22:30:54.227Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-29T22:30:54.488Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T22:30:54.488Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T22:30:54.488Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T22:30:54.749Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-29T22:30:54.749Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-29T22:30:55.010Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-29T22:30:55.271Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-29T22:30:55.271Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T22:30:55.271Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T22:30:55.532Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-29T22:30:55.532Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T22:30:55.532Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T22:30:55.532Z] Selecting previously unselected package libexpat1:amd64. [2021-01-29T22:30:55.532Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-29T22:30:55.532Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T22:30:55.793Z] Selecting previously unselected package python3.6-minimal. [2021-01-29T22:30:55.794Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T22:30:55.794Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T22:30:56.055Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T22:30:56.055Z] Checking for services that may need to be restarted...done. [2021-01-29T22:30:56.055Z] Checking for services that may need to be restarted...done. [2021-01-29T22:30:56.055Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T22:30:56.315Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T22:30:56.315Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T22:30:56.886Z] Selecting previously unselected package python3-minimal. [2021-01-29T22:30:56.886Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-29T22:30:56.886Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-29T22:30:56.886Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-29T22:30:56.886Z] Selecting previously unselected package mime-support. [2021-01-29T22:30:56.886Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-29T22:30:56.886Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-29T22:30:56.886Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-29T22:30:56.886Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-29T22:30:56.886Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T22:30:57.147Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-29T22:30:57.147Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T22:30:57.147Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T22:30:57.409Z] Selecting previously unselected package python3.6. [2021-01-29T22:30:57.409Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T22:30:57.409Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T22:30:57.409Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-29T22:30:57.409Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-29T22:30:57.409Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T22:30:57.409Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-29T22:30:57.671Z] Selecting previously unselected package python3. [2021-01-29T22:30:57.671Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-29T22:30:57.671Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-29T22:30:57.671Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-29T22:30:57.671Z] Selecting previously unselected package multiarch-support. [2021-01-29T22:30:57.671Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T22:30:57.671Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T22:30:57.932Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T22:30:57.932Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-29T22:30:57.932Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-29T22:30:57.932Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-29T22:30:57.932Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T22:30:57.932Z] Selecting previously unselected package libbsd0:amd64. [2021-01-29T22:30:57.932Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-29T22:30:57.932Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T22:30:58.193Z] Selecting previously unselected package sudo. [2021-01-29T22:30:58.193Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-29T22:30:58.193Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T22:30:58.193Z] Selecting previously unselected package apparmor. [2021-01-29T22:30:58.193Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T22:30:58.193Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-29T22:30:58.454Z] Selecting previously unselected package libedit2:amd64. [2021-01-29T22:30:58.454Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-29T22:30:58.454Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T22:30:58.454Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-29T22:30:58.454Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T22:30:58.454Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T22:30:58.454Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-29T22:30:58.454Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T22:30:58.716Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T22:30:58.978Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-29T22:30:58.978Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-29T22:30:58.978Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T22:30:58.978Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-29T22:30:58.978Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T22:30:58.978Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T22:30:58.978Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-29T22:30:58.979Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T22:30:58.979Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T22:30:59.240Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-29T22:30:59.240Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-29T22:30:59.240Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T22:30:59.501Z] Selecting previously unselected package openssh-client. [2021-01-29T22:30:59.501Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-29T22:30:59.501Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T22:30:59.501Z] Selecting previously unselected package squashfs-tools. [2021-01-29T22:30:59.501Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-29T22:30:59.501Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T22:30:59.762Z] Selecting previously unselected package snapd. [2021-01-29T22:30:59.762Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-29T22:30:59.762Z] Unpacking snapd (2.48+18.04) ... [2021-01-29T22:31:01.675Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T22:31:01.675Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T22:31:01.676Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-29T22:31:01.676Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T22:31:01.937Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T22:31:01.937Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T22:31:01.937Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T22:31:01.937Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-29T22:31:01.937Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-29T22:31:02.879Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T22:31:02.879Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T22:31:02.879Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T22:31:02.879Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T22:31:02.879Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T22:31:02.880Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T22:31:03.452Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T22:31:03.452Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T22:31:03.714Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T22:31:03.714Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-29T22:31:03.714Z] running python rtupdate hooks for python3.6... [2021-01-29T22:31:03.714Z] running python post-rtupdate hooks for python3.6... [2021-01-29T22:31:03.714Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-29T22:31:06.265Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-29T22:31:06.265Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T22:31:06.265Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T22:31:06.526Z] Setting up snapd (2.48+18.04) ... [2021-01-29T22:31:06.786Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-29T22:31:07.047Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-29T22:31:07.047Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-29T22:31:07.308Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-29T22:31:07.316Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:31:07.316Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:31:07.316Z] ---> dd45006b6e3d [2021-01-29T22:31:07.316Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T22:31:07.316Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:31:07.316Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:31:07.316Z] ---> dd45006b6e3d [2021-01-29T22:31:07.316Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T22:31:07.316Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:31:07.316Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:31:07.316Z] ---> dd45006b6e3d [2021-01-29T22:31:07.316Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T22:31:07.316Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:31:07.316Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:31:07.316Z] ---> dd45006b6e3d [2021-01-29T22:31:07.316Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T22:31:07.316Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:31:07.316Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:31:07.316Z] ---> dd45006b6e3d [2021-01-29T22:31:07.316Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T22:31:07.316Z] ---> Running in 8d229f5c6b60 [2021-01-29T22:31:07.316Z] ---> Running in 946923b47b3e [2021-01-29T22:31:07.316Z] ---> Running in 4fa710061546 [2021-01-29T22:31:07.316Z] ---> Running in c102e5924854 [2021-01-29T22:31:07.316Z] ---> Running in f5bc08ea190e [2021-01-29T22:31:07.316Z] Removing intermediate container 8d229f5c6b60 [2021-01-29T22:31:07.316Z] ---> 13ff4ea94348 [2021-01-29T22:31:07.316Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:31:07.316Z] Removing intermediate container 4fa710061546 [2021-01-29T22:31:07.316Z] ---> 582cdc340c72 [2021-01-29T22:31:07.316Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:31:07.316Z] Removing intermediate container f5bc08ea190e [2021-01-29T22:31:07.316Z] ---> d99606e252ee [2021-01-29T22:31:07.316Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:31:07.316Z] Removing intermediate container 946923b47b3e [2021-01-29T22:31:07.316Z] ---> d07212ff0f94 [2021-01-29T22:31:07.316Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:31:07.316Z] Removing intermediate container c102e5924854 [2021-01-29T22:31:07.316Z] ---> ee45bc5d9989 [2021-01-29T22:31:07.316Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:31:07.316Z] ---> Running in 89bdb87e58fd [2021-01-29T22:31:07.316Z] ---> Running in a8f748f56e38 [2021-01-29T22:31:07.316Z] ---> Running in 5be6ef3186b5 [2021-01-29T22:31:07.316Z] ---> Running in 525ac78b24fc [2021-01-29T22:31:07.316Z] ---> Running in b56f2623331e [2021-01-29T22:31:07.316Z] Removing intermediate container a8f748f56e38 [2021-01-29T22:31:07.316Z] ---> 2a4904998b64 [2021-01-29T22:31:07.316Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T22:31:07.316Z] ---> Running in 93d2d1d18340 [2021-01-29T22:31:07.316Z] Removing intermediate container 89bdb87e58fd [2021-01-29T22:31:07.316Z] ---> 0cba6bcf0de9 [2021-01-29T22:31:07.316Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T22:31:07.316Z] Removing intermediate container 5be6ef3186b5 [2021-01-29T22:31:07.316Z] ---> d23629f868a1 [2021-01-29T22:31:07.316Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T22:31:07.316Z] ---> Running in 5deab0942e88 [2021-01-29T22:31:07.316Z] ---> Running in 1da4fdf4b2da [2021-01-29T22:31:07.316Z] Removing intermediate container b56f2623331e [2021-01-29T22:31:07.316Z] ---> f115b63f4ebe [2021-01-29T22:31:07.316Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T22:31:07.316Z] ---> Running in 370667233b3a [2021-01-29T22:31:07.316Z] Removing intermediate container 525ac78b24fc [2021-01-29T22:31:07.316Z] ---> 7f66c185f240 [2021-01-29T22:31:07.316Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T22:31:07.316Z] ---> Running in 68768c014435 [2021-01-29T22:31:07.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:31:07.570Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T22:31:07.570Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T22:31:07.570Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-29T22:31:07.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:31:07.831Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-29T22:31:07.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:31:08.091Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-29T22:31:08.091Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-29T22:31:08.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:31:08.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:31:08.352Z] /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-29T22:31:08.352Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T22:31:08.352Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T22:31:08.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:31:08.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:31:08.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:31:08.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:31:08.967Z] OK: 217 MiB in 51 packages [2021-01-29T22:31:09.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:31:09.299Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T22:31:09.299Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T22:31:09.299Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T22:31:09.552Z] OK: 217 MiB in 51 packages [2021-01-29T22:31:09.552Z] OK: 217 MiB in 51 packages [2021-01-29T22:31:09.558Z] Fetched 88.7 kB in 1s (162 kB/s) [2021-01-29T22:31:09.838Z] OK: 217 MiB in 51 packages [2021-01-29T22:31:10.451Z] OK: 217 MiB in 51 packages [2021-01-29T22:31:10.451Z] Removing intermediate container 93d2d1d18340 [2021-01-29T22:31:10.451Z] ---> 303df1c86aaa [2021-01-29T22:31:10.451Z] Step 6/24 : COPY go.mod . [2021-01-29T22:31:10.502Z] Reading package lists... [2021-01-29T22:31:10.763Z] Reading package lists... [2021-01-29T22:31:10.763Z] Building dependency tree... [2021-01-29T22:31:10.763Z] Reading state information... [2021-01-29T22:31:11.023Z] Calculating upgrade... [2021-01-29T22:31:11.023Z] The following packages will be upgraded: [2021-01-29T22:31:11.023Z] advancecomp base-files bash binutils binutils-common [2021-01-29T22:31:11.023Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-29T22:31:11.023Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-29T22:31:11.023Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-29T22:31:11.023Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-29T22:31:11.023Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-29T22:31:11.023Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-29T22:31:11.023Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-29T22:31:11.023Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-29T22:31:11.023Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-29T22:31:11.023Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-29T22:31:11.023Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-29T22:31:11.023Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-29T22:31:11.023Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-29T22:31:11.023Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-29T22:31:11.023Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T22:31:11.023Z] Need to get 63.8 MB of archives. [2021-01-29T22:31:11.023Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-29T22:31:11.023Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-29T22:31:11.285Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-29T22:31:11.285Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-29T22:31:11.427Z] Removing intermediate container 5deab0942e88 [2021-01-29T22:31:11.427Z] ---> 1035e138a14b [2021-01-29T22:31:11.427Z] Step 6/23 : COPY go.mod . [2021-01-29T22:31:11.427Z] Removing intermediate container 1da4fdf4b2da [2021-01-29T22:31:11.427Z] ---> 46ac8f49748a [2021-01-29T22:31:11.427Z] Step 6/26 : COPY go.mod . [2021-01-29T22:31:11.427Z] ---> 7de0fcad5696 [2021-01-29T22:31:11.427Z] Step 7/24 : RUN go mod download [2021-01-29T22:31:11.545Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-29T22:31:11.545Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-29T22:31:11.545Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-29T22:31:11.545Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-29T22:31:11.545Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-29T22:31:11.545Z] 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-29T22:31:11.545Z] 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-29T22:31:11.545Z] 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-29T22:31:11.545Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-29T22:31:11.545Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-29T22:31:11.545Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-29T22:31:11.545Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-29T22:31:11.545Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-29T22:31:11.545Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-29T22:31:11.545Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-29T22:31:11.701Z] Removing intermediate container 370667233b3a [2021-01-29T22:31:11.701Z] ---> 927723e1e1f7 [2021-01-29T22:31:11.701Z] Step 6/21 : COPY go.mod . [2021-01-29T22:31:11.701Z] ---> Running in b033f8f9ce81 [2021-01-29T22:31:11.804Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-29T22:31:11.804Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-29T22:31:11.989Z] Removing intermediate container 68768c014435 [2021-01-29T22:31:11.990Z] ---> 9023b57e55ec [2021-01-29T22:31:11.990Z] Step 6/23 : COPY go.mod . [2021-01-29T22:31:12.074Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-29T22:31:12.074Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-29T22:31:12.074Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-29T22:31:12.074Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-29T22:31:12.074Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-29T22:31:12.074Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-29T22:31:12.074Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-29T22:31:12.074Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-29T22:31:12.074Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-29T22:31:12.074Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-29T22:31:12.074Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-29T22:31:12.074Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-29T22:31:12.074Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-29T22:31:12.074Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-29T22:31:12.074Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-29T22:31:12.074Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-29T22:31:12.074Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-29T22:31:12.074Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-29T22:31:12.074Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-29T22:31:12.074Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-29T22:31:12.074Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-29T22:31:12.074Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-29T22:31:12.074Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-29T22:31:12.074Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-29T22:31:12.074Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-29T22:31:12.074Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-29T22:31:12.074Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-29T22:31:12.074Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-29T22:31:12.074Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-29T22:31:12.074Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-29T22:31:12.074Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-29T22:31:12.074Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-29T22:31:12.074Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-29T22:31:12.074Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-29T22:31:12.263Z] ---> a6d37a00fb86 [2021-01-29T22:31:12.263Z] Step 7/23 : RUN go mod download [2021-01-29T22:31:12.263Z] ---> 05a650bb026b [2021-01-29T22:31:12.263Z] Step 7/26 : RUN go mod download [2021-01-29T22:31:12.338Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-29T22:31:12.338Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-29T22:31:12.338Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-29T22:31:12.338Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-01-29T22:31:12.338Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-29T22:31:12.338Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-29T22:31:12.338Z] Get:61 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-29T22:31:12.338Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-29T22:31:12.338Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-29T22:31:12.338Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-29T22:31:12.338Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-29T22:31:12.338Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-29T22:31:12.338Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-29T22:31:12.338Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-29T22:31:12.338Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-29T22:31:12.338Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-29T22:31:12.338Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-29T22:31:12.338Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-29T22:31:12.338Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-29T22:31:12.338Z] Get:74 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-29T22:31:12.339Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-29T22:31:12.339Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-29T22:31:12.339Z] Get:77 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-29T22:31:12.339Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-29T22:31:12.536Z] ---> Running in cfd39c6b6ded [2021-01-29T22:31:12.536Z] ---> Running in c151c0f67951 [2021-01-29T22:31:12.602Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-29T22:31:12.602Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-29T22:31:12.602Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-29T22:31:12.602Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-29T22:31:12.602Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-29T22:31:12.602Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-29T22:31:12.602Z] Get:85 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-29T22:31:12.602Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-29T22:31:12.602Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-29T22:31:12.602Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-29T22:31:12.602Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-29T22:31:12.602Z] 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-29T22:31:12.602Z] 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-29T22:31:12.602Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-29T22:31:12.602Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-29T22:31:12.602Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-29T22:31:12.820Z] ---> 0cfcdf7052ab [2021-01-29T22:31:12.820Z] Step 7/21 : RUN go mod download [2021-01-29T22:31:12.862Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-29T22:31:12.863Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-29T22:31:12.863Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-29T22:31:12.863Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-29T22:31:12.863Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-29T22:31:12.863Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T22:31:12.863Z] Fetched 63.8 MB in 2s (36.3 MB/s) [2021-01-29T22:31:13.094Z] ---> Running in 2beec9f414ac [2021-01-29T22:31:13.094Z] ---> 5a54ae39e005 [2021-01-29T22:31:13.094Z] Step 7/23 : RUN go mod download [2021-01-29T22:31:13.122Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:13.122Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T22:31:13.122Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T22:31:13.373Z] ---> Running in 726c36f0e683 [2021-01-29T22:31:13.694Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T22:31:13.694Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T22:31:13.694Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-29T22:31:13.694Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-29T22:31:14.640Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:14.640Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T22:31:14.640Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:14.640Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T22:31:14.901Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:14.901Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T22:31:15.162Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:15.422Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T22:31:15.422Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:15.422Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T22:31:15.683Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:15.683Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T22:31:15.683Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:15.683Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T22:31:15.944Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:15.944Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T22:31:15.944Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:15.944Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-29T22:31:16.008Z] Removing intermediate container b033f8f9ce81 [2021-01-29T22:31:16.008Z] ---> b26ab30bd5c2 [2021-01-29T22:31:16.008Z] Step 8/24 : COPY . . [2021-01-29T22:31:16.205Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:16.205Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T22:31:16.205Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:16.205Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T22:31:16.205Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:16.205Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T22:31:16.467Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:16.467Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T22:31:16.728Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:16.728Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T22:31:16.728Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T22:31:16.989Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T22:31:17.250Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T22:31:17.511Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T22:31:17.511Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-29T22:31:17.511Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-29T22:31:17.511Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-29T22:31:17.774Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-29T22:31:17.989Z] Removing intermediate container c151c0f67951 [2021-01-29T22:31:17.989Z] ---> eb6d20d51671 [2021-01-29T22:31:17.989Z] Step 8/26 : COPY . . [2021-01-29T22:31:17.989Z] Removing intermediate container cfd39c6b6ded [2021-01-29T22:31:17.989Z] ---> aa8b823effa0 [2021-01-29T22:31:17.989Z] Step 8/23 : COPY . . [2021-01-29T22:31:18.034Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-29T22:31:18.034Z] Installing new version of config file /etc/issue ... [2021-01-29T22:31:18.034Z] Installing new version of config file /etc/issue.net ... [2021-01-29T22:31:18.034Z] Installing new version of config file /etc/lsb-release ... [2021-01-29T22:31:18.034Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-29T22:31:18.268Z] Removing intermediate container 726c36f0e683 [2021-01-29T22:31:18.268Z] ---> 58d929bc6025 [2021-01-29T22:31:18.269Z] Step 8/23 : COPY . . [2021-01-29T22:31:18.295Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-29T22:31:18.295Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-29T22:31:18.295Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-29T22:31:18.545Z] Removing intermediate container 2beec9f414ac [2021-01-29T22:31:18.545Z] ---> 5eef5ea06192 [2021-01-29T22:31:18.545Z] Step 8/21 : COPY . . [2021-01-29T22:31:18.555Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:18.555Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-29T22:31:18.555Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-29T22:31:18.555Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-29T22:31:18.817Z] 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-29T22:31:18.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:18.817Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T22:31:18.817Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-29T22:31:18.817Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-29T22:31:19.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:19.083Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-29T22:31:19.083Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-29T22:31:19.083Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-29T22:31:19.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:19.344Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-29T22:31:19.344Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T22:31:19.607Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-29T22:31:19.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:19.607Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T22:31:19.607Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T22:31:19.868Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T22:31:19.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:19.868Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T22:31:19.868Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T22:31:20.128Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-29T22:31:20.128Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:20.128Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-29T22:31:20.128Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-29T22:31:20.394Z] Setting up grep (3.1-2build1) ... [2021-01-29T22:31:20.394Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:20.394Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T22:31:20.394Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T22:31:20.665Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-29T22:31:20.665Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:20.665Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T22:31:20.665Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T22:31:20.934Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-29T22:31:20.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:20.934Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T22:31:20.934Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T22:31:21.515Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T22:31:21.515Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T22:31:21.515Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T22:31:21.515Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T22:31:22.086Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-29T22:31:22.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:22.086Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-29T22:31:22.086Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T22:31:23.473Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T22:31:23.473Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T22:31:23.473Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T22:31:23.473Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T22:31:23.473Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T22:31:23.473Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:23.473Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-29T22:31:23.734Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-29T22:31:23.734Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-29T22:31:23.995Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:23.995Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T22:31:23.995Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T22:31:23.995Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T22:31:24.256Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:24.256Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T22:31:24.256Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T22:31:24.256Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T22:31:24.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:24.521Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T22:31:24.521Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T22:31:24.521Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T22:31:24.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:24.521Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T22:31:24.784Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T22:31:24.784Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T22:31:24.784Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:24.784Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T22:31:24.784Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T22:31:25.057Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T22:31:25.057Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T22:31:25.057Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T22:31:25.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:25.325Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T22:31:25.325Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T22:31:25.325Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T22:31:25.592Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:25.592Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T22:31:25.592Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T22:31:25.592Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T22:31:25.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:25.857Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T22:31:25.857Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T22:31:25.857Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-29T22:31:26.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:26.123Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T22:31:26.123Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T22:31:26.696Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-29T22:31:26.962Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-29T22:31:27.222Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-29T22:31:27.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:27.222Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T22:31:27.222Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T22:31:27.483Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T22:31:27.744Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T22:31:27.744Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-29T22:31:27.744Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T22:31:27.744Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-29T22:31:28.004Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:28.004Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-29T22:31:28.004Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-29T22:31:28.004Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-29T22:31:28.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:28.272Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-29T22:31:28.272Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T22:31:28.540Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-29T22:31:28.540Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:28.540Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-29T22:31:28.540Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T22:31:28.808Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-29T22:31:28.808Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:28.808Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T22:31:28.808Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T22:31:28.808Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T22:31:29.076Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:29.077Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T22:31:29.077Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T22:31:29.360Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T22:31:29.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:29.360Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T22:31:29.360Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T22:31:29.622Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T22:31:29.883Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:29.883Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T22:31:29.883Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T22:31:29.883Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-29T22:31:29.883Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T22:31:30.144Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T22:31:30.144Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T22:31:30.144Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T22:31:30.144Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:30.144Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-29T22:31:30.405Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-29T22:31:30.405Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-29T22:31:30.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:30.667Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-29T22:31:30.667Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T22:31:30.667Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T22:31:31.241Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:31.241Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T22:31:31.241Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T22:31:31.241Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T22:31:31.241Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:31.241Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-29T22:31:31.241Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-29T22:31:31.503Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-29T22:31:31.503Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:31.503Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T22:31:31.503Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T22:31:32.074Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-29T22:31:32.074Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:32.074Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T22:31:32.074Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T22:31:32.341Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-29T22:31:32.342Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:32.342Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-29T22:31:32.342Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-29T22:31:32.604Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-29T22:31:32.604Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:32.604Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-29T22:31:32.604Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-29T22:31:32.604Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-29T22:31:32.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:32.866Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-29T22:31:32.866Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-29T22:31:32.866Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-29T22:31:33.130Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:33.130Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-29T22:31:33.130Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-29T22:31:33.390Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-29T22:31:33.391Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:33.391Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T22:31:33.391Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-29T22:31:33.653Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-29T22:31:33.653Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T22:31:33.653Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-29T22:31:33.653Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-29T22:31:33.653Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-29T22:31:33.914Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-29T22:31:33.914Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T22:31:33.914Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T22:31:33.914Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T22:31:33.914Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T22:31:34.175Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T22:31:34.175Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T22:31:34.440Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-29T22:31:34.440Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-29T22:31:34.702Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T22:31:34.702Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-29T22:31:34.702Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T22:31:34.702Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-29T22:31:34.702Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-29T22:31:34.964Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-29T22:31:34.964Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-29T22:31:34.964Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-29T22:31:35.226Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-29T22:31:35.226Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-29T22:31:35.226Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-29T22:31:35.226Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-29T22:31:35.487Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-29T22:31:35.487Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-29T22:31:35.487Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-01-29T22:31:35.748Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-01-29T22:31:36.693Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-29T22:31:36.693Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-29T22:31:36.693Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-29T22:31:36.693Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-29T22:31:36.953Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T22:31:36.953Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T22:31:37.214Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T22:31:37.214Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T22:31:37.475Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T22:31:37.475Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T22:31:37.736Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T22:31:37.736Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T22:31:37.736Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:37.736Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T22:31:37.996Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:37.996Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T22:31:38.257Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:38.257Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T22:31:38.257Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:38.257Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T22:31:39.198Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:39.198Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T22:31:40.140Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:40.140Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T22:31:40.711Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:40.711Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T22:31:41.284Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:41.284Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T22:31:42.521Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T22:31:42.521Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T22:31:42.521Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T22:31:42.521Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T22:31:42.521Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T22:31:42.521Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T22:31:42.828Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T22:31:42.828Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T22:31:42.828Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-29T22:31:42.828Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-29T22:31:43.206Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T22:31:43.206Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T22:31:43.206Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T22:31:43.467Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T22:31:43.467Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-29T22:31:43.467Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-29T22:31:43.467Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:43.467Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T22:31:43.727Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:43.727Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:43.727Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:43.727Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-29T22:31:43.727Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-29T22:31:43.727Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-01-29T22:31:43.727Z] [2021-01-29T22:31:43.727Z] Current default time zone: 'Etc/UTC' [2021-01-29T22:31:43.727Z] Local time is now: Fri Jan 29 22:31:43 UTC 2021. [2021-01-29T22:31:43.727Z] Universal Time is now: Fri Jan 29 22:31:43 UTC 2021. [2021-01-29T22:31:43.727Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-29T22:31:43.727Z] [2021-01-29T22:31:43.988Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-29T22:31:43.988Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:43.988Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-29T22:31:43.988Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-29T22:31:43.988Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-29T22:31:43.988Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-29T22:31:43.988Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-29T22:31:43.988Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-29T22:31:43.988Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-29T22:31:43.988Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T22:31:44.249Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:44.249Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-29T22:31:44.249Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T22:31:44.512Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T22:31:44.512Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:44.512Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-29T22:31:44.512Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-29T22:31:44.512Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-29T22:31:44.512Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T22:31:44.512Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-29T22:31:44.513Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-29T22:31:44.513Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-29T22:31:44.513Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T22:31:45.396Z] ---> cb670e39c91e [2021-01-29T22:31:45.396Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T22:31:45.396Z] ---> 755bb7cf461d [2021-01-29T22:31:45.396Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T22:31:45.396Z] ---> Running in a3cf426de160 [2021-01-29T22:31:45.396Z] ---> 54f43f5c5ba1 [2021-01-29T22:31:45.396Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T22:31:45.396Z] ---> d00397f05aa2 [2021-01-29T22:31:45.396Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T22:31:45.396Z] ---> 9d989fb593ff [2021-01-29T22:31:45.396Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T22:31:45.396Z] ---> Running in c0f4411a13f5 [2021-01-29T22:31:45.396Z] ---> Running in fda3fec41ea6 [2021-01-29T22:31:45.396Z] ---> Running in 7cd5a4d41166 [2021-01-29T22:31:45.396Z] ---> Running in ebadee3bf0b8 [2021-01-29T22:31:45.396Z] 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-29T22:31:45.396Z] 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-29T22:31:45.673Z] 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-29T22:31:45.950Z] 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-29T22:31:45.950Z] 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-29T22:31:46.426Z] Updating certificates in /etc/ssl/certs... [2021-01-29T22:31:46.996Z] 22 added, 17 removed; done. [2021-01-29T22:31:47.257Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T22:31:47.257Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T22:31:47.257Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-29T22:31:47.257Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-29T22:31:47.257Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-29T22:31:47.517Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T22:31:47.517Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T22:31:47.517Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T22:31:47.517Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T22:31:47.517Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T22:31:47.517Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T22:31:47.517Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T22:31:47.517Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-29T22:31:47.779Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-29T22:31:47.779Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-29T22:31:47.779Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-29T22:31:47.779Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-29T22:31:47.779Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T22:31:47.779Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T22:31:47.779Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-29T22:31:47.779Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-29T22:31:48.039Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-29T22:31:48.039Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T22:31:48.039Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T22:31:48.039Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-29T22:31:48.039Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T22:31:48.039Z] Updating certificates in /etc/ssl/certs... [2021-01-29T22:31:48.612Z] 0 added, 0 removed; done. [2021-01-29T22:31:48.612Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-29T22:31:48.612Z] done. [2021-01-29T22:31:49.183Z] Reading package lists... [2021-01-29T22:31:49.183Z] Building dependency tree... [2021-01-29T22:31:49.183Z] Reading state information... [2021-01-29T22:31:49.444Z] The following NEW packages will be installed: [2021-01-29T22:31:49.444Z] apt-transport-https [2021-01-29T22:31:49.444Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T22:31:49.444Z] Need to get 1696 B of archives. [2021-01-29T22:31:49.444Z] After this operation, 153 kB of additional disk space will be used. [2021-01-29T22:31:49.444Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-29T22:31:49.444Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T22:31:49.713Z] Fetched 1696 B in 0s (26.3 kB/s) [2021-01-29T22:31:49.713Z] Selecting previously unselected package apt-transport-https. [2021-01-29T22:31:49.713Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-29T22:31:49.713Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-29T22:31:49.713Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T22:31:49.713Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T22:31:49.973Z] Waiting for network to be ready... [2021-01-29T22:31:55.262Z] 2021-01-29T22:31:52Z INFO Waiting for automatic snapd restart... [2021-01-29T22:31:55.522Z] snapd 2.48.2 from Canonical* installed [2021-01-29T22:31:56.461Z] "snapd" switched to the "latest/stable" channel [2021-01-29T22:31:56.461Z] [2021-01-29T22:31:59.002Z] core18 20201210 from Canonical* installed [2021-01-29T22:31:59.262Z] "core18" switched to the "latest/stable" channel [2021-01-29T22:31:59.262Z] [2021-01-29T22:32:02.555Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T22:32:02.555Z] "snapcraft" switched to the "latest/stable" channel [2021-01-29T22:32:02.555Z] [2021-01-29T22:32:05.850Z] 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-29T22:32:05.850Z] - README.md [2021-01-29T22:32:05.850Z] - snapcraft.yaml.orig [2021-01-29T22:32:05.850Z] [2021-01-29T22:32:05.850Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T22:32:12.435Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T22:32:12.435Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T22:32:12.435Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T22:32:12.435Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T22:32:13.639Z] Reading package lists... [2021-01-29T22:32:13.902Z] 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-29T22:32:20.493Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T22:32:20.493Z] Reading package lists... [2021-01-29T22:32:20.493Z] Building dependency tree... [2021-01-29T22:32:20.493Z] Reading state information... [2021-01-29T22:32:20.493Z] Suggested packages: [2021-01-29T22:32:20.493Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-29T22:32:20.493Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-29T22:32:20.493Z] Recommended packages: [2021-01-29T22:32:20.493Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-29T22:32:20.493Z] The following NEW packages will be installed: [2021-01-29T22:32:20.493Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-29T22:32:20.493Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-29T22:32:20.493Z] pkg-config zip [2021-01-29T22:32:20.493Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T22:32:20.493Z] Need to get 7655 kB of archives. [2021-01-29T22:32:20.493Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-29T22:32:20.493Z] 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-29T22:32:20.493Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-29T22:32:20.493Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-29T22:32:20.493Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-29T22:32:20.493Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-29T22:32:20.753Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-29T22:32:20.753Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-29T22:32:20.753Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-29T22:32:20.753Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-29T22:32:20.753Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-29T22:32:20.753Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-29T22:32:21.014Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-29T22:32:21.014Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-29T22:32:21.014Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-29T22:32:21.014Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-29T22:32:21.014Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T22:32:21.274Z] Fetched 7655 kB in 1s (11.6 MB/s) [2021-01-29T22:32:21.274Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-29T22:32:21.274Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-29T22:32:21.274Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-29T22:32:21.274Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T22:32:21.535Z] Selecting previously unselected package libpsl5:amd64. [2021-01-29T22:32:21.535Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-29T22:32:21.535Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T22:32:21.535Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-29T22:32:21.535Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-29T22:32:21.535Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T22:32:21.535Z] Selecting previously unselected package librtmp1:amd64. [2021-01-29T22:32:21.535Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-29T22:32:21.535Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T22:32:21.795Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-29T22:32:21.795Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-29T22:32:21.795Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T22:32:21.795Z] Selecting previously unselected package liberror-perl. [2021-01-29T22:32:21.795Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-29T22:32:21.795Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-29T22:32:21.795Z] Selecting previously unselected package git-man. [2021-01-29T22:32:21.795Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-29T22:32:21.795Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T22:32:22.055Z] Selecting previously unselected package git. [2021-01-29T22:32:22.055Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-29T22:32:22.055Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T22:32:22.995Z] Selecting previously unselected package libnorm1:amd64. [2021-01-29T22:32:22.995Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-29T22:32:22.995Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T22:32:22.995Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-29T22:32:22.995Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-29T22:32:23.255Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T22:32:23.255Z] Selecting previously unselected package libsodium23:amd64. [2021-01-29T22:32:23.255Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-29T22:32:23.255Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-29T22:32:23.255Z] Selecting previously unselected package libzmq5:amd64. [2021-01-29T22:32:23.255Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T22:32:23.255Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T22:32:23.515Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-29T22:32:23.515Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T22:32:23.515Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T22:32:23.515Z] Selecting previously unselected package pkg-config. [2021-01-29T22:32:23.515Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-29T22:32:23.515Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T22:32:23.515Z] Selecting previously unselected package zip. [2021-01-29T22:32:23.515Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-29T22:32:23.775Z] Unpacking zip (3.0-11build1) ... [2021-01-29T22:32:23.775Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T22:32:23.775Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T22:32:23.775Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T22:32:23.775Z] Setting up liberror-perl (0.17025-1) ... [2021-01-29T22:32:23.775Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T22:32:24.036Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T22:32:24.036Z] No schema files found: doing nothing. [2021-01-29T22:32:24.036Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T22:32:24.036Z] Setting up zip (3.0-11build1) ... [2021-01-29T22:32:24.036Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T22:32:24.036Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-29T22:32:24.036Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T22:32:24.296Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T22:32:24.296Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T22:32:24.296Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T22:32:24.296Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T22:32:24.296Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T22:32:30.893Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T22:32:30.893Z] git set to automatically installed. [2021-01-29T22:32:30.893Z] git-man set to automatically installed. [2021-01-29T22:32:30.893Z] libcurl3-gnutls set to automatically installed. [2021-01-29T22:32:30.893Z] liberror-perl set to automatically installed. [2021-01-29T22:32:30.893Z] libglib2.0-0 set to automatically installed. [2021-01-29T22:32:30.893Z] libnghttp2-14 set to automatically installed. [2021-01-29T22:32:30.893Z] libnorm1 set to automatically installed. [2021-01-29T22:32:30.893Z] libpgm-5.2-0 set to automatically installed. [2021-01-29T22:32:30.893Z] libpsl5 set to automatically installed. [2021-01-29T22:32:30.893Z] librtmp1 set to automatically installed. [2021-01-29T22:32:30.893Z] libsodium23 set to automatically installed. [2021-01-29T22:32:30.893Z] libzmq3-dev set to automatically installed. [2021-01-29T22:32:30.893Z] libzmq5 set to automatically installed. [2021-01-29T22:32:30.893Z] pkg-config set to automatically installed. [2021-01-29T22:32:30.893Z] zip set to automatically installed. [2021-01-29T22:32:33.440Z] snapd is not logged in, snap install commands will use sudo [2021-01-29T22:32:40.025Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T22:32:40.596Z] snap "core18" has no updates available [2021-01-29T22:32:41.165Z] Pulling config-common [2021-01-29T22:32:42.106Z] Pulling go-build-helper [2021-01-29T22:33:04.066Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T22:33:04.066Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T22:33:04.066Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T22:33:04.066Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-01-29T22:33:04.066Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T22:33:04.066Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T22:33:04.066Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-01-29T22:33:04.066Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T22:33:04.066Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T22:33:04.066Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-01-29T22:33:04.066Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T22:33:04.066Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T22:33:04.066Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-01-29T22:33:04.066Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T22:33:04.066Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T22:33:04.066Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T22:33:04.066Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T22:33:04.066Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T22:33:04.066Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T22:33:04.066Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-01-29T22:33:04.066Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-01-29T22:33:04.066Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T22:33:04.066Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T22:33:04.066Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-01-29T22:33:04.066Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-01-29T22:33:04.066Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-01-29T22:33:04.066Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T22:33:04.066Z] Fetched 23.9 MB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-29T22:33:04.066Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-29T22:33:04.066Z] Fetched 279 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-29T22:33:04.066Z] Fetched 122 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-29T22:33:04.066Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-29T22:33:04.066Z] Fetched 8848 B in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-29T22:33:04.066Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-29T22:33:04.066Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-29T22:33:04.066Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-29T22:33:04.066Z] Fetched 214 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-29T22:33:04.066Z] Fetched 155 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-29T22:33:04.066Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-29T22:33:04.066Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-29T22:33:04.066Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-29T22:33:04.067Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-29T22:33:04.067Z] Fetched 499 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-29T22:33:04.067Z] Fetched 111 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-29T22:33:04.067Z] Fetched 240 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-29T22:33:04.067Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-29T22:33:04.067Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-29T22:33:04.067Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-29T22:33:04.067Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-29T22:33:04.067Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-29T22:33:04.067Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-29T22:33:04.067Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-29T22:33:04.067Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-29T22:33:04.067Z] Fetched 8720 B in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-29T22:33:04.067Z] Fetched 137 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-29T22:33:04.067Z] Fetched 119 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-29T22:33:04.067Z] Fetched 109 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-29T22:33:04.067Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-29T22:33:04.067Z] Fetched 645 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-29T22:33:04.067Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-29T22:33:04.067Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-29T22:33:04.067Z] Fetched 368 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-29T22:33:04.067Z] Fetched 187 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-29T22:33:04.067Z] Fetched 175 kB in 0s (0 B/s) [2021-01-29T22:33:04.067Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-29T22:33:05.979Z] Fetched 206 kB in 0s (0 B/s) [2021-01-29T22:33:05.979Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-29T22:33:05.979Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-29T22:33:05.979Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-29T22:33:05.979Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-29T22:33:05.979Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-29T22:33:05.979Z] Fetched 159 kB in 0s (0 B/s) [2021-01-29T22:33:05.979Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-29T22:33:05.979Z] Fetched 107 kB in 0s (0 B/s) [2021-01-29T22:33:05.979Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-29T22:33:05.979Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-29T22:33:05.979Z] Pulling static-packages [2021-01-29T22:33:06.920Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-29T22:33:06.920Z] Skipping pull go-build-helper (already ran) [2021-01-29T22:33:06.920Z] Skipping pull static-packages (already ran) [2021-01-29T22:33:06.920Z] Building go-build-helper [2021-01-29T22:33:07.782Z] 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-29T22:33:07.782Z] 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-29T22:33:11.121Z] Building static-packages [2021-01-29T22:33:12.063Z] Staging go-build-helper [2021-01-29T22:33:13.086Z] Staging static-packages [2021-01-29T22:33:14.087Z] Pulling go115 [2021-01-29T22:33:15.029Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-29T22:33:15.029Z] Skipping pull go115 (already ran) [2021-01-29T22:33:15.029Z] Building go115 [2021-01-29T22:33:15.029Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T22:33:15.029Z] Dload Upload Total Spent Left Speed [2021-01-29T22:33:16.117Z] Removing intermediate container a3cf426de160 [2021-01-29T22:33:16.117Z] ---> d6bce6e09c79 [2021-01-29T22:33:16.117Z] [2021-01-29T22:33:16.117Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T22:33:16.117Z] 3.12: Pulling from library/alpine [2021-01-29T22:33:17.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 755k 0 0 2929k 0 0:00:40 --:--:-- 0:00:40 2918k 36 115M 36 42.0M 0 0 33.4M 0 0:00:03 0:00:01 0:00:02 33.4M 75 115M 75 87.1M 0 0 38.5M 0 0:00:02 0:00:02 --:--:-- 38.5M 100 115M 100 115M 0 0 43.0M 0 0:00:02 0:00:02 --:--:-- 43.0M [2021-01-29T22:33:18.049Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-29T22:33:18.763Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T22:33:18.763Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T22:33:18.763Z] ---> afeebe901d6b [2021-01-29T22:33:18.763Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T22:33:19.756Z] ---> Running in fa85fd9dcdce [2021-01-29T22:33:20.361Z] Removing intermediate container c0f4411a13f5 [2021-01-29T22:33:20.361Z] ---> caa36ab5e72f [2021-01-29T22:33:20.361Z] [2021-01-29T22:33:20.361Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T22:33:20.361Z] ---> afeebe901d6b [2021-01-29T22:33:20.361Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T22:33:20.964Z] ---> Running in ce8eb9462a3c [2021-01-29T22:33:21.959Z] Removing intermediate container 7cd5a4d41166 [2021-01-29T22:33:21.959Z] ---> efe43828096c [2021-01-29T22:33:21.959Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T22:33:22.236Z] ---> Running in a15568599977 [2021-01-29T22:33:22.260Z] Staging go115 [2021-01-29T22:33:22.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:33:23.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:33:23.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:33:23.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:33:23.986Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T22:33:23.986Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T22:33:23.986Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T22:33:24.263Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T22:33:24.263Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T22:33:24.263Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:33:24.263Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T22:33:24.263Z] 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-29T22:33:24.263Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T22:33:24.542Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T22:33:24.542Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T22:33:24.542Z] OK: 7 MiB in 19 packages [2021-01-29T22:33:24.542Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T22:33:24.542Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:33:24.542Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T22:33:24.819Z] OK: 7 MiB in 18 packages [2021-01-29T22:33:27.540Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T22:33:27.540Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T22:33:27.540Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T22:33:27.540Z] Fetched 0 B in 0s (0 B/s) [2021-01-29T22:33:27.540Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-29T22:33:27.540Z] Fetched 224 kB in 0s (0 B/s) [2021-01-29T22:33:27.540Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-29T22:33:27.540Z] Fetched 157 kB in 0s (0 B/s) [2021-01-29T22:33:27.540Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-29T22:33:27.540Z] Fetched 221 kB in 0s (0 B/s) [2021-01-29T22:33:27.540Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-29T22:33:27.540Z] Fetched 143 kB in 0s (0 B/s) [2021-01-29T22:33:27.540Z] Pulling edgex-go [2021-01-29T22:33:28.110Z] Pulling version [2021-01-29T22:33:28.369Z] Removing intermediate container fa85fd9dcdce [2021-01-29T22:33:28.369Z] ---> 07af72998439 [2021-01-29T22:33:28.369Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T22:33:28.369Z] ---> Running in 1d559eda1fe8 [2021-01-29T22:33:28.369Z] Removing intermediate container ce8eb9462a3c [2021-01-29T22:33:28.369Z] ---> 257d4d736f0e [2021-01-29T22:33:28.369Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T22:33:28.654Z] ---> Running in 11d68e6f6436 [2021-01-29T22:33:28.929Z] Removing intermediate container 1d559eda1fe8 [2021-01-29T22:33:28.929Z] ---> 88e289132c47 [2021-01-29T22:33:28.929Z] Step 13/24 : WORKDIR / [2021-01-29T22:33:29.049Z] Building config-common [2021-01-29T22:33:29.533Z] ---> Running in 5e635784642d [2021-01-29T22:33:29.814Z] Removing intermediate container 11d68e6f6436 [2021-01-29T22:33:29.814Z] ---> ebeb9077ee13 [2021-01-29T22:33:29.814Z] Step 13/21 : WORKDIR /edgex [2021-01-29T22:33:30.092Z] ---> Running in cdd6e1c48668 [2021-01-29T22:33:30.370Z] Removing intermediate container 5e635784642d [2021-01-29T22:33:30.370Z] ---> 0eb141e944cd [2021-01-29T22:33:30.370Z] 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-29T22:33:30.964Z] Skipping build go-build-helper (already ran) [2021-01-29T22:33:30.964Z] Skipping build static-packages (already ran) [2021-01-29T22:33:30.964Z] Skipping build go115 (already ran) [2021-01-29T22:33:30.964Z] Building edgex-go [2021-01-29T22:33:31.224Z] 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-29T22:33:31.366Z] Removing intermediate container cdd6e1c48668 [2021-01-29T22:33:31.366Z] ---> 2bd4dfdfd14b [2021-01-29T22:33:31.366Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T22:33:31.366Z] Removing intermediate container a15568599977 [2021-01-29T22:33:31.366Z] ---> 3ab8e21a3e62 [2021-01-29T22:33:31.366Z] [2021-01-29T22:33:31.366Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T22:33:31.366Z] 20.10.0: Pulling from library/docker [2021-01-29T22:33:32.359Z] ---> 2597729f9e9a [2021-01-29T22:33:32.360Z] 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-29T22:33:32.610Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 [2021-01-29T22:33:32.610Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-29T22:33:32.610Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-29T22:33:32.610Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-29T22:33:32.610Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-29T22:33:32.610Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-29T22:33:32.610Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-29T22:33:32.610Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-29T22:33:32.610Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-29T22:33:32.610Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-29T22:33:32.610Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-29T22:33:32.610Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-29T22:33:32.610Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-29T22:33:32.610Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-29T22:33:32.610Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-29T22:33:32.610Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-29T22:33:32.610Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-29T22:33:32.610Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-29T22:33:32.610Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-29T22:33:32.610Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-29T22:33:32.610Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-29T22:33:32.610Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-29T22:33:32.610Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-29T22:33:32.610Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-29T22:33:32.870Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-29T22:33:33.131Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-29T22:33:33.131Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-29T22:33:33.131Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-29T22:33:33.350Z] ---> c101d39df4b4 [2021-01-29T22:33:33.350Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T22:33:34.348Z] ---> 2b5d3936e688 [2021-01-29T22:33:34.348Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T22:33:36.978Z] Removing intermediate container fda3fec41ea6 [2021-01-29T22:33:36.978Z] ---> 957cc5a39688 [2021-01-29T22:33:36.978Z] [2021-01-29T22:33:36.978Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T22:33:36.978Z] ---> afeebe901d6b [2021-01-29T22:33:36.978Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T22:33:36.978Z] ---> fbe851a357d2 [2021-01-29T22:33:36.978Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T22:33:36.978Z] ---> 80bf7afaf2b0 [2021-01-29T22:33:36.978Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T22:33:37.255Z] ---> Running in 419dca35fde7 [2021-01-29T22:33:39.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:33:39.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:33:39.706Z] 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-29T22:33:39.842Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T22:33:40.116Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:33:40.116Z] OK: 5 MiB in 15 packages [2021-01-29T22:33:40.116Z] ---> bbe25df3a263 [2021-01-29T22:33:40.116Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T22:33:40.715Z] ---> 471f5d3e7686 [2021-01-29T22:33:40.715Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T22:33:40.715Z] ---> Running in 0560d26dfe47 [2021-01-29T22:33:41.695Z] Removing intermediate container 0560d26dfe47 [2021-01-29T22:33:41.695Z] ---> f73a06d385d5 [2021-01-29T22:33:41.695Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T22:33:41.965Z] Removing intermediate container 419dca35fde7 [2021-01-29T22:33:41.965Z] ---> 0dc87d51c2bf [2021-01-29T22:33:41.965Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T22:33:42.239Z] ---> Running in 7e76451b9967 [2021-01-29T22:33:42.239Z] ---> Running in b3559e54deb3 [2021-01-29T22:33:42.511Z] ---> bfb0f33a3c38 [2021-01-29T22:33:42.511Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T22:33:42.784Z] Removing intermediate container 7e76451b9967 [2021-01-29T22:33:42.784Z] ---> 3992aa2d4b6a [2021-01-29T22:33:42.784Z] Step 19/21 : LABEL arch=arm64 [2021-01-29T22:33:42.995Z] 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-29T22:33:43.052Z] ---> Running in ec049ead0e82 [2021-01-29T22:33:43.052Z] Removing intermediate container b3559e54deb3 [2021-01-29T22:33:43.052Z] ---> 01c7669a1e60 [2021-01-29T22:33:43.052Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T22:33:43.326Z] ---> Running in 9a20ac7693d3 [2021-01-29T22:33:43.921Z] ---> 76f50ae8ce30 [2021-01-29T22:33:43.921Z] 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-29T22:33:43.921Z] Removing intermediate container ec049ead0e82 [2021-01-29T22:33:43.921Z] ---> 5068056a4cd9 [2021-01-29T22:33:43.921Z] Step 20/21 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:33:44.196Z] Removing intermediate container 9a20ac7693d3 [2021-01-29T22:33:44.196Z] ---> d9ce08f59285 [2021-01-29T22:33:44.196Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T22:33:44.376Z] 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-29T22:33:44.470Z] ---> Running in 30c618565a3d [2021-01-29T22:33:44.470Z] ---> Running in 186fc6cc1bf0 [2021-01-29T22:33:44.742Z] ---> Running in 22f525995f42 [2021-01-29T22:33:45.317Z] 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-29T22:33:45.578Z] 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-29T22:33:45.578Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-29T22:33:45.578Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-29T22:33:45.578Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-29T22:33:45.578Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-29T22:33:45.715Z] Removing intermediate container 186fc6cc1bf0 [2021-01-29T22:33:45.715Z] ---> 9703c9ba4063 [2021-01-29T22:33:45.715Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T22:33:46.960Z] 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-29T22:33:46.961Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-29T22:33:46.961Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-29T22:33:47.723Z] Removing intermediate container 22f525995f42 [2021-01-29T22:33:47.723Z] ---> ba6bc9e33485 [2021-01-29T22:33:47.723Z] Step 15/23 : WORKDIR / [2021-01-29T22:33:47.723Z] ---> Running in 685f75ab95a5 [2021-01-29T22:33:47.997Z] ---> Running in 0979849a494e [2021-01-29T22:33:48.339Z] 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-29T22:33:48.981Z] Removing intermediate container 685f75ab95a5 [2021-01-29T22:33:48.982Z] ---> 40030ba21615 [2021-01-29T22:33:48.982Z] [2021-01-29T22:33:48.982Z] Removing intermediate container 0979849a494e [2021-01-29T22:33:48.982Z] ---> 45e269087e55 [2021-01-29T22:33:48.982Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:33:49.255Z] Removing intermediate container ebadee3bf0b8 [2021-01-29T22:33:49.255Z] ---> 560817409eb4 [2021-01-29T22:33:49.255Z] [2021-01-29T22:33:49.255Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T22:33:49.255Z] ---> afeebe901d6b [2021-01-29T22:33:49.255Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T22:33:49.279Z] 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-29T22:33:49.280Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-29T22:33:49.530Z] Successfully built 40030ba21615 [2021-01-29T22:33:49.530Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-29T22:33:49.530Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-29T22:33:49.530Z] Removing intermediate container 30c618565a3d [2021-01-29T22:33:49.530Z] ---> 347a4369b259 [2021-01-29T22:33:49.530Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T22:33:49.807Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T22:33:49.807Z] ---> Running in 326a5261f9c5 [2021-01-29T22:33:49.807Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T22:33:49.807Z] ---> eeaf43b92773 [2021-01-29T22:33:49.807Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T22:33:49.807Z] ---> df8d1b8cdba6 [2021-01-29T22:33:49.807Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T22:33:49.807Z] ---> Running in 6b222e7778e9 [2021-01-29T22:33:50.082Z] ---> Running in f281987e9d01 [2021-01-29T22:33:50.360Z] Removing intermediate container 326a5261f9c5 [2021-01-29T22:33:50.360Z] ---> 4fe7c5b7e5c6 [2021-01-29T22:33:50.360Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T22:33:50.634Z] ---> Running in 3d3f43ce0d11 [2021-01-29T22:33:50.662Z] 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-29T22:33:50.915Z] Removing intermediate container 6b222e7778e9 [2021-01-29T22:33:50.915Z] ---> f9bcf3213f9f [2021-01-29T22:33:50.915Z] Step 22/24 : LABEL arch=arm64 [2021-01-29T22:33:51.233Z] 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-29T22:33:51.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:33:51.803Z] 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-29T22:33:51.827Z] ---> Running in d924e3dcb53e [2021-01-29T22:33:51.827Z] Removing intermediate container 3d3f43ce0d11 [2021-01-29T22:33:51.827Z] ---> 1011b79109be [2021-01-29T22:33:51.827Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T22:33:52.063Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-29T22:33:52.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:33:52.703Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T22:33:52.703Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T22:33:52.703Z] ---> e679607f833e [2021-01-29T22:33:52.703Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T22:33:52.703Z] ---> Running in 4af578b7015e [2021-01-29T22:33:52.703Z] Executing bash-5.0.17-r0.post-install [2021-01-29T22:33:52.703Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:33:52.703Z] OK: 12 MiB in 22 packages [2021-01-29T22:33:52.986Z] Removing intermediate container d924e3dcb53e [2021-01-29T22:33:52.986Z] ---> 59e32046c868 [2021-01-29T22:33:52.986Z] Step 23/24 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:33:53.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T22:33:53.006Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-29T22:33:53.589Z] ---> Running in 622f4b306f01 [2021-01-29T22:33:53.883Z] Removing intermediate container 4af578b7015e [2021-01-29T22:33:53.883Z] ---> e341b09450e3 [2021-01-29T22:33:53.883Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:33:53.883Z] ---> bfb02fea98d2 [2021-01-29T22:33:53.883Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T22:33:54.182Z] ---> Running in e93daa4437fb [2021-01-29T22:33:54.785Z] ---> Running in 980817225cb9 [2021-01-29T22:33:55.072Z] Removing intermediate container 622f4b306f01 [2021-01-29T22:33:55.072Z] ---> c65f370047f7 [2021-01-29T22:33:55.072Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T22:33:55.072Z] Removing intermediate container f281987e9d01 [2021-01-29T22:33:55.072Z] ---> 3432a2dc4a71 [2021-01-29T22:33:55.072Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T22:33:55.548Z] Building version [2021-01-29T22:33:55.684Z] ---> Running in 859e2478bb09 [2021-01-29T22:33:55.685Z] ---> Running in 74941ce90544 [2021-01-29T22:33:55.960Z] Removing intermediate container 980817225cb9 [2021-01-29T22:33:55.960Z] ---> 2e5ccb57e2bb [2021-01-29T22:33:55.960Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:33:56.234Z] ---> Running in 2d8456c59811 [2021-01-29T22:33:56.505Z] Removing intermediate container 859e2478bb09 [2021-01-29T22:33:56.505Z] ---> e2af6628f6c6 [2021-01-29T22:33:56.505Z] [2021-01-29T22:33:56.505Z] Removing intermediate container 74941ce90544 [2021-01-29T22:33:56.505Z] ---> 66bea2446bed [2021-01-29T22:33:56.505Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T22:33:56.785Z] Successfully built e2af6628f6c6 [2021-01-29T22:33:57.061Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-29T22:33:57.061Z] ---> Running in 54fa9e246a1d [2021-01-29T22:33:57.061Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2d8456c59811 [2021-01-29T22:33:57.061Z] Building docker-support-notifications-go [2021-01-29T22:33:57.061Z] ---> 0b2f4a492f7d [2021-01-29T22:33:57.061Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T22:33:57.338Z] ---> Running in 7d6d68c642bf [2021-01-29T22:33:57.458Z] Staging config-common [2021-01-29T22:33:57.620Z] Removing intermediate container 54fa9e246a1d [2021-01-29T22:33:57.620Z] ---> c36c4182a6b2 [2021-01-29T22:33:57.620Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T22:33:57.900Z] ---> Running in 08ff8a786923 [2021-01-29T22:33:57.900Z] Removing intermediate container 7d6d68c642bf [2021-01-29T22:33:57.900Z] ---> fdfc82693ecc [2021-01-29T22:33:57.900Z] Step 22/23 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:33:58.170Z] ---> Running in 3ee58fcedd78 [2021-01-29T22:33:58.400Z] Skipping stage go-build-helper (already ran) [2021-01-29T22:33:58.400Z] Skipping stage static-packages (already ran) [2021-01-29T22:33:58.400Z] Skipping stage go115 (already ran) [2021-01-29T22:33:58.400Z] Staging edgex-go [2021-01-29T22:33:58.766Z] Removing intermediate container e93daa4437fb [2021-01-29T22:33:58.766Z] ---> dbb3749bfa5b [2021-01-29T22:33:58.766Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T22:33:58.766Z] Removing intermediate container 08ff8a786923 [2021-01-29T22:33:58.766Z] ---> d47445ab08ed [2021-01-29T22:33:58.766Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T22:33:59.036Z] ---> Running in d97abfd8a024 [2021-01-29T22:33:59.036Z] Removing intermediate container 3ee58fcedd78 [2021-01-29T22:33:59.036Z] ---> a5b2b68709d7 [2021-01-29T22:33:59.036Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T22:33:59.339Z] Staging version [2021-01-29T22:34:00.278Z] Priming config-common [2021-01-29T22:34:00.480Z] ---> Running in cb9de45867f7 [2021-01-29T22:34:00.756Z] ---> 2943aeef2a58 [2021-01-29T22:34:00.756Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T22:34:01.029Z] Removing intermediate container cb9de45867f7 [2021-01-29T22:34:01.029Z] ---> 2e60a0ad0869 [2021-01-29T22:34:01.029Z] [2021-01-29T22:34:01.226Z] Priming go-build-helper [2021-01-29T22:34:01.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:34:01.798Z] Priming static-packages [2021-01-29T22:34:01.895Z] Successfully built 2e60a0ad0869 [2021-01-29T22:34:01.895Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-29T22:34:01.895Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-01-29T22:34:02.488Z] ---> 65973aac4f3a [2021-01-29T22:34:02.488Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T22:34:02.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:34:03.472Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T22:34:03.472Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T22:34:03.472Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T22:34:03.749Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T22:34:04.029Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T22:34:04.029Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T22:34:04.029Z] ---> 606c7eb8b86b [2021-01-29T22:34:04.315Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T22:34:04.315Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:34:04.315Z] OK: 8 MiB in 20 packages [2021-01-29T22:34:04.350Z] Priming go115 [2021-01-29T22:34:04.919Z] Priming edgex-go [2021-01-29T22:34:04.919Z] ---> Running in f75c6baf36d1 [2021-01-29T22:34:06.304Z] Priming version [2021-01-29T22:34:06.353Z] Removing intermediate container d97abfd8a024 [2021-01-29T22:34:06.354Z] ---> 1f331ad4d76d [2021-01-29T22:34:06.354Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:34:06.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:34:06.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:34:07.249Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-29T22:34:07.605Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T22:34:07.605Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T22:34:07.606Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T22:34:07.606Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T22:34:07.606Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T22:34:07.606Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T22:34:07.606Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T22:34:08.201Z] ---> f188104a3468 [2021-01-29T22:34:08.201Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-29T22:34:09.636Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T22:34:09.636Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T22:34:09.636Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T22:34:09.636Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T22:34:09.636Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T22:34:09.636Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T22:34:09.911Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T22:34:09.911Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T22:34:09.911Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T22:34:09.911Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T22:34:10.204Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T22:34:10.204Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T22:34:10.204Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T22:34:10.204Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T22:34:10.204Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T22:34:10.204Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T22:34:10.204Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T22:34:10.204Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T22:34:10.204Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T22:34:10.204Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T22:34:10.479Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T22:34:10.480Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T22:34:10.480Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T22:34:10.480Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T22:34:10.480Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T22:34:10.480Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T22:34:10.755Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:34:10.755Z] OK: 71 MiB in 55 packages [2021-01-29T22:34:11.028Z] ---> 60c33d23b485 [2021-01-29T22:34:11.028Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T22:34:12.467Z] ---> d02a244ef92a [2021-01-29T22:34:12.467Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T22:34:13.065Z] ---> Running in 6d8e21b8afd7 [2021-01-29T22:34:14.046Z] Removing intermediate container 6d8e21b8afd7 [2021-01-29T22:34:14.046Z] ---> 0873137b6a83 [2021-01-29T22:34:14.046Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:34:14.320Z] ---> Running in 73ab61eba6bf [2021-01-29T22:34:15.751Z] Removing intermediate container 73ab61eba6bf [2021-01-29T22:34:15.751Z] ---> 3fd69500c949 [2021-01-29T22:34:15.751Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T22:34:16.343Z] ---> Running in 1ce6991ae9b8 [2021-01-29T22:34:17.790Z] Removing intermediate container 1ce6991ae9b8 [2021-01-29T22:34:17.790Z] ---> 2ebe1dd31579 [2021-01-29T22:34:17.790Z] Step 22/23 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:34:17.790Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:34:17.790Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:34:17.790Z] ---> dd45006b6e3d [2021-01-29T22:34:17.790Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T22:34:17.790Z] ---> Using cache [2021-01-29T22:34:17.790Z] ---> d07212ff0f94 [2021-01-29T22:34:18.067Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:34:18.067Z] ---> Using cache [2021-01-29T22:34:18.067Z] ---> f115b63f4ebe [2021-01-29T22:34:18.067Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T22:34:18.067Z] ---> Using cache [2021-01-29T22:34:18.067Z] ---> 927723e1e1f7 [2021-01-29T22:34:18.067Z] Step 6/22 : COPY go.mod . [2021-01-29T22:34:18.067Z] ---> Using cache [2021-01-29T22:34:18.067Z] ---> 0cfcdf7052ab [2021-01-29T22:34:18.067Z] Step 7/22 : RUN go mod download [2021-01-29T22:34:18.067Z] ---> Using cache [2021-01-29T22:34:18.067Z] ---> 5eef5ea06192 [2021-01-29T22:34:18.067Z] Step 8/22 : COPY . . [2021-01-29T22:34:18.067Z] ---> Using cache [2021-01-29T22:34:18.067Z] ---> 755bb7cf461d [2021-01-29T22:34:18.067Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T22:34:18.067Z] ---> Running in 65728d8ab25a [2021-01-29T22:34:18.341Z] ---> Running in f4ab3716c915 [2021-01-29T22:34:18.937Z] Removing intermediate container 65728d8ab25a [2021-01-29T22:34:18.937Z] ---> ce120ce2a87a [2021-01-29T22:34:18.937Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T22:34:18.937Z] Removing intermediate container f75c6baf36d1 [2021-01-29T22:34:18.937Z] ---> 7f532c9546f8 [2021-01-29T22:34:18.937Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T22:34:19.530Z] ---> Running in dfc86a666af0 [2021-01-29T22:34:19.530Z] ---> Running in 74fb51441718 [2021-01-29T22:34:20.127Z] 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-29T22:34:20.401Z] Removing intermediate container 74fb51441718 [2021-01-29T22:34:20.401Z] ---> 1a36c32b4600 [2021-01-29T22:34:20.401Z] [2021-01-29T22:34:21.383Z] Successfully built 1a36c32b4600 [2021-01-29T22:34:21.383Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-29T22:34:21.383Z] Building docker-core-metadata-go [2021-01-29T22:34:26.806Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-29T22:34:26.806Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T22:34:27.410Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T22:34:27.681Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T22:34:28.493Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T22:34:28.493Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T22:34:30.021Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T22:34:30.021Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T22:34:30.312Z] 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-29T22:34:30.581Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T22:34:30.581Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T22:34:31.194Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T22:34:31.194Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T22:34:34.590Z] Collecting PyYAML<4,>=3.10 [2021-01-29T22:34:34.590Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T22:34:40.010Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T22:34:40.010Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T22:34:40.010Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:34:40.010Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:34:40.010Z] ---> dd45006b6e3d [2021-01-29T22:34:40.010Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T22:34:40.010Z] ---> Using cache [2021-01-29T22:34:40.010Z] ---> d07212ff0f94 [2021-01-29T22:34:40.010Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:34:40.010Z] ---> Using cache [2021-01-29T22:34:40.010Z] ---> f115b63f4ebe [2021-01-29T22:34:40.010Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T22:34:41.460Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T22:34:41.460Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T22:34:44.131Z] ---> Running in 187560338ea1 [2021-01-29T22:34:45.114Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T22:34:45.114Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T22:34:46.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:34:46.102Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:34:46.102Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:34:46.102Z] ---> dd45006b6e3d [2021-01-29T22:34:46.102Z] Step 3/31 : WORKDIR /edgex-go [2021-01-29T22:34:46.102Z] ---> Using cache [2021-01-29T22:34:46.102Z] ---> d07212ff0f94 [2021-01-29T22:34:46.102Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:34:46.102Z] ---> Using cache [2021-01-29T22:34:46.102Z] ---> f115b63f4ebe [2021-01-29T22:34:46.102Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-29T22:34:46.102Z] ---> Using cache [2021-01-29T22:34:46.102Z] ---> 927723e1e1f7 [2021-01-29T22:34:46.102Z] Step 6/31 : COPY go.mod . [2021-01-29T22:34:46.102Z] ---> Using cache [2021-01-29T22:34:46.102Z] ---> 0cfcdf7052ab [2021-01-29T22:34:46.102Z] Step 7/31 : RUN go mod download [2021-01-29T22:34:46.102Z] ---> Using cache [2021-01-29T22:34:46.102Z] ---> 5eef5ea06192 [2021-01-29T22:34:46.102Z] Step 8/31 : COPY . . [2021-01-29T22:34:46.376Z] ---> Using cache [2021-01-29T22:34:46.376Z] ---> 755bb7cf461d [2021-01-29T22:34:46.376Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-29T22:34:46.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:34:47.652Z] OK: 217 MiB in 51 packages [2021-01-29T22:34:47.653Z] ---> Running in db548963dda4 [2021-01-29T22:34:47.930Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T22:34:47.930Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T22:34:48.535Z] 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-29T22:34:48.535Z] Collecting idna<2.8,>=2.5 [2021-01-29T22:34:48.812Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T22:34:48.812Z] 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-29T22:34:49.803Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T22:34:49.803Z] Removing intermediate container 187560338ea1 [2021-01-29T22:34:49.803Z] ---> 84525dcb63e0 [2021-01-29T22:34:49.803Z] Step 6/22 : COPY go.mod . [2021-01-29T22:34:49.803Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T22:34:49.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T22:34:50.081Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T22:34:50.081Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T22:34:50.081Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T22:34:50.081Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T22:34:51.062Z] ---> ccf2dbb9e7ba [2021-01-29T22:34:51.062Z] Step 7/22 : RUN go mod download [2021-01-29T22:34:51.333Z] ---> Running in 14fe5dd7f7d6 [2021-01-29T22:34:51.605Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, cached-property, docopt, PyYAML, dockerpty, texttable, docker-compose [2021-01-29T22:34:52.209Z] Attempting uninstall: idna [2021-01-29T22:34:52.209Z] Found existing installation: idna 2.9 [2021-01-29T22:34:52.209Z] Uninstalling idna-2.9: [2021-01-29T22:34:52.482Z] Successfully uninstalled idna-2.9 [2021-01-29T22:34:53.077Z] Attempting uninstall: urllib3 [2021-01-29T22:34:53.077Z] Found existing installation: urllib3 1.25.9 [2021-01-29T22:34:53.348Z] Uninstalling urllib3-1.25.9: [2021-01-29T22:34:53.618Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T22:34:54.603Z] Attempting uninstall: requests [2021-01-29T22:34:54.603Z] Found existing installation: requests 2.23.0 [2021-01-29T22:34:54.603Z] Uninstalling requests-2.23.0: [2021-01-29T22:34:54.603Z] Successfully uninstalled requests-2.23.0 [2021-01-29T22:34:57.231Z] Removing intermediate container 14fe5dd7f7d6 [2021-01-29T22:34:57.231Z] ---> c33e734affdc [2021-01-29T22:34:57.231Z] Step 8/22 : COPY . . [2021-01-29T22:34:57.231Z] Running setup.py install for docopt: started [2021-01-29T22:34:59.869Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T22:34:59.869Z] Running setup.py install for PyYAML: started [2021-01-29T22:35:00.469Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T22:35:00.469Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T22:35:00.469Z] ---> dd45006b6e3d [2021-01-29T22:35:00.469Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T22:35:00.469Z] ---> Using cache [2021-01-29T22:35:00.469Z] ---> d07212ff0f94 [2021-01-29T22:35:00.469Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T22:35:00.469Z] ---> Using cache [2021-01-29T22:35:00.469Z] ---> f115b63f4ebe [2021-01-29T22:35:00.469Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T22:35:00.469Z] ---> Using cache [2021-01-29T22:35:00.469Z] ---> 927723e1e1f7 [2021-01-29T22:35:00.469Z] Step 6/23 : COPY go.mod . [2021-01-29T22:35:00.469Z] ---> Using cache [2021-01-29T22:35:00.469Z] ---> 0cfcdf7052ab [2021-01-29T22:35:00.469Z] Step 7/23 : RUN go mod download [2021-01-29T22:35:00.469Z] ---> Using cache [2021-01-29T22:35:00.469Z] ---> 5eef5ea06192 [2021-01-29T22:35:00.469Z] Step 8/23 : COPY . . [2021-01-29T22:35:00.744Z] ---> Using cache [2021-01-29T22:35:00.744Z] ---> 755bb7cf461d [2021-01-29T22:35:00.744Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T22:35:02.730Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T22:35:02.730Z] Running setup.py install for dockerpty: started [2021-01-29T22:35:02.730Z] ---> Running in 9ba05f7e6328 [2021-01-29T22:35:04.715Z] 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-29T22:35:05.316Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T22:35:05.316Z] Running setup.py install for texttable: started [2021-01-29T22:35:08.741Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T22:35:09.726Z] 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-29T22:35:16.467Z] ---> aaf5d49ea846 [2021-01-29T22:35:16.467Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T22:35:17.094Z] ---> Running in b9d62b3cf1a7 [2021-01-29T22:35:17.725Z] Removing intermediate container dfc86a666af0 [2021-01-29T22:35:17.725Z] ---> 9b9f8e77bb3e [2021-01-29T22:35:17.725Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T22:35:17.999Z] ---> Running in 7fe69a9f658c [2021-01-29T22:35:19.445Z] 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-29T22:35:20.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:35:20.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:35:21.319Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T22:35:21.319Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T22:35:21.319Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T22:35:21.319Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:35:21.319Z] OK: 71 MiB in 58 packages [2021-01-29T22:35:23.958Z] Removing intermediate container 7fe69a9f658c [2021-01-29T22:35:23.958Z] ---> 01a911f66d01 [2021-01-29T22:35:23.958Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T22:35:23.958Z] ---> Running in e481f21b2373 [2021-01-29T22:35:24.243Z] Removing intermediate container e481f21b2373 [2021-01-29T22:35:24.243Z] ---> 0c3367167004 [2021-01-29T22:35:24.243Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:35:24.519Z] ---> Running in 7d9a5e7836ae [2021-01-29T22:35:25.130Z] Removing intermediate container 7d9a5e7836ae [2021-01-29T22:35:25.130Z] ---> b9631084b22f [2021-01-29T22:35:25.130Z] Step 24/26 : LABEL arch=arm64 [2021-01-29T22:35:25.405Z] ---> Running in 2f184d92db76 [2021-01-29T22:35:26.016Z] Removing intermediate container 2f184d92db76 [2021-01-29T22:35:26.016Z] ---> b956a7b0a44b [2021-01-29T22:35:26.016Z] Step 25/26 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:35:26.292Z] ---> Running in d19863435bd2 [2021-01-29T22:35:27.278Z] Removing intermediate container d19863435bd2 [2021-01-29T22:35:27.278Z] ---> c9faf0b5cf27 [2021-01-29T22:35:27.278Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T22:35:27.278Z] ---> Running in 7bec8ccd4a21 [2021-01-29T22:35:27.878Z] Removing intermediate container 7bec8ccd4a21 [2021-01-29T22:35:27.878Z] ---> ba2e777399ba [2021-01-29T22:35:27.878Z] [2021-01-29T22:35:28.478Z] Successfully built ba2e777399ba [2021-01-29T22:35:28.478Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-29T22:35:55.299Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f4ab3716c915 [2021-01-29T22:35:55.299Z] ---> 8da4197902ea [2021-01-29T22:35:55.299Z] [2021-01-29T22:35:55.299Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T22:35:55.299Z] ---> afeebe901d6b [2021-01-29T22:35:55.299Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T22:35:55.299Z] ---> Using cache [2021-01-29T22:35:55.299Z] ---> 0dc87d51c2bf [2021-01-29T22:35:55.299Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T22:35:55.299Z] ---> Using cache [2021-01-29T22:35:55.299Z] ---> 01c7669a1e60 [2021-01-29T22:35:55.299Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T22:35:55.574Z] ---> Running in 3a1835873a45 [2021-01-29T22:35:56.350Z] Removing intermediate container 3a1835873a45 [2021-01-29T22:35:56.350Z] ---> 520fcdb1f7f5 [2021-01-29T22:35:56.350Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T22:35:56.350Z] ---> Running in 616ce9da8170 [2021-01-29T22:35:57.018Z] Removing intermediate container 616ce9da8170 [2021-01-29T22:35:57.018Z] ---> 350d9ea68d33 [2021-01-29T22:35:57.018Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:35:58.512Z] ---> 88d810f47e84 [2021-01-29T22:35:58.512Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T22:35:59.958Z] ---> 1633fe1b8c8b [2021-01-29T22:35:59.958Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T22:36:00.949Z] ---> a83a9216b85d [2021-01-29T22:36:00.949Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T22:36:01.222Z] ---> Running in 0681ef1dfe36 [2021-01-29T22:36:01.828Z] Removing intermediate container 0681ef1dfe36 [2021-01-29T22:36:01.828Z] ---> 461c4cb81245 [2021-01-29T22:36:01.828Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:36:01.828Z] ---> Running in d98f39eef465 [2021-01-29T22:36:02.437Z] Removing intermediate container d98f39eef465 [2021-01-29T22:36:02.437Z] ---> a4b94c12393d [2021-01-29T22:36:02.437Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T22:36:02.713Z] ---> Running in d8a676f95f38 [2021-01-29T22:36:03.317Z] 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-29T22:36:03.317Z] Removing intermediate container d8a676f95f38 [2021-01-29T22:36:03.317Z] ---> 846d401012e3 [2021-01-29T22:36:03.317Z] Step 21/22 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:36:03.919Z] ---> Running in 67f8687048dc [2021-01-29T22:36:04.519Z] Removing intermediate container 67f8687048dc [2021-01-29T22:36:04.519Z] ---> e7dbb9a7bb35 [2021-01-29T22:36:04.519Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T22:36:04.519Z] ---> Running in 991c0d6b5d40 [2021-01-29T22:36:05.117Z] Removing intermediate container 991c0d6b5d40 [2021-01-29T22:36:05.117Z] ---> c1d844650bd6 [2021-01-29T22:36:05.117Z] [2021-01-29T22:36:05.716Z] Successfully built c1d844650bd6 [2021-01-29T22:36:05.716Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-29T22:36:24.024Z]  Building docker-support-scheduler-go ... done Removing intermediate container db548963dda4 [2021-01-29T22:36:24.024Z] ---> 385f8897d1b7 [2021-01-29T22:36:24.024Z] [2021-01-29T22:36:24.024Z] Step 10/31 : FROM alpine:3.12 [2021-01-29T22:36:24.024Z] ---> afeebe901d6b [2021-01-29T22:36:24.024Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T22:36:24.024Z] ---> Running in 96975749a6ff [2021-01-29T22:36:24.024Z] Removing intermediate container 96975749a6ff [2021-01-29T22:36:24.024Z] ---> b49aa4d13c0f [2021-01-29T22:36:24.024Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-29T22:36:24.024Z] ---> Running in 503526f1dc30 [2021-01-29T22:36:24.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:36:24.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:36:25.878Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-29T22:36:25.878Z] (2/2) Installing su-exec (0.2-r1) [2021-01-29T22:36:25.878Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:36:25.878Z] OK: 5 MiB in 16 packages [2021-01-29T22:36:27.332Z] Removing intermediate container 503526f1dc30 [2021-01-29T22:36:27.332Z] ---> 41c3f8fa7961 [2021-01-29T22:36:27.332Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T22:36:27.935Z] ---> Running in 0325b4783da9 [2021-01-29T22:36:28.210Z] Removing intermediate container b9d62b3cf1a7 [2021-01-29T22:36:28.210Z] ---> ab8950ff9840 [2021-01-29T22:36:28.210Z] [2021-01-29T22:36:28.210Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T22:36:28.210Z] ---> afeebe901d6b [2021-01-29T22:36:28.210Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T22:36:28.483Z] ---> Running in ce3b17dfccd1 [2021-01-29T22:36:28.483Z] Removing intermediate container 0325b4783da9 [2021-01-29T22:36:28.483Z] ---> 65be3783d2d2 [2021-01-29T22:36:28.483Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T22:36:28.756Z] ---> Running in 9b4fc61be229 [2021-01-29T22:36:29.739Z] Removing intermediate container 9b4fc61be229 [2021-01-29T22:36:29.739Z] ---> d3f57374d194 [2021-01-29T22:36:29.739Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T22:36:29.739Z] ---> Running in 823cf682bf20 [2021-01-29T22:36:30.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T22:36:30.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T22:36:30.576Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T22:36:30.849Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T22:36:30.849Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T22:36:30.849Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T22:36:31.122Z] OK: 6 MiB in 16 packages [2021-01-29T22:36:32.564Z] Removing intermediate container 823cf682bf20 [2021-01-29T22:36:32.564Z] ---> 78c88f71084a [2021-01-29T22:36:32.564Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T22:36:32.835Z] ---> Running in f39bacc01f0c [2021-01-29T22:36:33.106Z] Removing intermediate container ce3b17dfccd1 [2021-01-29T22:36:33.106Z] ---> 5c30dcb9e74c [2021-01-29T22:36:33.106Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T22:36:33.376Z] ---> Running in d88166542727 [2021-01-29T22:36:33.647Z] Removing intermediate container f39bacc01f0c [2021-01-29T22:36:33.647Z] ---> bafa5d269a78 [2021-01-29T22:36:33.647Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T22:36:33.925Z] Removing intermediate container 9ba05f7e6328 [2021-01-29T22:36:33.925Z] ---> 82acf7d084bd [2021-01-29T22:36:33.925Z] [2021-01-29T22:36:33.925Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T22:36:33.925Z] ---> afeebe901d6b [2021-01-29T22:36:33.925Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T22:36:33.925Z] ---> Using cache [2021-01-29T22:36:33.925Z] ---> 0dc87d51c2bf [2021-01-29T22:36:33.925Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T22:36:33.925Z] ---> Using cache [2021-01-29T22:36:33.925Z] ---> 01c7669a1e60 [2021-01-29T22:36:33.925Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T22:36:33.925Z] Removing intermediate container d88166542727 [2021-01-29T22:36:33.925Z] ---> 2e6a29b347f2 [2021-01-29T22:36:33.925Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T22:36:34.198Z] ---> Running in 5deff60e7a22 [2021-01-29T22:36:34.199Z] ---> Running in 4d16ab632f0d [2021-01-29T22:36:34.468Z] ---> a181cde77dc6 [2021-01-29T22:36:34.468Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T22:36:34.738Z] ---> Running in 1bb40c6f302a [2021-01-29T22:36:34.739Z] Removing intermediate container 5deff60e7a22 [2021-01-29T22:36:34.739Z] ---> 1a53ea509af6 [2021-01-29T22:36:34.739Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T22:36:34.739Z] Removing intermediate container 4d16ab632f0d [2021-01-29T22:36:34.739Z] ---> 857a601d19a0 [2021-01-29T22:36:34.739Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T22:36:35.010Z] ---> Running in 64a14129e32a [2021-01-29T22:36:35.010Z] ---> Running in c1e16007aff7 [2021-01-29T22:36:35.321Z] Removing intermediate container 64a14129e32a [2021-01-29T22:36:35.321Z] ---> 4f2b1a33d2f7 [2021-01-29T22:36:35.321Z] Step 15/23 : WORKDIR / [2021-01-29T22:36:35.592Z] Removing intermediate container c1e16007aff7 [2021-01-29T22:36:35.592Z] ---> e743450dbac1 [2021-01-29T22:36:35.592Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:36:35.592Z] ---> Running in 8e34c4fffb0f [2021-01-29T22:36:36.189Z] Removing intermediate container 8e34c4fffb0f [2021-01-29T22:36:36.189Z] ---> 4e992aa1bc7e [2021-01-29T22:36:36.189Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:36:36.460Z] ---> 4c853cb67a80 [2021-01-29T22:36:36.460Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T22:36:37.435Z] ---> 27a332eeeaa6 [2021-01-29T22:36:37.435Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T22:36:37.435Z] Removing intermediate container 1bb40c6f302a [2021-01-29T22:36:37.435Z] ---> 67a8765df0f4 [2021-01-29T22:36:37.435Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T22:36:38.416Z] ---> a5ac95376b70 [2021-01-29T22:36:38.416Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T22:36:38.416Z] ---> 225af9abade4 [2021-01-29T22:36:38.416Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T22:36:38.689Z] ---> a436aa46f5cb [2021-01-29T22:36:38.689Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T22:36:39.305Z] ---> 5c482ebeef2e [2021-01-29T22:36:39.305Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T22:36:39.305Z] ---> Running in 4e53a87d1172 [2021-01-29T22:36:39.579Z] ---> 8876b69e11f7 [2021-01-29T22:36:39.579Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T22:36:39.851Z] ---> 9fc8b2a5077f [2021-01-29T22:36:39.851Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T22:36:39.851Z] ---> Running in b0259c65bb0f [2021-01-29T22:36:39.851Z] Removing intermediate container 4e53a87d1172 [2021-01-29T22:36:39.851Z] ---> d5a8aee29ef3 [2021-01-29T22:36:39.851Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:36:40.131Z] ---> Running in cb1b237bf783 [2021-01-29T22:36:40.404Z] Removing intermediate container b0259c65bb0f [2021-01-29T22:36:40.404Z] ---> b97b5e9ab176 [2021-01-29T22:36:40.404Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T22:36:40.677Z] ---> Running in f3b068c39af1 [2021-01-29T22:36:40.677Z] Removing intermediate container cb1b237bf783 [2021-01-29T22:36:40.677Z] ---> 2382d33d8c28 [2021-01-29T22:36:40.677Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T22:36:40.677Z] ---> f76968ba8396 [2021-01-29T22:36:40.677Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T22:36:40.963Z] ---> Running in eda5f4f1bae5 [2021-01-29T22:36:40.963Z] Removing intermediate container f3b068c39af1 [2021-01-29T22:36:40.963Z] ---> 25c8040657a5 [2021-01-29T22:36:40.963Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T22:36:41.239Z] ---> Running in 4bf583d0cf92 [2021-01-29T22:36:41.509Z] Removing intermediate container eda5f4f1bae5 [2021-01-29T22:36:41.509Z] ---> dc18ad3c1a0d [2021-01-29T22:36:41.509Z] Step 21/22 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:36:41.788Z] ---> Running in e9c4c381ed54 [2021-01-29T22:36:41.788Z] Removing intermediate container 4bf583d0cf92 [2021-01-29T22:36:41.788Z] ---> 359a067f3178 [2021-01-29T22:36:41.788Z] Step 22/23 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:36:41.788Z] ---> af54cf0f4f5d [2021-01-29T22:36:41.788Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T22:36:42.064Z] ---> Running in 919853c19f27 [2021-01-29T22:36:42.064Z] Removing intermediate container e9c4c381ed54 [2021-01-29T22:36:42.064Z] ---> 5262a5fcbd79 [2021-01-29T22:36:42.064Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T22:36:42.337Z] ---> Running in 78ac9bf811b5 [2021-01-29T22:36:42.615Z] Removing intermediate container 919853c19f27 [2021-01-29T22:36:42.615Z] ---> 127f6c5d58ee [2021-01-29T22:36:42.615Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T22:36:42.615Z] ---> 14e6c19b3427 [2021-01-29T22:36:42.615Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T22:36:42.615Z] ---> Running in 82641a9ca467 [2021-01-29T22:36:42.888Z] Removing intermediate container 78ac9bf811b5 [2021-01-29T22:36:42.888Z] ---> 71a903a96849 [2021-01-29T22:36:42.888Z] [2021-01-29T22:36:43.161Z] ---> Running in baa499ad636e [2021-01-29T22:36:43.431Z] Successfully built 71a903a96849 [2021-01-29T22:36:43.431Z] Removing intermediate container 82641a9ca467 [2021-01-29T22:36:43.431Z] ---> d676368a2235 [2021-01-29T22:36:43.431Z] [2021-01-29T22:36:43.431Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-29T22:36:43.702Z]  Building docker-support-notifications-go ... done Successfully built d676368a2235 [2021-01-29T22:36:43.702Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-29T22:36:43.973Z]  Building docker-core-metadata-go ... done Removing intermediate container baa499ad636e [2021-01-29T22:36:43.973Z] ---> 7bb9c68728bb [2021-01-29T22:36:43.973Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T22:36:44.567Z] ---> c4ca9a2f38c3 [2021-01-29T22:36:44.567Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-29T22:36:45.158Z] ---> Running in 03fd795d9a8f [2021-01-29T22:36:47.129Z] Removing intermediate container 03fd795d9a8f [2021-01-29T22:36:47.129Z] ---> 9cb5abe57727 [2021-01-29T22:36:47.129Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T22:36:47.399Z] ---> Running in d329cf68072d [2021-01-29T22:36:47.678Z] Removing intermediate container d329cf68072d [2021-01-29T22:36:47.678Z] ---> 28df4663a7c4 [2021-01-29T22:36:47.678Z] Step 28/31 : CMD ["gate"] [2021-01-29T22:36:47.950Z] ---> Running in 0d540d6b0ff6 [2021-01-29T22:36:48.542Z] Removing intermediate container 0d540d6b0ff6 [2021-01-29T22:36:48.542Z] ---> 0a9ee474ade5 [2021-01-29T22:36:48.542Z] Step 29/31 : LABEL arch=arm64 [2021-01-29T22:36:48.814Z] ---> Running in b79827617d98 [2021-01-29T22:36:49.420Z] Removing intermediate container b79827617d98 [2021-01-29T22:36:49.420Z] ---> 2bc8f61b23ec [2021-01-29T22:36:49.420Z] Step 30/31 : LABEL git_sha=ea7bc54926565a2625174f927c2c364584e5bb7a [2021-01-29T22:36:49.694Z] ---> Running in cf8647c32cd2 [2021-01-29T22:36:50.290Z] Removing intermediate container cf8647c32cd2 [2021-01-29T22:36:50.290Z] ---> 133f9526ea7a [2021-01-29T22:36:50.290Z] Step 31/31 : LABEL version=0.0.0 [2021-01-29T22:36:50.564Z] ---> Running in 935f4c0b5955 [2021-01-29T22:36:51.156Z] Removing intermediate container 935f4c0b5955 [2021-01-29T22:36:51.156Z] ---> 61c5855b4f38 [2021-01-29T22:36:51.156Z] [2021-01-29T22:36:51.426Z] Successfully built 61c5855b4f38 [2021-01-29T22:36:51.426Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-29T22:36:51.711Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-29T22:36:51.724Z] $ docker stop --time=1 f50c87c71db373f336d9be07e708dbf5da7b7312100dfc8d96d508b666fccc71 [2021-01-29T22:36:53.647Z] $ docker rm -f f50c87c71db373f336d9be07e708dbf5da7b7312100dfc8d96d508b666fccc71 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T22:36:54.372Z] + + grep dockerdocker [2021-01-29T22:36:54.372Z] images [2021-01-29T22:36:54.641Z] docker-security-bootstrapper-go-arm64 latest 61c5855b4f38 4 seconds ago 22.6MB [2021-01-29T22:36:54.641Z] docker-core-metadata-go-arm64 latest d676368a2235 11 seconds ago 17.7MB [2021-01-29T22:36:54.641Z] docker-support-notifications-go-arm64 latest 71a903a96849 12 seconds ago 16MB [2021-01-29T22:36:54.641Z] docker-support-scheduler-go-arm64 latest c1d844650bd6 50 seconds ago 16.1MB [2021-01-29T22:36:54.641Z] docker-sys-mgmt-agent-go-arm64 latest ba2e777399ba About a minute ago 300MB [2021-01-29T22:36:54.641Z] docker-core-data-go-arm64 latest 1a36c32b4600 2 minutes ago 21MB [2021-01-29T22:36:54.641Z] docker-core-command-go-arm64 latest 2e60a0ad0869 2 minutes ago 16MB [2021-01-29T22:36:54.641Z] docker-security-secretstore-setup-go-arm64 latest e2af6628f6c6 2 minutes ago 23.4MB [2021-01-29T22:36:54.641Z] docker-security-proxy-setup-go-arm64 latest 40030ba21615 3 minutes ago 23.2MB [2021-01-29T22:36:54.641Z] docker 20.10.0 eeaf43b92773 7 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-29T22:36:57.167Z] provisioning config files... [2021-01-29T22:36:57.186Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6247690551373827255tmp [Pipeline] { [Pipeline] sh [2021-01-29T22:36:57.610Z] + set +x [2021-01-29T22:36:57.610Z] + curl -s https://codecov.io/bash [2021-01-29T22:36:57.610Z] + bash -s -- [2021-01-29T22:36:58.187Z] [2021-01-29T22:36:58.187Z] _____ _ [2021-01-29T22:36:58.187Z] / ____| | | [2021-01-29T22:36:58.187Z] | | ___ __| | ___ ___ _____ __ [2021-01-29T22:36:58.187Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-29T22:36:58.187Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-29T22:36:58.187Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-29T22:36:58.187Z] Bash-20210129-7c25fce [2021-01-29T22:36:58.187Z] [2021-01-29T22:36:58.187Z] [2021-01-29T22:36:58.187Z] ==> git version 2.24.3 found [2021-01-29T22:36:58.187Z] ==> 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-29T22:36:58.187Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-29T22:36:58.187Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-29T22:36:58.187Z] ==> Jenkins CI detected. [2021-01-29T22:36:58.187Z] project root: . [2021-01-29T22:36:58.187Z] --> token set from env [2021-01-29T22:36:58.187Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-29T22:36:58.187Z] ==> Running gcov in . (disable via -X gcov) [2021-01-29T22:36:58.450Z] ==> Python coveragepy not found [2021-01-29T22:36:58.450Z] ==> Searching for coverage reports in: [2021-01-29T22:36:58.450Z] + . [2021-01-29T22:36:58.450Z] -> Found 1 reports [2021-01-29T22:36:58.450Z] ==> Detecting git/mercurial file structure [2021-01-29T22:36:58.450Z] ==> Reading reports [2021-01-29T22:36:58.450Z] + ./coverage.out bytes=574984 [2021-01-29T22:36:58.450Z] ==> Appending adjustments [2021-01-29T22:36:58.450Z] https://docs.codecov.io/docs/fixing-reports [2021-01-29T22:37:01.766Z] + Found adjustments [2021-01-29T22:37:01.766Z] ==> Gzipping contents [2021-01-29T22:37:01.766Z] 88K /tmp/codecov.VOwgkP.gz [2021-01-29T22:37:01.766Z] ==> Uploading reports [2021-01-29T22:37:01.766Z] url: https://codecov.io [2021-01-29T22:37:01.766Z] query: branch=PR-3101&commit=ea7bc54926565a2625174f927c2c364584e5bb7a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3101%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3101&job=&cmd_args= [2021-01-29T22:37:01.766Z] -> Pinging Codecov [2021-01-29T22:37:01.766Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3101&commit=ea7bc54926565a2625174f927c2c364584e5bb7a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3101%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3101&job=&cmd_args= [2021-01-29T22:37:03.160Z] -> Uploading to [2021-01-29T22:37:03.160Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/ea7bc54926565a2625174f927c2c364584e5bb7a/74615005-7f7a-470d-aa18-94d814fa9352.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T223703Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a71cc0990c63e36abced179d31d80bbe827b222385ad6256e74cf6e4d21cde3e [2021-01-29T22:37:03.160Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T22:37:03.160Z] Dload Upload Total Spent Left Speed [2021-01-29T22:37:03.735Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87033 0 0 100 87033 0 141k --:--:-- --:--:-- --:--:-- 141k 100 87033 0 0 100 87033 0 141k --:--:-- --:--:-- --:--:-- 141k [2021-01-29T22:37:03.735Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ea7bc54926565a2625174f927c2c364584e5bb7a [Pipeline] } [2021-01-29T22:37:03.744Z] 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-29T22:37:06.144Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T22:37:07.094Z] ---> package-listing.sh [2021-01-29T22:37:07.094Z] ++ facter osfamily [2021-01-29T22:37:07.094Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T22:37:07.094Z] + OS_FAMILY=redhat [2021-01-29T22:37:07.094Z] + workspace=/w/workspace/edgex-go/2 [2021-01-29T22:37:07.094Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T22:37:07.094Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T22:37:07.094Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T22:37:07.094Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T22:37:07.094Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-29T22:37:07.094Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T22:37:07.094Z] + case "${OS_FAMILY}" in [2021-01-29T22:37:07.094Z] + rpm -qa [2021-01-29T22:37:07.094Z] + sort [2021-01-29T22:37:12.408Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T22:37:12.408Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T22:37:12.408Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T22:37:12.408Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-29T22:37:12.408Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-29T22:37:12.408Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-29T22:37:12.422Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-29T22:37:12.720Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:37:13.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T22:37:13.291Z] [2021-01-29T22:37:13.291Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T22:37:13.653Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T22:37:13.653Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T22:37:13.653Z] df20fa9351a1: Pulling fs layer [2021-01-29T22:37:13.653Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T22:37:13.653Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T22:37:13.653Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T22:37:13.653Z] 93b61091891f: Pulling fs layer [2021-01-29T22:37:13.653Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T22:37:13.653Z] 5e14af77c1be: Pulling fs layer [2021-01-29T22:37:13.653Z] 01666e4c0597: Pulling fs layer [2021-01-29T22:37:13.653Z] aa168da1d23b: Pulling fs layer [2021-01-29T22:37:13.653Z] 46f8f816bc3b: Waiting [2021-01-29T22:37:13.653Z] 93b61091891f: Waiting [2021-01-29T22:37:13.653Z] 93b9cdb0e59b: Waiting [2021-01-29T22:37:13.653Z] 5e14af77c1be: Waiting [2021-01-29T22:37:13.653Z] 01666e4c0597: Waiting [2021-01-29T22:37:13.653Z] aa168da1d23b: Waiting [2021-01-29T22:37:13.653Z] 36b3adc4ff6f: Verifying Checksum [2021-01-29T22:37:13.653Z] 36b3adc4ff6f: Download complete [2021-01-29T22:37:13.653Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T22:37:13.653Z] 46f8f816bc3b: Download complete [2021-01-29T22:37:13.915Z] df20fa9351a1: Verifying Checksum [2021-01-29T22:37:13.915Z] df20fa9351a1: Download complete [2021-01-29T22:37:13.915Z] 93b9cdb0e59b: Verifying Checksum [2021-01-29T22:37:13.915Z] 93b9cdb0e59b: Download complete [2021-01-29T22:37:13.915Z] 93b61091891f: Download complete [2021-01-29T22:37:13.915Z] 5e14af77c1be: Verifying Checksum [2021-01-29T22:37:13.915Z] 5e14af77c1be: Download complete [2021-01-29T22:37:13.915Z] 01666e4c0597: Verifying Checksum [2021-01-29T22:37:13.915Z] 01666e4c0597: Download complete [2021-01-29T22:37:14.177Z] df20fa9351a1: Pull complete [2021-01-29T22:37:14.757Z] 36b3adc4ff6f: Pull complete [2021-01-29T22:37:14.757Z] 8ad3a11d3b57: Verifying Checksum [2021-01-29T22:37:14.757Z] 8ad3a11d3b57: Download complete [2021-01-29T22:37:15.709Z] 8ad3a11d3b57: Pull complete [2021-01-29T22:37:15.709Z] 46f8f816bc3b: Pull complete [2021-01-29T22:37:16.658Z] aa168da1d23b: Verifying Checksum [2021-01-29T22:37:16.658Z] aa168da1d23b: Download complete [2021-01-29T22:37:17.603Z] 93b61091891f: Pull complete [2021-01-29T22:37:17.869Z] 93b9cdb0e59b: Pull complete [2021-01-29T22:37:17.869Z] 5e14af77c1be: Pull complete [2021-01-29T22:37:18.132Z] 01666e4c0597: Pull complete [2021-01-29T22:37:28.179Z] aa168da1d23b: Pull complete [2021-01-29T22:37:28.179Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T22:37:28.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T22:37:28.179Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T22:37:28.376Z] prd-centos7-docker-4c-2g-24005 does not seem to be running inside a container [2021-01-29T22:37:28.430Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-29T22:37:33.215Z] $ docker top 85d509e010fdf4bf7b8f6e28ce8f1b4dc7cb8b8de2e3e75ff9dfb00ae0a9771d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T22:37:33.841Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T22:37:34.163Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T22:37:34.463Z] + ls /var/log/sa-host [2021-01-29T22:37:34.463Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T22:37:34.463Z] file_magic: OK [2021-01-29T22:37:34.463Z] HZ: Using current value: 100 [2021-01-29T22:37:34.463Z] file_header: OK [2021-01-29T22:37:34.463Z] 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-29T22:37:34.463Z] Statistics: [2021-01-29T22:37:34.463Z] Hnuu...uuuununununu... [2021-01-29T22:37:34.463Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T22:37:34.463Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T22:37:34.463Z] file_magic: OK [2021-01-29T22:37:34.463Z] HZ: Using current value: 100 [2021-01-29T22:37:34.463Z] file_header: OK [2021-01-29T22:37:34.463Z] 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-29T22:37:34.463Z] Statistics: [2021-01-29T22:37:34.463Z] 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-29T22:37:34.463Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T22:37:35.107Z] provisioning config files... [2021-01-29T22:37:35.123Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1048309187387035772tmp [Pipeline] { [Pipeline] echo [2021-01-29T22:37:35.194Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T22:37:35.492Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T22:37:35.503Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T22:37:35.590Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T22:37:35.891Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T22:37:35.905Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T22:37:36.249Z] ---> sudo-logs.sh [2021-01-29T22:37:36.249Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T22:37:36.264Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T22:37:36.588Z] ---> job-cost.sh [2021-01-29T22:37:36.588Z] lf-activate-venv: SKIPPING [2021-01-29T22:37:36.588Z] INFO: No Stack... [2021-01-29T22:37:37.578Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T22:37:38.153Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T22:37:38.171Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T22:37:38.468Z] ---> logs-deploy.sh [2021-01-29T22:37:38.468Z] lf-activate-venv: SKIPPING [2021-01-29T22:37:38.468Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3101/2 [2021-01-29T22:37:38.468Z] INFO: archiving workspace using pattern(s): [2021-01-29T22:37:40.390Z] Archives upload complete. [2021-01-29T22:37:40.390Z] INFO: archiving logs to Nexus