Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 495c2e8daeb3df48c63772693747c122c948160c+f7cba1f5bd7f0f50faed19509b697065ec7e4bcf (f177cee4ba019b1d216153757828e58ffb1e5d96) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22392 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 495c2e8daeb3df48c63772693747c122c948160c > 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/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 Merge succeeded, producing 1092d2ce9833b5b9c246ac557b9a5b8df95081d4 Checking out Revision 1092d2ce9833b5b9c246ac557b9a5b8df95081d4 (PR-3061) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1092d2ce9833b5b9c246ac557b9a5b8df95081d4 # timeout=10 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" > git rev-list --no-walk 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-23T00:30:53.700Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-23T00:30:53.973Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-23T00:30:54.064Z] ========================================================= [2021-01-23T00:30:54.064Z] EdgeX Global Pipelines Version Info [2021-01-23T00:30:54.064Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:30:55.566Z] ------------------- [2021-01-23T00:30:55.566Z] stable info: [2021-01-23T00:30:55.566Z] ------------------- [2021-01-23T00:30:55.566Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-23T00:30:55.566Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-23T00:30:55.566Z] Message: update stable to v1.0.179 [2021-01-23T00:30:56.514Z] ------------------- [2021-01-23T00:30:56.514Z] experimental info: [2021-01-23T00:30:56.514Z] ------------------- [2021-01-23T00:30:56.514Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-23T00:30:56.514Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-23T00:30:56.514Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-23T00:30:56.772Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-23T00:30:56.857Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-23T00:30:56.942Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-23T00:30:57.044Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-23T00:30:57.210Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-23T00:30:57.294Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-23T00:30:57.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-23T00:30:57.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-23T00:30:57.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-23T00:30:57.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-23T00:30:57.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-23T00:30:57.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-23T00:30:57.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-23T00:30:58.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-23T00:30:58.133Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-23T00:30:58.218Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-23T00:30:58.299Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-23T00:30:58.381Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-23T00:30:58.466Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-23T00:30:58.561Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-23T00:30:58.648Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-23T00:30:58.784Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-23T00:30:58.875Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-23T00:30:58.960Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3061 [Pipeline] echo [2021-01-23T00:30:59.044Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3061 [Pipeline] echo [2021-01-23T00:30:59.125Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3061 [Pipeline] echo [2021-01-23T00:30:59.233Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [Pipeline] echo [2021-01-23T00:30:59.336Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1092d2c [Pipeline] echo [2021-01-23T00:30:59.417Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-23T00:30:59.585Z] provisioning config files... [2021-01-23T00:30:59.617Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6917905253426641070tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:30:59.986Z] ---> docker-login.sh [2021-01-23T00:30:59.986Z] nexus3.edgexfoundry.org:10001 [2021-01-23T00:31:00.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:00.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:00.523Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:00.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:00.523Z] [2021-01-23T00:31:00.523Z] Login Succeeded [2021-01-23T00:31:00.523Z] nexus3.edgexfoundry.org:10002 [2021-01-23T00:31:00.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:00.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:00.787Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:00.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:00.787Z] [2021-01-23T00:31:00.787Z] Login Succeeded [2021-01-23T00:31:00.787Z] nexus3.edgexfoundry.org:10003 [2021-01-23T00:31:00.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:01.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:01.058Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:01.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:01.058Z] [2021-01-23T00:31:01.058Z] Login Succeeded [2021-01-23T00:31:01.058Z] nexus3.edgexfoundry.org:10004 [2021-01-23T00:31:01.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:01.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:01.058Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:01.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:01.058Z] [2021-01-23T00:31:01.058Z] Login Succeeded [2021-01-23T00:31:01.058Z] docker.io [2021-01-23T00:31:01.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:01.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:01.585Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:01.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:01.585Z] [2021-01-23T00:31:01.585Z] Login Succeeded [2021-01-23T00:31:01.585Z] ---> docker-login.sh ends [Pipeline] } [2021-01-23T00:31:01.597Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-23T00:31:02.073Z] ++ 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-23T00:31:02.073Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:02.073Z] ++ dirname cmd/core-command/Dockerfile [2021-01-23T00:31:02.073Z] ++ cut -d/ -f2 [2021-01-23T00:31:02.073Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-23T00:31:02.073Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:02.073Z] ++ dirname cmd/core-data/Dockerfile [2021-01-23T00:31:02.073Z] ++ cut -d/ -f2 [2021-01-23T00:31:02.073Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-23T00:31:02.073Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:02.073Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-23T00:31:02.073Z] ++ cut -d/ -f2 [2021-01-23T00:31:02.073Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-23T00:31:02.073Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:02.073Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-23T00:31:02.073Z] ++ cut -d/ -f2 [2021-01-23T00:31:02.073Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-23T00:31:02.073Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:02.073Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-23T00:31:02.073Z] ++ cut -d/ -f2 [2021-01-23T00:31:02.073Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-23T00:31:02.073Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:02.073Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-23T00:31:02.073Z] ++ cut -d/ -f2 [2021-01-23T00:31:02.073Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-23T00:31:02.073Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:02.073Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-23T00:31:02.073Z] ++ cut -d/ -f2 [2021-01-23T00:31:02.073Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-23T00:31:02.073Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:02.073Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-23T00:31:02.073Z] ++ cut -d/ -f2 [2021-01-23T00:31:02.073Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-23T00:31:02.073Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:02.073Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-23T00:31:02.073Z] ++ cut -d/ -f2 [2021-01-23T00:31:02.073Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-23T00:31:02.171Z] 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-23T00:31:02.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:31:02.998Z] [2021-01-23T00:31:02.998Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:31:03.348Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:31:03.348Z] latest: Pulling from edgex-devops/git-semver [2021-01-23T00:31:03.348Z] 31603596830f: Pulling fs layer [2021-01-23T00:31:03.348Z] 2a8b12db71e7: Pulling fs layer [2021-01-23T00:31:03.348Z] 6ca5941a6612: Pulling fs layer [2021-01-23T00:31:03.348Z] ecc8261a40a4: Pulling fs layer [2021-01-23T00:31:03.348Z] ecc8261a40a4: Waiting [2021-01-23T00:31:03.348Z] 2a8b12db71e7: Verifying Checksum [2021-01-23T00:31:03.348Z] 2a8b12db71e7: Download complete [2021-01-23T00:31:03.613Z] 31603596830f: Verifying Checksum [2021-01-23T00:31:03.613Z] 31603596830f: Download complete [2021-01-23T00:31:03.613Z] ecc8261a40a4: Verifying Checksum [2021-01-23T00:31:03.613Z] ecc8261a40a4: Download complete [2021-01-23T00:31:03.613Z] 6ca5941a6612: Verifying Checksum [2021-01-23T00:31:03.613Z] 6ca5941a6612: Download complete [2021-01-23T00:31:03.877Z] 31603596830f: Pull complete [2021-01-23T00:31:04.148Z] 2a8b12db71e7: Pull complete [2021-01-23T00:31:05.106Z] 6ca5941a6612: Pull complete [2021-01-23T00:31:05.106Z] ecc8261a40a4: Pull complete [2021-01-23T00:31:05.369Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-23T00:31:05.369Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:31:05.369Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-23T00:31:05.486Z] prd-centos7-docker-4c-2g-22392 does not seem to be running inside a container [2021-01-23T00:31:05.542Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-23T00:31:08.405Z] $ docker top 0688b6deff7f578c4fce40c52eb2d8ce5d3019f7834689ab53e8c856c5f8391c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-23T00:31:08.746Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-23T00:31:08.746Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-23T00:31:09.004Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-23T00:31:09.009Z] $ docker exec 0688b6deff7f578c4fce40c52eb2d8ce5d3019f7834689ab53e8c856c5f8391c ssh-agent [2021-01-23T00:31:09.238Z] SSH_AUTH_SOCK=/tmp/ssh-u93W6AspNPPE/agent.11 [2021-01-23T00:31:09.238Z] SSH_AGENT_PID=16 [2021-01-23T00:31:09.252Z] Running ssh-add (command line suppressed) [2021-01-23T00:31:09.402Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4524372662060427300.key (/w/workspace/edgex-go/4@tmp/private_key_4524372662060427300.key) [2021-01-23T00:31:09.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-23T00:31:10.200Z] + git tag --points-at HEAD [Pipeline] } [2021-01-23T00:31:10.234Z] $ docker exec --env ******** --env ******** 0688b6deff7f578c4fce40c52eb2d8ce5d3019f7834689ab53e8c856c5f8391c ssh-agent -k [2021-01-23T00:31:10.387Z] unset SSH_AUTH_SOCK; [2021-01-23T00:31:10.387Z] unset SSH_AGENT_PID; [2021-01-23T00:31:10.387Z] echo Agent pid 16 killed; [2021-01-23T00:31:10.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-23T00:31:10.699Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-23T00:31:10.699Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-23T00:31:10.981Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-23T00:31:10.986Z] $ docker exec 0688b6deff7f578c4fce40c52eb2d8ce5d3019f7834689ab53e8c856c5f8391c ssh-agent [2021-01-23T00:31:11.197Z] SSH_AUTH_SOCK=/tmp/ssh-rLzF0wRiwLG5/agent.46 [2021-01-23T00:31:11.197Z] SSH_AGENT_PID=51 [2021-01-23T00:31:11.206Z] Running ssh-add (command line suppressed) [2021-01-23T00:31:11.358Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6376062678954449857.key (/w/workspace/edgex-go/4@tmp/private_key_6376062678954449857.key) [2021-01-23T00:31:11.427Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-23T00:31:11.776Z] + git semver init [2021-01-23T00:31:11.776Z] # -> Open(): unable to determine branch for HEAD [2021-01-23T00:31:11.776Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-23T00:31:11.776Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-23T00:31:11.776Z] # $SEMVER_REMOTE_NAME = origin [2021-01-23T00:31:11.776Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-23T00:31:11.776Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-23T00:31:11.776Z] # $SEMVER_BRANCH = PR-3061 [2021-01-23T00:31:11.776Z] # $SEMVER_TEMP = /tmp/semver-468635113 [2021-01-23T00:31:11.776Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-23T00:31:50.706Z] # '/tmp/semver-468635113' -> '/w/workspace/edgex-go/4/.semver' [2021-01-23T00:31:50.707Z] # -> Force: false [2021-01-23T00:31:50.707Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-23T00:31:50.722Z] $ docker exec --env ******** --env ******** 0688b6deff7f578c4fce40c52eb2d8ce5d3019f7834689ab53e8c856c5f8391c ssh-agent -k [2021-01-23T00:31:50.984Z] unset SSH_AUTH_SOCK; [2021-01-23T00:31:50.984Z] unset SSH_AGENT_PID; [2021-01-23T00:31:50.984Z] echo Agent pid 51 killed; [2021-01-23T00:31:51.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-23T00:31:51.560Z] + git semver [Pipeline] } [2021-01-23T00:31:51.579Z] $ docker stop --time=1 0688b6deff7f578c4fce40c52eb2d8ce5d3019f7834689ab53e8c856c5f8391c [2021-01-23T00:31:53.092Z] $ docker rm -f 0688b6deff7f578c4fce40c52eb2d8ce5d3019f7834689ab53e8c856c5f8391c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:31:53.661Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-23T00:31:54.245Z] Stashed 1 file(s) [Pipeline] echo [2021-01-23T00:31:54.248Z] [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-23T00:31:55.118Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:31:55.417Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:31:55.722Z] + sudo service docker restart [2021-01-23T00:31:55.722Z] + true [2021-01-23T00:31:55.722Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-23T00:31:56.315Z] ========================================================= [2021-01-23T00:31:56.315Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-23T00:31:56.315Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:31:56.655Z] + 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-23T00:32:00.901Z] Sending build context to Docker daemon 327.2MB [2021-01-23T00:32:00.901Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-23T00:32:00.901Z] Step 2/6 : FROM ${BASE} [2021-01-23T00:32:00.901Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-23T00:32:00.901Z] 188c0c94c7c5: Pulling fs layer [2021-01-23T00:32:00.901Z] 0ef7d3d256c8: Pulling fs layer [2021-01-23T00:32:00.901Z] de9db76c5a1d: Pulling fs layer [2021-01-23T00:32:00.901Z] bca2f99d35d6: Pulling fs layer [2021-01-23T00:32:00.901Z] 93359f2a8cfa: Pulling fs layer [2021-01-23T00:32:00.901Z] 7c6f9722023f: Pulling fs layer [2021-01-23T00:32:00.901Z] a35cf1a2eb13: Pulling fs layer [2021-01-23T00:32:00.901Z] 93359f2a8cfa: Waiting [2021-01-23T00:32:00.901Z] 7c6f9722023f: Waiting [2021-01-23T00:32:00.901Z] bca2f99d35d6: Waiting [2021-01-23T00:32:00.901Z] a35cf1a2eb13: Waiting [2021-01-23T00:32:00.901Z] de9db76c5a1d: Verifying Checksum [2021-01-23T00:32:00.901Z] de9db76c5a1d: Download complete [2021-01-23T00:32:00.901Z] 0ef7d3d256c8: Verifying Checksum [2021-01-23T00:32:00.901Z] 0ef7d3d256c8: Download complete [2021-01-23T00:32:00.901Z] 93359f2a8cfa: Verifying Checksum [2021-01-23T00:32:00.901Z] 93359f2a8cfa: Download complete [2021-01-23T00:32:00.901Z] 7c6f9722023f: Verifying Checksum [2021-01-23T00:32:00.901Z] 7c6f9722023f: Download complete [2021-01-23T00:32:00.901Z] 188c0c94c7c5: Download complete [2021-01-23T00:32:01.494Z] 188c0c94c7c5: Pull complete [2021-01-23T00:32:01.773Z] 0ef7d3d256c8: Pull complete [2021-01-23T00:32:02.043Z] de9db76c5a1d: Pull complete [2021-01-23T00:32:03.027Z] a35cf1a2eb13: Verifying Checksum [2021-01-23T00:32:03.027Z] a35cf1a2eb13: Download complete [2021-01-23T00:32:03.610Z] bca2f99d35d6: Verifying Checksum [2021-01-23T00:32:03.610Z] bca2f99d35d6: Download complete [2021-01-23T00:32:09.630Z] Still waiting to schedule task [2021-01-23T00:32:09.631Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-23T00:32:10.048Z] bca2f99d35d6: Pull complete [2021-01-23T00:32:10.318Z] 93359f2a8cfa: Pull complete [2021-01-23T00:32:10.318Z] 7c6f9722023f: Pull complete [2021-01-23T00:32:14.568Z] a35cf1a2eb13: Pull complete [2021-01-23T00:32:14.568Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-23T00:32:14.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-23T00:32:14.568Z] ---> a62c8e92a672 [2021-01-23T00:32:14.568Z] 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-23T00:32:14.568Z] ---> Running in 547bf0be957d [2021-01-23T00:32:15.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:32:16.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:32:17.508Z] (1/12) Installing libmagic (5.38-r0) [2021-01-23T00:32:18.087Z] (2/12) Installing file (5.38-r0) [2021-01-23T00:32:18.087Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-23T00:32:18.087Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-23T00:32:33.057Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-23T00:32:33.057Z] (6/12) Installing patch (2.7.6-r6) [2021-01-23T00:32:33.057Z] (7/12) Installing build-base (0.5-r2) [2021-01-23T00:32:33.057Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-23T00:32:33.057Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-23T00:32:33.057Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-23T00:32:33.057Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-23T00:32:33.057Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-23T00:32:33.057Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:32:33.057Z] OK: 233 MiB in 51 packages [2021-01-23T00:32:36.400Z] Removing intermediate container 547bf0be957d [2021-01-23T00:32:36.400Z] ---> a90c7ab0f665 [2021-01-23T00:32:36.400Z] Step 4/6 : WORKDIR /edgex-go [2021-01-23T00:32:36.400Z] ---> Running in aed00a6108b8 [2021-01-23T00:32:36.667Z] Removing intermediate container aed00a6108b8 [2021-01-23T00:32:36.667Z] ---> 208a1a4a678b [2021-01-23T00:32:36.667Z] Step 5/6 : COPY go.mod . [2021-01-23T00:32:36.932Z] ---> 1f7dd9063002 [2021-01-23T00:32:36.932Z] Step 6/6 : RUN go mod download [2021-01-23T00:32:36.932Z] ---> Running in 93bde42f0852 [2021-01-23T00:32:59.051Z] Removing intermediate container 93bde42f0852 [2021-01-23T00:32:59.051Z] ---> 0ff37960f9b1 [2021-01-23T00:32:59.051Z] Successfully built 0ff37960f9b1 [2021-01-23T00:32:59.051Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:32:59.377Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-23T00:32:59.377Z] . [Pipeline] withDockerContainer [2021-01-23T00:32:59.499Z] prd-centos7-docker-4c-2g-22392 does not seem to be running inside a container [2021-01-23T00:32:59.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-23T00:33:00.509Z] $ docker top 8aa6f243b097de1150800dbc2bfa306eacfe5069b9250aca4fe0d7ad459a3f10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:33:01.084Z] + go version [2021-01-23T00:33:01.084Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-23T00:33:01.102Z] $ docker stop --time=1 8aa6f243b097de1150800dbc2bfa306eacfe5069b9250aca4fe0d7ad459a3f10 [2021-01-23T00:33:02.556Z] $ docker rm -f 8aa6f243b097de1150800dbc2bfa306eacfe5069b9250aca4fe0d7ad459a3f10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:33:03.342Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-23T00:33:03.342Z] . [Pipeline] withDockerContainer [2021-01-23T00:33:03.467Z] prd-centos7-docker-4c-2g-22392 does not seem to be running inside a container [2021-01-23T00:33:03.523Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-23T00:33:04.402Z] $ docker top e847cc2cc9a91bbbb596bf1cf0ff528dba029b67083bee81c135a0c2c1d977ab -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-23T00:33:04.589Z] ========================================================= [2021-01-23T00:33:04.589Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-23T00:33:04.589Z] ========================================================= [Pipeline] sh [2021-01-23T00:33:04.889Z] + make test [2021-01-23T00:33:04.889Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-23T00:33:17.240Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-23T00:33:39.932Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-23T00:33:39.932Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-23T00:33:41.389Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-23T00:33:41.389Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-23T00:33:41.389Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-23T00:33:44.786Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-23T00:33:44.786Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-23T00:33:44.786Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-23T00:33:44.786Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-23T00:33:44.786Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-23T00:33:44.786Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-23T00:33:47.423Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-23T00:33:47.423Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-23T00:33:47.423Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-23T00:33:51.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 46.0% of statements [2021-01-23T00:33:51.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-23T00:33:51.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-23T00:33:51.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-23T00:33:51.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-23T00:33:51.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-23T00:33:51.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-23T00:33:51.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-23T00:33:51.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/bootstrap/container [no test files] [2021-01-23T00:33:51.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.080s coverage: 100.0% of statements [2021-01-23T00:33:51.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces [no test files] [2021-01-23T00:33:51.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces/mocks [no test files] [2021-01-23T00:33:52.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.301s coverage: 27.1% of statements [2021-01-23T00:33:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-23T00:33:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-23T00:33:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-23T00:33:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-23T00:33:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-23T00:33:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-23T00:33:52.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-01-23T00:33:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-23T00:33:52.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2021-01-23T00:33:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-23T00:33:52.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-23T00:33:54.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.126s coverage: 65.8% of statements [2021-01-23T00:33:54.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-23T00:33:54.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-23T00:33:54.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.444s coverage: 82.3% of statements [2021-01-23T00:33:54.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-23T00:33:54.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:33:54.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-23T00:33:54.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-23T00:33:58.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.456s coverage: 28.6% of statements [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-23T00:33:58.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-23T00:33:58.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-23T00:33:58.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.165s coverage: 86.7% of statements [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-23T00:33:58.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.146s coverage: 97.5% of statements [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-23T00:33:58.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-23T00:33:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-23T00:34:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.465s coverage: 92.8% of statements [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-23T00:34:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-23T00:34:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-23T00:34:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-23T00:34:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 43.8% of statements [2021-01-23T00:34:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements [2021-01-23T00:34:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-01-23T00:34:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-01-23T00:34:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.069s coverage: 94.4% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 68.9% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.338s coverage: 84.0% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-23T00:34:14.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-23T00:34:14.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-23T00:34:14.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.721s coverage: 29.1% of statements [2021-01-23T00:34:14.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-23T00:34:14.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-23T00:34:14.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-23T00:34:14.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-23T00:34:14.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-23T00:34:14.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-01-23T00:34:14.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-23T00:34:14.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-01-23T00:34:14.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-23T00:34:14.629Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-23T00:34:14.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-23T00:34:14.900Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-23T00:34:14.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-23T00:34:14.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-23T00:34:14.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-23T00:34:14.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-23T00:34:14.900Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-01-23T00:34:14.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-23T00:34:14.900Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-23T00:34:15.505Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-23T00:34:15.775Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-23T00:34:15.775Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-01-23T00:34:16.401Z] GO111MODULE=on go vet ./... [2021-01-23T00:34:48.887Z] gofmt -l . [2021-01-23T00:34:48.887Z] [ "`gofmt -l .`" = "" ] [2021-01-23T00:34:48.887Z] ./bin/test-go-mod-tidy.sh [2021-01-23T00:34:48.887Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-23T00:34:49.538Z] + ls -al . [2021-01-23T00:34:49.538Z] total 672 [2021-01-23T00:34:49.538Z] drwxrwxr-x 10 1001 1001 4096 Jan 23 00:34 . [2021-01-23T00:34:49.538Z] drwxr-xr-x 4 root root 28 Jan 23 00:33 .. [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 11 Jan 23 00:30 .dockerignore [2021-01-23T00:34:49.538Z] drwxrwxr-x 8 1001 1001 179 Jan 23 00:30 .git [2021-01-23T00:34:49.538Z] drwxrwxr-x 3 1001 1001 125 Jan 23 00:30 .github [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 872 Jan 23 00:30 .gitignore [2021-01-23T00:34:49.538Z] drwx------ 3 1001 1001 47 Jan 23 00:31 .semver [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 166 Jan 23 00:30 .sonarcloud.properties [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 7859 Jan 23 00:30 Attribution.txt [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 3804 Jan 23 00:30 CONTRIBUTING.md [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 931 Jan 23 00:30 Dockerfile.build [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 863 Jan 23 00:30 Jenkinsfile [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 10775 Jan 23 00:30 LICENSE [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 6001 Jan 23 00:30 Makefile [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 6524 Jan 23 00:30 README.md [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 6755 Jan 23 00:30 SECURITY.md [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 5 Jan 23 00:31 VERSION [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 4131 Jan 23 00:30 ZMQWindows.md [2021-01-23T00:34:49.538Z] drwxrwxr-x 2 1001 1001 117 Jan 23 00:30 bin [2021-01-23T00:34:49.538Z] drwxrwxr-x 15 1001 1001 4096 Jan 23 00:30 cmd [2021-01-23T00:34:49.538Z] -rw-r--r-- 1 root root 565356 Jan 23 00:34 coverage.out [2021-01-23T00:34:49.538Z] -rw-r--r-- 1 root root 1053 Jan 23 00:34 go.mod [2021-01-23T00:34:49.538Z] -rw-r--r-- 1 root root 18995 Jan 23 00:34 go.sum [2021-01-23T00:34:49.538Z] drwxrwxr-x 8 1001 1001 127 Jan 23 00:30 internal [2021-01-23T00:34:49.538Z] drwxrwxr-x 4 1001 1001 26 Jan 23 00:30 openapi [2021-01-23T00:34:49.538Z] drwxrwxr-x 4 1001 1001 71 Jan 23 00:30 snap [2021-01-23T00:34:49.538Z] -rw-rw-r-- 1 1001 1001 168 Jan 23 00:30 version.go [Pipeline] sh [2021-01-23T00:34:49.856Z] + '[' -e coverage.out ] [2021-01-23T00:34:49.856Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-23T00:34:50.150Z] Stashed 1 file(s) [Pipeline] sh [2021-01-23T00:34:50.449Z] + make build [2021-01-23T00:34:50.449Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-23T00:34:53.060Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22402 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws [2021-01-23T00:34:53.117Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-23T00:34:54.690Z] 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-23T00:34:59.039Z] using credential edgex-jenkins-ssh [2021-01-23T00:34:59.096Z] Cloning the remote Git repository [2021-01-23T00:34:59.151Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:34:59.266Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-23T00:34:59.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:34:59.348Z] > git --version # timeout=10 [2021-01-23T00:34:59.376Z] > git --version # 'git version 2.17.1' [2021-01-23T00:34:59.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:34:59.466Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:35:02.993Z] 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-23T00:35:04.413Z] 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-23T00:35:06.368Z] 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-23T00:35:06.368Z] 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-23T00:35:08.391Z] 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-23T00:35:10.409Z] 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-23T00:35:11.908Z] 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-23T00:35:13.391Z] 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-23T00:35:14.368Z] 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-23T00:35:15.820Z] 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-23T00:35:16.898Z] 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 [Pipeline] } [2021-01-23T00:35:18.946Z] $ docker stop --time=1 e847cc2cc9a91bbbb596bf1cf0ff528dba029b67083bee81c135a0c2c1d977ab [2021-01-23T00:35:20.863Z] $ docker rm -f e847cc2cc9a91bbbb596bf1cf0ff528dba029b67083bee81c135a0c2c1d977ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:35:22.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:35:22.840Z] [2021-01-23T00:35:22.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:35:23.208Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:35:23.208Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-23T00:35:23.208Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-23T00:35:23.208Z] ca9280d653b3: Pulling fs layer [2021-01-23T00:35:23.208Z] 7e9c9ca2126c: Pulling fs layer [2021-01-23T00:35:23.489Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-23T00:35:23.489Z] cbdbe7a5bc2a: Download complete [2021-01-23T00:35:23.739Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 495c2e8daeb3df48c63772693747c122c948160c [2021-01-23T00:35:24.079Z] cbdbe7a5bc2a: Pull complete [2021-01-23T00:35:24.079Z] ca9280d653b3: Verifying Checksum [2021-01-23T00:35:24.079Z] ca9280d653b3: Download complete [2021-01-23T00:35:22.609Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:35:22.635Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:35:22.724Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:35:22.782Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:35:22.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:35:22.805Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-23T00:35:23.764Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:35:23.795Z] > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 [2021-01-23T00:35:24.162Z] > git remote # timeout=10 [2021-01-23T00:35:24.194Z] > git config --get remote.origin.url # timeout=10 [2021-01-23T00:35:24.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:35:24.238Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-23T00:35:24.493Z] Merge succeeded, producing e67c33d467f1cc8363e04cc1ca6ecb589f80f315 [2021-01-23T00:35:24.494Z] Checking out Revision e67c33d467f1cc8363e04cc1ca6ecb589f80f315 (PR-3061) [2021-01-23T00:35:25.036Z] ca9280d653b3: Pull complete [2021-01-23T00:35:25.312Z] 7e9c9ca2126c: Download complete [2021-01-23T00:35:24.458Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-23T00:35:24.501Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:35:24.525Z] > git checkout -f e67c33d467f1cc8363e04cc1ca6ecb589f80f315 # timeout=10 [2021-01-23T00:35:29.064Z] Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" [2021-01-23T00:35:29.071Z] > git rev-list --no-walk 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-23T00:35:30.719Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:35:31.133Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:35:31.472Z] + true [2021-01-23T00:35:31.472Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-23T00:35:33.524Z] provisioning config files... [2021-01-23T00:35:33.527Z] 7e9c9ca2126c: Pull complete [2021-01-23T00:35:33.527Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-23T00:35:33.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:35:33.527Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:35:33.567Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6467796955733342146tmp [Pipeline] withDockerContainer [2021-01-23T00:35:33.762Z] prd-centos7-docker-4c-2g-22392 does not seem to be running inside a container [2021-01-23T00:35:33.825Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-23T00:35:36.685Z] $ docker top 526da060f852259add9a5547b82c37e792e0d03582d3a1d538c05befc7e0f89b -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh [2021-01-23T00:35:37.261Z] ---> docker-login.sh [2021-01-23T00:35:37.261Z] nexus3.edgexfoundry.org:10001 [2021-01-23T00:35:37.298Z] + docker-compose build --help [2021-01-23T00:35:37.298Z] + grep parallel [2021-01-23T00:35:38.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:38.412Z] --parallel Build images in parallel. [Pipeline] } [2021-01-23T00:35:38.439Z] $ docker stop --time=1 526da060f852259add9a5547b82c37e792e0d03582d3a1d538c05befc7e0f89b [2021-01-23T00:35:38.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:38.525Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:38.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:38.525Z] [2021-01-23T00:35:38.525Z] Login Succeeded [2021-01-23T00:35:38.525Z] nexus3.edgexfoundry.org:10002 [2021-01-23T00:35:38.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:39.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:39.079Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:39.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:39.079Z] [2021-01-23T00:35:39.079Z] Login Succeeded [2021-01-23T00:35:39.079Z] nexus3.edgexfoundry.org:10003 [2021-01-23T00:35:39.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:39.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:39.633Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:39.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:39.633Z] [2021-01-23T00:35:39.633Z] Login Succeeded [2021-01-23T00:35:39.633Z] nexus3.edgexfoundry.org:10004 [2021-01-23T00:35:39.810Z] $ docker rm -f 526da060f852259add9a5547b82c37e792e0d03582d3a1d538c05befc7e0f89b [2021-01-23T00:35:39.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:39.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:39.912Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:39.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:39.912Z] [2021-01-23T00:35:39.912Z] Login Succeeded [2021-01-23T00:35:39.912Z] docker.io [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:35:40.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:40.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:35:40.537Z] . [Pipeline] withDockerContainer [2021-01-23T00:35:40.660Z] prd-centos7-docker-4c-2g-22392 does not seem to be running inside a container [2021-01-23T00:35:40.720Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-23T00:35:40.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:40.777Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:40.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:40.777Z] [2021-01-23T00:35:40.777Z] Login Succeeded [2021-01-23T00:35:40.777Z] ---> docker-login.sh ends [2021-01-23T00:35:41.712Z] $ docker top fece047955fe4c903a3a13b8f36c53ef932fdf7530f7653cf44ec1564803c5b1 -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-23T00:35:41.962Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-23T00:35:42.329Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2021-01-23T00:35:42.486Z] ========================================================= [2021-01-23T00:35:42.486Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-23T00:35:42.486Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:35:42.869Z] + 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-23T00:35:43.723Z] Building docker-core-command-go ... [2021-01-23T00:35:43.723Z] Building docker-core-data-go ... [2021-01-23T00:35:43.723Z] Building docker-core-metadata-go ... [2021-01-23T00:35:43.723Z] Building docker-security-bootstrapper-go ... [2021-01-23T00:35:43.723Z] Building docker-security-proxy-setup-go ... [2021-01-23T00:35:43.723Z] Building docker-security-secretstore-setup-go ... [2021-01-23T00:35:43.723Z] Building docker-support-notifications-go ... [2021-01-23T00:35:43.723Z] Building docker-support-scheduler-go ... [2021-01-23T00:35:43.723Z] Building docker-sys-mgmt-agent-go ... [2021-01-23T00:35:43.723Z] Building docker-sys-mgmt-agent-go [2021-01-23T00:35:43.723Z] Building docker-support-notifications-go [2021-01-23T00:35:43.723Z] Building docker-core-command-go [2021-01-23T00:35:43.723Z] Building docker-security-secretstore-setup-go [2021-01-23T00:35:43.723Z] Building docker-security-bootstrapper-go [2021-01-23T00:35:45.515Z] Sending build context to Docker daemon 166MB [2021-01-23T00:35:45.515Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-23T00:35:45.515Z] Step 2/6 : FROM ${BASE} [2021-01-23T00:35:45.515Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-23T00:35:45.515Z] 5f621e34cdf4: Pulling fs layer [2021-01-23T00:35:45.515Z] a4357932f1b6: Pulling fs layer [2021-01-23T00:35:45.515Z] 18c013af1878: Pulling fs layer [2021-01-23T00:35:45.515Z] 00ac8860ef70: Pulling fs layer [2021-01-23T00:35:45.515Z] 63d7cb157983: Pulling fs layer [2021-01-23T00:35:45.515Z] b116817d02f9: Pulling fs layer [2021-01-23T00:35:45.515Z] 745a02a5169b: Pulling fs layer [2021-01-23T00:35:45.515Z] 63d7cb157983: Waiting [2021-01-23T00:35:45.515Z] b116817d02f9: Waiting [2021-01-23T00:35:45.515Z] 745a02a5169b: Waiting [2021-01-23T00:35:45.515Z] 00ac8860ef70: Waiting [2021-01-23T00:35:45.515Z] 18c013af1878: Verifying Checksum [2021-01-23T00:35:45.515Z] 18c013af1878: Download complete [2021-01-23T00:35:45.515Z] a4357932f1b6: Verifying Checksum [2021-01-23T00:35:45.515Z] a4357932f1b6: Download complete [2021-01-23T00:35:45.515Z] 63d7cb157983: Verifying Checksum [2021-01-23T00:35:45.515Z] 63d7cb157983: Download complete [2021-01-23T00:35:45.515Z] b116817d02f9: Verifying Checksum [2021-01-23T00:35:45.515Z] b116817d02f9: Download complete [2021-01-23T00:35:45.515Z] 5f621e34cdf4: Verifying Checksum [2021-01-23T00:35:45.515Z] 5f621e34cdf4: Download complete [2021-01-23T00:35:46.119Z] 5f621e34cdf4: Pull complete [2021-01-23T00:35:46.398Z] a4357932f1b6: Pull complete [2021-01-23T00:35:47.003Z] 18c013af1878: Pull complete [2021-01-23T00:35:48.438Z] 745a02a5169b: Verifying Checksum [2021-01-23T00:35:48.438Z] 745a02a5169b: Download complete [2021-01-23T00:35:49.419Z] 00ac8860ef70: Verifying Checksum [2021-01-23T00:35:49.419Z] 00ac8860ef70: Download complete [2021-01-23T00:35:59.575Z] 00ac8860ef70: Pull complete [2021-01-23T00:35:59.575Z] 63d7cb157983: Pull complete [2021-01-23T00:35:59.575Z] b116817d02f9: Pull complete [2021-01-23T00:36:02.965Z] 745a02a5169b: Pull complete [2021-01-23T00:36:02.965Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-23T00:36:02.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-23T00:36:02.965Z] ---> b7e6874047d6 [2021-01-23T00:36:02.965Z] 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-23T00:36:06.365Z] ---> Running in 6e800f1ee741 [2021-01-23T00:36:07.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:36:07.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:36:09.920Z] (1/12) Installing libmagic (5.38-r0) [2021-01-23T00:36:10.513Z] (2/12) Installing file (5.38-r0) [2021-01-23T00:36:10.513Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-23T00:36:10.784Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-23T00:36:16.119Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:16.119Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:36:16.119Z] ---> 0ff37960f9b1 [2021-01-23T00:36:16.119Z] Step 3/24 : WORKDIR /edgex-go [2021-01-23T00:36:16.119Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:16.119Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:36:16.119Z] ---> 0ff37960f9b1 [2021-01-23T00:36:16.119Z] Step 3/33 : WORKDIR /edgex-go [2021-01-23T00:36:16.568Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:16.568Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:36:16.568Z] ---> 0ff37960f9b1 [2021-01-23T00:36:16.568Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:36:16.830Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:16.830Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:36:16.830Z] ---> 0ff37960f9b1 [2021-01-23T00:36:16.830Z] Step 3/26 : WORKDIR /edgex-go [2021-01-23T00:36:16.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:16.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:36:16.830Z] ---> 0ff37960f9b1 [2021-01-23T00:36:16.830Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:36:17.408Z] ---> Running in 787a5007773b [2021-01-23T00:36:17.408Z] ---> Running in 39f169148f1b [2021-01-23T00:36:17.408Z] ---> Running in 1b1274d7e210 [2021-01-23T00:36:17.408Z] ---> Running in ca8447e491bf [2021-01-23T00:36:17.408Z] ---> Running in c091c08efeb1 [2021-01-23T00:36:17.986Z] Removing intermediate container c091c08efeb1 [2021-01-23T00:36:17.986Z] ---> ebe11774d912 [2021-01-23T00:36:17.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:36:17.986Z] Removing intermediate container 787a5007773b [2021-01-23T00:36:17.986Z] ---> 9216b5d89d79 [2021-01-23T00:36:17.986Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:36:17.986Z] Removing intermediate container 39f169148f1b [2021-01-23T00:36:17.986Z] ---> 484c75dbeb19 [2021-01-23T00:36:17.986Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:36:17.986Z] Removing intermediate container 1b1274d7e210 [2021-01-23T00:36:17.986Z] ---> 656715841e9d [2021-01-23T00:36:17.986Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:36:17.986Z] Removing intermediate container ca8447e491bf [2021-01-23T00:36:17.986Z] ---> fba751fa1e3a [2021-01-23T00:36:17.986Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:36:17.986Z] ---> Running in 01ad32bd4ddd [2021-01-23T00:36:18.265Z] ---> Running in 0b0ea098d505 [2021-01-23T00:36:18.265Z] ---> Running in 47b5276f5e20 [2021-01-23T00:36:18.265Z] ---> Running in 11df4b820ac5 [2021-01-23T00:36:18.265Z] ---> Running in eccaf9361b4a [2021-01-23T00:36:20.228Z] Removing intermediate container 11df4b820ac5 [2021-01-23T00:36:20.228Z] ---> 3fa30027db5f [2021-01-23T00:36:20.228Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-23T00:36:20.491Z] ---> Running in a04731b1e690 [2021-01-23T00:36:20.492Z] Removing intermediate container 47b5276f5e20 [2021-01-23T00:36:20.492Z] ---> 416f07311077 [2021-01-23T00:36:20.492Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:36:20.772Z] Removing intermediate container 0b0ea098d505 [2021-01-23T00:36:20.772Z] ---> 721c3d264171 [2021-01-23T00:36:20.772Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-23T00:36:20.772Z] ---> Running in fbad4b32e9ac [2021-01-23T00:36:20.943Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-23T00:36:20.943Z] (6/12) Installing patch (2.7.6-r6) [2021-01-23T00:36:20.943Z] (7/12) Installing build-base (0.5-r2) [2021-01-23T00:36:20.943Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-23T00:36:20.943Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-23T00:36:20.943Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-23T00:36:20.943Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-23T00:36:20.943Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-23T00:36:21.039Z] Removing intermediate container 01ad32bd4ddd [2021-01-23T00:36:21.039Z] ---> 3a2874ee5d3f [2021-01-23T00:36:21.039Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-23T00:36:21.039Z] Removing intermediate container eccaf9361b4a [2021-01-23T00:36:21.039Z] ---> f0182cf6991f [2021-01-23T00:36:21.039Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-23T00:36:21.039Z] ---> Running in e7b9e741a14a [2021-01-23T00:36:21.216Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:36:21.216Z] OK: 217 MiB in 51 packages [2021-01-23T00:36:21.312Z] ---> Running in 9ebec0f3c6d0 [2021-01-23T00:36:21.312Z] ---> Running in 94df95441c2b [2021-01-23T00:36:21.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:21.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:22.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:22.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:22.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:22.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:22.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:23.022Z] OK: 233 MiB in 51 packages [2021-01-23T00:36:23.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:23.022Z] OK: 233 MiB in 51 packages [2021-01-23T00:36:23.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:23.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:23.637Z] OK: 233 MiB in 51 packages [2021-01-23T00:36:23.637Z] Removing intermediate container a04731b1e690 [2021-01-23T00:36:23.637Z] ---> 509f88d8cf93 [2021-01-23T00:36:23.637Z] Step 6/33 : COPY go.mod . [2021-01-23T00:36:23.637Z] Removing intermediate container fbad4b32e9ac [2021-01-23T00:36:23.637Z] ---> e7aea186d7b8 [2021-01-23T00:36:23.637Z] Step 6/23 : COPY go.mod . [2021-01-23T00:36:23.906Z] OK: 233 MiB in 51 packages [2021-01-23T00:36:23.906Z] OK: 233 MiB in 51 packages [2021-01-23T00:36:24.171Z] ---> eb9ff1eb34d3 [2021-01-23T00:36:24.171Z] Step 7/23 : RUN go mod download [2021-01-23T00:36:24.171Z] ---> 4319f583a6df [2021-01-23T00:36:24.171Z] Step 7/33 : RUN go mod download [2021-01-23T00:36:24.171Z] ---> Running in c68801220425 [2021-01-23T00:36:24.441Z] ---> Running in cf6477ae0bb6 [2021-01-23T00:36:24.442Z] Removing intermediate container e7b9e741a14a [2021-01-23T00:36:24.442Z] ---> 19fea27ce203 [2021-01-23T00:36:24.442Z] Step 6/22 : COPY go.mod . [2021-01-23T00:36:25.044Z] Removing intermediate container 9ebec0f3c6d0 [2021-01-23T00:36:25.044Z] ---> ba816cf977a5 [2021-01-23T00:36:25.044Z] Step 6/26 : COPY go.mod . [2021-01-23T00:36:25.044Z] Removing intermediate container 94df95441c2b [2021-01-23T00:36:25.044Z] ---> bfbc7ea47782 [2021-01-23T00:36:25.044Z] Step 6/24 : COPY go.mod . [2021-01-23T00:36:25.044Z] ---> ff390ccc008f [2021-01-23T00:36:25.044Z] Step 7/22 : RUN go mod download [2021-01-23T00:36:25.044Z] ---> Running in 88ee95cd3c3d [2021-01-23T00:36:25.312Z] ---> 9460d506048c [2021-01-23T00:36:25.312Z] Step 7/26 : RUN go mod download [2021-01-23T00:36:25.524Z] Removing intermediate container 6e800f1ee741 [2021-01-23T00:36:25.524Z] ---> 90a4973dda09 [2021-01-23T00:36:25.524Z] Step 4/6 : WORKDIR /edgex-go [2021-01-23T00:36:25.588Z] ---> Running in dc4602bfac96 [2021-01-23T00:36:25.588Z] ---> 72f38e4ab6c5 [2021-01-23T00:36:25.588Z] Step 7/24 : RUN go mod download [2021-01-23T00:36:25.801Z] ---> Running in 12676ffb23a7 [2021-01-23T00:36:25.854Z] ---> Running in 5934aa5b675d [2021-01-23T00:36:26.427Z] Removing intermediate container 12676ffb23a7 [2021-01-23T00:36:26.427Z] ---> bb31281e1b56 [2021-01-23T00:36:26.427Z] Step 5/6 : COPY go.mod . [2021-01-23T00:36:27.284Z] Removing intermediate container cf6477ae0bb6 [2021-01-23T00:36:27.284Z] ---> 05d20fe912fe [2021-01-23T00:36:27.284Z] Step 8/33 : COPY . . [2021-01-23T00:36:27.409Z] ---> a2d9c86ab74f [2021-01-23T00:36:27.409Z] Step 6/6 : RUN go mod download [2021-01-23T00:36:27.688Z] ---> Running in 4437ca23c022 [2021-01-23T00:36:27.864Z] Removing intermediate container c68801220425 [2021-01-23T00:36:27.865Z] ---> fcea140f5ca7 [2021-01-23T00:36:27.865Z] Step 8/23 : COPY . . [2021-01-23T00:36:28.845Z] Removing intermediate container 88ee95cd3c3d [2021-01-23T00:36:28.845Z] ---> 3d6834be7e2a [2021-01-23T00:36:28.845Z] Step 8/22 : COPY . . [2021-01-23T00:36:29.121Z] Removing intermediate container dc4602bfac96 [2021-01-23T00:36:29.121Z] ---> de4b173b2be6 [2021-01-23T00:36:29.121Z] Step 8/26 : COPY . . [2021-01-23T00:36:29.402Z] Removing intermediate container 5934aa5b675d [2021-01-23T00:36:29.402Z] ---> 609b39d00e80 [2021-01-23T00:36:29.402Z] Step 8/24 : COPY . . [2021-01-23T00:36:54.492Z] Removing intermediate container 4437ca23c022 [2021-01-23T00:36:54.492Z] ---> beb6f4612557 [2021-01-23T00:36:54.492Z] Successfully built beb6f4612557 [2021-01-23T00:36:54.492Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:36:54.833Z] + docker inspect -f . ci-base-image-arm64 [2021-01-23T00:36:54.833Z] . [Pipeline] withDockerContainer [2021-01-23T00:36:55.089Z] prd-ubuntu18.04-docker-arm64-4c-16g-22402 does not seem to be running inside a container [2021-01-23T00:36:55.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-23T00:36:57.031Z] $ docker top 6756f10833e3113699d0d6f1a3ed95fd6a719027a36c84180e1f91541e251f62 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:36:58.052Z] + go version [2021-01-23T00:36:58.052Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-23T00:36:58.077Z] $ docker stop --time=1 6756f10833e3113699d0d6f1a3ed95fd6a719027a36c84180e1f91541e251f62 [2021-01-23T00:36:59.972Z] $ docker rm -f 6756f10833e3113699d0d6f1a3ed95fd6a719027a36c84180e1f91541e251f62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:37:01.132Z] + docker inspect -f . ci-base-image-arm64 [2021-01-23T00:37:01.132Z] . [Pipeline] withDockerContainer [2021-01-23T00:37:01.436Z] prd-ubuntu18.04-docker-arm64-4c-16g-22402 does not seem to be running inside a container [2021-01-23T00:37:01.535Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-23T00:37:03.248Z] $ docker top 866151a106382a14f3dac11525367a84b860147fa8d5b403e3f137cf3b87256d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-23T00:37:03.670Z] ========================================================= [2021-01-23T00:37:03.670Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-23T00:37:03.670Z] ========================================================= [Pipeline] sh [2021-01-23T00:37:04.334Z] + make test [2021-01-23T00:37:04.334Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-23T00:37:16.722Z] ---> 12c1a40eb690 [2021-01-23T00:37:16.722Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-23T00:37:16.722Z] ---> Running in 662893d42be9 [2021-01-23T00:37:16.722Z] ---> 2d96b30b43d4 [2021-01-23T00:37:16.722Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-23T00:37:16.722Z] ---> 30e41cdeec5c [2021-01-23T00:37:16.722Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-23T00:37:16.722Z] ---> 6507974f2361 [2021-01-23T00:37:16.723Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-23T00:37:16.723Z] ---> 7e4a1f0ac113 [2021-01-23T00:37:16.723Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-23T00:37:16.723Z] ---> Running in 8e2dfd9d79e9 [2021-01-23T00:37:16.723Z] ---> Running in 9e485d371469 [2021-01-23T00:37:16.723Z] ---> Running in 992615ed4b98 [2021-01-23T00:37:16.723Z] ---> Running in 7df828387a6c [2021-01-23T00:37:16.723Z] 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-23T00:37:16.723Z] 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-23T00:37:16.723Z] 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-23T00:37:16.723Z] 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-23T00:37:16.723Z] 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-23T00:37:31.151Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-23T00:37:49.044Z] 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-23T00:37:49.045Z] 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-23T00:37:57.418Z] Removing intermediate container 8e2dfd9d79e9 [2021-01-23T00:37:57.418Z] ---> 1eb062ba6731 [2021-01-23T00:37:57.419Z] [2021-01-23T00:37:57.419Z] Step 10/24 : FROM alpine:3.12 [2021-01-23T00:37:57.419Z] Removing intermediate container 7df828387a6c [2021-01-23T00:37:57.419Z] ---> 9bd712a051ef [2021-01-23T00:37:57.419Z] [2021-01-23T00:37:57.419Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:37:57.419Z] Removing intermediate container 9e485d371469 [2021-01-23T00:37:57.419Z] ---> 26f04dd71794 [2021-01-23T00:37:57.419Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-23T00:37:57.419Z] 3.12: Pulling from library/alpine [2021-01-23T00:37:57.419Z] 3.12: Pulling from library/alpine [2021-01-23T00:37:57.419Z] ---> Running in 5cd8105980ae [2021-01-23T00:37:58.058Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:37:58.058Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:37:58.058Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:37:58.058Z] ---> 389fef711851 [2021-01-23T00:37:58.058Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-23T00:37:58.058Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:37:58.058Z] ---> 389fef711851 [2021-01-23T00:37:58.058Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-23T00:37:58.058Z] 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-23T00:38:01.416Z] ---> Running in 252ae0aafd39 [2021-01-23T00:38:01.416Z] ---> Running in 1a2d781d607f [2021-01-23T00:38:01.416Z] Removing intermediate container 662893d42be9 [2021-01-23T00:38:01.416Z] ---> 03b0dae0633a [2021-01-23T00:38:01.416Z] [2021-01-23T00:38:01.416Z] Step 10/33 : FROM alpine:3.12 [2021-01-23T00:38:01.416Z] ---> 389fef711851 [2021-01-23T00:38:01.416Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-23T00:38:01.416Z] Removing intermediate container 992615ed4b98 [2021-01-23T00:38:01.416Z] ---> c76f7211eb89 [2021-01-23T00:38:01.416Z] [2021-01-23T00:38:01.416Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:38:01.416Z] ---> 389fef711851 [2021-01-23T00:38:01.416Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:38:01.416Z] ---> Running in 57005e8c4e07 [2021-01-23T00:38:01.416Z] ---> Running in 1cb292641e88 [2021-01-23T00:38:02.430Z] Removing intermediate container 5cd8105980ae [2021-01-23T00:38:02.430Z] ---> c15b5797feee [2021-01-23T00:38:02.430Z] [2021-01-23T00:38:02.430Z] Step 11/26 : FROM docker:20.10.0 [2021-01-23T00:38:02.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:02.430Z] 20.10.0: Pulling from library/docker [2021-01-23T00:38:02.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:02.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:02.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:02.735Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-23T00:38:03.025Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:38:03.025Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-23T00:38:03.025Z] (4/5) Installing curl (7.69.1-r3) [2021-01-23T00:38:03.025Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:03.025Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:03.025Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:38:03.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:03.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:03.025Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-23T00:38:03.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:03.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:03.025Z] OK: 7 MiB in 19 packages [2021-01-23T00:38:03.326Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:03.326Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:03.326Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:38:03.326Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:03.326Z] OK: 6 MiB in 16 packages [2021-01-23T00:38:03.326Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-23T00:38:03.326Z] (3/3) Installing su-exec (0.2-r1) [2021-01-23T00:38:03.326Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:03.326Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:03.326Z] OK: 6 MiB in 17 packages [2021-01-23T00:38:03.631Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:03.631Z] OK: 6 MiB in 15 packages [2021-01-23T00:38:06.227Z] Removing intermediate container 1a2d781d607f [2021-01-23T00:38:06.227Z] ---> 6aaf95809c4a [2021-01-23T00:38:06.227Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:38:06.227Z] ---> Running in 3143f5daee11 [2021-01-23T00:38:06.500Z] Removing intermediate container 1cb292641e88 [2021-01-23T00:38:06.500Z] ---> f51320482495 [2021-01-23T00:38:06.500Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:38:06.500Z] Removing intermediate container 252ae0aafd39 [2021-01-23T00:38:06.500Z] ---> f26b9fb52ba7 [2021-01-23T00:38:06.500Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:38:06.500Z] Removing intermediate container 57005e8c4e07 [2021-01-23T00:38:06.500Z] ---> b90f800a5d65 [2021-01-23T00:38:06.500Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-23T00:38:06.768Z] ---> Running in 7ff4a75ffcf5 [2021-01-23T00:38:06.768Z] ---> Running in 8e13c56d0070 [2021-01-23T00:38:06.768Z] ---> Running in 6f3f6f87f295 [2021-01-23T00:38:06.768Z] Removing intermediate container 3143f5daee11 [2021-01-23T00:38:06.768Z] ---> e1238fe7ce5c [2021-01-23T00:38:06.768Z] Step 13/24 : WORKDIR / [2021-01-23T00:38:07.052Z] ---> Running in 1bf154bfca5c [2021-01-23T00:38:07.052Z] Removing intermediate container 8e13c56d0070 [2021-01-23T00:38:07.052Z] ---> 4fd6b6bd82dc [2021-01-23T00:38:07.052Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-23T00:38:07.328Z] Removing intermediate container 6f3f6f87f295 [2021-01-23T00:38:07.328Z] ---> 607df0be953b [2021-01-23T00:38:07.328Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-23T00:38:07.328Z] Removing intermediate container 7ff4a75ffcf5 [2021-01-23T00:38:07.328Z] ---> 641a3471c1d0 [2021-01-23T00:38:07.328Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-23T00:38:07.328Z] ---> Running in b37c7181a770 [2021-01-23T00:38:07.328Z] ---> Running in b95029a91b1e [2021-01-23T00:38:07.328Z] ---> Running in 74dcea2ccd3a [2021-01-23T00:38:07.603Z] Removing intermediate container 1bf154bfca5c [2021-01-23T00:38:07.603Z] ---> b35b1f2c5ed1 [2021-01-23T00:38:07.603Z] 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-23T00:38:07.869Z] Removing intermediate container 74dcea2ccd3a [2021-01-23T00:38:07.869Z] ---> 1850a7b7fe7e [2021-01-23T00:38:07.869Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:38:07.869Z] Removing intermediate container b37c7181a770 [2021-01-23T00:38:07.869Z] ---> 1f25262baaca [2021-01-23T00:38:07.869Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:38:07.869Z] Removing intermediate container b95029a91b1e [2021-01-23T00:38:07.869Z] ---> aab5ebd4d014 [2021-01-23T00:38:07.869Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-23T00:38:08.481Z] ---> Running in 729ac6ab8444 [2021-01-23T00:38:08.481Z] ---> Running in b34545d1d7c4 [2021-01-23T00:38:08.756Z] ---> Running in 95c2101cb190 [2021-01-23T00:38:08.756Z] ---> 3db44b22d58d [2021-01-23T00:38:08.756Z] 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-23T00:38:09.042Z] Removing intermediate container 729ac6ab8444 [2021-01-23T00:38:09.042Z] ---> d78f3ea2fcad [2021-01-23T00:38:09.042Z] Step 15/23 : WORKDIR / [2021-01-23T00:38:09.042Z] Removing intermediate container b34545d1d7c4 [2021-01-23T00:38:09.042Z] ---> 1bb50d3bbe16 [2021-01-23T00:38:09.042Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:38:09.320Z] ---> Running in cbb0109343e2 [2021-01-23T00:38:09.320Z] ---> 40fe77acd125 [2021-01-23T00:38:09.320Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-23T00:38:09.949Z] Removing intermediate container cbb0109343e2 [2021-01-23T00:38:09.949Z] ---> 178c05a8fa3b [2021-01-23T00:38:09.949Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:38:09.949Z] ---> 34414abbe30b [2021-01-23T00:38:09.949Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-23T00:38:09.949Z] Connecting to github.com (140.82.112.3:443) [2021-01-23T00:38:09.949Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.21.179:443) [2021-01-23T00:38:09.949Z]  ---> 3f4e2c198985 [2021-01-23T00:38:09.949Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-23T00:38:10.235Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-23T00:38:10.235Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-23T00:38:10.235Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-23T00:38:10.235Z] dockerize [2021-01-23T00:38:10.509Z] ---> 8fd7e3e09ad5 [2021-01-23T00:38:10.509Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-23T00:38:12.465Z] ---> 629b66371838 [2021-01-23T00:38:12.465Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-23T00:38:12.465Z] ---> 91cf7b667b88 [2021-01-23T00:38:12.465Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-23T00:38:12.465Z] ---> 682bcf7c2581 [2021-01-23T00:38:12.465Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-23T00:38:13.053Z] ---> cf5b3e35a721 [2021-01-23T00:38:13.053Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-23T00:38:13.053Z] ---> 990e3d3d1db5 [2021-01-23T00:38:13.053Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-23T00:38:13.053Z] Removing intermediate container 95c2101cb190 [2021-01-23T00:38:13.053Z] ---> eb4df61bb198 [2021-01-23T00:38:13.053Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-23T00:38:13.326Z] ---> 4f93182f5090 [2021-01-23T00:38:13.326Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-23T00:38:13.326Z] ---> Running in d512f20af387 [2021-01-23T00:38:13.326Z] ---> Running in 76704d2b76b9 [2021-01-23T00:38:13.326Z] ---> Running in 1e6a0f6a3aac [2021-01-23T00:38:13.326Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-23T00:38:13.598Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-23T00:38:13.598Z] ---> aefe523efa57 [2021-01-23T00:38:13.598Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-23T00:38:13.598Z] Removing intermediate container d512f20af387 [2021-01-23T00:38:13.598Z] ---> 914ec2cd6f37 [2021-01-23T00:38:13.598Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:38:13.598Z] ---> Running in 33f85407d721 [2021-01-23T00:38:13.598Z] ---> Running in 8cd00bafcf26 [2021-01-23T00:38:13.886Z] Removing intermediate container 1e6a0f6a3aac [2021-01-23T00:38:13.886Z] ---> 3a298507e280 [2021-01-23T00:38:13.886Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:38:13.886Z] ---> a0e29671eccb [2021-01-23T00:38:13.886Z] 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-23T00:38:14.169Z] Removing intermediate container 76704d2b76b9 [2021-01-23T00:38:14.169Z] ---> 02f1e791ebdc [2021-01-23T00:38:14.169Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-23T00:38:14.169Z] ---> Running in 9a47f0bccbec [2021-01-23T00:38:14.169Z] ---> Running in 2195e1525a38 [2021-01-23T00:38:14.169Z] Removing intermediate container 8cd00bafcf26 [2021-01-23T00:38:14.169Z] ---> 7be48dedee70 [2021-01-23T00:38:14.169Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:38:14.169Z] ---> Running in cb63e0576569 [2021-01-23T00:38:14.455Z] ---> Running in 75e10c00a76f [2021-01-23T00:38:14.743Z] Removing intermediate container 9a47f0bccbec [2021-01-23T00:38:14.743Z] ---> fb42692889c9 [2021-01-23T00:38:14.743Z] Step 20/22 : LABEL arch=x86_64 [2021-01-23T00:38:14.743Z] Removing intermediate container cb63e0576569 [2021-01-23T00:38:14.743Z] ---> 9c873b1112d5 [2021-01-23T00:38:14.743Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-23T00:38:14.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:14.743Z] ---> Running in 0268843230bd [2021-01-23T00:38:14.743Z] ---> Running in 40d5a9935645 [2021-01-23T00:38:15.031Z] Removing intermediate container 75e10c00a76f [2021-01-23T00:38:15.031Z] ---> 4a726ed73c4a [2021-01-23T00:38:15.031Z] Step 22/23 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:38:15.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:15.031Z] ---> Running in f0296dd0a829 [2021-01-23T00:38:15.031Z] Removing intermediate container 0268843230bd [2021-01-23T00:38:15.031Z] ---> c9dea282beb3 [2021-01-23T00:38:15.031Z] Step 21/22 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:38:15.303Z] (1/2) Installing readline (8.0.4-r0) [2021-01-23T00:38:15.303Z] (2/2) Installing bash (5.0.17-r0) [2021-01-23T00:38:15.303Z] Executing bash-5.0.17-r0.post-install [2021-01-23T00:38:15.303Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:15.303Z] OK: 12 MiB in 22 packages [2021-01-23T00:38:15.303Z] ---> Running in 9643e3f3ad55 [2021-01-23T00:38:15.303Z] Removing intermediate container f0296dd0a829 [2021-01-23T00:38:15.303Z] ---> 798b18f2f173 [2021-01-23T00:38:15.303Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:38:15.573Z] ---> Running in 56e7cdbbe029 [2021-01-23T00:38:15.839Z] Removing intermediate container 9643e3f3ad55 [2021-01-23T00:38:15.839Z] ---> 511a143f25d1 [2021-01-23T00:38:15.839Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:38:15.839Z] Move dockerize executable [2021-01-23T00:38:16.156Z] ---> Running in 02351e73a20b [2021-01-23T00:38:16.156Z] Removing intermediate container 56e7cdbbe029 [2021-01-23T00:38:16.156Z] ---> 8d841465ba95 [2021-01-23T00:38:16.156Z] [2021-01-23T00:38:16.466Z] Removing intermediate container 2195e1525a38 [2021-01-23T00:38:16.466Z] ---> 353b3272a94b [2021-01-23T00:38:16.467Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-23T00:38:16.467Z] Removing intermediate container 02351e73a20b [2021-01-23T00:38:16.467Z] ---> 7b11ed8360f9 [2021-01-23T00:38:16.467Z] [2021-01-23T00:38:16.467Z] Successfully built 8d841465ba95 [2021-01-23T00:38:16.740Z] Removing intermediate container 33f85407d721 [2021-01-23T00:38:16.740Z] ---> bfa171068b5a [2021-01-23T00:38:16.740Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-23T00:38:16.740Z] Successfully tagged docker-core-command-go:latest [2021-01-23T00:38:16.740Z] ---> Running in 4b34e6ea1518 [2021-01-23T00:38:16.740Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-23T00:38:16.740Z] ---> Running in a41d5f9eb299 [2021-01-23T00:38:16.740Z] Successfully built 7b11ed8360f9 [2021-01-23T00:38:17.024Z] Successfully tagged docker-support-notifications-go:latest [2021-01-23T00:38:17.024Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-23T00:38:17.024Z] Removing intermediate container 4b34e6ea1518 [2021-01-23T00:38:17.024Z] ---> 373e06b9f63d [2021-01-23T00:38:17.024Z] Step 22/24 : LABEL arch=x86_64 [2021-01-23T00:38:17.024Z] Removing intermediate container 40d5a9935645 [2021-01-23T00:38:17.024Z] ---> 6941cdcd309d [2021-01-23T00:38:17.024Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-23T00:38:17.024Z] Removing intermediate container a41d5f9eb299 [2021-01-23T00:38:17.024Z] ---> ca59662c1590 [2021-01-23T00:38:17.024Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-23T00:38:17.024Z] ---> Running in e29884a5b838 [2021-01-23T00:38:17.024Z] ---> Running in e62379e9a107 [2021-01-23T00:38:17.321Z] ---> Running in 62b3bc224f05 [2021-01-23T00:38:17.321Z] Removing intermediate container e29884a5b838 [2021-01-23T00:38:17.321Z] ---> 5111930bf953 [2021-01-23T00:38:17.321Z] Step 23/24 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:38:17.321Z] Removing intermediate container e62379e9a107 [2021-01-23T00:38:17.321Z] ---> 206a2d96a7e4 [2021-01-23T00:38:17.321Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-23T00:38:17.593Z] ---> Running in d00a43ae1a3b [2021-01-23T00:38:17.593Z] Removing intermediate container 62b3bc224f05 [2021-01-23T00:38:17.593Z] ---> 550114ede1a2 [2021-01-23T00:38:17.593Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-23T00:38:17.593Z] ---> Running in 81f393b3a336 [2021-01-23T00:38:18.263Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-23T00:38:20.196Z] Removing intermediate container d00a43ae1a3b [2021-01-23T00:38:20.197Z] ---> ac94176c8275 [2021-01-23T00:38:20.197Z] Step 24/24 : LABEL version=0.0.0 [2021-01-23T00:38:22.489Z] ---> Running in 801253060db6 [2021-01-23T00:38:22.490Z] Removing intermediate container 81f393b3a336 [2021-01-23T00:38:22.490Z] ---> 6a34bc13ddf8 [2021-01-23T00:38:22.490Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-23T00:38:22.490Z] ---> 2ba15d2e0889 [2021-01-23T00:38:22.490Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-23T00:38:25.146Z] ---> Running in 3b2bca0c701e [2021-01-23T00:38:25.146Z] Removing intermediate container 801253060db6 [2021-01-23T00:38:25.146Z] ---> cdc16ba2b6e2 [2021-01-23T00:38:25.146Z] [2021-01-23T00:38:25.146Z] ---> 797e3c0b80c5 [2021-01-23T00:38:25.146Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-23T00:38:25.146Z] Successfully built cdc16ba2b6e2 [2021-01-23T00:38:25.146Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-23T00:38:25.146Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-23T00:38:28.556Z] ---> 900d01a1443c [2021-01-23T00:38:28.556Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-23T00:38:29.529Z] ---> 902ce3589b2f [2021-01-23T00:38:29.529Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-23T00:38:30.156Z] ---> Running in 09bfaa994fbe [2021-01-23T00:38:32.789Z] Removing intermediate container 3b2bca0c701e [2021-01-23T00:38:32.789Z] ---> 84c2e4b34037 [2021-01-23T00:38:32.789Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:38:35.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:35.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:35.400Z] ---> 9ea935a3a465 [2021-01-23T00:38:35.400Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-23T00:38:35.400Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-23T00:38:35.707Z] (2/33) Installing expat (2.2.9-r1) [2021-01-23T00:38:35.707Z] (3/33) Installing libffi (3.3-r2) [2021-01-23T00:38:35.707Z] (4/33) Installing gdbm (1.13-r1) [2021-01-23T00:38:35.707Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-23T00:38:35.707Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-23T00:38:35.707Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-23T00:38:37.728Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:38:37.728Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:38:37.728Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:38:37.728Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:38:37.728Z] ---> 0ff37960f9b1 [2021-01-23T00:38:37.728Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:38:37.728Z] ---> Using cache [2021-01-23T00:38:37.728Z] ---> fba751fa1e3a [2021-01-23T00:38:37.728Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:38:37.728Z] ---> Using cache [2021-01-23T00:38:37.728Z] ---> f0182cf6991f [2021-01-23T00:38:37.728Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-23T00:38:37.728Z] ---> 0ff37960f9b1 [2021-01-23T00:38:37.728Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:38:37.728Z] ---> Using cache [2021-01-23T00:38:37.728Z] ---> bfbc7ea47782 [2021-01-23T00:38:37.728Z] Step 6/22 : COPY go.mod . [2021-01-23T00:38:37.728Z] ---> Using cache [2021-01-23T00:38:37.728Z] ---> 72f38e4ab6c5 [2021-01-23T00:38:37.728Z] Step 7/22 : RUN go mod download [2021-01-23T00:38:37.728Z] ---> Using cache [2021-01-23T00:38:37.728Z] ---> 609b39d00e80 [2021-01-23T00:38:37.728Z] Step 8/22 : COPY . . [2021-01-23T00:38:37.728Z] ---> Using cache [2021-01-23T00:38:37.728Z] ---> 2d96b30b43d4 [2021-01-23T00:38:37.728Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-23T00:38:37.728Z] ---> Using cache [2021-01-23T00:38:37.728Z] ---> fba751fa1e3a [2021-01-23T00:38:37.728Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:38:37.728Z] ---> Using cache [2021-01-23T00:38:37.728Z] ---> f0182cf6991f [2021-01-23T00:38:37.728Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-23T00:38:42.197Z] ---> Running in a99eb0dbc9e7 [2021-01-23T00:38:42.197Z] ---> Running in 7f9a3fa745b7 [2021-01-23T00:38:42.804Z] ---> a4662a0612ed [2021-01-23T00:38:42.804Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-23T00:38:43.109Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-23T00:38:43.109Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-23T00:38:43.109Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-23T00:38:43.109Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-23T00:38:43.109Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-23T00:38:43.109Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-23T00:38:43.440Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-23T00:38:43.705Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:38:43.705Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:38:43.705Z] ---> 0ff37960f9b1 [2021-01-23T00:38:43.705Z] Step 3/21 : WORKDIR /edgex-go [2021-01-23T00:38:43.705Z] ---> Using cache [2021-01-23T00:38:43.705Z] ---> fba751fa1e3a [2021-01-23T00:38:43.705Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:38:43.705Z] ---> Using cache [2021-01-23T00:38:43.705Z] ---> f0182cf6991f [2021-01-23T00:38:43.705Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-23T00:38:43.705Z] ---> Using cache [2021-01-23T00:38:43.705Z] ---> bfbc7ea47782 [2021-01-23T00:38:43.705Z] Step 6/21 : COPY go.mod . [2021-01-23T00:38:43.705Z] ---> Using cache [2021-01-23T00:38:43.705Z] ---> 72f38e4ab6c5 [2021-01-23T00:38:43.705Z] Step 7/21 : RUN go mod download [2021-01-23T00:38:43.705Z] ---> Using cache [2021-01-23T00:38:43.705Z] ---> 609b39d00e80 [2021-01-23T00:38:43.705Z] Step 8/21 : COPY . . [2021-01-23T00:38:43.705Z] ---> Using cache [2021-01-23T00:38:43.705Z] ---> 2d96b30b43d4 [2021-01-23T00:38:43.705Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-23T00:38:43.969Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-23T00:38:44.551Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-23T00:38:44.551Z] ---> 26789ffd13af [2021-01-23T00:38:44.551Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-23T00:38:44.551Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-23T00:38:44.551Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-23T00:38:44.818Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-23T00:38:44.818Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-23T00:38:45.139Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-23T00:38:45.139Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-23T00:38:45.139Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-23T00:38:45.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-23T00:38:45.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-23T00:38:45.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-23T00:38:45.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-23T00:38:45.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-23T00:38:45.139Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-23T00:38:45.139Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-23T00:38:45.141Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-23T00:38:45.141Z] ---> Running in c11ee274ed5f [2021-01-23T00:38:45.141Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-23T00:38:45.141Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-23T00:38:45.141Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-23T00:38:45.141Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-23T00:38:45.141Z] 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-23T00:38:45.141Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-23T00:38:45.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:45.141Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-23T00:38:45.141Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-23T00:38:45.420Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-23T00:38:45.420Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-23T00:38:46.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:46.033Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-23T00:38:46.033Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-23T00:38:46.033Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-23T00:38:46.033Z] ---> dc58b6afc748 [2021-01-23T00:38:46.033Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-23T00:38:46.033Z] 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-23T00:38:46.033Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:46.327Z] OK: 71 MiB in 55 packages [2021-01-23T00:38:46.327Z] OK: 233 MiB in 51 packages [2021-01-23T00:38:46.930Z] ---> 0080e594784a [2021-01-23T00:38:46.930Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-23T00:38:47.581Z] ---> Running in 235f1fad245a [2021-01-23T00:38:49.040Z] Removing intermediate container 7f9a3fa745b7 [2021-01-23T00:38:49.040Z] ---> 0975189f3539 [2021-01-23T00:38:49.040Z] Step 6/23 : COPY go.mod . [2021-01-23T00:38:49.324Z] Removing intermediate container 235f1fad245a [2021-01-23T00:38:49.324Z] ---> 34f082c7bc90 [2021-01-23T00:38:49.324Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-23T00:38:50.340Z] ---> adc796694d52 [2021-01-23T00:38:50.340Z] Step 7/23 : RUN go mod download [2021-01-23T00:38:50.582Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-23T00:38:50.582Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-23T00:38:50.582Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-23T00:38:50.624Z] ---> ac7a14c83eab [2021-01-23T00:38:50.624Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-23T00:38:50.624Z] ---> Running in 83086b19b8f8 [2021-01-23T00:38:50.910Z] ---> Running in c1a4ffc78f6b [2021-01-23T00:38:54.359Z] Removing intermediate container c1a4ffc78f6b [2021-01-23T00:38:54.359Z] ---> c7f0276e79b6 [2021-01-23T00:38:54.359Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-23T00:38:54.359Z] ---> Running in f259c054d6cd [2021-01-23T00:38:54.967Z] Removing intermediate container 83086b19b8f8 [2021-01-23T00:38:54.967Z] ---> 6fa8256ba38b [2021-01-23T00:38:54.967Z] Step 8/23 : COPY . . [2021-01-23T00:38:54.967Z] Removing intermediate container f259c054d6cd [2021-01-23T00:38:54.967Z] ---> d5aad7158039 [2021-01-23T00:38:54.967Z] Step 30/33 : CMD ["gate"] [2021-01-23T00:38:55.260Z] ---> Running in 3a826ad237a0 [2021-01-23T00:38:57.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.384s coverage: 46.0% of statements [2021-01-23T00:38:57.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-23T00:38:57.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-23T00:38:57.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-23T00:38:57.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-23T00:38:57.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-23T00:38:57.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-23T00:38:57.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-23T00:38:57.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/bootstrap/container [no test files] [2021-01-23T00:38:57.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.231s coverage: 100.0% of statements [2021-01-23T00:38:57.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces [no test files] [2021-01-23T00:38:57.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces/mocks [no test files] [2021-01-23T00:38:57.927Z] Removing intermediate container 3a826ad237a0 [2021-01-23T00:38:57.927Z] ---> 7279052414ee [2021-01-23T00:38:57.927Z] Step 31/33 : LABEL arch=x86_64 [2021-01-23T00:38:58.202Z] ---> Running in db4120046c07 [2021-01-23T00:39:02.524Z] Removing intermediate container db4120046c07 [2021-01-23T00:39:02.524Z] ---> 6df0bd0bad1e [2021-01-23T00:39:02.524Z] Step 32/33 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:39:05.906Z] ---> Running in 5cbc756fec27 [2021-01-23T00:39:06.888Z] Removing intermediate container 09bfaa994fbe [2021-01-23T00:39:06.888Z] ---> 73f9a549cc23 [2021-01-23T00:39:06.888Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-23T00:39:07.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.594s coverage: 27.1% of statements [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-23T00:39:07.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-23T00:39:07.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-23T00:39:07.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 65.8% of statements [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-23T00:39:07.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-23T00:39:09.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.790s coverage: 82.3% of statements [2021-01-23T00:39:09.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-23T00:39:09.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:39:09.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-23T00:39:09.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-23T00:39:09.499Z] Removing intermediate container 5cbc756fec27 [2021-01-23T00:39:09.499Z] ---> 4ab6d466eca9 [2021-01-23T00:39:09.499Z] Step 33/33 : LABEL version=0.0.0 [2021-01-23T00:39:09.499Z] ---> Running in bdb645ac768f [2021-01-23T00:39:11.476Z] 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-23T00:39:11.476Z] ---> Running in 8dbfdf47d5c6 [2021-01-23T00:39:13.450Z] Removing intermediate container 8dbfdf47d5c6 [2021-01-23T00:39:13.450Z] ---> cb1f9f3b99e1 [2021-01-23T00:39:13.450Z] [2021-01-23T00:39:13.450Z] Successfully built cb1f9f3b99e1 [2021-01-23T00:39:13.732Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-23T00:39:13.732Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-01-23T00:39:15.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.426s coverage: 28.6% of statements [2021-01-23T00:39:15.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-23T00:39:15.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-23T00:39:15.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-23T00:39:15.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-23T00:39:15.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-23T00:39:15.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements [2021-01-23T00:39:15.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-23T00:39:15.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-01-23T00:39:15.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-23T00:39:16.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.329s coverage: 86.7% of statements [2021-01-23T00:39:16.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-23T00:39:16.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.398s coverage: 97.5% of statements [2021-01-23T00:39:16.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-23T00:39:19.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.182s coverage: 78.3% of statements [2021-01-23T00:39:19.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-23T00:39:19.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-23T00:39:19.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-23T00:39:19.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-23T00:39:22.053Z] Removing intermediate container a99eb0dbc9e7 [2021-01-23T00:39:22.053Z] ---> 2c3e2a7039bb [2021-01-23T00:39:22.053Z] [2021-01-23T00:39:22.053Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:39:22.053Z] ---> 389fef711851 [2021-01-23T00:39:22.053Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:39:22.053Z] ---> Using cache [2021-01-23T00:39:22.053Z] ---> f51320482495 [2021-01-23T00:39:22.053Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:39:22.053Z] ---> Using cache [2021-01-23T00:39:22.053Z] ---> 641a3471c1d0 [2021-01-23T00:39:22.053Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-23T00:39:22.053Z] Collecting docker-compose==1.23.2 [2021-01-23T00:39:22.053Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-23T00:39:22.329Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-23T00:39:22.329Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-23T00:39:23.296Z] ---> Running in 8480412ce802 [2021-01-23T00:39:23.296Z] Collecting PyYAML<4,>=3.10 [2021-01-23T00:39:23.296Z] ---> 1942d9964a52 [2021-01-23T00:39:23.296Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-23T00:39:23.568Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-23T00:39:23.568Z] ---> Running in 76631865615b [2021-01-23T00:39:24.547Z] Removing intermediate container 8480412ce802 [2021-01-23T00:39:24.547Z] ---> 293c828ca2b6 [2021-01-23T00:39:24.547Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:39:26.019Z] ---> Running in 1a60f7be531d [2021-01-23T00:39:26.019Z] 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-23T00:39:27.050Z] Removing intermediate container 1a60f7be531d [2021-01-23T00:39:27.050Z] ---> 210125e7ddbc [2021-01-23T00:39:27.050Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:39:27.681Z] Collecting docker<4.0,>=3.6.0 [2021-01-23T00:39:27.681Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-23T00:39:27.681Z] 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-23T00:39:27.966Z] Collecting docopt<0.7,>=0.6.1 [2021-01-23T00:39:27.966Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-23T00:39:28.585Z] ---> 0fce2ff2f09c [2021-01-23T00:39:28.585Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-23T00:39:29.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.578s coverage: 92.8% of statements [2021-01-23T00:39:29.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-23T00:39:29.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:39:29.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-23T00:39:29.640Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-23T00:39:29.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-23T00:39:29.641Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-23T00:39:29.641Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.183s coverage: 0.1% of statements [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-23T00:39:29.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-23T00:39:29.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.108s coverage: 43.8% of statements [2021-01-23T00:39:29.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.104s coverage: 79.5% of statements [2021-01-23T00:39:29.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2021-01-23T00:39:29.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2021-01-23T00:39:29.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements [2021-01-23T00:39:30.636Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-23T00:39:30.636Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-23T00:39:32.846Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-23T00:39:32.846Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-23T00:39:33.816Z] Removing intermediate container c11ee274ed5f [2021-01-23T00:39:33.816Z] ---> 6470feac7f75 [2021-01-23T00:39:33.816Z] [2021-01-23T00:39:33.816Z] Step 10/21 : FROM alpine:3.12 [2021-01-23T00:39:33.816Z] ---> 389fef711851 [2021-01-23T00:39:33.816Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-23T00:39:34.444Z] ---> f09a2c1dbb19 [2021-01-23T00:39:34.444Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:34.723Z] Collecting cached-property<2,>=1.2.0 [2021-01-23T00:39:34.723Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-23T00:39:34.999Z] Collecting texttable<0.10,>=0.9.0 [2021-01-23T00:39:35.278Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-23T00:39:35.278Z] ---> Running in 8bdb298c8cf7 [2021-01-23T00:39:35.873Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:39:35.873Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:39:35.873Z] ---> 0ff37960f9b1 [2021-01-23T00:39:35.873Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:39:35.873Z] ---> Using cache [2021-01-23T00:39:35.873Z] ---> fba751fa1e3a [2021-01-23T00:39:35.873Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:39:35.873Z] ---> Using cache [2021-01-23T00:39:35.873Z] ---> f0182cf6991f [2021-01-23T00:39:35.873Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:39:35.873Z] ---> Using cache [2021-01-23T00:39:35.873Z] ---> bfbc7ea47782 [2021-01-23T00:39:35.873Z] Step 6/23 : COPY go.mod . [2021-01-23T00:39:35.873Z] ---> Using cache [2021-01-23T00:39:35.873Z] ---> 72f38e4ab6c5 [2021-01-23T00:39:35.873Z] Step 7/23 : RUN go mod download [2021-01-23T00:39:35.873Z] ---> Using cache [2021-01-23T00:39:35.873Z] ---> 609b39d00e80 [2021-01-23T00:39:35.873Z] Step 8/23 : COPY . . [2021-01-23T00:39:35.873Z] ---> Using cache [2021-01-23T00:39:35.873Z] ---> 2d96b30b43d4 [2021-01-23T00:39:35.873Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-23T00:39:36.471Z] Collecting jsonschema<3,>=2.5.1 [2021-01-23T00:39:36.471Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-23T00:39:36.471Z] ---> bdb2fac3d3e2 [2021-01-23T00:39:36.471Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-23T00:39:36.754Z] ---> Running in 7b631d0704d4 [2021-01-23T00:39:36.754Z] Collecting docker-pycreds>=0.4.0 [2021-01-23T00:39:36.755Z] ---> Running in 45158d645416 [2021-01-23T00:39:36.755Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-23T00:39:36.755Z] Collecting idna<2.8,>=2.5 [2021-01-23T00:39:37.033Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-23T00:39:37.033Z] 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-23T00:39:37.033Z] 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-23T00:39:37.324Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-23T00:39:37.324Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-23T00:39:37.324Z] Removing intermediate container 45158d645416 [2021-01-23T00:39:37.324Z] ---> b36629e11e2e [2021-01-23T00:39:37.324Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:39:37.324Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-23T00:39:37.324Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-23T00:39:37.324Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-23T00:39:37.324Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-23T00:39:37.606Z] ---> Running in 76866375f32f [2021-01-23T00:39:37.606Z] Installing collected packages: websocket-client, PyYAML, docker-pycreds, idna, urllib3, requests, docker, docopt, dockerpty, cached-property, texttable, jsonschema, docker-compose [2021-01-23T00:39:37.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:37.902Z] 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-23T00:39:37.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:37.902Z] Removing intermediate container 76866375f32f [2021-01-23T00:39:37.902Z] ---> 2e09a07dfc7f [2021-01-23T00:39:37.902Z] Step 20/22 : LABEL arch=x86_64 [2021-01-23T00:39:37.902Z] Running setup.py install for PyYAML: started [2021-01-23T00:39:38.193Z] ---> Running in a4012806e218 [2021-01-23T00:39:38.193Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-23T00:39:38.475Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:39:38.476Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-23T00:39:38.476Z] (4/4) Installing curl (7.69.1-r3) [2021-01-23T00:39:38.476Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:39:38.748Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:39:39.045Z] Removing intermediate container a4012806e218 [2021-01-23T00:39:39.045Z] ---> cf509245a209 [2021-01-23T00:39:39.045Z] Step 21/22 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:39:39.045Z] OK: 7 MiB in 18 packages [2021-01-23T00:39:39.045Z] ---> Running in 62444fa6e8bb [2021-01-23T00:39:39.671Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-23T00:39:39.671Z] Removing intermediate container 62444fa6e8bb [2021-01-23T00:39:39.671Z] ---> 1ef53ab9cfeb [2021-01-23T00:39:39.671Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:39:39.953Z] Attempting uninstall: idna [2021-01-23T00:39:39.953Z] Found existing installation: idna 2.9 [2021-01-23T00:39:39.953Z] Uninstalling idna-2.9: [2021-01-23T00:39:39.953Z] ---> Running in 28733403512b [2021-01-23T00:39:39.953Z] Successfully uninstalled idna-2.9 [2021-01-23T00:39:40.970Z] Attempting uninstall: urllib3 [2021-01-23T00:39:40.970Z] Found existing installation: urllib3 1.25.9 [2021-01-23T00:39:40.970Z] Uninstalling urllib3-1.25.9: [2021-01-23T00:39:40.970Z] Removing intermediate container 8bdb298c8cf7 [2021-01-23T00:39:40.970Z] ---> fdc1e4f809d7 [2021-01-23T00:39:40.970Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:39:40.970Z] Removing intermediate container 28733403512b [2021-01-23T00:39:40.970Z] ---> 212f66e0756e [2021-01-23T00:39:40.970Z] [2021-01-23T00:39:40.970Z] Successfully uninstalled urllib3-1.25.9 [2021-01-23T00:39:41.267Z] ---> Running in fff68c0bcf9c [2021-01-23T00:39:41.267Z] Successfully built 212f66e0756e [2021-01-23T00:39:41.267Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-23T00:39:41.561Z]  Building docker-support-scheduler-go ... done  Attempting uninstall: requests [2021-01-23T00:39:41.561Z] Found existing installation: requests 2.23.0 [2021-01-23T00:39:41.561Z] Uninstalling requests-2.23.0: [2021-01-23T00:39:42.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.088s coverage: 94.4% of statements [2021-01-23T00:39:42.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.084s coverage: 44.8% of statements [2021-01-23T00:39:42.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-23T00:39:42.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-23T00:39:42.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-23T00:39:42.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-23T00:39:42.554Z] Successfully uninstalled requests-2.23.0 [2021-01-23T00:39:43.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements [2021-01-23T00:39:43.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-23T00:39:43.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-23T00:39:43.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2021-01-23T00:39:43.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-23T00:39:43.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-23T00:39:43.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-23T00:39:43.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-01-23T00:39:43.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-01-23T00:39:43.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements [2021-01-23T00:39:43.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.4% of statements [2021-01-23T00:39:43.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-23T00:39:44.036Z] Removing intermediate container fff68c0bcf9c [2021-01-23T00:39:44.036Z] ---> e359d78a7c40 [2021-01-23T00:39:44.036Z] Step 13/21 : WORKDIR /edgex [2021-01-23T00:39:44.352Z] ---> Running in cac64a297d84 [2021-01-23T00:39:44.352Z] Running setup.py install for docopt: started [2021-01-23T00:39:44.952Z] Removing intermediate container cac64a297d84 [2021-01-23T00:39:44.952Z] ---> 0f58f215a390 [2021-01-23T00:39:44.952Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-23T00:39:45.232Z] Running setup.py install for docopt: finished with status 'done' [2021-01-23T00:39:45.232Z] Running setup.py install for dockerpty: started [2021-01-23T00:39:45.540Z] ---> fdcd154b4edc [2021-01-23T00:39:45.540Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-23T00:39:46.164Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-23T00:39:46.165Z] Running setup.py install for texttable: started [2021-01-23T00:39:46.773Z] ---> 939d03333b32 [2021-01-23T00:39:46.773Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-23T00:39:47.056Z] Running setup.py install for texttable: finished with status 'done' [2021-01-23T00:39:47.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.734s coverage: 63.5% of statements [2021-01-23T00:39:47.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-23T00:39:47.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-23T00:39:47.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2021-01-23T00:39:47.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements [2021-01-23T00:39:47.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements [2021-01-23T00:39:47.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-01-23T00:39:47.670Z] 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-23T00:39:48.285Z] ---> 746b7b025049 [2021-01-23T00:39:48.285Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-23T00:39:48.568Z] ---> Running in 14a54289894e [2021-01-23T00:39:48.849Z] Removing intermediate container 14a54289894e [2021-01-23T00:39:48.849Z] ---> cfeab0a4e2c0 [2021-01-23T00:39:48.849Z] Step 18/21 : CMD ["--init=true"] [2021-01-23T00:39:49.127Z] ---> Running in 559f2aa3fae4 [2021-01-23T00:39:49.428Z] Removing intermediate container 559f2aa3fae4 [2021-01-23T00:39:49.428Z] ---> 31ac5b7149c0 [2021-01-23T00:39:49.428Z] Step 19/21 : LABEL arch=x86_64 [2021-01-23T00:39:50.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-01-23T00:39:50.406Z] ---> Running in d3f84c822722 [2021-01-23T00:39:51.434Z] Removing intermediate container bdb645ac768f [2021-01-23T00:39:51.434Z] ---> 2a1c601bdedb [2021-01-23T00:39:51.434Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-23T00:39:51.434Z] Removing intermediate container d3f84c822722 [2021-01-23T00:39:51.434Z] ---> 241eb5d33add [2021-01-23T00:39:51.434Z] Step 20/21 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:39:51.434Z] ---> Running in 4efddc019d07 [2021-01-23T00:39:51.711Z] ---> Running in 68026b624f2d [2021-01-23T00:39:52.002Z] Removing intermediate container 68026b624f2d [2021-01-23T00:39:52.002Z] ---> 769355fac0bc [2021-01-23T00:39:52.002Z] Step 21/21 : LABEL version=0.0.0 [2021-01-23T00:39:52.002Z] ---> Running in b17a8f9f9e8f [2021-01-23T00:39:52.626Z] Removing intermediate container b17a8f9f9e8f [2021-01-23T00:39:52.626Z] ---> 8194518a6645 [2021-01-23T00:39:52.626Z] [2021-01-23T00:39:52.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:52.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:53.521Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:39:53.521Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-23T00:39:53.521Z] (3/3) Installing curl (7.69.1-r3) [2021-01-23T00:39:53.521Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:39:53.521Z] OK: 72 MiB in 58 packages [2021-01-23T00:39:53.521Z] Successfully built 8194518a6645 [2021-01-23T00:39:53.521Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-23T00:39:53.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.902s coverage: 68.9% of statements [2021-01-23T00:39:53.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-23T00:39:53.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-23T00:39:53.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-23T00:39:53.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-23T00:39:53.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-23T00:39:54.404Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4efddc019d07 [2021-01-23T00:39:54.404Z] ---> 401d5a3ed536 [2021-01-23T00:39:54.404Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-23T00:39:54.404Z] ---> Running in 2e1f5d0ffec4 [2021-01-23T00:39:54.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 37.0% of statements [2021-01-23T00:39:54.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-23T00:39:54.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-23T00:39:54.781Z] Removing intermediate container 2e1f5d0ffec4 [2021-01-23T00:39:54.781Z] ---> 6e7ba58893b6 [2021-01-23T00:39:54.781Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:39:54.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.773s coverage: 84.0% of statements [2021-01-23T00:39:54.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2021-01-23T00:39:55.129Z] ---> Running in c7497169205c [2021-01-23T00:39:55.493Z] Removing intermediate container c7497169205c [2021-01-23T00:39:55.493Z] ---> 8cb489adddb0 [2021-01-23T00:39:55.493Z] Step 24/26 : LABEL arch=x86_64 [2021-01-23T00:39:55.493Z] ---> Running in e5c1065046cf [2021-01-23T00:39:55.879Z] Removing intermediate container e5c1065046cf [2021-01-23T00:39:55.879Z] ---> 45a9247e4508 [2021-01-23T00:39:55.879Z] Step 25/26 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:39:55.879Z] ---> Running in f2d23646407d [2021-01-23T00:39:56.200Z] Removing intermediate container f2d23646407d [2021-01-23T00:39:56.200Z] ---> 42cbdede6e17 [2021-01-23T00:39:56.200Z] Step 26/26 : LABEL version=0.0.0 [2021-01-23T00:39:56.200Z] ---> Running in eff501a68d5d [2021-01-23T00:39:57.169Z] Removing intermediate container eff501a68d5d [2021-01-23T00:39:57.169Z] ---> 48badd32cc16 [2021-01-23T00:39:57.169Z] [2021-01-23T00:39:58.185Z] Successfully built 48badd32cc16 [2021-01-23T00:39:59.169Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-23T00:40:02.582Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 76631865615b [2021-01-23T00:40:02.582Z] ---> 891b60ee2aef [2021-01-23T00:40:02.582Z] [2021-01-23T00:40:02.582Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:40:02.582Z] ---> 389fef711851 [2021-01-23T00:40:02.582Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-23T00:40:02.853Z] ---> Running in e08d8fdf9ad7 [2021-01-23T00:40:03.168Z] Removing intermediate container e08d8fdf9ad7 [2021-01-23T00:40:03.168Z] ---> 59ecc9dff725 [2021-01-23T00:40:03.168Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-23T00:40:03.168Z] ---> Running in ee444953db8c [2021-01-23T00:40:03.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.1% of statements [2021-01-23T00:40:03.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-23T00:40:03.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-23T00:40:03.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-23T00:40:03.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-23T00:40:03.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-23T00:40:03.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-01-23T00:40:03.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-23T00:40:03.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-01-23T00:40:03.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-23T00:40:03.778Z] Removing intermediate container ee444953db8c [2021-01-23T00:40:03.778Z] ---> 189c360cd339 [2021-01-23T00:40:03.778Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-23T00:40:04.048Z] ---> Running in e7d403917307 [2021-01-23T00:40:05.016Z] Removing intermediate container e7d403917307 [2021-01-23T00:40:05.016Z] ---> ee9321a21edf [2021-01-23T00:40:05.016Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:40:05.635Z] ---> Running in 52579e70bd48 [2021-01-23T00:40:05.905Z] Removing intermediate container 7b631d0704d4 [2021-01-23T00:40:05.905Z] ---> 1169688a6a09 [2021-01-23T00:40:05.905Z] [2021-01-23T00:40:05.905Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:40:05.905Z] ---> 389fef711851 [2021-01-23T00:40:05.905Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:40:05.905Z] ---> Using cache [2021-01-23T00:40:05.905Z] ---> f51320482495 [2021-01-23T00:40:05.905Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:40:05.905Z] ---> Using cache [2021-01-23T00:40:05.905Z] ---> 641a3471c1d0 [2021-01-23T00:40:05.905Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-23T00:40:05.905Z] ---> Running in a9af5728b76e [2021-01-23T00:40:06.186Z] Removing intermediate container a9af5728b76e [2021-01-23T00:40:06.187Z] ---> 0048663758c8 [2021-01-23T00:40:06.187Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:40:06.187Z] ---> Running in 056ad4975f7d [2021-01-23T00:40:06.457Z] Removing intermediate container 056ad4975f7d [2021-01-23T00:40:06.457Z] ---> 3d3cd7dc90db [2021-01-23T00:40:06.457Z] Step 15/23 : WORKDIR / [2021-01-23T00:40:06.457Z] ---> Running in 9928737f4035 [2021-01-23T00:40:06.740Z] Removing intermediate container 9928737f4035 [2021-01-23T00:40:06.740Z] ---> f7e8de490783 [2021-01-23T00:40:06.740Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:40:07.052Z] Removing intermediate container 52579e70bd48 [2021-01-23T00:40:07.052Z] ---> 1cdc1281424a [2021-01-23T00:40:07.052Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-23T00:40:07.052Z] ---> bf188522ef01 [2021-01-23T00:40:07.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-23T00:40:07.052Z] ---> Running in d45444c32180 [2021-01-23T00:40:07.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:07.669Z] ---> dfe9d55c43fe [2021-01-23T00:40:07.669Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-23T00:40:07.943Z] ---> c7f6f7e75a39 [2021-01-23T00:40:07.944Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-23T00:40:07.944Z] ---> Running in c94303bd0f5e [2021-01-23T00:40:08.219Z] Removing intermediate container c94303bd0f5e [2021-01-23T00:40:08.219Z] ---> fcc1c3af97fa [2021-01-23T00:40:08.219Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:40:08.219Z] ---> Running in 9777da9a174b [2021-01-23T00:40:08.516Z] Removing intermediate container 9777da9a174b [2021-01-23T00:40:08.516Z] ---> c565f5b08c91 [2021-01-23T00:40:08.516Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:40:08.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:08.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.190s coverage: 29.1% of statements [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-23T00:40:08.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.212s coverage: 99.0% of statements [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-23T00:40:08.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.136s coverage: 100.0% of statements [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-23T00:40:08.614Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-23T00:40:08.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-23T00:40:08.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-23T00:40:08.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-23T00:40:08.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2021-01-23T00:40:08.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-23T00:40:09.121Z] ---> Running in a338c0080e45 [2021-01-23T00:40:09.385Z] Removing intermediate container a338c0080e45 [2021-01-23T00:40:09.385Z] ---> c9765791a6a9 [2021-01-23T00:40:09.385Z] Step 22/23 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:40:09.385Z] ---> Running in 6bd9761306e7 [2021-01-23T00:40:09.598Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-01-23T00:40:09.707Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-23T00:40:09.707Z] Removing intermediate container 6bd9761306e7 [2021-01-23T00:40:09.707Z] ---> 9125e3a360aa [2021-01-23T00:40:09.707Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:40:09.707Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-23T00:40:09.707Z] ---> Running in 66d7d9ae0df3 [2021-01-23T00:40:09.707Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-23T00:40:09.981Z] Removing intermediate container 66d7d9ae0df3 [2021-01-23T00:40:09.981Z] ---> 4490f1264c88 [2021-01-23T00:40:09.981Z] [2021-01-23T00:40:09.981Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-23T00:40:09.981Z] Successfully built 4490f1264c88 [2021-01-23T00:40:09.981Z] Successfully tagged docker-core-metadata-go:latest [2021-01-23T00:40:10.192Z] GO111MODULE=on go vet ./... [2021-01-23T00:40:10.251Z]  Building docker-core-metadata-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-01-23T00:40:10.526Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-23T00:40:10.526Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:40:10.526Z] OK: 8 MiB in 20 packages [2021-01-23T00:40:11.539Z] Removing intermediate container d45444c32180 [2021-01-23T00:40:11.539Z] ---> cbc075ae867a [2021-01-23T00:40:11.539Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:40:12.512Z] ---> a9361b7696b4 [2021-01-23T00:40:12.512Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-23T00:40:13.570Z] ---> 4f75cd52d670 [2021-01-23T00:40:13.570Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-23T00:40:13.570Z] ---> f33d66d058e7 [2021-01-23T00:40:13.570Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-23T00:40:13.834Z] ---> Running in 8997cc321a0e [2021-01-23T00:40:14.102Z] Removing intermediate container 8997cc321a0e [2021-01-23T00:40:14.102Z] ---> 97c76aa87141 [2021-01-23T00:40:14.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:40:14.102Z] ---> Running in b648a36078dd [2021-01-23T00:40:14.370Z] Removing intermediate container b648a36078dd [2021-01-23T00:40:14.370Z] ---> 812dbadb462b [2021-01-23T00:40:14.370Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:40:14.370Z] ---> Running in 58dcad748b95 [2021-01-23T00:40:14.636Z] Removing intermediate container 58dcad748b95 [2021-01-23T00:40:14.636Z] ---> 6c4be6bfe22d [2021-01-23T00:40:14.636Z] Step 22/23 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:40:14.636Z] ---> Running in 932b958b3ca3 [2021-01-23T00:40:14.909Z] Removing intermediate container 932b958b3ca3 [2021-01-23T00:40:14.909Z] ---> f53cf49ac0aa [2021-01-23T00:40:14.909Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:40:14.909Z] ---> Running in ad5e03538e98 [2021-01-23T00:40:15.175Z] Removing intermediate container ad5e03538e98 [2021-01-23T00:40:15.175Z] ---> 02fa36760461 [2021-01-23T00:40:15.175Z] [2021-01-23T00:40:15.444Z] Successfully built 02fa36760461 [2021-01-23T00:40:15.444Z] Successfully tagged docker-core-data-go:latest [2021-01-23T00:40:15.752Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-23T00:40:15.764Z] $ docker stop --time=1 fece047955fe4c903a3a13b8f36c53ef932fdf7530f7653cf44ec1564803c5b1 [2021-01-23T00:40:17.588Z] $ docker rm -f fece047955fe4c903a3a13b8f36c53ef932fdf7530f7653cf44ec1564803c5b1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:40:18.142Z] + docker images [2021-01-23T00:40:18.142Z] + grep docker [2021-01-23T00:40:18.729Z] docker-core-data-go latest 02fa36760461 4 seconds ago 22.3MB [2021-01-23T00:40:18.730Z] docker-core-metadata-go latest 4490f1264c88 9 seconds ago 18.8MB [2021-01-23T00:40:18.730Z] docker-sys-mgmt-agent-go latest 48badd32cc16 22 seconds ago 313MB [2021-01-23T00:40:18.730Z] docker-security-proxy-setup-go latest 8194518a6645 26 seconds ago 24.4MB [2021-01-23T00:40:18.730Z] docker-support-scheduler-go latest 212f66e0756e 38 seconds ago 16.4MB [2021-01-23T00:40:18.730Z] docker-security-bootstrapper-go latest cb1f9f3b99e1 About a minute ago 41.5MB [2021-01-23T00:40:18.730Z] docker-security-secretstore-setup-go latest cdc16ba2b6e2 About a minute ago 24.6MB [2021-01-23T00:40:18.730Z] docker-support-notifications-go latest 7b11ed8360f9 2 minutes ago 16.9MB [2021-01-23T00:40:18.730Z] docker-core-command-go latest 8d841465ba95 2 minutes ago 16.8MB [2021-01-23T00:40:18.730Z] docker 20.10.0 aefe523efa57 6 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-23T00:40:34.379Z] Still waiting to schedule task [2021-01-23T00:40:34.379Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-22409’ [2021-01-23T00:41:32.678Z] gofmt -l . [2021-01-23T00:41:32.678Z] [ "`gofmt -l .`" = "" ] [2021-01-23T00:41:33.656Z] ./bin/test-go-mod-tidy.sh [2021-01-23T00:41:34.643Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-23T00:41:36.827Z] + ls -al . [2021-01-23T00:41:36.827Z] total 700 [2021-01-23T00:41:36.827Z] drwxrwxr-x 9 1001 1001 4096 Jan 23 00:41 . [2021-01-23T00:41:36.827Z] drwxr-xr-x 4 root root 4096 Jan 23 00:37 .. [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 11 Jan 23 00:35 .dockerignore [2021-01-23T00:41:36.827Z] drwxrwxr-x 8 1001 1001 4096 Jan 23 00:35 .git [2021-01-23T00:41:36.827Z] drwxrwxr-x 3 1001 1001 4096 Jan 23 00:35 .github [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 872 Jan 23 00:35 .gitignore [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 166 Jan 23 00:35 .sonarcloud.properties [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 7859 Jan 23 00:35 Attribution.txt [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 3804 Jan 23 00:35 CONTRIBUTING.md [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 931 Jan 23 00:35 Dockerfile.build [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 863 Jan 23 00:35 Jenkinsfile [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 10775 Jan 23 00:35 LICENSE [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 6001 Jan 23 00:35 Makefile [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 6524 Jan 23 00:35 README.md [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 6755 Jan 23 00:35 SECURITY.md [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 5 Jan 23 00:31 VERSION [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 4131 Jan 23 00:35 ZMQWindows.md [2021-01-23T00:41:36.827Z] drwxrwxr-x 2 1001 1001 4096 Jan 23 00:35 bin [2021-01-23T00:41:36.827Z] drwxrwxr-x 15 1001 1001 4096 Jan 23 00:35 cmd [2021-01-23T00:41:36.827Z] -rw-r--r-- 1 root root 565356 Jan 23 00:40 coverage.out [2021-01-23T00:41:36.827Z] -rw-r--r-- 1 root root 1053 Jan 23 00:41 go.mod [2021-01-23T00:41:36.827Z] -rw-r--r-- 1 root root 18995 Jan 23 00:41 go.sum [2021-01-23T00:41:36.827Z] drwxrwxr-x 8 1001 1001 4096 Jan 23 00:35 internal [2021-01-23T00:41:36.827Z] drwxrwxr-x 4 1001 1001 4096 Jan 23 00:35 openapi [2021-01-23T00:41:36.827Z] drwxrwxr-x 4 1001 1001 4096 Jan 23 00:35 snap [2021-01-23T00:41:36.827Z] -rw-rw-r-- 1 1001 1001 168 Jan 23 00:35 version.go [Pipeline] sh [2021-01-23T00:41:37.560Z] + '[' -e coverage.out ] [2021-01-23T00:41:37.560Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-23T00:41:37.638Z] Warning: overwriting stash ‘coverage-report’ [2021-01-23T00:41:39.019Z] Stashed 1 file(s) [Pipeline] sh [2021-01-23T00:41:39.664Z] + make build [2021-01-23T00:41:39.665Z] 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-23T00:41:52.061Z] 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-23T00:42:00.286Z] Running on prd-ubuntu18.04-docker-8c-8g-22410 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws [2021-01-23T00:42:00.334Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-23T00:42:02.534Z] using credential edgex-jenkins-ssh [2021-01-23T00:42:02.596Z] Cloning the remote Git repository [2021-01-23T00:42:02.576Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:42:02.646Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-23T00:42:02.673Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:42:02.673Z] > git --version # timeout=10 [2021-01-23T00:42:02.686Z] > git --version # 'git version 2.17.1' [2021-01-23T00:42:02.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:42:02.711Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:42:11.053Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:42:11.060Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:42:11.068Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:42:11.077Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:42:11.078Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:42:11.081Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-23T00:42:11.695Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 495c2e8daeb3df48c63772693747c122c948160c [2021-01-23T00:42:11.853Z] Merge succeeded, producing 22fd25428c6989925398e83569853e9ee796c4c2 [2021-01-23T00:42:11.853Z] Checking out Revision 22fd25428c6989925398e83569853e9ee796c4c2 (PR-3061) [2021-01-23T00:42:11.686Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:42:11.690Z] > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 [2021-01-23T00:42:11.757Z] > git remote # timeout=10 [2021-01-23T00:42:11.763Z] > git config --get remote.origin.url # timeout=10 [2021-01-23T00:42:11.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:42:11.771Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-23T00:42:11.830Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-23T00:42:11.839Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:42:11.845Z] > git checkout -f 22fd25428c6989925398e83569853e9ee796c4c2 # timeout=10 [2021-01-23T00:42:15.566Z] Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" [2021-01-23T00:42:15.558Z] > git rev-list --no-walk 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:42:16.652Z] + echo snap-build.sh [2021-01-23T00:42:16.652Z] snap-build.sh [2021-01-23T00:42:16.652Z] + SNAP_BASE_DIR=. [2021-01-23T00:42:16.652Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-23T00:42:16.652Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-23T00:42:16.652Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-23T00:42:16.652Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-23T00:42:16.652Z] + cd /w/workspace/edgex-go/4 [2021-01-23T00:42:16.652Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-23T00:42:16.652Z] Reading package lists... [2021-01-23T00:42:16.652Z] Building dependency tree... [2021-01-23T00:42:16.652Z] Reading state information... [2021-01-23T00:42:16.913Z] The following packages were automatically installed and are no longer required: [2021-01-23T00:42:16.913Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-23T00:42:16.913Z] uidmap xdelta3 [2021-01-23T00:42:16.913Z] Use 'sudo apt autoremove' to remove them. [2021-01-23T00:42:16.913Z] The following packages will be REMOVED: [2021-01-23T00:42:16.913Z] lxd* lxd-client* [2021-01-23T00:42:17.174Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-23T00:42:17.174Z] After this operation, 31.7 MB disk space will be freed. [2021-01-23T00:42:18.222Z] (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-23T00:42:18.222Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:42:18.888Z] 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-23T00:42:19.164Z] Removing lxd dnsmasq configuration [2021-01-23T00:42:19.164Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:42:19.429Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-23T00:42:20.372Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-23T00:42:20.372Z] (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-23T00:42:20.372Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:42:21.764Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-23T00:42:21.764Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-23T00:42:22.271Z] 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-23T00:42:23.152Z] + sudo snap remove --purge lxd [2021-01-23T00:42:23.152Z] snap "lxd" is not installed [2021-01-23T00:42:23.152Z] + sudo groupadd --force --system lxd [2021-01-23T00:42:23.152Z] ++ whoami [2021-01-23T00:42:23.152Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-23T00:42:23.152Z] + newgrp - lxd [2021-01-23T00:42:23.152Z] + sudo snap install lxd [2021-01-23T00:42:27.659Z] 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-23T00:42:29.630Z] 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-23T00:42:33.152Z] 2021-01-23T00:42:30Z INFO Waiting for automatic snapd restart... [2021-01-23T00:42:35.046Z] 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-23T00:42:41.746Z] 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-23T00:42:45.132Z] 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-23T00:42:45.398Z] lxd 4.10 from Canonical* installed [2021-01-23T00:42:45.398Z] + sudo lxd init --auto [2021-01-23T00:42:49.478Z] 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-23T00:42:52.887Z] 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-23T00:42:55.470Z] + sudo snap install --classic snapcraft [2021-01-23T00:42:57.199Z] 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-23T00:43:00.766Z] snapcraft 4.4.4 from Canonical* installed [2021-01-23T00:43:00.766Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-23T00:43:00.766Z] + patch --verbose -p1 [2021-01-23T00:43:00.766Z] Hmm... Looks like a unified diff to me... [2021-01-23T00:43:00.766Z] The text leading up to this was: [2021-01-23T00:43:00.766Z] -------------------------- [2021-01-23T00:43:00.766Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-23T00:43:00.766Z] |From: Tony Espy [2021-01-23T00:43:00.766Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-23T00:43:00.766Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-23T00:43:00.766Z] | [2021-01-23T00:43:00.766Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-23T00:43:00.766Z] |optimize the snap CI check run for pull requests. When [2021-01-23T00:43:00.766Z] |applied, it essentially strips out everything (apps and [2021-01-23T00:43:00.766Z] |parts) from the snapcraft.yaml file except those required [2021-01-23T00:43:00.766Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-23T00:43:00.766Z] |catch changes to edgex-go that break the snap build. [2021-01-23T00:43:00.766Z] | [2021-01-23T00:43:00.766Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-23T00:43:00.766Z] |to update this patch file, otherwise it may fail to apply, [2021-01-23T00:43:00.766Z] |resulting in a failed snap build CI check in the associated [2021-01-23T00:43:00.766Z] |pull request. [2021-01-23T00:43:00.766Z] | [2021-01-23T00:43:00.766Z] |Note - in addition to applying this patch, the pipeline also [2021-01-23T00:43:00.766Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-23T00:43:00.766Z] |need to build the finally binary .snap file (and it won't [2021-01-23T00:43:00.766Z] |work with the patch applied). This further reduces the build [2021-01-23T00:43:00.766Z] |time. [2021-01-23T00:43:00.766Z] |--- [2021-01-23T00:43:00.766Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-23T00:43:00.766Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-23T00:43:00.766Z] | [2021-01-23T00:43:00.766Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-23T00:43:00.766Z] |index 1e537489..faf42425 100644 [2021-01-23T00:43:00.766Z] |--- a/snap/snapcraft.yaml [2021-01-23T00:43:00.766Z] |+++ b/snap/snapcraft.yaml [2021-01-23T00:43:00.766Z] -------------------------- [2021-01-23T00:43:00.766Z] patching file snap/snapcraft.yaml [2021-01-23T00:43:00.766Z] Using Plan A... [2021-01-23T00:43:00.766Z] Hunk #1 succeeded at 73. [2021-01-23T00:43:00.766Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-23T00:43:00.766Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-23T00:43:00.766Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-23T00:43:00.766Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-23T00:43:00.766Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-23T00:43:00.766Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-23T00:43:00.766Z] Hunk #8 succeeded at 342. [2021-01-23T00:43:00.766Z] Hmm... Ignoring the trailing garbage. [2021-01-23T00:43:00.766Z] done [2021-01-23T00:43:00.766Z] + sudo snapcraft prime --use-lxd [2021-01-23T00:43:01.522Z] 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-23T00:43:02.152Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-23T00:43:02.152Z] 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-23T00:43:02.152Z] - README.md [2021-01-23T00:43:02.152Z] - snapcraft.yaml.orig [2021-01-23T00:43:02.152Z] [2021-01-23T00:43:02.152Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-23T00:43:02.723Z] Launching a container. [Pipeline] } [2021-01-23T00:43:06.963Z] $ docker stop --time=1 866151a106382a14f3dac11525367a84b860147fa8d5b403e3f137cf3b87256d [2021-01-23T00:43:09.461Z] $ docker rm -f 866151a106382a14f3dac11525367a84b860147fa8d5b403e3f137cf3b87256d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:43:11.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:43:11.478Z] [2021-01-23T00:43:11.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:43:11.871Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:43:12.149Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-23T00:43:12.149Z] 29e5d40040c1: Pulling fs layer [2021-01-23T00:43:12.149Z] 1ce36da41761: Pulling fs layer [2021-01-23T00:43:12.149Z] 25b303627fd3: Pulling fs layer [2021-01-23T00:43:12.149Z] 29e5d40040c1: Download complete [2021-01-23T00:43:13.131Z] 1ce36da41761: Verifying Checksum [2021-01-23T00:43:13.131Z] 1ce36da41761: Download complete [2021-01-23T00:43:13.131Z] 29e5d40040c1: Pull complete [2021-01-23T00:43:14.112Z] 1ce36da41761: Pull complete [2021-01-23T00:43:14.386Z] 25b303627fd3: Verifying Checksum [2021-01-23T00:43:14.386Z] 25b303627fd3: Download complete [2021-01-23T00:43:14.972Z] Waiting for container to be ready [2021-01-23T00:43:14.972Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-23T00:43:14.972Z] [2021-01-23T00:43:17.522Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-23T00:43:18.093Z] Waiting for network to be ready... [2021-01-23T00:43:18.353Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-23T00:43:18.353Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-23T00:43:18.353Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-23T00:43:18.614Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-23T00:43:18.614Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-23T00:43:18.614Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-23T00:43:18.614Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-23T00:43:18.614Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-23T00:43:18.614Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-23T00:43:18.614Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-23T00:43:18.875Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-23T00:43:18.875Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-23T00:43:19.136Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-23T00:43:19.136Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-23T00:43:19.136Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-23T00:43:19.136Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-23T00:43:19.136Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-23T00:43:19.136Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-23T00:43:19.711Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-23T00:43:19.972Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-23T00:43:19.972Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-23T00:43:19.972Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-23T00:43:19.972Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-23T00:43:19.972Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-23T00:43:19.972Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-23T00:43:19.972Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-23T00:43:20.232Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-23T00:43:22.152Z] Fetched 23.8 MB in 4s (6167 kB/s) [2021-01-23T00:43:23.094Z] Reading package lists... [2021-01-23T00:43:23.094Z] Reading package lists... [2021-01-23T00:43:23.094Z] Building dependency tree... [2021-01-23T00:43:23.094Z] Reading state information... [2021-01-23T00:43:23.355Z] The following additional packages will be installed: [2021-01-23T00:43:23.355Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-23T00:43:23.355Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-23T00:43:23.355Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-23T00:43:23.355Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-23T00:43:23.355Z] Suggested packages: [2021-01-23T00:43:23.355Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-23T00:43:23.355Z] Recommended packages: [2021-01-23T00:43:23.355Z] gnupg libsasl2-modules [2021-01-23T00:43:23.355Z] The following NEW packages will be installed: [2021-01-23T00:43:23.355Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-23T00:43:23.355Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-23T00:43:23.355Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-23T00:43:23.355Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-23T00:43:23.355Z] The following packages will be upgraded: [2021-01-23T00:43:23.355Z] gpg gpg-agent gpgconf libudev1 [2021-01-23T00:43:23.355Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-23T00:43:23.355Z] Need to get 3533 kB of archives. [2021-01-23T00:43:23.355Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-23T00:43:23.355Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-23T00:43:23.615Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-23T00:43:23.615Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-23T00:43:23.615Z] Get:4 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-23T00:43:23.615Z] Get:5 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-23T00:43:23.615Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-23T00:43:23.615Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-23T00:43:23.615Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-23T00:43:23.615Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-23T00:43:23.877Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-23T00:43:24.137Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-23T00:43:24.137Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-23T00:43:24.137Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-23T00:43:24.137Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-23T00:43:24.137Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-23T00:43:24.137Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-23T00:43:24.137Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-23T00:43:24.137Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-23T00:43:24.137Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-23T00:43:24.398Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-23T00:43:24.398Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-23T00:43:24.398Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-23T00:43:24.398Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:43:24.398Z] Fetched 3533 kB in 1s (3450 kB/s) [2021-01-23T00:43:24.543Z] 25b303627fd3: Pull complete [2021-01-23T00:43:24.543Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-23T00:43:24.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:43:24.543Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-23T00:43:24.658Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-23T00:43:24.658Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:43:24.658Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:43:24.658Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-23T00:43:24.658Z] Selecting previously unselected package udev. [2021-01-23T00:43:24.851Z] prd-ubuntu18.04-docker-arm64-4c-16g-22402 does not seem to be running inside a container [2021-01-23T00:43:24.919Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-23T00:43:24.919Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:43:24.919Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-23T00:43:24.943Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-23T00:43:25.178Z] Selecting previously unselected package libfuse2:amd64. [2021-01-23T00:43:25.179Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-23T00:43:25.179Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-23T00:43:25.179Z] Selecting previously unselected package fuse. [2021-01-23T00:43:25.179Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-23T00:43:25.179Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-23T00:43:25.438Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:43:25.438Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:43:25.438Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:43:25.438Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:43:25.699Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:43:25.699Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:43:25.959Z] Selecting previously unselected package libksba8:amd64. [2021-01-23T00:43:25.959Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-23T00:43:25.959Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-23T00:43:25.959Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-23T00:43:25.959Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:43:25.959Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:26.220Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-23T00:43:26.220Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:43:26.220Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:26.220Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-23T00:43:26.220Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:43:26.220Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:26.484Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-23T00:43:26.484Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:43:26.484Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:26.484Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-23T00:43:26.484Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:43:26.484Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:26.484Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-23T00:43:26.484Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:43:26.484Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:26.746Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-23T00:43:26.746Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:43:26.746Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:26.746Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-23T00:43:26.746Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:43:26.746Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:27.913Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-23T00:43:27.914Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:43:27.914Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:27.914Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-23T00:43:27.914Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-23T00:43:27.914Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:43:27.914Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-23T00:43:27.914Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-23T00:43:27.914Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:43:27.914Z] Selecting previously unselected package libldap-common. [2021-01-23T00:43:27.914Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-23T00:43:27.914Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:43:27.914Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-23T00:43:27.914Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-23T00:43:27.914Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:43:27.914Z] Selecting previously unselected package dirmngr. [2021-01-23T00:43:27.914Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:43:27.914Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-23T00:43:27.914Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:43:27.914Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-23T00:43:27.914Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-23T00:43:27.914Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:43:27.914Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:43:27.914Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-23T00:43:27.914Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:27.914Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-23T00:43:27.914Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:43:27.914Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-23T00:43:28.175Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-23T00:43:28.436Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:28.436Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-23T00:43:28.436Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-23T00:43:28.436Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-23T00:43:28.436Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:28.436Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:28.576Z] $ docker top da6089e3b3f0d69a67c91299497cb8e86222db8ec944d188d178e3ff82fc1c88 -eo pid,comm [2021-01-23T00:43:28.696Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:28.697Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:28.697Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:28.697Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:28.697Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:43:28.697Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:43:28.697Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-23T00:43:28.956Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-01-23T00:43:29.218Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-23T00:43:29.218Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-23T00:43:29.218Z] This means they are not meant to be enabled using systemctl. [2021-01-23T00:43:29.218Z] Possible reasons for having this kind of units are: [2021-01-23T00:43:29.219Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-23T00:43:29.219Z] .wants/ or .requires/ directory. [2021-01-23T00:43:29.219Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-23T00:43:29.219Z] a requirement dependency on it. [2021-01-23T00:43:29.219Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-23T00:43:29.219Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-23T00:43:29.219Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-23T00:43:29.219Z] instance name specified. [2021-01-23T00:43:29.480Z] Reading package lists... [2021-01-23T00:43:29.668Z] + docker-compose build --help+ [2021-01-23T00:43:29.668Z] grep parallel [2021-01-23T00:43:29.741Z] Building dependency tree... [2021-01-23T00:43:29.741Z] Reading state information... [2021-01-23T00:43:29.741Z] The following additional packages will be installed: [2021-01-23T00:43:29.741Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-23T00:43:29.741Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-23T00:43:29.741Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-23T00:43:29.741Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-23T00:43:29.741Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-23T00:43:29.741Z] Suggested packages: [2021-01-23T00:43:29.741Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-23T00:43:29.741Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-23T00:43:29.741Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-23T00:43:29.741Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-23T00:43:29.741Z] systemd-container policykit-1 [2021-01-23T00:43:29.741Z] Recommended packages: [2021-01-23T00:43:29.741Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-23T00:43:29.741Z] The following NEW packages will be installed: [2021-01-23T00:43:29.741Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-23T00:43:29.741Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-23T00:43:29.741Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-23T00:43:29.741Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-23T00:43:29.741Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-23T00:43:29.741Z] The following packages will be upgraded: [2021-01-23T00:43:29.741Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-23T00:43:29.741Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-23T00:43:29.741Z] Need to get 35.2 MB of archives. [2021-01-23T00:43:29.741Z] After this operation, 141 MB of additional disk space will be used. [2021-01-23T00:43:29.741Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-23T00:43:30.003Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-23T00:43:30.003Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-23T00:43:30.003Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-23T00:43:30.003Z] 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-23T00:43:30.003Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-23T00:43:30.003Z] 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-23T00:43:30.003Z] 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-23T00:43:30.263Z] 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-23T00:43:30.263Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-23T00:43:30.263Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-23T00:43:30.263Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-23T00:43:30.263Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-23T00:43:30.263Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-23T00:43:30.263Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-23T00:43:30.263Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-23T00:43:30.263Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-23T00:43:32.174Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-23T00:43:32.174Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-23T00:43:32.174Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-23T00:43:32.174Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-23T00:43:32.174Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-23T00:43:32.174Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-23T00:43:32.174Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-23T00:43:32.174Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-23T00:43:32.174Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-23T00:43:32.174Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-23T00:43:32.174Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-23T00:43:32.174Z] 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-23T00:43:32.174Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-23T00:43:33.556Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:43:33.556Z] Fetched 35.2 MB in 4s (9858 kB/s) [2021-01-23T00:43:33.556Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T00:43:33.556Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:43:33.817Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:43:34.407Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:43:34.407Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:43:34.407Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-23T00:43:34.677Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T00:43:34.677Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-23T00:43:34.677Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-23T00:43:34.941Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-23T00:43:34.941Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T00:43:34.941Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-23T00:43:34.941Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-23T00:43:35.058Z] --parallel Build images in parallel. [Pipeline] } [2021-01-23T00:43:35.350Z] $ docker stop --time=1 da6089e3b3f0d69a67c91299497cb8e86222db8ec944d188d178e3ff82fc1c88 [2021-01-23T00:43:35.516Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-23T00:43:35.516Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-23T00:43:35.784Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-23T00:43:35.784Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-23T00:43:35.784Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-23T00:43:35.784Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-23T00:43:36.045Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-23T00:43:36.045Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:43:36.045Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:43:36.305Z] Selecting previously unselected package libexpat1:amd64. [2021-01-23T00:43:36.305Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-23T00:43:36.305Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-23T00:43:36.305Z] Selecting previously unselected package python3.6-minimal. [2021-01-23T00:43:36.305Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:43:36.305Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:43:36.662Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-23T00:43:36.923Z] Checking for services that may need to be restarted...done. [2021-01-23T00:43:36.923Z] Checking for services that may need to be restarted...done. [2021-01-23T00:43:36.923Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:43:36.923Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-23T00:43:36.923Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:43:37.402Z] $ docker rm -f da6089e3b3f0d69a67c91299497cb8e86222db8ec944d188d178e3ff82fc1c88 [2021-01-23T00:43:37.494Z] Selecting previously unselected package python3-minimal. [2021-01-23T00:43:37.494Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-23T00:43:37.494Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-23T00:43:37.494Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-23T00:43:37.494Z] Selecting previously unselected package mime-support. [2021-01-23T00:43:37.494Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-23T00:43:37.494Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-23T00:43:37.494Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-23T00:43:37.494Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-23T00:43:37.494Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [Pipeline] // withDockerContainer [2021-01-23T00:43:37.755Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-23T00:43:37.755Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:43:37.755Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:43:38.016Z] Selecting previously unselected package python3.6. [2021-01-23T00:43:38.016Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:43:38.016Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:43:38.016Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-23T00:43:38.016Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-23T00:43:38.016Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-23T00:43:38.016Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-23T00:43:38.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:43:38.243Z] . [Pipeline] withDockerContainer [2021-01-23T00:43:38.276Z] Selecting previously unselected package python3. [2021-01-23T00:43:38.276Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-23T00:43:38.276Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-23T00:43:38.530Z] prd-ubuntu18.04-docker-arm64-4c-16g-22402 does not seem to be running inside a container [2021-01-23T00:43:38.542Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-23T00:43:38.542Z] Selecting previously unselected package multiarch-support. [2021-01-23T00:43:38.542Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:43:38.542Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-23T00:43:38.620Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-23T00:43:38.805Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-23T00:43:38.805Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-23T00:43:39.074Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-23T00:43:39.074Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-23T00:43:39.074Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-23T00:43:39.074Z] Selecting previously unselected package libbsd0:amd64. [2021-01-23T00:43:39.074Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-23T00:43:39.074Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-23T00:43:39.074Z] Selecting previously unselected package sudo. [2021-01-23T00:43:39.074Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-23T00:43:39.074Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-23T00:43:39.341Z] Selecting previously unselected package apparmor. [2021-01-23T00:43:39.341Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-23T00:43:39.341Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-23T00:43:39.603Z] Selecting previously unselected package libedit2:amd64. [2021-01-23T00:43:39.603Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-23T00:43:39.603Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-23T00:43:39.603Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-23T00:43:39.603Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:43:39.603Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:43:39.603Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-23T00:43:39.603Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:43:39.865Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:43:39.865Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-23T00:43:39.865Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-23T00:43:39.865Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-23T00:43:39.865Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-23T00:43:39.865Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:43:39.865Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:43:40.126Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-23T00:43:40.126Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:43:40.126Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:43:40.126Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-23T00:43:40.126Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-23T00:43:40.126Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-23T00:43:40.197Z] $ docker top 58ccbe386486717fb07471f6cb17bd69131e1b4f41186326add13cb44cdd2a1c -eo pid,comm [2021-01-23T00:43:40.388Z] Selecting previously unselected package openssh-client. [2021-01-23T00:43:40.388Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-23T00:43:40.388Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [Pipeline] { [2021-01-23T00:43:40.648Z] Selecting previously unselected package squashfs-tools. [2021-01-23T00:43:40.648Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-23T00:43:40.648Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-23T00:43:40.648Z] Selecting previously unselected package snapd. [2021-01-23T00:43:40.648Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-23T00:43:40.648Z] Unpacking snapd (2.48+18.04) ... [Pipeline] sh [2021-01-23T00:43:41.363Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-23T00:43:42.558Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-23T00:43:42.558Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-23T00:43:42.558Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-23T00:43:42.819Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-23T00:43:42.819Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-23T00:43:42.819Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:43:42.819Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:43:42.819Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-23T00:43:42.819Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-23T00:43:43.787Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-23T00:43:43.787Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-23T00:43:43.787Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-23T00:43:43.787Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:43:43.787Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:43:43.787Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:43:44.748Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-23T00:43:44.748Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:43:44.748Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-23T00:43:44.748Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-23T00:43:44.748Z] running python rtupdate hooks for python3.6... [2021-01-23T00:43:44.748Z] running python post-rtupdate hooks for python3.6... [2021-01-23T00:43:45.008Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-23T00:43:46.946Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-23T00:43:47.208Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:43:47.208Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-23T00:43:47.208Z] Setting up snapd (2.48+18.04) ... [2021-01-23T00:43:47.780Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-23T00:43:47.780Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-23T00:43:48.040Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-23T00:43:48.040Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-23T00:43:48.185Z] Building docker-core-command-go ... [2021-01-23T00:43:48.185Z] Building docker-core-data-go ... [2021-01-23T00:43:48.185Z] Building docker-core-metadata-go ... [2021-01-23T00:43:48.185Z] Building docker-security-bootstrapper-go ... [2021-01-23T00:43:48.185Z] Building docker-security-proxy-setup-go ... [2021-01-23T00:43:48.185Z] Building docker-security-secretstore-setup-go ... [2021-01-23T00:43:48.185Z] Building docker-support-notifications-go ... [2021-01-23T00:43:48.185Z] Building docker-support-scheduler-go ... [2021-01-23T00:43:48.185Z] Building docker-sys-mgmt-agent-go ... [2021-01-23T00:43:48.185Z] Building docker-core-command-go [2021-01-23T00:43:48.185Z] Building docker-security-proxy-setup-go [2021-01-23T00:43:48.185Z] Building docker-sys-mgmt-agent-go [2021-01-23T00:43:48.185Z] Building docker-security-secretstore-setup-go [2021-01-23T00:43:48.185Z] Building docker-support-notifications-go [2021-01-23T00:43:48.301Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-23T00:43:48.301Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-23T00:43:48.563Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-23T00:43:48.563Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-23T00:43:48.824Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-23T00:43:48.824Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-23T00:43:49.084Z] /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-23T00:43:49.084Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:43:49.084Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-23T00:43:50.469Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T00:43:50.469Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T00:43:50.469Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T00:43:51.413Z] Reading package lists... [2021-01-23T00:43:51.413Z] Reading package lists... [2021-01-23T00:43:51.675Z] Building dependency tree... [2021-01-23T00:43:51.675Z] Reading state information... [2021-01-23T00:43:51.935Z] Calculating upgrade... [2021-01-23T00:43:51.935Z] The following packages will be upgraded: [2021-01-23T00:43:51.935Z] advancecomp base-files bash binutils binutils-common [2021-01-23T00:43:51.935Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-23T00:43:51.935Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-23T00:43:51.935Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-23T00:43:51.935Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-23T00:43:51.935Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-23T00:43:51.935Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-23T00:43:51.935Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-23T00:43:51.935Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-23T00:43:51.935Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-23T00:43:51.935Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-23T00:43:51.935Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-23T00:43:51.935Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-23T00:43:51.935Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-23T00:43:51.935Z] ubuntu-keyring util-linux [2021-01-23T00:43:51.936Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T00:43:51.936Z] Need to get 63.7 MB of archives. [2021-01-23T00:43:51.936Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-23T00:43:51.936Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-23T00:43:52.196Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-23T00:43:52.196Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-23T00:43:52.196Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-23T00:43:52.196Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-23T00:43:52.196Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-23T00:43:52.196Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-23T00:43:52.196Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-23T00:43:52.196Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-23T00:43:52.196Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-23T00:43:52.196Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-23T00:43:52.196Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-23T00:43:52.196Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-23T00:43:52.196Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-23T00:43:52.196Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-23T00:43:52.196Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-23T00:43:52.196Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-23T00:43:52.196Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-23T00:43:52.196Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-23T00:43:52.458Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-23T00:43:52.458Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-23T00:43:52.458Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-23T00:43:52.458Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-23T00:43:52.458Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-23T00:43:52.458Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-23T00:43:52.458Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-23T00:43:52.458Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-23T00:43:52.458Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-23T00:43:52.458Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-23T00:43:52.458Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-23T00:43:52.458Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-23T00:43:52.458Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-23T00:43:52.458Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-23T00:43:52.458Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-23T00:43:52.458Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-23T00:43:52.458Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-23T00:43:52.458Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-23T00:43:52.458Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-23T00:43:52.458Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-23T00:43:52.458Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-23T00:43:52.458Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-23T00:43:52.458Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-23T00:43:52.458Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-23T00:43:52.458Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-23T00:43:52.458Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-23T00:43:52.458Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-23T00:43:52.458Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-23T00:43:52.458Z] Get:48 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-23T00:43:52.458Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-23T00:43:52.458Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-23T00:43:52.458Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-23T00:43:52.458Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-23T00:43:52.458Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-23T00:43:52.458Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-23T00:43:52.458Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-23T00:43:52.717Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-23T00:43:52.977Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-23T00:43:52.977Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-23T00:43:52.977Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-23T00:43:52.977Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-23T00:43:52.977Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-23T00:43:52.977Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-23T00:43:52.977Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-23T00:43:52.978Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-23T00:43:53.238Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-23T00:43:53.238Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-23T00:43:53.499Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-23T00:43:53.499Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-23T00:43:53.499Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-23T00:43:53.499Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-23T00:43:53.499Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-23T00:43:53.499Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-23T00:43:53.499Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-23T00:43:53.499Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-23T00:43:53.499Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-23T00:43:53.499Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-23T00:43:53.499Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-23T00:43:53.499Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-23T00:43:53.499Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-23T00:43:53.760Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-23T00:43:53.760Z] Get:81 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-23T00:43:53.760Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-23T00:43:53.760Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-23T00:43:53.760Z] Get:84 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-23T00:43:53.760Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-23T00:43:53.760Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-23T00:43:53.760Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-23T00:43:53.760Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-23T00:43:53.760Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-23T00:43:53.760Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-23T00:43:53.760Z] Get:91 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-23T00:43:53.760Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-23T00:43:53.760Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-23T00:43:53.760Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-23T00:43:54.021Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-23T00:43:54.021Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-23T00:43:54.021Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-23T00:43:54.021Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:43:54.021Z] Fetched 63.7 MB in 2s (32.6 MB/s) [2021-01-23T00:43:54.281Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:43:54.281Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:43:54.281Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:43:54.852Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:43:54.852Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:43:55.112Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-23T00:43:55.113Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-23T00:43:56.057Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:56.057Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:43:56.057Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:56.057Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:43:56.057Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:56.057Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:43:56.318Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:56.318Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:43:56.318Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:56.318Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:43:56.579Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:56.579Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:43:56.579Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:56.579Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:43:56.840Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:43:56.840Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:43:56.840Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:56.840Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-23T00:43:57.101Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:43:57.101Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:43:57.101Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:57.101Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:43:57.362Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:57.363Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:43:57.363Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:43:57.363Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:43:57.623Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:43:57.623Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:43:57.623Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:43:57.888Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:43:58.458Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-23T00:43:58.458Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:43:58.458Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-23T00:43:58.458Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-23T00:43:58.458Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-23T00:43:58.721Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-23T00:43:58.982Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-23T00:43:58.982Z] Installing new version of config file /etc/issue ... [2021-01-23T00:43:58.982Z] Installing new version of config file /etc/issue.net ... [2021-01-23T00:43:58.982Z] Installing new version of config file /etc/lsb-release ... [2021-01-23T00:43:58.982Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-23T00:43:59.243Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-23T00:43:59.243Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-23T00:43:59.243Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-23T00:43:59.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:43:59.504Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-23T00:43:59.504Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-23T00:43:59.504Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-23T00:43:59.769Z] 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-23T00:43:59.769Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:43:59.769Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:43:59.769Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-23T00:43:59.769Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:44:00.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:00.033Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-23T00:44:00.033Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-23T00:44:00.294Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-23T00:44:00.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:00.294Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-23T00:44:00.294Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T00:44:00.558Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-23T00:44:00.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:00.558Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:44:00.818Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:44:00.818Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T00:44:00.818Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:00.818Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:44:01.079Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:44:01.079Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-23T00:44:01.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:01.343Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-23T00:44:01.343Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-23T00:44:01.343Z] Setting up grep (3.1-2build1) ... [2021-01-23T00:44:01.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:01.609Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-23T00:44:01.609Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-23T00:44:01.609Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-23T00:44:01.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:01.870Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:44:01.870Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:44:02.129Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-23T00:44:02.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:02.129Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T00:44:02.129Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:44:02.699Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T00:44:02.699Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:44:02.699Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T00:44:02.699Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:44:03.270Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-23T00:44:03.530Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:03.530Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-23T00:44:03.530Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:44:04.479Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-23T00:44:04.479Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-23T00:44:04.740Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-23T00:44:04.740Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-23T00:44:04.740Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-23T00:44:05.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:05.000Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-23T00:44:05.000Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-23T00:44:05.000Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-23T00:44:05.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:05.262Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:44:05.262Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:44:05.262Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:44:05.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:05.262Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:44:05.262Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:44:05.523Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:44:05.523Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:05.523Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:44:05.523Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:44:05.788Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:44:05.788Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:05.788Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:44:05.788Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:44:06.050Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:44:06.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:06.050Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:44:06.050Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:44:06.318Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:44:06.318Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:44:06.318Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T00:44:06.318Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:06.318Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:44:06.579Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:44:06.579Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T00:44:06.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:06.579Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:44:06.838Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:44:06.839Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:44:07.100Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:07.100Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:44:07.100Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:44:07.100Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:44:07.100Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:07.360Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:44:07.360Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:44:07.624Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:44:07.885Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-23T00:44:08.147Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-23T00:44:08.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:08.413Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:44:08.413Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:44:08.676Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:44:08.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:44:08.676Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-23T00:44:08.939Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:44:08.939Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-23T00:44:08.939Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:09.203Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-23T00:44:09.203Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-23T00:44:09.203Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-23T00:44:09.467Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:09.467Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T00:44:09.467Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:44:09.735Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:44:09.735Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:09.735Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T00:44:10.021Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:44:10.021Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:44:10.021Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:10.021Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T00:44:10.283Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:44:10.544Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:44:10.807Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:10.807Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:44:10.807Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:44:10.807Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:44:10.807Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:44:11.071Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:44:11.071Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:44:11.071Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T00:44:11.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:11.332Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-23T00:44:11.332Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-23T00:44:11.332Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-23T00:44:11.596Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:11.596Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-23T00:44:11.596Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:44:11.596Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:44:11.857Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:11.857Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:44:11.857Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:44:12.118Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T00:44:12.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:12.118Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-23T00:44:12.118Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-23T00:44:12.378Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-23T00:44:12.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:12.379Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-23T00:44:12.640Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-23T00:44:12.901Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-23T00:44:12.901Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:12.901Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:44:13.161Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:44:13.161Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-23T00:44:13.161Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:13.161Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-23T00:44:13.422Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-23T00:44:13.423Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-23T00:44:13.423Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:13.423Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-23T00:44:13.683Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-23T00:44:13.683Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-23T00:44:13.683Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:13.683Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-23T00:44:13.683Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-23T00:44:13.945Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-23T00:44:13.945Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:13.945Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-23T00:44:13.945Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-23T00:44:14.206Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-23T00:44:14.206Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:14.206Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-23T00:44:14.206Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-23T00:44:14.466Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-23T00:44:14.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:44:14.466Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-23T00:44:14.466Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-23T00:44:14.466Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-23T00:44:14.727Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-23T00:44:14.727Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-23T00:44:14.727Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-23T00:44:14.727Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-23T00:44:14.727Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-23T00:44:14.988Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-23T00:44:14.988Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-23T00:44:15.247Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-23T00:44:15.247Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-23T00:44:15.508Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-23T00:44:15.508Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-23T00:44:15.508Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-23T00:44:15.508Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-23T00:44:15.769Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-23T00:44:15.769Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-23T00:44:15.769Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-23T00:44:16.030Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-23T00:44:16.030Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-23T00:44:16.030Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-23T00:44:16.030Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-23T00:44:16.291Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-23T00:44:16.291Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-23T00:44:16.291Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-23T00:44:16.551Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-23T00:44:16.551Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-23T00:44:17.492Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-23T00:44:17.492Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-23T00:44:17.492Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-23T00:44:17.492Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-23T00:44:17.492Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:44:17.492Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:44:17.753Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:44:17.753Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:44:18.014Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:44:18.014Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:44:18.014Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:44:18.014Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:44:18.274Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:44:18.274Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:44:18.274Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:44:18.274Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:44:18.535Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:44:18.535Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:44:18.535Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:44:18.535Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:44:19.474Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:44:19.474Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:44:20.413Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:44:20.413Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:44:21.369Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:44:21.369Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:44:21.369Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:44:21.369Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:44:22.311Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:44:22.311Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:44:22.311Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T00:44:22.572Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T00:44:22.572Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-23T00:44:22.572Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T00:44:22.834Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-23T00:44:22.834Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T00:44:22.834Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-23T00:44:23.094Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-23T00:44:23.094Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T00:44:23.094Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T00:44:23.094Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T00:44:23.356Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T00:44:23.356Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-23T00:44:23.356Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-23T00:44:23.617Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:44:23.617Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T00:44:23.617Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:44:23.617Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:44:23.617Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:44:23.617Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-23T00:44:23.617Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-23T00:44:23.879Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-23T00:44:23.879Z] [2021-01-23T00:44:23.879Z] Current default time zone: 'Etc/UTC' [2021-01-23T00:44:23.879Z] Local time is now: Sat Jan 23 00:44:23 UTC 2021. [2021-01-23T00:44:23.879Z] Universal Time is now: Sat Jan 23 00:44:23 UTC 2021. [2021-01-23T00:44:23.879Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-23T00:44:23.879Z] [2021-01-23T00:44:23.879Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-23T00:44:23.879Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:44:23.879Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-23T00:44:24.139Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:44:24.139Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-23T00:44:24.139Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-23T00:44:24.139Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-23T00:44:24.139Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-23T00:44:24.139Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-23T00:44:24.400Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-23T00:44:24.400Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:44:24.400Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-23T00:44:24.661Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:44:24.661Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:44:24.661Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:44:24.661Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-23T00:44:24.661Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-23T00:44:24.661Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-23T00:44:24.661Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-23T00:44:24.921Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-23T00:44:24.921Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-23T00:44:24.921Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:44:24.921Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-23T00:44:26.838Z] Updating certificates in /etc/ssl/certs... [2021-01-23T00:44:27.779Z] 22 added, 17 removed; done. [2021-01-23T00:44:27.779Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-23T00:44:27.779Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:44:27.779Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-23T00:44:27.779Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-23T00:44:27.779Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-23T00:44:27.779Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:44:27.779Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:44:28.042Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:44:28.042Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:44:28.042Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:44:28.042Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:44:28.042Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:44:28.042Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-23T00:44:28.042Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:44:28.042Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-23T00:44:28.303Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-23T00:44:28.303Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:44:28.303Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:44:28.303Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:44:28.303Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-23T00:44:28.586Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-23T00:44:28.586Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-23T00:44:28.587Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:44:28.587Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-23T00:44:28.587Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-23T00:44:28.847Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-23T00:44:28.847Z] Updating certificates in /etc/ssl/certs... [2021-01-23T00:44:29.417Z] 0 added, 0 removed; done. [2021-01-23T00:44:29.417Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-23T00:44:29.417Z] done. [2021-01-23T00:44:29.678Z] Reading package lists... [2021-01-23T00:44:29.940Z] Building dependency tree... [2021-01-23T00:44:29.940Z] Reading state information... [2021-01-23T00:44:29.940Z] The following NEW packages will be installed: [2021-01-23T00:44:29.940Z] apt-transport-https [2021-01-23T00:44:30.200Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T00:44:30.200Z] Need to get 1696 B of archives. [2021-01-23T00:44:30.200Z] After this operation, 153 kB of additional disk space will be used. [2021-01-23T00:44:30.200Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-23T00:44:30.200Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:44:30.200Z] Fetched 1696 B in 0s (9567 B/s) [2021-01-23T00:44:30.461Z] Selecting previously unselected package apt-transport-https. [2021-01-23T00:44:30.461Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-23T00:44:30.461Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-23T00:44:30.461Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-23T00:44:30.461Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-23T00:44:30.724Z] Waiting for network to be ready... [2021-01-23T00:44:36.026Z] 2021-01-23T00:44:33Z INFO Waiting for automatic snapd restart... [2021-01-23T00:44:36.596Z] snapd 2.48.2 from Canonical* installed [2021-01-23T00:44:37.537Z] "snapd" switched to the "latest/stable" channel [2021-01-23T00:44:37.537Z] [2021-01-23T00:44:40.081Z] core18 20201210 from Canonical* installed [2021-01-23T00:44:40.342Z] "core18" switched to the "latest/stable" channel [2021-01-23T00:44:40.342Z] [2021-01-23T00:44:43.649Z] snapcraft 4.4.4 from Canonical* installed [2021-01-23T00:44:43.649Z] "snapcraft" switched to the "latest/stable" channel [2021-01-23T00:44:43.649Z] [2021-01-23T00:44:46.989Z] 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-23T00:44:46.989Z] - README.md [2021-01-23T00:44:46.990Z] - snapcraft.yaml.orig [2021-01-23T00:44:46.990Z] [2021-01-23T00:44:46.990Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-23T00:44:53.579Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:44:53.579Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T00:44:53.579Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T00:44:53.579Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T00:44:54.529Z] Reading package lists... [2021-01-23T00:44:54.790Z] 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-23T00:45:01.376Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:45:01.376Z] Reading package lists... [2021-01-23T00:45:01.376Z] Building dependency tree... [2021-01-23T00:45:01.376Z] Reading state information... [2021-01-23T00:45:01.376Z] Suggested packages: [2021-01-23T00:45:01.376Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-23T00:45:01.376Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-23T00:45:01.376Z] Recommended packages: [2021-01-23T00:45:01.376Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-23T00:45:01.376Z] The following NEW packages will be installed: [2021-01-23T00:45:01.376Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-23T00:45:01.376Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-23T00:45:01.376Z] pkg-config zip [2021-01-23T00:45:01.376Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T00:45:01.376Z] Need to get 7655 kB of archives. [2021-01-23T00:45:01.376Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-23T00:45:01.376Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-23T00:45:01.376Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-23T00:45:01.638Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-23T00:45:01.638Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-23T00:45:01.638Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-23T00:45:01.638Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-23T00:45:01.914Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-23T00:45:01.914Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-23T00:45:01.914Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-23T00:45:01.914Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-23T00:45:02.175Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-23T00:45:02.175Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-23T00:45:02.175Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-23T00:45:02.175Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-23T00:45:02.175Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-23T00:45:02.437Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:45:02.437Z] Fetched 7655 kB in 1s (6989 kB/s) [2021-01-23T00:45:02.437Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-23T00:45:02.437Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-23T00:45:02.437Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-23T00:45:02.437Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-23T00:45:02.699Z] Selecting previously unselected package libpsl5:amd64. [2021-01-23T00:45:02.699Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-23T00:45:02.699Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-23T00:45:02.699Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-23T00:45:02.699Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-23T00:45:02.699Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-23T00:45:02.963Z] Selecting previously unselected package librtmp1:amd64. [2021-01-23T00:45:02.963Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-23T00:45:02.963Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-23T00:45:02.964Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-23T00:45:02.964Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-23T00:45:02.964Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-23T00:45:03.227Z] Selecting previously unselected package liberror-perl. [2021-01-23T00:45:03.227Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-23T00:45:03.227Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-23T00:45:03.227Z] Selecting previously unselected package git-man. [2021-01-23T00:45:03.227Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-23T00:45:03.227Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:45:03.227Z] Selecting previously unselected package git. [2021-01-23T00:45:03.227Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-23T00:45:03.488Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:45:04.063Z] Selecting previously unselected package libnorm1:amd64. [2021-01-23T00:45:04.063Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-23T00:45:04.063Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-23T00:45:04.323Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-23T00:45:04.323Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-23T00:45:04.323Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-23T00:45:04.323Z] Selecting previously unselected package libsodium23:amd64. [2021-01-23T00:45:04.323Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-23T00:45:04.323Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-23T00:45:04.585Z] Selecting previously unselected package libzmq5:amd64. [2021-01-23T00:45:04.585Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-23T00:45:04.585Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:45:04.585Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-23T00:45:04.585Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-23T00:45:04.585Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:45:04.585Z] Selecting previously unselected package pkg-config. [2021-01-23T00:45:04.847Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-23T00:45:04.847Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-23T00:45:04.847Z] Selecting previously unselected package zip. [2021-01-23T00:45:04.847Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-23T00:45:04.847Z] Unpacking zip (3.0-11build1) ... [2021-01-23T00:45:04.847Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-23T00:45:05.110Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:45:05.110Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-23T00:45:05.110Z] Setting up liberror-perl (0.17025-1) ... [2021-01-23T00:45:05.110Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-23T00:45:05.110Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-23T00:45:05.110Z] No schema files found: doing nothing. [2021-01-23T00:45:05.110Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-23T00:45:05.110Z] Setting up zip (3.0-11build1) ... [2021-01-23T00:45:05.110Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-23T00:45:05.371Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-23T00:45:05.371Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-23T00:45:05.371Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:45:05.371Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-23T00:45:05.371Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:45:05.371Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:45:05.633Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:45:09.949Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:45:09.949Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:45:09.949Z] ---> beb6f4612557 [2021-01-23T00:45:09.949Z] Step 3/24 : WORKDIR /edgex-go [2021-01-23T00:45:09.949Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:45:09.949Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:45:09.949Z] ---> beb6f4612557 [2021-01-23T00:45:09.949Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:45:09.949Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:45:09.949Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:45:09.949Z] ---> beb6f4612557 [2021-01-23T00:45:09.949Z] Step 3/26 : WORKDIR /edgex-go [2021-01-23T00:45:09.949Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:45:09.949Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:45:09.949Z] ---> beb6f4612557 [2021-01-23T00:45:09.949Z] Step 3/21 : WORKDIR /edgex-go [2021-01-23T00:45:09.949Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:45:09.949Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:45:09.949Z] ---> beb6f4612557 [2021-01-23T00:45:09.949Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:45:09.949Z] ---> Running in c394e17acf9f [2021-01-23T00:45:09.949Z] ---> Running in b6b67c25073b [2021-01-23T00:45:09.949Z] ---> Running in 8877e7ad99e9 [2021-01-23T00:45:09.949Z] ---> Running in be915ab83d91 [2021-01-23T00:45:09.949Z] ---> Running in 0f67704bda61 [2021-01-23T00:45:09.949Z] Removing intermediate container 8877e7ad99e9 [2021-01-23T00:45:09.949Z] ---> 3fb49592945e [2021-01-23T00:45:09.949Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:45:09.949Z] Removing intermediate container 0f67704bda61 [2021-01-23T00:45:09.949Z] ---> d5f3b872c8b6 [2021-01-23T00:45:09.949Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:45:09.949Z] Removing intermediate container be915ab83d91 [2021-01-23T00:45:09.949Z] ---> 9be032eee233 [2021-01-23T00:45:09.949Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:45:09.949Z] Removing intermediate container b6b67c25073b [2021-01-23T00:45:09.949Z] ---> 8076b0fbf9a3 [2021-01-23T00:45:09.949Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:45:09.949Z] Removing intermediate container c394e17acf9f [2021-01-23T00:45:09.949Z] ---> 7411489ab014 [2021-01-23T00:45:09.949Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:45:09.949Z] ---> Running in c80621c57bfa [2021-01-23T00:45:09.949Z] ---> Running in e32a87f36ac1 [2021-01-23T00:45:09.949Z] ---> Running in 0c664a76dee6 [2021-01-23T00:45:09.949Z] ---> Running in 96a824386fa7 [2021-01-23T00:45:09.949Z] ---> Running in 3c414f0d9ba0 [2021-01-23T00:45:09.949Z] Removing intermediate container c80621c57bfa [2021-01-23T00:45:09.949Z] ---> 114d446837cb [2021-01-23T00:45:09.949Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-23T00:45:09.949Z] Removing intermediate container e32a87f36ac1 [2021-01-23T00:45:09.949Z] ---> f019ac5a6a0f [2021-01-23T00:45:09.949Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-23T00:45:09.949Z] Removing intermediate container 96a824386fa7 [2021-01-23T00:45:09.949Z] ---> fa4073f267fa [2021-01-23T00:45:09.949Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:45:09.949Z] ---> Running in a3703c47bb19 [2021-01-23T00:45:09.949Z] ---> Running in b1e87c90608e [2021-01-23T00:45:09.949Z] ---> Running in d48346f977ba [2021-01-23T00:45:09.949Z] Removing intermediate container 0c664a76dee6 [2021-01-23T00:45:09.949Z] ---> 7cbf6f84551a [2021-01-23T00:45:09.949Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-23T00:45:10.224Z] Removing intermediate container 3c414f0d9ba0 [2021-01-23T00:45:10.224Z] ---> 308613e839eb [2021-01-23T00:45:10.224Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-23T00:45:10.224Z] ---> Running in f8bd8c8330b1 [2021-01-23T00:45:10.496Z] ---> Running in 26d9bfbb8d84 [2021-01-23T00:45:11.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:45:11.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:45:12.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:45:12.234Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:45:12.234Z] git set to automatically installed. [2021-01-23T00:45:12.234Z] git-man set to automatically installed. [2021-01-23T00:45:12.234Z] libcurl3-gnutls set to automatically installed. [2021-01-23T00:45:12.234Z] liberror-perl set to automatically installed. [2021-01-23T00:45:12.234Z] libglib2.0-0 set to automatically installed. [2021-01-23T00:45:12.234Z] libnghttp2-14 set to automatically installed. [2021-01-23T00:45:12.234Z] libnorm1 set to automatically installed. [2021-01-23T00:45:12.234Z] libpgm-5.2-0 set to automatically installed. [2021-01-23T00:45:12.234Z] libpsl5 set to automatically installed. [2021-01-23T00:45:12.234Z] librtmp1 set to automatically installed. [2021-01-23T00:45:12.234Z] libsodium23 set to automatically installed. [2021-01-23T00:45:12.234Z] libzmq3-dev set to automatically installed. [2021-01-23T00:45:12.234Z] libzmq5 set to automatically installed. [2021-01-23T00:45:12.234Z] pkg-config set to automatically installed. [2021-01-23T00:45:12.234Z] zip set to automatically installed. [2021-01-23T00:45:12.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:45:12.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:45:12.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:45:12.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:45:13.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:45:13.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:45:13.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:45:13.336Z] OK: 217 MiB in 51 packages [2021-01-23T00:45:13.952Z] OK: 217 MiB in 51 packages [2021-01-23T00:45:14.148Z] snapd is not logged in, snap install commands will use sudo [2021-01-23T00:45:14.241Z] OK: 217 MiB in 51 packages [2021-01-23T00:45:14.241Z] OK: 217 MiB in 51 packages [2021-01-23T00:45:14.517Z] OK: 217 MiB in 51 packages [2021-01-23T00:45:15.497Z] Removing intermediate container a3703c47bb19 [2021-01-23T00:45:15.497Z] ---> b90937763c42 [2021-01-23T00:45:15.497Z] Step 6/24 : COPY go.mod . [2021-01-23T00:45:15.497Z] Removing intermediate container b1e87c90608e [2021-01-23T00:45:15.497Z] ---> 4d6725115a06 [2021-01-23T00:45:15.497Z] Step 6/22 : COPY go.mod . [2021-01-23T00:45:16.475Z] Removing intermediate container d48346f977ba [2021-01-23T00:45:16.475Z] ---> 31a107b8cac5 [2021-01-23T00:45:16.475Z] Step 6/23 : COPY go.mod . [2021-01-23T00:45:16.475Z] ---> 250f5e3f2ce7 [2021-01-23T00:45:16.475Z] Step 7/24 : RUN go mod download [2021-01-23T00:45:16.475Z] Removing intermediate container 26d9bfbb8d84 [2021-01-23T00:45:16.475Z] ---> 8c7b0488bc9b [2021-01-23T00:45:16.475Z] Step 6/21 : COPY go.mod . [2021-01-23T00:45:16.757Z] Removing intermediate container f8bd8c8330b1 [2021-01-23T00:45:16.757Z] ---> 8ccb8f0831e5 [2021-01-23T00:45:16.757Z] Step 6/26 : COPY go.mod . [2021-01-23T00:45:16.757Z] ---> Running in 287d94782a0a [2021-01-23T00:45:16.757Z] ---> 36377e572a88 [2021-01-23T00:45:16.757Z] Step 7/22 : RUN go mod download [2021-01-23T00:45:17.032Z] ---> Running in fdc93bcd9927 [2021-01-23T00:45:17.631Z] ---> 0d65b85943cb [2021-01-23T00:45:17.631Z] Step 7/23 : RUN go mod download [2021-01-23T00:45:17.631Z] ---> 98806a10b36c [2021-01-23T00:45:17.631Z] Step 7/21 : RUN go mod download [2021-01-23T00:45:17.909Z] ---> Running in 223cb177505d [2021-01-23T00:45:18.193Z] ---> Running in a506577ee47c [2021-01-23T00:45:18.193Z] ---> 7d2b3773eefb [2021-01-23T00:45:18.193Z] Step 7/26 : RUN go mod download [2021-01-23T00:45:18.472Z] ---> Running in d19d5fe2c0a7 [2021-01-23T00:45:20.731Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:45:20.731Z] snap "core18" has no updates available [2021-01-23T00:45:21.304Z] Pulling config-common [2021-01-23T00:45:21.906Z] Removing intermediate container 287d94782a0a [2021-01-23T00:45:21.906Z] ---> 5b05b29562af [2021-01-23T00:45:21.906Z] Step 8/24 : COPY . . [2021-01-23T00:45:21.906Z] Removing intermediate container fdc93bcd9927 [2021-01-23T00:45:21.906Z] ---> 497f0387c553 [2021-01-23T00:45:21.906Z] Step 8/22 : COPY . . [2021-01-23T00:45:22.248Z] Pulling go-build-helper [2021-01-23T00:45:22.516Z] Removing intermediate container 223cb177505d [2021-01-23T00:45:22.516Z] ---> 23aad34f0f92 [2021-01-23T00:45:22.516Z] Step 8/23 : COPY . . [2021-01-23T00:45:23.124Z] Removing intermediate container d19d5fe2c0a7 [2021-01-23T00:45:23.124Z] ---> e921efd70481 [2021-01-23T00:45:23.124Z] Step 8/26 : COPY . . [2021-01-23T00:45:23.735Z] Removing intermediate container a506577ee47c [2021-01-23T00:45:23.735Z] ---> 87c74b3d2de0 [2021-01-23T00:45:23.735Z] Step 8/21 : COPY . . [2021-01-23T00:45:44.215Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-23T00:45:44.215Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-23T00:45:44.215Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-23T00:45:44.215Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-23T00:45:44.215Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-23T00:45:44.216Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-23T00:45:44.216Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-23T00:45:44.216Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-23T00:45:44.216Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-23T00:45:44.216Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-23T00:45:44.216Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-23T00:45:44.216Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-23T00:45:44.216Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-23T00:45:44.216Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-23T00:45:44.216Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-23T00:45:44.216Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-23T00:45:44.216Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-23T00:45:44.216Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-23T00:45:44.216Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-23T00:45:44.216Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-23T00:45:44.216Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-23T00:45:44.216Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-23T00:45:44.216Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-23T00:45:44.216Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-23T00:45:44.216Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-23T00:45:44.216Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-23T00:45:44.216Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-23T00:45:44.216Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-23T00:45:44.216Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-23T00:45:44.216Z] Fetched 279 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-23T00:45:44.216Z] Fetched 122 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-23T00:45:44.216Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-23T00:45:44.216Z] Fetched 8848 B in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-23T00:45:44.216Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-23T00:45:44.216Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-23T00:45:44.216Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-23T00:45:44.216Z] Fetched 214 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-23T00:45:44.216Z] Fetched 155 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-23T00:45:44.216Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-23T00:45:44.216Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-23T00:45:44.216Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-23T00:45:44.216Z] Fetched 499 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-23T00:45:44.216Z] Fetched 111 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-23T00:45:44.216Z] Fetched 240 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-23T00:45:44.216Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-23T00:45:44.216Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-23T00:45:44.216Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-23T00:45:44.216Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-23T00:45:44.216Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-23T00:45:44.216Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-23T00:45:44.216Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-23T00:45:44.216Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-23T00:45:44.216Z] Fetched 8720 B in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-23T00:45:44.216Z] Fetched 137 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-23T00:45:44.216Z] Fetched 119 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-23T00:45:44.216Z] Fetched 109 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-23T00:45:44.216Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-23T00:45:44.216Z] Fetched 645 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-23T00:45:44.216Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-23T00:45:44.216Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-23T00:45:44.216Z] Fetched 368 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-23T00:45:44.216Z] Fetched 187 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-23T00:45:44.216Z] Fetched 175 kB in 0s (0 B/s) [2021-01-23T00:45:44.216Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-23T00:45:46.758Z] Fetched 206 kB in 0s (0 B/s) [2021-01-23T00:45:46.758Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-23T00:45:46.758Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-23T00:45:46.758Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-23T00:45:46.758Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-23T00:45:46.758Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-23T00:45:46.758Z] Fetched 159 kB in 0s (0 B/s) [2021-01-23T00:45:46.758Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-23T00:45:46.758Z] Fetched 107 kB in 0s (0 B/s) [2021-01-23T00:45:46.758Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-23T00:45:46.758Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-23T00:45:46.758Z] Pulling static-packages [2021-01-23T00:45:47.328Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-23T00:45:47.328Z] Skipping pull go-build-helper (already ran) [2021-01-23T00:45:47.328Z] Skipping pull static-packages (already ran) [2021-01-23T00:45:47.328Z] Building go-build-helper [2021-01-23T00:45:51.536Z] Building static-packages [2021-01-23T00:45:52.922Z] Staging go-build-helper [2021-01-23T00:45:53.493Z] Staging static-packages [2021-01-23T00:45:54.433Z] Pulling go115 [2021-01-23T00:45:55.376Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-23T00:45:55.376Z] Skipping pull go115 (already ran) [2021-01-23T00:45:55.376Z] Building go115 [2021-01-23T00:45:55.376Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-23T00:45:55.376Z] Dload Upload Total Spent Left Speed [2021-01-23T00:45:56.145Z] ---> 3cc426f19200 [2021-01-23T00:45:56.145Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-23T00:45:56.145Z] ---> Running in 971789571c3f [2021-01-23T00:45:56.145Z] ---> 9c87ad6fb977 [2021-01-23T00:45:56.145Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-23T00:45:56.145Z] ---> 9eefc9d01e3d [2021-01-23T00:45:56.145Z] ---> a6ef31069d1f [2021-01-23T00:45:56.145Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-23T00:45:56.145Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-23T00:45:56.145Z] ---> 7872f3ced440 [2021-01-23T00:45:56.145Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-23T00:45:56.145Z] ---> Running in 7a55d3fec185 [2021-01-23T00:45:56.145Z] ---> Running in 0bc52ae8555f [2021-01-23T00:45:56.145Z] ---> Running in 247b0c164c25 [2021-01-23T00:45:56.145Z] ---> Running in d3865fbb3501 [2021-01-23T00:45:56.145Z] 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-23T00:45:56.145Z] 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-23T00:45:56.145Z] 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-23T00:45:56.145Z] 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-23T00:45:56.145Z] 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-23T00:45:58.418Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.8M 0 0 33.7M 0 0:00:03 --:--:-- 0:00:03 33.7M 50 115M 50 58.2M 0 0 38.5M 0 0:00:02 0:00:01 0:00:01 38.5M 82 115M 82 95.1M 0 0 38.0M 0 0:00:03 0:00:02 0:00:01 38.0M 100 115M 100 115M 0 0 38.8M 0 0:00:02 0:00:02 --:--:-- 38.8M [2021-01-23T00:45:58.988Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-23T00:46:03.196Z] Staging go115 [2021-01-23T00:46:08.493Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T00:46:08.493Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T00:46:08.493Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T00:46:08.493Z] Fetched 0 B in 0s (0 B/s) [2021-01-23T00:46:08.493Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-23T00:46:08.493Z] Fetched 224 kB in 0s (0 B/s) [2021-01-23T00:46:08.493Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-23T00:46:08.493Z] Fetched 157 kB in 0s (0 B/s) [2021-01-23T00:46:08.493Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-23T00:46:08.493Z] Fetched 221 kB in 0s (0 B/s) [2021-01-23T00:46:08.493Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-23T00:46:08.493Z] Fetched 143 kB in 0s (0 B/s) [2021-01-23T00:46:08.493Z] Pulling edgex-go [2021-01-23T00:46:08.755Z] Pulling version [2021-01-23T00:46:09.699Z] Building config-common [2021-01-23T00:46:11.613Z] Skipping build go-build-helper (already ran) [2021-01-23T00:46:11.613Z] Skipping build static-packages (already ran) [2021-01-23T00:46:11.613Z] Skipping build go115 (already ran) [2021-01-23T00:46:11.874Z] Building edgex-go [2021-01-23T00:46:11.874Z] 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-23T00:46:13.789Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-23T00:46:13.790Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.3 [2021-01-23T00:46:13.790Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-23T00:46:13.790Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-23T00:46:13.790Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-23T00:46:13.790Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-23T00:46:13.790Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-23T00:46:14.067Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-23T00:46:14.067Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-23T00:46:14.067Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-23T00:46:14.067Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-23T00:46:14.067Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-23T00:46:14.067Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-23T00:46:14.067Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-23T00:46:14.067Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-23T00:46:14.067Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-23T00:46:14.067Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-23T00:46:14.067Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-23T00:46:14.067Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-23T00:46:14.067Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-23T00:46:14.067Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-23T00:46:14.067Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-23T00:46:14.067Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-23T00:46:14.067Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-23T00:46:14.329Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-23T00:46:14.329Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-23T00:46:14.329Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-23T00:46:14.589Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-23T00:46:21.168Z] 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-23T00:46:24.460Z] 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-23T00:46:25.400Z] 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-23T00:46:26.358Z] 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-23T00:46:26.618Z] 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-23T00:46:26.618Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-23T00:46:26.878Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-23T00:46:26.878Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-23T00:46:26.878Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-23T00:46:28.260Z] 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-23T00:46:28.260Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-23T00:46:28.260Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-23T00:46:29.641Z] 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-23T00:46:30.212Z] 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-23T00:46:30.212Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-23T00:46:31.593Z] 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-23T00:46:32.534Z] 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-23T00:46:33.104Z] 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-23T00:46:33.104Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-23T00:46:34.044Z] 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-23T00:46:34.303Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-23T00:46:36.872Z] Building version [2021-01-23T00:46:38.784Z] Staging config-common [2021-01-23T00:46:39.354Z] Skipping stage go-build-helper (already ran) [2021-01-23T00:46:39.354Z] Skipping stage static-packages (already ran) [2021-01-23T00:46:39.354Z] Skipping stage go115 (already ran) [2021-01-23T00:46:39.354Z] Staging edgex-go [2021-01-23T00:46:40.294Z] Staging version [2021-01-23T00:46:41.235Z] Priming config-common [2021-01-23T00:46:42.177Z] Priming go-build-helper [2021-01-23T00:46:43.117Z] Priming static-packages [2021-01-23T00:46:45.680Z] Priming go115 [2021-01-23T00:46:46.252Z] Priming edgex-go [2021-01-23T00:46:47.636Z] Priming version [2021-01-23T00:46:48.206Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-23T00:47:33.063Z] 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-23T00:47:33.063Z] 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-23T00:47:48.190Z] Removing intermediate container 971789571c3f [2021-01-23T00:47:48.190Z] ---> 940d69126fea [2021-01-23T00:47:48.190Z] [2021-01-23T00:47:48.190Z] Step 10/24 : FROM alpine:3.12 [2021-01-23T00:47:48.190Z] 3.12: Pulling from library/alpine [2021-01-23T00:47:50.188Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:47:50.188Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:47:50.188Z] ---> afeebe901d6b [2021-01-23T00:47:50.188Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-23T00:47:51.632Z] ---> Running in 36be1c86c117 [2021-01-23T00:47:51.908Z] Removing intermediate container 247b0c164c25 [2021-01-23T00:47:51.908Z] ---> 950b999a5157 [2021-01-23T00:47:52.180Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-23T00:47:52.453Z] Removing intermediate container 7a55d3fec185 [2021-01-23T00:47:52.453Z] ---> 645017aebe0f [2021-01-23T00:47:52.453Z] [2021-01-23T00:47:52.453Z] Step 10/21 : FROM alpine:3.12 [2021-01-23T00:47:52.453Z] ---> afeebe901d6b [2021-01-23T00:47:52.453Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-23T00:47:52.453Z] Removing intermediate container d3865fbb3501 [2021-01-23T00:47:52.453Z] ---> 73dd311a1d85 [2021-01-23T00:47:52.453Z] [2021-01-23T00:47:52.453Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:47:52.453Z] ---> afeebe901d6b [2021-01-23T00:47:52.453Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-23T00:47:52.453Z] ---> Running in 72d9678947b4 [2021-01-23T00:47:52.736Z] ---> Running in 05897aa0a3d9 [2021-01-23T00:47:52.736Z] ---> Running in afc18bd0bc95 [2021-01-23T00:47:53.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:53.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:54.588Z] 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-23T00:47:54.588Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-23T00:47:54.870Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:47:54.870Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-23T00:47:54.870Z] (4/5) Installing curl (7.69.1-r3) [2021-01-23T00:47:54.870Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-23T00:47:54.870Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:47:54.870Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:47:55.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:55.147Z] OK: 7 MiB in 19 packages [2021-01-23T00:47:55.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:55.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:55.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:47:55.975Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-23T00:47:56.248Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:47:56.248Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-23T00:47:56.248Z] (4/4) Installing curl (7.69.1-r3) [2021-01-23T00:47:56.248Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:47:56.248Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:47:56.248Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-23T00:47:56.521Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-23T00:47:56.521Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:47:56.521Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:47:56.521Z] OK: 7 MiB in 18 packages [2021-01-23T00:47:56.816Z] OK: 6 MiB in 16 packages [2021-01-23T00:47:58.795Z] Removing intermediate container 36be1c86c117 [2021-01-23T00:47:58.795Z] ---> ff65b5e041c3 [2021-01-23T00:47:58.795Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:47:59.393Z] ---> Running in ac3c9e9653e6 [2021-01-23T00:47:59.393Z] Removing intermediate container 05897aa0a3d9 [2021-01-23T00:47:59.393Z] ---> 48e40850317e [2021-01-23T00:47:59.393Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:47:59.992Z] Removing intermediate container afc18bd0bc95 [2021-01-23T00:47:59.992Z] ---> 926fc3b1dd5f [2021-01-23T00:47:59.992Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:47:59.992Z] ---> Running in 291613cf23aa [2021-01-23T00:47:59.992Z] Removing intermediate container ac3c9e9653e6 [2021-01-23T00:47:59.992Z] ---> 1daf5de46f1b [2021-01-23T00:47:59.992Z] Step 13/24 : WORKDIR / [2021-01-23T00:47:59.992Z] Removing intermediate container 72d9678947b4 [2021-01-23T00:47:59.992Z] ---> 24b48d20940b [2021-01-23T00:47:59.992Z] [2021-01-23T00:47:59.992Z] Step 11/26 : FROM docker:20.10.0 [2021-01-23T00:48:00.267Z] 20.10.0: Pulling from library/docker [2021-01-23T00:48:00.267Z] ---> Running in 7c5bb735efe5 [2021-01-23T00:48:00.543Z] ---> Running in 6b4556a7f73c [2021-01-23T00:48:00.543Z] Removing intermediate container 0bc52ae8555f [2021-01-23T00:48:00.543Z] ---> e79dd8ec08e4 [2021-01-23T00:48:00.543Z] [2021-01-23T00:48:00.543Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:48:00.543Z] ---> afeebe901d6b [2021-01-23T00:48:00.543Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:48:00.818Z] Removing intermediate container 291613cf23aa [2021-01-23T00:48:00.818Z] ---> c42e880a3fae [2021-01-23T00:48:00.818Z] Step 13/21 : WORKDIR /edgex [2021-01-23T00:48:00.818Z] ---> Running in 938b3564217b [2021-01-23T00:48:00.818Z] Removing intermediate container 7c5bb735efe5 [2021-01-23T00:48:00.818Z] ---> bcd6e0978e31 [2021-01-23T00:48:00.818Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-23T00:48:01.091Z] ---> Running in 97312e5cf626 [2021-01-23T00:48:01.369Z] ---> Running in 9a54f951b50d [2021-01-23T00:48:01.668Z] Removing intermediate container 6b4556a7f73c [2021-01-23T00:48:01.668Z] ---> c465367d9c82 [2021-01-23T00:48:01.668Z] 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-23T00:48:02.799Z] Removing intermediate container 97312e5cf626 [2021-01-23T00:48:02.799Z] ---> 8599d8adf7bc [2021-01-23T00:48:02.799Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-23T00:48:02.799Z] Removing intermediate container 9a54f951b50d [2021-01-23T00:48:02.799Z] ---> bd133a64b941 [2021-01-23T00:48:02.799Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:48:03.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:03.091Z] ---> Running in 89293c96ca30 [2021-01-23T00:48:03.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:03.407Z] ---> 23fb56dcaf65 [2021-01-23T00:48:03.407Z] 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-23T00:48:03.702Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T00:48:03.702Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:48:03.981Z] OK: 5 MiB in 15 packages [2021-01-23T00:48:04.260Z] Removing intermediate container 89293c96ca30 [2021-01-23T00:48:04.260Z] ---> b782089ef08c [2021-01-23T00:48:04.260Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:48:04.855Z] ---> e4d4926a1e1d [2021-01-23T00:48:04.855Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-23T00:48:05.446Z] ---> 6081703fcca5 [2021-01-23T00:48:05.446Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-23T00:48:05.719Z] ---> cbe605eeb448 [2021-01-23T00:48:05.719Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-23T00:48:06.695Z] ---> f75957c2d900 [2021-01-23T00:48:06.696Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-23T00:48:06.696Z] Removing intermediate container 938b3564217b [2021-01-23T00:48:06.696Z] ---> ffff95f6725f [2021-01-23T00:48:06.696Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:48:06.966Z] ---> b5b488c106d8 [2021-01-23T00:48:06.966Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-23T00:48:07.557Z] ---> Running in 8b81224e74dc [2021-01-23T00:48:08.150Z] ---> 1ac40c927ae2 [2021-01-23T00:48:08.150Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-23T00:48:08.740Z] Removing intermediate container 8b81224e74dc [2021-01-23T00:48:08.740Z] ---> ace91d0f0a94 [2021-01-23T00:48:08.740Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-23T00:48:09.334Z] ---> 2afcc01ae5aa [2021-01-23T00:48:09.334Z] ---> f5ba51c59b88 [2021-01-23T00:48:09.334Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"]Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-23T00:48:09.334Z] [2021-01-23T00:48:09.608Z] ---> Running in 6fa37d0729d6 [2021-01-23T00:48:09.889Z] ---> Running in bcb1ef82b253 [2021-01-23T00:48:09.889Z] ---> 94d47a22f329 [2021-01-23T00:48:09.889Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-23T00:48:10.504Z] ---> Running in 01f41284d4d2 [2021-01-23T00:48:10.504Z] Removing intermediate container 6fa37d0729d6 [2021-01-23T00:48:10.504Z] ---> 940f670af52d [2021-01-23T00:48:10.504Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:48:10.782Z] Removing intermediate container bcb1ef82b253 [2021-01-23T00:48:10.782Z] ---> 3cecbbf9a858 [2021-01-23T00:48:10.782Z] Step 18/21 : CMD ["--init=true"] [2021-01-23T00:48:11.379Z] ---> Running in bebe760428b4 [2021-01-23T00:48:11.652Z] ---> Running in b70975d89f84 [2021-01-23T00:48:11.931Z] ---> 541ab20bdb0b [2021-01-23T00:48:11.931Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-23T00:48:11.931Z] Removing intermediate container 01f41284d4d2 [2021-01-23T00:48:11.931Z] ---> 49492d27c7f0 [2021-01-23T00:48:11.931Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:48:12.209Z] Removing intermediate container bebe760428b4 [2021-01-23T00:48:12.209Z] ---> a47648803f1a [2021-01-23T00:48:12.209Z] Step 15/23 : WORKDIR / [2021-01-23T00:48:12.482Z] ---> Running in 6113137787fa [2021-01-23T00:48:12.482Z] ---> Running in bbc2608e9f10 [2021-01-23T00:48:12.482Z] Removing intermediate container b70975d89f84 [2021-01-23T00:48:12.482Z] ---> 021c137aae98 [2021-01-23T00:48:12.482Z] Step 19/21 : LABEL arch=arm64 [2021-01-23T00:48:12.753Z] ---> Running in 773ee90f2a86 [2021-01-23T00:48:13.027Z] ---> 67ee10ba5629 [2021-01-23T00:48:13.027Z] 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-23T00:48:13.027Z] Removing intermediate container 6113137787fa [2021-01-23T00:48:13.027Z] ---> 30d87cc2369a [2021-01-23T00:48:13.027Z] Step 20/22 : LABEL arch=arm64 [2021-01-23T00:48:13.312Z] ---> Running in 28cb3eabb4c2 [2021-01-23T00:48:13.312Z] ---> Running in 52652607d7c8 [2021-01-23T00:48:13.312Z] Removing intermediate container bbc2608e9f10 [2021-01-23T00:48:13.312Z] ---> 59b52f102941 [2021-01-23T00:48:13.312Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:48:13.604Z] Removing intermediate container 773ee90f2a86 [2021-01-23T00:48:13.604Z] ---> a050f99a21e7 [2021-01-23T00:48:13.604Z] Step 20/21 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:48:13.889Z] ---> Running in fcbb0a65cb13 [2021-01-23T00:48:13.889Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-23T00:48:13.889Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-23T00:48:13.889Z] ---> eeaf43b92773 [2021-01-23T00:48:13.889Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-23T00:48:13.889Z] Removing intermediate container 52652607d7c8 [2021-01-23T00:48:13.889Z] ---> fb81f2b50566 [2021-01-23T00:48:13.889Z] Step 21/22 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:48:14.166Z] ---> Running in 2a65d6663d61 [2021-01-23T00:48:14.166Z] ---> Running in c4c5f8365d34 [2021-01-23T00:48:14.768Z] Removing intermediate container fcbb0a65cb13 [2021-01-23T00:48:14.768Z] ---> e0f995f8db5a [2021-01-23T00:48:14.768Z] Step 21/21 : LABEL version=0.0.0 [2021-01-23T00:48:14.768Z] ---> 6693a9cfa19e [2021-01-23T00:48:14.768Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-23T00:48:14.768Z] ---> Running in 05aa2e883c5d [2021-01-23T00:48:15.051Z] Removing intermediate container c4c5f8365d34 [2021-01-23T00:48:15.051Z] ---> afddb84783be [2021-01-23T00:48:15.051Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:48:15.330Z] ---> Running in 4f9a3bc48d76 [2021-01-23T00:48:15.928Z] Removing intermediate container 05aa2e883c5d [2021-01-23T00:48:15.928Z] ---> e37a295465dd [2021-01-23T00:48:15.928Z] [2021-01-23T00:48:16.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:16.202Z] Removing intermediate container 4f9a3bc48d76 [2021-01-23T00:48:16.202Z] ---> 0da0c4773ad0 [2021-01-23T00:48:16.202Z] [2021-01-23T00:48:16.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:16.488Z] Successfully built e37a295465dd [2021-01-23T00:48:16.488Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-23T00:48:16.488Z] Building docker-core-metadata-go [2021-01-23T00:48:16.762Z]  Building docker-security-proxy-setup-go ... done  ---> 67f68a0571ea [2021-01-23T00:48:16.762Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-23T00:48:16.762Z] Removing intermediate container 28cb3eabb4c2 [2021-01-23T00:48:16.762Z] ---> 83020c81b7b0 [2021-01-23T00:48:16.762Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-23T00:48:17.039Z] Successfully built 0da0c4773ad0 [2021-01-23T00:48:17.039Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-23T00:48:17.039Z] ---> Running in 36240b37c3e4 [2021-01-23T00:48:17.039Z] Building docker-support-scheduler-go [2021-01-23T00:48:17.039Z]  Building docker-support-notifications-go ... done (1/2) Installing readline (8.0.4-r0) [2021-01-23T00:48:17.039Z] (2/2) Installing bash (5.0.17-r0) [2021-01-23T00:48:17.039Z] Executing bash-5.0.17-r0.post-install [2021-01-23T00:48:17.039Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:48:17.039Z] OK: 12 MiB in 22 packages [2021-01-23T00:48:17.633Z] Removing intermediate container 36240b37c3e4 [2021-01-23T00:48:17.633Z] ---> 19a9d0f95951 [2021-01-23T00:48:17.633Z] Step 22/24 : LABEL arch=arm64 [2021-01-23T00:48:17.907Z] ---> 0a6e7b61481d [2021-01-23T00:48:17.907Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-23T00:48:17.907Z] ---> Running in d012f66c4be5 [2021-01-23T00:48:18.182Z] ---> Running in 51e0bca689d5 [2021-01-23T00:48:18.456Z] Removing intermediate container d012f66c4be5 [2021-01-23T00:48:18.456Z] ---> fc4494dd3331 [2021-01-23T00:48:18.456Z] Step 23/24 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:48:18.727Z] ---> Running in 755ac4a9dec8 [2021-01-23T00:48:18.727Z] Removing intermediate container 51e0bca689d5 [2021-01-23T00:48:18.727Z] ---> 3febf065d91b [2021-01-23T00:48:18.727Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:48:19.001Z] Removing intermediate container 2a65d6663d61 [2021-01-23T00:48:19.001Z] ---> 8b7fc3b4381b [2021-01-23T00:48:19.001Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-23T00:48:19.001Z] ---> Running in e473d5ae6680 [2021-01-23T00:48:19.001Z] ---> Running in 8613a942eb4b [2021-01-23T00:48:19.275Z] Removing intermediate container 755ac4a9dec8 [2021-01-23T00:48:19.275Z] ---> a3d9914db3ca [2021-01-23T00:48:19.275Z] Step 24/24 : LABEL version=0.0.0 [2021-01-23T00:48:19.546Z] ---> Running in b5574c7d449f [2021-01-23T00:48:19.546Z] Removing intermediate container e473d5ae6680 [2021-01-23T00:48:19.546Z] ---> 74536c614820 [2021-01-23T00:48:19.546Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:48:19.823Z] Removing intermediate container 8613a942eb4b [2021-01-23T00:48:19.823Z] ---> 265bf4242801 [2021-01-23T00:48:19.823Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-23T00:48:19.823Z] ---> Running in 833170f1b1cc [2021-01-23T00:48:20.424Z] ---> Running in da45696c58b7 [2021-01-23T00:48:21.412Z] Removing intermediate container b5574c7d449f [2021-01-23T00:48:21.412Z] ---> ce6972d8fd09 [2021-01-23T00:48:21.412Z] [2021-01-23T00:48:21.687Z] Successfully built ce6972d8fd09 [2021-01-23T00:48:21.966Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-23T00:48:21.966Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-01-23T00:48:22.243Z] Removing intermediate container 833170f1b1cc [2021-01-23T00:48:22.243Z] ---> a7388e8e07a3 [2021-01-23T00:48:22.243Z] Step 22/23 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:48:22.518Z] Removing intermediate container da45696c58b7 [2021-01-23T00:48:22.518Z] ---> b2d39a63f067 [2021-01-23T00:48:22.518Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-23T00:48:22.796Z] ---> Running in 15959ce0146c [2021-01-23T00:48:22.796Z] ---> Running in d1dfe8a599c3 [2021-01-23T00:48:23.394Z] Removing intermediate container 15959ce0146c [2021-01-23T00:48:23.394Z] ---> b4b4dd47708c [2021-01-23T00:48:23.394Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:48:23.674Z] Removing intermediate container d1dfe8a599c3 [2021-01-23T00:48:23.674Z] ---> ddc01ac3c726 [2021-01-23T00:48:23.674Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-23T00:48:23.674Z] ---> Running in ed365adf6584 [2021-01-23T00:48:24.712Z] Removing intermediate container ed365adf6584 [2021-01-23T00:48:24.712Z] ---> ffc3fa102b38 [2021-01-23T00:48:24.712Z] [2021-01-23T00:48:24.988Z] Successfully built ffc3fa102b38 [2021-01-23T00:48:25.261Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-23T00:48:25.261Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-23T00:48:25.261Z] ---> 53638bec68be [2021-01-23T00:48:25.261Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-23T00:48:26.258Z] ---> f668eba925fe [2021-01-23T00:48:26.258Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-23T00:48:27.710Z] ---> 8dd26db6d025 [2021-01-23T00:48:27.710Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-23T00:48:27.989Z] ---> Running in 2dccd9395097 [2021-01-23T00:48:29.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:29.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:30.022Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-23T00:48:30.022Z] (2/33) Installing expat (2.2.9-r1) [2021-01-23T00:48:30.022Z] (3/33) Installing libffi (3.3-r2) [2021-01-23T00:48:30.022Z] (4/33) Installing gdbm (1.13-r1) [2021-01-23T00:48:30.022Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-23T00:48:30.022Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-23T00:48:30.022Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-23T00:48:32.005Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-23T00:48:32.005Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-23T00:48:32.005Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-23T00:48:32.005Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-23T00:48:32.005Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-23T00:48:32.005Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-23T00:48:32.291Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-23T00:48:32.291Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-23T00:48:32.291Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-23T00:48:32.291Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-23T00:48:32.291Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-23T00:48:32.291Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-23T00:48:32.291Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-23T00:48:32.569Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-23T00:48:32.569Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-23T00:48:32.569Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-23T00:48:32.569Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-23T00:48:32.569Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-23T00:48:32.569Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-23T00:48:32.569Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-23T00:48:32.569Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-23T00:48:32.569Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-23T00:48:32.569Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-23T00:48:32.569Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-23T00:48:33.884Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-23T00:48:33.884Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-23T00:48:33.884Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:48:33.884Z] OK: 71 MiB in 55 packages [2021-01-23T00:48:46.306Z] Removing intermediate container 2dccd9395097 [2021-01-23T00:48:46.306Z] ---> f04a0a321e6a [2021-01-23T00:48:46.306Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-23T00:48:46.306Z] ---> Running in 6f46974eb5fb [2021-01-23T00:48:53.013Z] Collecting docker-compose==1.23.2 [2021-01-23T00:48:53.013Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-23T00:48:54.989Z] Collecting PyYAML<4,>=3.10 [2021-01-23T00:48:54.989Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-23T00:48:59.298Z] 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-23T00:49:00.733Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-23T00:49:00.733Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-23T00:49:01.718Z] Collecting docker<4.0,>=3.6.0 [2021-01-23T00:49:01.718Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-23T00:49:02.351Z] Collecting docopt<0.7,>=0.6.1 [2021-01-23T00:49:02.351Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-23T00:49:05.772Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:49:05.772Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:49:05.772Z] ---> beb6f4612557 [2021-01-23T00:49:05.772Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> 7411489ab014 [2021-01-23T00:49:05.772Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> 308613e839eb [2021-01-23T00:49:05.772Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> 8c7b0488bc9b [2021-01-23T00:49:05.772Z] Step 6/22 : COPY go.mod . [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> 98806a10b36c [2021-01-23T00:49:05.772Z] Step 7/22 : RUN go mod download [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> 87c74b3d2de0 [2021-01-23T00:49:05.772Z] Step 8/22 : COPY . . [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> a6ef31069d1f [2021-01-23T00:49:05.772Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-23T00:49:05.772Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:49:05.772Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:49:05.772Z] ---> beb6f4612557 [2021-01-23T00:49:05.772Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> 7411489ab014 [2021-01-23T00:49:05.772Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> 308613e839eb [2021-01-23T00:49:05.772Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> 8c7b0488bc9b [2021-01-23T00:49:05.772Z] Step 6/23 : COPY go.mod . [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> 98806a10b36c [2021-01-23T00:49:05.772Z] Step 7/23 : RUN go mod download [2021-01-23T00:49:05.772Z] ---> Using cache [2021-01-23T00:49:05.772Z] ---> 87c74b3d2de0 [2021-01-23T00:49:05.772Z] Step 8/23 : COPY . . [2021-01-23T00:49:06.090Z] ---> Using cache [2021-01-23T00:49:06.090Z] ---> a6ef31069d1f [2021-01-23T00:49:06.090Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-23T00:49:06.090Z] Collecting texttable<0.10,>=0.9.0 [2021-01-23T00:49:06.090Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-23T00:49:10.444Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:49:10.444Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:49:10.444Z] ---> beb6f4612557 [2021-01-23T00:49:10.444Z] Step 3/33 : WORKDIR /edgex-go [2021-01-23T00:49:10.444Z] ---> Using cache [2021-01-23T00:49:10.444Z] ---> 7411489ab014 [2021-01-23T00:49:10.444Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:49:10.444Z] ---> Using cache [2021-01-23T00:49:10.444Z] ---> 308613e839eb [2021-01-23T00:49:10.444Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-23T00:49:10.444Z] ---> Using cache [2021-01-23T00:49:10.444Z] ---> 8c7b0488bc9b [2021-01-23T00:49:10.444Z] Step 6/33 : COPY go.mod . [2021-01-23T00:49:10.444Z] ---> Using cache [2021-01-23T00:49:10.444Z] ---> 98806a10b36c [2021-01-23T00:49:10.444Z] Step 7/33 : RUN go mod download [2021-01-23T00:49:10.444Z] ---> Using cache [2021-01-23T00:49:10.444Z] ---> 87c74b3d2de0 [2021-01-23T00:49:10.444Z] Step 8/33 : COPY . . [2021-01-23T00:49:10.444Z] ---> Using cache [2021-01-23T00:49:10.444Z] ---> a6ef31069d1f [2021-01-23T00:49:10.444Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-23T00:49:10.444Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-23T00:49:10.444Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-23T00:49:11.449Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:49:11.449Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:49:11.449Z] ---> beb6f4612557 [2021-01-23T00:49:11.449Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:49:11.449Z] ---> Using cache [2021-01-23T00:49:11.449Z] ---> 7411489ab014 [2021-01-23T00:49:11.449Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:49:11.449Z] ---> Using cache [2021-01-23T00:49:11.449Z] ---> 308613e839eb [2021-01-23T00:49:11.449Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-23T00:49:12.066Z] ---> Running in 71ae1c2bfa41 [2021-01-23T00:49:12.066Z] ---> Running in 57f79c4e2310 [2021-01-23T00:49:12.066Z] ---> Running in 11f00630698c [2021-01-23T00:49:12.066Z] ---> Running in 670b7bd9e8e9 [2021-01-23T00:49:14.827Z] 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-23T00:49:14.827Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-23T00:49:14.827Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-23T00:49:14.827Z] 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-23T00:49:15.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:15.244Z] 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-23T00:49:15.910Z] Collecting jsonschema<3,>=2.5.1 [2021-01-23T00:49:15.910Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-23T00:49:16.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:16.890Z] Collecting cached-property<2,>=1.2.0 [2021-01-23T00:49:16.890Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-23T00:49:17.170Z] 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-23T00:49:17.780Z] OK: 217 MiB in 51 packages [2021-01-23T00:49:18.379Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-23T00:49:18.379Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-23T00:49:18.985Z] 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-23T00:49:19.262Z] Collecting idna<2.8,>=2.5 [2021-01-23T00:49:19.262Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-23T00:49:19.541Z] Removing intermediate container 71ae1c2bfa41 [2021-01-23T00:49:19.541Z] ---> 8f542b429ad5 [2021-01-23T00:49:19.541Z] Step 6/23 : COPY go.mod . [2021-01-23T00:49:19.817Z] Collecting docker-pycreds>=0.4.0 [2021-01-23T00:49:19.817Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-23T00:49:20.438Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-23T00:49:20.438Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-23T00:49:20.438Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-23T00:49:20.438Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-23T00:49:21.051Z] ---> 6288e9403450 [2021-01-23T00:49:21.051Z] Step 7/23 : RUN go mod download [2021-01-23T00:49:21.330Z] ---> Running in 0acb0c4ba9bb [2021-01-23T00:49:22.784Z] Installing collected packages: PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, texttable, dockerpty, jsonschema, cached-property, docker-compose [2021-01-23T00:49:22.784Z] Running setup.py install for PyYAML: started [2021-01-23T00:49:27.388Z] Removing intermediate container 0acb0c4ba9bb [2021-01-23T00:49:27.388Z] ---> 20643316e1ea [2021-01-23T00:49:27.388Z] Step 8/23 : COPY . . [2021-01-23T00:49:27.388Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-23T00:49:27.388Z] Attempting uninstall: urllib3 [2021-01-23T00:49:27.388Z] Found existing installation: urllib3 1.25.9 [2021-01-23T00:49:27.388Z] Uninstalling urllib3-1.25.9: [2021-01-23T00:49:28.012Z] Successfully uninstalled urllib3-1.25.9 [2021-01-23T00:49:29.478Z] Attempting uninstall: idna [2021-01-23T00:49:29.478Z] Found existing installation: idna 2.9 [2021-01-23T00:49:29.478Z] Uninstalling idna-2.9: [2021-01-23T00:49:30.100Z] Successfully uninstalled idna-2.9 [2021-01-23T00:49:31.589Z] Attempting uninstall: requests [2021-01-23T00:49:31.589Z] Found existing installation: requests 2.23.0 [2021-01-23T00:49:31.589Z] Uninstalling requests-2.23.0: [2021-01-23T00:49:32.207Z] Successfully uninstalled requests-2.23.0 [2021-01-23T00:49:36.618Z] Running setup.py install for docopt: started [2021-01-23T00:49:42.108Z] Running setup.py install for docopt: finished with status 'done' [2021-01-23T00:49:42.108Z] Running setup.py install for texttable: started [2021-01-23T00:49:46.472Z] Running setup.py install for texttable: finished with status 'done' [2021-01-23T00:49:46.472Z] Running setup.py install for dockerpty: started [2021-01-23T00:49:48.471Z] ---> 0b03e1cdf772 [2021-01-23T00:49:48.471Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-23T00:49:48.754Z] ---> Running in 3871340c2319 [2021-01-23T00:49:50.765Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-23T00:49:50.765Z] 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-23T00:49:53.418Z] 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-23T00:50:00.200Z] Removing intermediate container 6f46974eb5fb [2021-01-23T00:50:00.200Z] ---> 9bc519548abf [2021-01-23T00:50:00.200Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-23T00:50:00.492Z] ---> Running in ace3ec41eb5e [2021-01-23T00:50:03.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:50:03.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:50:04.206Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:50:04.206Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-23T00:50:04.206Z] (3/3) Installing curl (7.69.1-r3) [2021-01-23T00:50:04.206Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:50:04.206Z] OK: 71 MiB in 58 packages [2021-01-23T00:50:06.889Z] Removing intermediate container ace3ec41eb5e [2021-01-23T00:50:06.889Z] ---> 19705f234179 [2021-01-23T00:50:06.889Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-23T00:50:06.889Z] ---> Running in 15d614d20df1 [2021-01-23T00:50:07.510Z] Removing intermediate container 15d614d20df1 [2021-01-23T00:50:07.510Z] ---> 3f0b31edd98c [2021-01-23T00:50:07.510Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:50:07.803Z] ---> Running in 7d0236e96390 [2021-01-23T00:50:08.840Z] Removing intermediate container 7d0236e96390 [2021-01-23T00:50:08.840Z] ---> 4d8b9bbb4c92 [2021-01-23T00:50:08.840Z] Step 24/26 : LABEL arch=arm64 [2021-01-23T00:50:08.840Z] ---> Running in f5edad0001a1 [2021-01-23T00:50:09.876Z] Removing intermediate container f5edad0001a1 [2021-01-23T00:50:09.876Z] ---> 4f4db6e3d20c [2021-01-23T00:50:09.876Z] Step 25/26 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:50:10.173Z] ---> Running in a401f6fb8cd8 [2021-01-23T00:50:10.799Z] Removing intermediate container a401f6fb8cd8 [2021-01-23T00:50:10.800Z] ---> ee4c17cb18f7 [2021-01-23T00:50:10.800Z] Step 26/26 : LABEL version=0.0.0 [2021-01-23T00:50:11.084Z] ---> Running in aa10a49a42cd [2021-01-23T00:50:11.706Z] Removing intermediate container aa10a49a42cd [2021-01-23T00:50:11.706Z] ---> 9a77c012b5c0 [2021-01-23T00:50:11.706Z] [2021-01-23T00:50:12.315Z] Successfully built 9a77c012b5c0 [2021-01-23T00:50:12.315Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-23T00:50:59.732Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-23T00:51:14.898Z] Removing intermediate container 57f79c4e2310 [2021-01-23T00:51:14.898Z] ---> 7afda2e4c43e [2021-01-23T00:51:14.898Z] [2021-01-23T00:51:14.898Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:51:14.898Z] ---> afeebe901d6b [2021-01-23T00:51:14.898Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:51:14.898Z] ---> Using cache [2021-01-23T00:51:14.899Z] ---> ffff95f6725f [2021-01-23T00:51:14.899Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:51:14.899Z] ---> Using cache [2021-01-23T00:51:14.899Z] ---> ace91d0f0a94 [2021-01-23T00:51:14.899Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-23T00:51:14.899Z] ---> Running in e102efa05556 [2021-01-23T00:51:14.899Z] Removing intermediate container e102efa05556 [2021-01-23T00:51:14.899Z] ---> 84f111be37e6 [2021-01-23T00:51:14.899Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:51:14.899Z] ---> Running in 95991382605c [2021-01-23T00:51:14.899Z] Removing intermediate container 95991382605c [2021-01-23T00:51:14.899Z] ---> 3ceed9d45dab [2021-01-23T00:51:14.899Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:51:16.163Z] ---> 00f9ada39276 [2021-01-23T00:51:16.163Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-23T00:51:17.759Z] ---> 3f711b83ecf5 [2021-01-23T00:51:17.759Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-23T00:51:19.269Z] ---> a9b277ab2612 [2021-01-23T00:51:19.269Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-23T00:51:19.269Z] ---> Running in 59d980bb1f5e [2021-01-23T00:51:20.263Z] Removing intermediate container 59d980bb1f5e [2021-01-23T00:51:20.263Z] ---> a8520d4c4c6f [2021-01-23T00:51:20.263Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:51:20.263Z] ---> Running in 96fc60dc41c5 [2021-01-23T00:51:21.265Z] Removing intermediate container 96fc60dc41c5 [2021-01-23T00:51:21.265Z] ---> 083da373b8e8 [2021-01-23T00:51:21.265Z] Step 20/22 : LABEL arch=arm64 [2021-01-23T00:51:21.554Z] ---> Running in cb1450b9d861 [2021-01-23T00:51:22.564Z] Removing intermediate container cb1450b9d861 [2021-01-23T00:51:22.564Z] ---> 5a845f66fbc3 [2021-01-23T00:51:22.564Z] Step 21/22 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:51:22.846Z] ---> Running in b9a88b35edf3 [2021-01-23T00:51:23.866Z] Removing intermediate container b9a88b35edf3 [2021-01-23T00:51:23.866Z] ---> 0f7e6d1e95e9 [2021-01-23T00:51:23.866Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:51:24.521Z] ---> Running in 66cc35fce9e4 [2021-01-23T00:51:26.003Z] Removing intermediate container 66cc35fce9e4 [2021-01-23T00:51:26.004Z] ---> c4f510035309 [2021-01-23T00:51:26.004Z] [2021-01-23T00:51:26.618Z] Successfully built c4f510035309 [2021-01-23T00:51:26.618Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-23T00:51:26.618Z]  Building docker-support-scheduler-go ... done Removing intermediate container 11f00630698c [2021-01-23T00:51:26.618Z] ---> 61b3827abe19 [2021-01-23T00:51:26.618Z] [2021-01-23T00:51:26.618Z] Step 10/33 : FROM alpine:3.12 [2021-01-23T00:51:26.618Z] ---> afeebe901d6b [2021-01-23T00:51:26.618Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-23T00:51:26.907Z] ---> Running in 19bf159bb4ad [2021-01-23T00:51:28.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:51:29.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:51:29.826Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-23T00:51:29.826Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-23T00:51:29.826Z] (3/3) Installing su-exec (0.2-r1) [2021-01-23T00:51:29.826Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:51:29.826Z] OK: 6 MiB in 17 packages [2021-01-23T00:51:31.861Z] Removing intermediate container 19bf159bb4ad [2021-01-23T00:51:31.861Z] ---> 085ecf931b6f [2021-01-23T00:51:31.861Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-23T00:51:32.474Z] ---> Running in 37779b4d0515 [2021-01-23T00:51:33.532Z] Removing intermediate container 37779b4d0515 [2021-01-23T00:51:33.532Z] ---> f43dfe0de839 [2021-01-23T00:51:33.532Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-23T00:51:33.532Z] ---> Running in 87af90fb0677 [2021-01-23T00:51:34.158Z] Removing intermediate container 87af90fb0677 [2021-01-23T00:51:34.443Z] ---> ae9b651a0f04 [2021-01-23T00:51:34.443Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-23T00:51:34.443Z] ---> Running in 94dbc85b0026 [2021-01-23T00:51:37.117Z] Connecting to github.com (140.82.112.3:443) [2021-01-23T00:51:37.117Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.147.172:443) [2021-01-23T00:51:37.395Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-23T00:51:37.395Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-23T00:51:37.395Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-23T00:51:37.395Z] dockerize [2021-01-23T00:51:39.396Z] Removing intermediate container 670b7bd9e8e9 [2021-01-23T00:51:39.396Z] ---> b9bbe8f02228 [2021-01-23T00:51:39.396Z] [2021-01-23T00:51:39.396Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:51:39.396Z] ---> afeebe901d6b [2021-01-23T00:51:39.396Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:51:39.396Z] ---> Using cache [2021-01-23T00:51:39.396Z] ---> ffff95f6725f [2021-01-23T00:51:39.396Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:51:39.396Z] ---> Using cache [2021-01-23T00:51:39.396Z] ---> ace91d0f0a94 [2021-01-23T00:51:39.396Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-23T00:51:39.672Z] ---> Running in d61fc39e327a [2021-01-23T00:51:39.959Z] Removing intermediate container 94dbc85b0026 [2021-01-23T00:51:39.959Z] ---> 9352709d5ecb [2021-01-23T00:51:39.959Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-23T00:51:40.243Z] ---> Running in 13b417032350 [2021-01-23T00:51:40.243Z] Removing intermediate container d61fc39e327a [2021-01-23T00:51:40.243Z] ---> 6b6eb202deed [2021-01-23T00:51:40.243Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:51:40.515Z] ---> Running in 96d5277c2b87 [2021-01-23T00:51:40.789Z] Removing intermediate container 13b417032350 [2021-01-23T00:51:40.789Z] ---> 6a7d695e7f57 [2021-01-23T00:51:40.789Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-23T00:51:41.059Z] ---> Running in e84ba440439d [2021-01-23T00:51:41.059Z] Removing intermediate container 96d5277c2b87 [2021-01-23T00:51:41.059Z] ---> 7027359b733c [2021-01-23T00:51:41.059Z] Step 15/23 : WORKDIR / [2021-01-23T00:51:41.334Z] ---> Running in 36e43116a50a [2021-01-23T00:51:41.613Z] Removing intermediate container e84ba440439d [2021-01-23T00:51:41.613Z] ---> 9d82f4448d5d [2021-01-23T00:51:41.613Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-23T00:51:41.888Z] ---> Running in 5eda25975fbc [2021-01-23T00:51:42.166Z] Removing intermediate container 36e43116a50a [2021-01-23T00:51:42.166Z] ---> c5dbf3e1abd3 [2021-01-23T00:51:42.166Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:51:43.609Z] ---> 0ae3731f4e96 [2021-01-23T00:51:43.609Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-23T00:51:43.609Z] Move dockerize executable [2021-01-23T00:51:45.610Z] ---> 8bee4b89a21d [2021-01-23T00:51:45.610Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-23T00:51:46.590Z] Removing intermediate container 5eda25975fbc [2021-01-23T00:51:46.590Z] ---> 810fb376abcd [2021-01-23T00:51:46.590Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-23T00:51:46.590Z] ---> e4484fdf4fe7 [2021-01-23T00:51:46.590Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-23T00:51:46.590Z] ---> Running in 6136f98443f8 [2021-01-23T00:51:46.863Z] ---> Running in 2367c66e1454 [2021-01-23T00:51:47.136Z] Removing intermediate container 6136f98443f8 [2021-01-23T00:51:47.136Z] ---> 2a43ef57cc7a [2021-01-23T00:51:47.136Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-23T00:51:47.427Z] Removing intermediate container 2367c66e1454 [2021-01-23T00:51:47.427Z] ---> c9a6569831b0 [2021-01-23T00:51:47.427Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:51:47.705Z] ---> Running in 981ab7cd9ae6 [2021-01-23T00:51:48.302Z] ---> 7450db50ac1f [2021-01-23T00:51:48.302Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-23T00:51:48.302Z] Removing intermediate container 981ab7cd9ae6 [2021-01-23T00:51:48.302Z] ---> 7e13082706ae [2021-01-23T00:51:48.302Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:51:48.578Z] ---> Running in a86ed310519c [2021-01-23T00:51:48.578Z] ---> Running in 19237520099f [2021-01-23T00:51:49.177Z] Removing intermediate container a86ed310519c [2021-01-23T00:51:49.177Z] ---> bcfb7909e8a8 [2021-01-23T00:51:49.177Z] Step 22/23 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:51:49.177Z] ---> Running in 8e15e2818a75 [2021-01-23T00:51:49.776Z] Removing intermediate container 8e15e2818a75 [2021-01-23T00:51:49.776Z] ---> ea2bf2e49241 [2021-01-23T00:51:49.776Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:51:50.054Z] ---> Running in 1ae958b20656 [2021-01-23T00:51:51.036Z] Removing intermediate container 1ae958b20656 [2021-01-23T00:51:51.036Z] ---> df7ea623a56d [2021-01-23T00:51:51.036Z] [2021-01-23T00:51:51.319Z] Successfully built df7ea623a56d [2021-01-23T00:51:51.645Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-23T00:51:51.645Z]  Building docker-core-metadata-go ... done Removing intermediate container 19237520099f [2021-01-23T00:51:51.645Z] ---> f86df09dd197 [2021-01-23T00:51:51.645Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:51:53.077Z] ---> dd10aa9e267f [2021-01-23T00:51:53.077Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-23T00:51:54.514Z] Removing intermediate container 3871340c2319 [2021-01-23T00:51:54.514Z] ---> ce12cc2eec5a [2021-01-23T00:51:54.514Z] [2021-01-23T00:51:54.514Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:51:54.514Z] ---> afeebe901d6b [2021-01-23T00:51:54.514Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-23T00:51:54.514Z] ---> 70a74d8e9841 [2021-01-23T00:51:54.514Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-23T00:51:54.514Z] ---> Running in 4b7fe803aa21 [2021-01-23T00:51:55.110Z] Removing intermediate container 4b7fe803aa21 [2021-01-23T00:51:55.110Z] ---> 257ee0cced6d [2021-01-23T00:51:55.110Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-23T00:51:55.110Z] ---> Running in 1ca1a4bcbc5b [2021-01-23T00:51:55.383Z] ---> 64fcd51df326 [2021-01-23T00:51:55.383Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-23T00:51:55.658Z] Removing intermediate container 1ca1a4bcbc5b [2021-01-23T00:51:55.658Z] ---> c9a9818b288f [2021-01-23T00:51:55.658Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-23T00:51:55.934Z] ---> Running in 2482f63903de [2021-01-23T00:51:56.533Z] Removing intermediate container 2482f63903de [2021-01-23T00:51:56.533Z] ---> 80ed16ed181a [2021-01-23T00:51:56.533Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:51:56.533Z] ---> 84601acb6a98 [2021-01-23T00:51:56.533Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-23T00:51:56.806Z] ---> Running in 0864c924a1f9 [2021-01-23T00:51:57.400Z] ---> debe33a29541 [2021-01-23T00:51:57.400Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-23T00:51:57.992Z] ---> Running in c1b450c98b1d [2021-01-23T00:51:58.587Z] Removing intermediate container c1b450c98b1d [2021-01-23T00:51:58.587Z] ---> 50cba06edefd [2021-01-23T00:51:58.588Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-23T00:51:59.181Z] Removing intermediate container 0864c924a1f9 [2021-01-23T00:51:59.181Z] ---> 48d793296041 [2021-01-23T00:51:59.181Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-23T00:51:59.451Z] ---> Running in b020c610fb6f [2021-01-23T00:51:59.451Z] ---> 15747b3fa595 [2021-01-23T00:51:59.451Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-23T00:52:00.051Z] ---> Running in 7cc0b409e96f [2021-01-23T00:52:00.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:01.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:02.228Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-23T00:52:02.501Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-23T00:52:02.501Z] Removing intermediate container 7cc0b409e96f [2021-01-23T00:52:02.501Z] ---> a4cbaf97b393 [2021-01-23T00:52:02.501Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-23T00:52:02.501Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-23T00:52:02.501Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-23T00:52:02.785Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-23T00:52:03.058Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-23T00:52:03.058Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:52:03.058Z] ---> Running in 725f7198f6aa [2021-01-23T00:52:03.058Z] OK: 8 MiB in 20 packages [2021-01-23T00:52:03.659Z] Removing intermediate container 725f7198f6aa [2021-01-23T00:52:03.659Z] ---> 526c21b6555a [2021-01-23T00:52:03.659Z] Step 30/33 : CMD ["gate"] [2021-01-23T00:52:04.255Z] ---> Running in 675c727fa9a9 [2021-01-23T00:52:04.851Z] Removing intermediate container 675c727fa9a9 [2021-01-23T00:52:04.851Z] ---> 2367b8bf6824 [2021-01-23T00:52:04.851Z] Step 31/33 : LABEL arch=arm64 [2021-01-23T00:52:04.851Z] Removing intermediate container b020c610fb6f [2021-01-23T00:52:04.851Z] ---> 508d27724d32 [2021-01-23T00:52:04.851Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:52:05.454Z] ---> Running in 8950436d5f62 [2021-01-23T00:52:05.727Z] ---> 7042639a725e [2021-01-23T00:52:05.727Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-23T00:52:05.997Z] Removing intermediate container 8950436d5f62 [2021-01-23T00:52:05.997Z] ---> 2d41aeef8f4a [2021-01-23T00:52:05.997Z] Step 32/33 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:52:06.608Z] ---> Running in 5b98c426c519 [2021-01-23T00:52:07.209Z] ---> 735b365b131a [2021-01-23T00:52:07.209Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-23T00:52:07.209Z] Removing intermediate container 5b98c426c519 [2021-01-23T00:52:07.209Z] ---> 40b2b1f89301 [2021-01-23T00:52:07.209Z] Step 33/33 : LABEL version=0.0.0 [2021-01-23T00:52:07.805Z] ---> Running in 0c51c0a94a6e [2021-01-23T00:52:08.077Z] ---> 7d25334e5951 [2021-01-23T00:52:08.077Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-23T00:52:08.348Z] ---> Running in 4aa162c7021b [2021-01-23T00:52:08.348Z] Removing intermediate container 0c51c0a94a6e [2021-01-23T00:52:08.348Z] ---> 48288d4a84ba [2021-01-23T00:52:08.348Z] [2021-01-23T00:52:08.941Z] Successfully built 48288d4a84ba [2021-01-23T00:52:08.941Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-23T00:52:08.941Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4aa162c7021b [2021-01-23T00:52:08.941Z] ---> 71f9c7a882b3 [2021-01-23T00:52:08.941Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:52:09.220Z] ---> Running in 66f827413645 [2021-01-23T00:52:09.512Z] Removing intermediate container 66f827413645 [2021-01-23T00:52:09.512Z] ---> ce59e8733fe3 [2021-01-23T00:52:09.512Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:52:09.788Z] ---> Running in 42077b715804 [2021-01-23T00:52:10.441Z] Removing intermediate container 42077b715804 [2021-01-23T00:52:10.441Z] ---> 3e8f05f21d86 [2021-01-23T00:52:10.441Z] Step 22/23 : LABEL git_sha=1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [2021-01-23T00:52:10.441Z] ---> Running in 1b38ba46a7f1 [2021-01-23T00:52:11.048Z] Removing intermediate container 1b38ba46a7f1 [2021-01-23T00:52:11.048Z] ---> e1137b677989 [2021-01-23T00:52:11.048Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:52:11.048Z] ---> Running in bd7f4634064e [2021-01-23T00:52:11.649Z] Removing intermediate container bd7f4634064e [2021-01-23T00:52:11.649Z] ---> b93bd9169f4b [2021-01-23T00:52:11.649Z] [2021-01-23T00:52:11.924Z] Successfully built b93bd9169f4b [2021-01-23T00:52:11.925Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-23T00:52:12.212Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-23T00:52:12.217Z] $ docker stop --time=1 58ccbe386486717fb07471f6cb17bd69131e1b4f41186326add13cb44cdd2a1c [2021-01-23T00:52:14.186Z] $ docker rm -f 58ccbe386486717fb07471f6cb17bd69131e1b4f41186326add13cb44cdd2a1c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:52:14.907Z] + docker images [2021-01-23T00:52:14.907Z] + grep docker [2021-01-23T00:52:15.179Z] docker-core-data-go-arm64 latest b93bd9169f4b 4 seconds ago 21MB [2021-01-23T00:52:15.179Z] docker-security-bootstrapper-go-arm64 latest 48288d4a84ba 7 seconds ago 40.3MB [2021-01-23T00:52:15.179Z] docker-core-metadata-go-arm64 latest df7ea623a56d 25 seconds ago 17.7MB [2021-01-23T00:52:15.179Z] docker-support-scheduler-go-arm64 latest c4f510035309 50 seconds ago 15.5MB [2021-01-23T00:52:15.179Z] docker-sys-mgmt-agent-go-arm64 latest 9a77c012b5c0 2 minutes ago 300MB [2021-01-23T00:52:15.179Z] docker-core-command-go-arm64 latest ffc3fa102b38 3 minutes ago 16MB [2021-01-23T00:52:15.179Z] docker-security-secretstore-setup-go-arm64 latest ce6972d8fd09 3 minutes ago 23.4MB [2021-01-23T00:52:15.179Z] docker-security-proxy-setup-go-arm64 latest e37a295465dd 4 minutes ago 23.2MB [2021-01-23T00:52:15.179Z] docker-support-notifications-go-arm64 latest 0da0c4773ad0 4 minutes ago 16MB [2021-01-23T00:52:15.179Z] docker 20.10.0 eeaf43b92773 6 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-23T00:52:17.123Z] provisioning config files... [2021-01-23T00:52:17.134Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4457059657762573542tmp [Pipeline] { [Pipeline] sh [2021-01-23T00:52:17.514Z] + set +x [2021-01-23T00:52:17.514Z] + curl -s https://codecov.io/bash [2021-01-23T00:52:17.514Z] + bash -s -- [2021-01-23T00:52:17.777Z] [2021-01-23T00:52:17.777Z] _____ _ [2021-01-23T00:52:17.777Z] / ____| | | [2021-01-23T00:52:17.777Z] | | ___ __| | ___ ___ _____ __ [2021-01-23T00:52:17.777Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-23T00:52:17.777Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-23T00:52:17.777Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-23T00:52:17.777Z] Bash-20210115-cec3c92 [2021-01-23T00:52:17.777Z] [2021-01-23T00:52:17.777Z] [2021-01-23T00:52:17.777Z] ==> git version 2.24.3 found [2021-01-23T00:52:17.777Z] ==> 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-23T00:52:17.777Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-23T00:52:17.777Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-23T00:52:17.777Z] ==> Jenkins CI detected. [2021-01-23T00:52:17.777Z] project root: . [2021-01-23T00:52:17.777Z] --> token set from env [2021-01-23T00:52:18.040Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-23T00:52:18.040Z] ==> Running gcov in . (disable via -X gcov) [2021-01-23T00:52:18.040Z] ==> Python coveragepy not found [2021-01-23T00:52:18.040Z] ==> Searching for coverage reports in: [2021-01-23T00:52:18.040Z] + . [2021-01-23T00:52:18.040Z] -> Found 1 reports [2021-01-23T00:52:18.040Z] ==> Detecting git/mercurial file structure [2021-01-23T00:52:18.040Z] ==> Reading reports [2021-01-23T00:52:18.040Z] + ./coverage.out bytes=565356 [2021-01-23T00:52:18.040Z] ==> Appending adjustments [2021-01-23T00:52:18.040Z] https://docs.codecov.io/docs/fixing-reports [2021-01-23T00:52:21.352Z] + Found adjustments [2021-01-23T00:52:21.352Z] ==> Gzipping contents [2021-01-23T00:52:21.352Z] 84K /tmp/codecov.XnnHHC.gz [2021-01-23T00:52:21.352Z] ==> Uploading reports [2021-01-23T00:52:21.352Z] url: https://codecov.io [2021-01-23T00:52:21.352Z] query: branch=PR-3061&commit=1092d2ce9833b5b9c246ac557b9a5b8df95081d4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= [2021-01-23T00:52:21.352Z] -> Pinging Codecov [2021-01-23T00:52:21.352Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3061&commit=1092d2ce9833b5b9c246ac557b9a5b8df95081d4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= [2021-01-23T00:52:21.927Z] -> Uploading to [2021-01-23T00:52:21.927Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-23/00271124DB129430A58F1EEE437C3FCB/1092d2ce9833b5b9c246ac557b9a5b8df95081d4/c555f5a0-3775-4ee0-961a-1985fea56fd7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210123%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210123T005221Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2f08197a72f2d12476521f3b885ce895a7828c16c6a419c40e29a18a48e652e3 [2021-01-23T00:52:21.927Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-23T00:52:21.927Z] Dload Upload Total Spent Left Speed [2021-01-23T00:52:22.502Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85828 0 0 100 85828 0 153k --:--:-- --:--:-- --:--:-- 153k [2021-01-23T00:52:22.502Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1092d2ce9833b5b9c246ac557b9a5b8df95081d4 [Pipeline] } [2021-01-23T00:52:22.512Z] 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-23T00:52:24.451Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:52:25.344Z] ---> package-listing.sh [2021-01-23T00:52:25.344Z] ++ facter osfamily [2021-01-23T00:52:25.344Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-23T00:52:25.344Z] + OS_FAMILY=redhat [2021-01-23T00:52:25.344Z] + workspace=/w/workspace/edgex-go/4 [2021-01-23T00:52:25.344Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-23T00:52:25.344Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-23T00:52:25.344Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-23T00:52:25.344Z] + PACKAGES=/tmp/packages_start.txt [2021-01-23T00:52:25.344Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-23T00:52:25.344Z] + PACKAGES=/tmp/packages_end.txt [2021-01-23T00:52:25.344Z] + case "${OS_FAMILY}" in [2021-01-23T00:52:25.344Z] + rpm -qa [2021-01-23T00:52:25.344Z] + sort [2021-01-23T00:52:30.648Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-23T00:52:30.648Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-23T00:52:30.648Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-23T00:52:30.648Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-23T00:52:30.648Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-23T00:52:30.648Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-23T00:52:30.661Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-23T00:52:30.954Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:52:31.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:52:31.267Z] [2021-01-23T00:52:31.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:52:31.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:52:31.615Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-23T00:52:31.615Z] df20fa9351a1: Pulling fs layer [2021-01-23T00:52:31.615Z] 36b3adc4ff6f: Pulling fs layer [2021-01-23T00:52:31.615Z] 8ad3a11d3b57: Pulling fs layer [2021-01-23T00:52:31.615Z] 46f8f816bc3b: Pulling fs layer [2021-01-23T00:52:31.615Z] 93b61091891f: Pulling fs layer [2021-01-23T00:52:31.615Z] 93b9cdb0e59b: Pulling fs layer [2021-01-23T00:52:31.615Z] 5e14af77c1be: Pulling fs layer [2021-01-23T00:52:31.615Z] 01666e4c0597: Pulling fs layer [2021-01-23T00:52:31.615Z] aa168da1d23b: Pulling fs layer [2021-01-23T00:52:31.615Z] 93b9cdb0e59b: Waiting [2021-01-23T00:52:31.615Z] 5e14af77c1be: Waiting [2021-01-23T00:52:31.615Z] 01666e4c0597: Waiting [2021-01-23T00:52:31.615Z] aa168da1d23b: Waiting [2021-01-23T00:52:31.615Z] 46f8f816bc3b: Waiting [2021-01-23T00:52:31.615Z] 93b61091891f: Waiting [2021-01-23T00:52:31.615Z] 36b3adc4ff6f: Download complete [2021-01-23T00:52:31.615Z] 46f8f816bc3b: Verifying Checksum [2021-01-23T00:52:31.615Z] 46f8f816bc3b: Download complete [2021-01-23T00:52:31.615Z] df20fa9351a1: Verifying Checksum [2021-01-23T00:52:31.615Z] df20fa9351a1: Download complete [2021-01-23T00:52:31.883Z] 93b9cdb0e59b: Verifying Checksum [2021-01-23T00:52:31.883Z] 93b9cdb0e59b: Download complete [2021-01-23T00:52:31.883Z] 5e14af77c1be: Download complete [2021-01-23T00:52:31.883Z] 01666e4c0597: Verifying Checksum [2021-01-23T00:52:31.883Z] 01666e4c0597: Download complete [2021-01-23T00:52:31.883Z] 93b61091891f: Verifying Checksum [2021-01-23T00:52:31.883Z] 93b61091891f: Download complete [2021-01-23T00:52:31.883Z] 8ad3a11d3b57: Verifying Checksum [2021-01-23T00:52:31.883Z] 8ad3a11d3b57: Download complete [2021-01-23T00:52:32.148Z] df20fa9351a1: Pull complete [2021-01-23T00:52:32.412Z] 36b3adc4ff6f: Pull complete [2021-01-23T00:52:33.814Z] aa168da1d23b: Verifying Checksum [2021-01-23T00:52:33.814Z] aa168da1d23b: Download complete [2021-01-23T00:52:34.390Z] 8ad3a11d3b57: Pull complete [2021-01-23T00:52:34.654Z] 46f8f816bc3b: Pull complete [2021-01-23T00:52:35.229Z] 93b61091891f: Pull complete [2021-01-23T00:52:35.229Z] 93b9cdb0e59b: Pull complete [2021-01-23T00:52:35.492Z] 5e14af77c1be: Pull complete [2021-01-23T00:52:35.492Z] 01666e4c0597: Pull complete [2021-01-23T00:52:47.789Z] aa168da1d23b: Pull complete [2021-01-23T00:52:47.789Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-23T00:52:47.789Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:52:47.789Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-23T00:52:48.042Z] prd-centos7-docker-4c-2g-22392 does not seem to be running inside a container [2021-01-23T00:52:48.180Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-23T00:52:51.958Z] $ docker top 3c4c9e211e7f7e6228697527787c992490857799f3fc6c4da9a979f623ccbb6c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:52:52.532Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-23T00:52:52.834Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-23T00:52:53.135Z] + ls /var/log/sa-host [2021-01-23T00:52:53.136Z] + sadf -c /var/log/sa-host/sa23 [2021-01-23T00:52:53.136Z] file_magic: OK [2021-01-23T00:52:53.136Z] HZ: Using current value: 100 [2021-01-23T00:52:53.136Z] file_header: OK [2021-01-23T00:52:53.136Z] 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-23T00:52:53.136Z] Statistics: [2021-01-23T00:52:53.136Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-23T00:52:53.136Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-23T00:52:53.339Z] provisioning config files... [2021-01-23T00:52:53.353Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5439013270370770349tmp [Pipeline] { [Pipeline] echo [2021-01-23T00:52:53.429Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:52:53.728Z] ---> create-netrc.sh [Pipeline] } [2021-01-23T00:52:53.737Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-23T00:52:53.864Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:52:54.168Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-23T00:52:54.180Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:52:54.481Z] ---> sudo-logs.sh [2021-01-23T00:52:54.481Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-23T00:52:54.492Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:52:54.795Z] ---> job-cost.sh [2021-01-23T00:52:54.795Z] lf-activate-venv: SKIPPING [2021-01-23T00:52:54.795Z] INFO: No Stack... [2021-01-23T00:52:55.741Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-23T00:52:56.314Z] INFO: Archiving Costs [Pipeline] echo [2021-01-23T00:52:56.327Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:52:56.623Z] ---> logs-deploy.sh [2021-01-23T00:52:56.624Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3061/4 [2021-01-23T00:52:56.624Z] INFO: archiving workspace using pattern(s): [2021-01-23T00:52:58.543Z] Archives upload complete. [2021-01-23T00:52:58.543Z] INFO: archiving logs to Nexus