Pull request #3202 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3+2c126a996be31befa6625c4f217e526aa48b3805 (6eb50ec493813d9972fd4e32a6bf0685238b9a68) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28918 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 Merge succeeded, producing f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 Checking out Revision f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 (PR-3202) > git config core.sparsecheckout # timeout=10 > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 Commit message: "feat(data): Add CBOR support for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-08T02:05:17.856Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 596fc41140bedc93e9c209e7b24655f58e554b90 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-08T02:05:18.115Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-08T02:05:18.209Z] ========================================================= [2021-03-08T02:05:18.209Z] EdgeX Global Pipelines Version Info [2021-03-08T02:05:18.209Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:05:19.719Z] ------------------- [2021-03-08T02:05:19.719Z] stable info: [2021-03-08T02:05:19.719Z] ------------------- [2021-03-08T02:05:19.719Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-08T02:05:19.719Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-08T02:05:19.719Z] Message: update stable to v1.0.184 [2021-03-08T02:05:20.669Z] ------------------- [2021-03-08T02:05:20.669Z] experimental info: [2021-03-08T02:05:20.669Z] ------------------- [2021-03-08T02:05:20.669Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-08T02:05:20.669Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-08T02:05:20.669Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-08T02:05:20.972Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-08T02:05:21.060Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-08T02:05:21.147Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-08T02:05:21.243Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-08T02:05:21.336Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-08T02:05:21.438Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-08T02:05:21.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-08T02:05:21.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-08T02:05:21.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-08T02:05:21.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-08T02:05:21.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-08T02:05:22.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-08T02:05:22.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-08T02:05:22.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-08T02:05:22.372Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-08T02:05:22.457Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-08T02:05:22.540Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-08T02:05:22.623Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-08T02:05:22.708Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-08T02:05:22.807Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-08T02:05:22.890Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-08T02:05:22.982Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-08T02:05:23.181Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3202 [Pipeline] echo [2021-03-08T02:05:23.266Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3202 [Pipeline] echo [2021-03-08T02:05:23.410Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3202 [Pipeline] echo [2021-03-08T02:05:23.496Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [Pipeline] echo [2021-03-08T02:05:23.586Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f28bc40 [Pipeline] echo [2021-03-08T02:05:23.680Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-08T02:05:23.868Z] provisioning config files... [2021-03-08T02:05:23.905Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config41892466621304748tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:05:24.266Z] ---> docker-login.sh [2021-03-08T02:05:24.266Z] nexus3.edgexfoundry.org:10001 [2021-03-08T02:05:24.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T02:05:24.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T02:05:24.793Z] Configure a credential helper to remove this warning. See [2021-03-08T02:05:24.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T02:05:24.793Z] [2021-03-08T02:05:24.793Z] Login Succeeded [2021-03-08T02:05:24.793Z] nexus3.edgexfoundry.org:10002 [2021-03-08T02:05:24.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T02:05:25.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T02:05:25.058Z] Configure a credential helper to remove this warning. See [2021-03-08T02:05:25.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T02:05:25.059Z] [2021-03-08T02:05:25.059Z] Login Succeeded [2021-03-08T02:05:25.059Z] nexus3.edgexfoundry.org:10003 [2021-03-08T02:05:25.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T02:05:25.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T02:05:25.059Z] Configure a credential helper to remove this warning. See [2021-03-08T02:05:25.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T02:05:25.059Z] [2021-03-08T02:05:25.059Z] Login Succeeded [2021-03-08T02:05:25.059Z] nexus3.edgexfoundry.org:10004 [2021-03-08T02:05:25.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T02:05:25.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T02:05:25.323Z] Configure a credential helper to remove this warning. See [2021-03-08T02:05:25.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T02:05:25.323Z] [2021-03-08T02:05:25.323Z] Login Succeeded [2021-03-08T02:05:25.323Z] docker.io [2021-03-08T02:05:25.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T02:05:25.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T02:05:25.585Z] Configure a credential helper to remove this warning. See [2021-03-08T02:05:25.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T02:05:25.585Z] [2021-03-08T02:05:25.585Z] Login Succeeded [2021-03-08T02:05:25.585Z] ---> docker-login.sh ends [Pipeline] } [2021-03-08T02:05:25.595Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-08T02:05:26.052Z] ++ 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-03-08T02:05:26.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T02:05:26.052Z] ++ dirname cmd/core-command/Dockerfile [2021-03-08T02:05:26.052Z] ++ cut -d/ -f2 [2021-03-08T02:05:26.052Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-08T02:05:26.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T02:05:26.052Z] ++ dirname cmd/core-data/Dockerfile [2021-03-08T02:05:26.052Z] ++ cut -d/ -f2 [2021-03-08T02:05:26.052Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-08T02:05:26.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T02:05:26.052Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-08T02:05:26.052Z] ++ cut -d/ -f2 [2021-03-08T02:05:26.052Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-08T02:05:26.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T02:05:26.052Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-08T02:05:26.052Z] ++ cut -d/ -f2 [2021-03-08T02:05:26.052Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-08T02:05:26.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T02:05:26.052Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-08T02:05:26.052Z] ++ cut -d/ -f2 [2021-03-08T02:05:26.052Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-08T02:05:26.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T02:05:26.052Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-08T02:05:26.052Z] ++ cut -d/ -f2 [2021-03-08T02:05:26.052Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-08T02:05:26.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T02:05:26.052Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-08T02:05:26.052Z] ++ cut -d/ -f2 [2021-03-08T02:05:26.052Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-08T02:05:26.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T02:05:26.052Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-08T02:05:26.052Z] ++ cut -d/ -f2 [2021-03-08T02:05:26.052Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-08T02:05:26.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T02:05:26.052Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-08T02:05:26.052Z] ++ cut -d/ -f2 [2021-03-08T02:05:26.052Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-08T02:05:26.133Z] 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-03-08T02:05:28.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T02:05:28.997Z] [2021-03-08T02:05:28.997Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:05:29.347Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T02:05:29.347Z] latest: Pulling from edgex-devops/git-semver [2021-03-08T02:05:29.347Z] 31603596830f: Pulling fs layer [2021-03-08T02:05:29.347Z] 2a8b12db71e7: Pulling fs layer [2021-03-08T02:05:29.347Z] 6ca5941a6612: Pulling fs layer [2021-03-08T02:05:29.347Z] ecc8261a40a4: Pulling fs layer [2021-03-08T02:05:29.347Z] ecc8261a40a4: Waiting [2021-03-08T02:05:29.347Z] 2a8b12db71e7: Verifying Checksum [2021-03-08T02:05:29.347Z] 2a8b12db71e7: Download complete [2021-03-08T02:05:29.347Z] 31603596830f: Download complete [2021-03-08T02:05:29.613Z] ecc8261a40a4: Verifying Checksum [2021-03-08T02:05:29.613Z] ecc8261a40a4: Download complete [2021-03-08T02:05:29.613Z] 6ca5941a6612: Verifying Checksum [2021-03-08T02:05:29.613Z] 6ca5941a6612: Download complete [2021-03-08T02:05:29.882Z] 31603596830f: Pull complete [2021-03-08T02:05:29.882Z] 2a8b12db71e7: Pull complete [2021-03-08T02:05:30.839Z] 6ca5941a6612: Pull complete [2021-03-08T02:05:31.101Z] ecc8261a40a4: Pull complete [2021-03-08T02:05:31.101Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-08T02:05:31.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T02:05:31.101Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-08T02:05:31.210Z] prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container [2021-03-08T02:05:31.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-08T02:05:33.739Z] $ docker top 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-08T02:05:34.018Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-08T02:05:34.018Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-08T02:05:34.259Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-08T02:05:34.267Z] $ docker exec 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f ssh-agent [2021-03-08T02:05:34.439Z] SSH_AUTH_SOCK=/tmp/ssh-ithxxoR7wQ7J/agent.11 [2021-03-08T02:05:34.439Z] SSH_AGENT_PID=16 [2021-03-08T02:05:34.449Z] Running ssh-add (command line suppressed) [2021-03-08T02:05:34.581Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_4149009435970944053.key (/w/workspace/edgex-go/15@tmp/private_key_4149009435970944053.key) [2021-03-08T02:05:34.634Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-08T02:05:34.976Z] + git tag --points-at HEAD [Pipeline] } [2021-03-08T02:05:35.010Z] $ docker exec --env ******** --env ******** 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f ssh-agent -k [2021-03-08T02:05:35.129Z] unset SSH_AUTH_SOCK; [2021-03-08T02:05:35.130Z] unset SSH_AGENT_PID; [2021-03-08T02:05:35.130Z] echo Agent pid 16 killed; [2021-03-08T02:05:35.181Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-08T02:05:35.324Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-08T02:05:35.324Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-08T02:05:35.507Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-08T02:05:35.511Z] $ docker exec 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f ssh-agent [2021-03-08T02:05:35.682Z] SSH_AUTH_SOCK=/tmp/ssh-kjd85fFD3GDD/agent.44 [2021-03-08T02:05:35.682Z] SSH_AGENT_PID=49 [2021-03-08T02:05:35.689Z] Running ssh-add (command line suppressed) [2021-03-08T02:05:35.807Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_1431806074931893224.key (/w/workspace/edgex-go/15@tmp/private_key_1431806074931893224.key) [2021-03-08T02:05:35.869Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-08T02:05:36.201Z] + git semver init [2021-03-08T02:05:36.201Z] # -> Open(): unable to determine branch for HEAD [2021-03-08T02:05:36.201Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2021-03-08T02:05:36.201Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2021-03-08T02:05:36.201Z] # $SEMVER_REMOTE_NAME = origin [2021-03-08T02:05:36.201Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-08T02:05:36.201Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-08T02:05:36.201Z] # $SEMVER_BRANCH = PR-3202 [2021-03-08T02:05:36.201Z] # $SEMVER_TEMP = /tmp/semver-263033131 [2021-03-08T02:05:36.201Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-08T02:05:54.511Z] # '/tmp/semver-263033131' -> '/w/workspace/edgex-go/15/.semver' [2021-03-08T02:05:54.511Z] # -> Force: false [2021-03-08T02:05:54.511Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2021-03-08T02:05:54.525Z] $ docker exec --env ******** --env ******** 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f ssh-agent -k [2021-03-08T02:05:54.851Z] unset SSH_AUTH_SOCK; [2021-03-08T02:05:54.852Z] unset SSH_AGENT_PID; [2021-03-08T02:05:54.852Z] echo Agent pid 49 killed; [2021-03-08T02:05:54.958Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-08T02:05:55.550Z] + git semver [Pipeline] } [2021-03-08T02:05:55.571Z] $ docker stop --time=1 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f [2021-03-08T02:05:57.147Z] $ docker rm -f 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-08T02:05:57.712Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-08T02:05:58.276Z] Stashed 1 file(s) [Pipeline] echo [2021-03-08T02:05:58.279Z] [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-03-08T02:05:59.209Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-08T02:05:59.510Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-08T02:05:59.809Z] + sudo service docker restart [2021-03-08T02:05:59.809Z] + true [2021-03-08T02:05:59.809Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-08T02:06:00.399Z] ========================================================= [2021-03-08T02:06:00.399Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-08T02:06:00.399Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:06:00.756Z] + 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-03-08T02:06:04.080Z] Sending build context to Docker daemon 328.4MB [2021-03-08T02:06:04.080Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-08T02:06:04.080Z] Step 2/6 : FROM ${BASE} [2021-03-08T02:06:04.349Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-08T02:06:04.349Z] 188c0c94c7c5: Pulling fs layer [2021-03-08T02:06:04.349Z] 0ef7d3d256c8: Pulling fs layer [2021-03-08T02:06:04.349Z] de9db76c5a1d: Pulling fs layer [2021-03-08T02:06:04.349Z] bca2f99d35d6: Pulling fs layer [2021-03-08T02:06:04.349Z] 93359f2a8cfa: Pulling fs layer [2021-03-08T02:06:04.349Z] 7c6f9722023f: Pulling fs layer [2021-03-08T02:06:04.349Z] a35cf1a2eb13: Pulling fs layer [2021-03-08T02:06:04.349Z] 93359f2a8cfa: Waiting [2021-03-08T02:06:04.349Z] 7c6f9722023f: Waiting [2021-03-08T02:06:04.349Z] a35cf1a2eb13: Waiting [2021-03-08T02:06:04.349Z] bca2f99d35d6: Waiting [2021-03-08T02:06:04.349Z] de9db76c5a1d: Verifying Checksum [2021-03-08T02:06:04.349Z] de9db76c5a1d: Download complete [2021-03-08T02:06:04.349Z] 0ef7d3d256c8: Download complete [2021-03-08T02:06:04.349Z] 93359f2a8cfa: Verifying Checksum [2021-03-08T02:06:04.349Z] 93359f2a8cfa: Download complete [2021-03-08T02:06:04.349Z] 7c6f9722023f: Verifying Checksum [2021-03-08T02:06:04.349Z] 7c6f9722023f: Download complete [2021-03-08T02:06:04.349Z] 188c0c94c7c5: Verifying Checksum [2021-03-08T02:06:04.349Z] 188c0c94c7c5: Download complete [2021-03-08T02:06:04.922Z] 188c0c94c7c5: Pull complete [2021-03-08T02:06:04.922Z] 0ef7d3d256c8: Pull complete [2021-03-08T02:06:05.185Z] de9db76c5a1d: Pull complete [2021-03-08T02:06:07.746Z] a35cf1a2eb13: Verifying Checksum [2021-03-08T02:06:07.746Z] a35cf1a2eb13: Download complete [2021-03-08T02:06:07.746Z] bca2f99d35d6: Verifying Checksum [2021-03-08T02:06:07.746Z] bca2f99d35d6: Download complete [2021-03-08T02:06:13.076Z] bca2f99d35d6: Pull complete [2021-03-08T02:06:13.076Z] 93359f2a8cfa: Pull complete [2021-03-08T02:06:13.076Z] 7c6f9722023f: Pull complete [2021-03-08T02:06:13.639Z] Still waiting to schedule task [2021-03-08T02:06:13.639Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-08T02:06:18.396Z] a35cf1a2eb13: Pull complete [2021-03-08T02:06:18.396Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-08T02:06:18.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-08T02:06:18.396Z] ---> a62c8e92a672 [2021-03-08T02:06:18.396Z] 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-03-08T02:06:18.396Z] ---> Running in b9392186d8a4 [2021-03-08T02:06:18.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:06:19.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:06:19.808Z] (1/12) Installing libmagic (5.38-r0) [2021-03-08T02:06:19.808Z] (2/12) Installing file (5.38-r0) [2021-03-08T02:06:20.070Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-08T02:06:20.070Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-08T02:06:25.374Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-08T02:06:25.374Z] (6/12) Installing patch (2.7.6-r6) [2021-03-08T02:06:25.635Z] (7/12) Installing build-base (0.5-r2) [2021-03-08T02:06:25.635Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-08T02:06:25.635Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-08T02:06:25.897Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-08T02:06:25.897Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-08T02:06:25.897Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-08T02:06:26.159Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:06:26.159Z] OK: 233 MiB in 51 packages [2021-03-08T02:06:30.400Z] Removing intermediate container b9392186d8a4 [2021-03-08T02:06:30.400Z] ---> c8b9d44e5299 [2021-03-08T02:06:30.400Z] Step 4/6 : WORKDIR /edgex-go [2021-03-08T02:06:30.400Z] ---> Running in 2c62ca4d517d [2021-03-08T02:06:30.400Z] Removing intermediate container 2c62ca4d517d [2021-03-08T02:06:30.400Z] ---> 373a327bdf4d [2021-03-08T02:06:30.400Z] Step 5/6 : COPY go.mod . [2021-03-08T02:06:30.400Z] ---> d549effd1474 [2021-03-08T02:06:30.400Z] Step 6/6 : RUN go mod download [2021-03-08T02:06:30.400Z] ---> Running in 83a3f766e5f3 [2021-03-08T02:06:57.035Z] Removing intermediate container 83a3f766e5f3 [2021-03-08T02:06:57.035Z] ---> 934ec7485f11 [2021-03-08T02:06:57.035Z] Successfully built 934ec7485f11 [2021-03-08T02:06:57.035Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:06:57.346Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-08T02:06:57.347Z] . [Pipeline] withDockerContainer [2021-03-08T02:06:57.462Z] prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container [2021-03-08T02:06:57.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-08T02:06:58.325Z] $ docker top a79a5ffc83c81494b3f6782e2976a8b1659fa334b450d7900cdb6e4363cc3feb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T02:06:58.825Z] + go version [2021-03-08T02:06:58.825Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-08T02:06:58.839Z] $ docker stop --time=1 a79a5ffc83c81494b3f6782e2976a8b1659fa334b450d7900cdb6e4363cc3feb [2021-03-08T02:07:00.202Z] $ docker rm -f a79a5ffc83c81494b3f6782e2976a8b1659fa334b450d7900cdb6e4363cc3feb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:07:01.150Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-08T02:07:01.150Z] . [Pipeline] withDockerContainer [2021-03-08T02:07:01.246Z] prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container [2021-03-08T02:07:01.295Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-08T02:07:01.913Z] $ docker top 765662b01bbbdb75597931ad1a823144d686249520fb01de4acb8ada7073c229 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-08T02:07:02.101Z] ========================================================= [2021-03-08T02:07:02.101Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-08T02:07:02.101Z] ========================================================= [Pipeline] sh [2021-03-08T02:07:02.393Z] + make test [2021-03-08T02:07:02.393Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-08T02:07:10.588Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-08T02:07:25.625Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-08T02:07:33.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-08T02:07:33.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-08T02:07:33.870Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-08T02:07:36.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-08T02:07:36.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-08T02:07:36.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-08T02:07:36.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-08T02:07:36.460Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-08T02:07:37.049Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-08T02:07:39.858Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-08T02:07:39.858Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-08T02:07:39.858Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-08T02:07:41.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 45.9% of statements [2021-03-08T02:07:41.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-08T02:07:41.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-08T02:07:41.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-08T02:07:41.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-08T02:07:41.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-08T02:07:41.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-08T02:07:41.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-08T02:07:41.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements [2021-03-08T02:07:46.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.169s coverage: 27.1% of statements [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-08T02:07:46.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-08T02:07:46.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-08T02:07:46.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.136s coverage: 71.3% of statements [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-08T02:07:46.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.170s coverage: 82.9% of statements [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T02:07:46.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements [2021-03-08T02:07:46.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-08T02:07:49.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-08T02:07:49.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-08T02:07:49.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-08T02:07:49.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-08T02:07:49.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.097s coverage: 97.5% of statements [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-08T02:07:49.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-08T02:07:49.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-08T02:07:51.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 92.8% of statements [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-08T02:07:51.643Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-08T02:07:51.643Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-08T02:07:51.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-08T02:07:51.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements [2021-03-08T02:07:51.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements [2021-03-08T02:07:51.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements [2021-03-08T02:07:51.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-03-08T02:07:51.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements [2021-03-08T02:08:03.266Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28919 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws [2021-03-08T02:08:03.358Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-03-08T02:08:03.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-03-08T02:08:03.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-03-08T02:08:03.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.070s coverage: 81.4% of statements [2021-03-08T02:08:08.157Z] using credential edgex-jenkins-ssh [2021-03-08T02:08:08.222Z] Cloning the remote Git repository [2021-03-08T02:08:08.278Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-08T02:08:08.407Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-03-08T02:08:08.509Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-08T02:08:08.510Z] > git --version # timeout=10 [2021-03-08T02:08:08.526Z] > git --version # 'git version 2.17.1' [2021-03-08T02:08:08.528Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T02:08:08.578Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.066s coverage: 92.9% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.6% of statements [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.6% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 62.4% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 69.0% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 38.4% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.130s coverage: 88.5% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.740s coverage: 29.1% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.100s coverage: 95.6% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-08T02:08:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-03-08T02:08:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-08T02:08:16.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-08T02:08:16.232Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-03-08T02:08:16.232Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-08T02:08:16.232Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-08T02:08:16.232Z] GO111MODULE=on go vet ./... [2021-03-08T02:08:27.065Z] Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:08:27.504Z] Merge succeeded, producing f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:08:27.505Z] Checking out Revision f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 (PR-3202) [2021-03-08T02:08:26.106Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-08T02:08:26.127Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-08T02:08:26.153Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-08T02:08:26.190Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-08T02:08:26.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T02:08:26.202Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-08T02:08:27.088Z] > git config core.sparsecheckout # timeout=10 [2021-03-08T02:08:27.102Z] > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 [2021-03-08T02:08:27.430Z] > git remote # timeout=10 [2021-03-08T02:08:27.447Z] > git config --get remote.origin.url # timeout=10 [2021-03-08T02:08:27.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T02:08:27.470Z] > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 [2021-03-08T02:08:27.493Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-08T02:08:27.516Z] > git config core.sparsecheckout # timeout=10 [2021-03-08T02:08:27.530Z] > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 [2021-03-08T02:08:32.211Z] Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-08T02:08:33.924Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-08T02:08:34.340Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-08T02:08:34.681Z] + sudo service+ docker restart [2021-03-08T02:08:34.681Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-08T02:08:36.750Z] provisioning config files... [2021-03-08T02:08:36.795Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config2655784696548314534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:08:37.281Z] ---> docker-login.sh [2021-03-08T02:08:37.281Z] nexus3.edgexfoundry.org:10001 [2021-03-08T02:08:38.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T02:08:38.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T02:08:38.543Z] Configure a credential helper to remove this warning. See [2021-03-08T02:08:38.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T02:08:38.543Z] [2021-03-08T02:08:38.543Z] Login Succeeded [2021-03-08T02:08:38.543Z] nexus3.edgexfoundry.org:10002 [2021-03-08T02:08:39.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T02:08:39.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T02:08:39.140Z] Configure a credential helper to remove this warning. See [2021-03-08T02:08:39.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T02:08:39.140Z] [2021-03-08T02:08:39.140Z] Login Succeeded [2021-03-08T02:08:39.140Z] nexus3.edgexfoundry.org:10003 [2021-03-08T02:08:39.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T02:08:39.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T02:08:39.688Z] Configure a credential helper to remove this warning. See [2021-03-08T02:08:39.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T02:08:39.688Z] [2021-03-08T02:08:39.688Z] Login Succeeded [2021-03-08T02:08:39.688Z] nexus3.edgexfoundry.org:10004 [2021-03-08T02:08:40.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T02:08:40.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T02:08:40.283Z] Configure a credential helper to remove this warning. See [2021-03-08T02:08:40.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T02:08:40.283Z] [2021-03-08T02:08:40.283Z] Login Succeeded [2021-03-08T02:08:40.283Z] docker.io [2021-03-08T02:08:40.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T02:08:41.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T02:08:41.167Z] Configure a credential helper to remove this warning. See [2021-03-08T02:08:41.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T02:08:41.167Z] [2021-03-08T02:08:41.167Z] Login Succeeded [2021-03-08T02:08:41.167Z] ---> docker-login.sh ends [Pipeline] } [2021-03-08T02:08:41.185Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-08T02:08:41.703Z] ========================================================= [2021-03-08T02:08:41.703Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-08T02:08:41.703Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:08:42.086Z] + 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-03-08T02:08:42.989Z] gofmt -l . [2021-03-08T02:08:43.252Z] [ "`gofmt -l .`" = "" ] [2021-03-08T02:08:43.826Z] ./bin/test-go-mod-tidy.sh [2021-03-08T02:08:44.404Z] ./bin/test-attribution-txt.sh [2021-03-08T02:08:44.719Z] Sending build context to Docker daemon 166.7MB [2021-03-08T02:08:44.719Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-08T02:08:44.719Z] Step 2/6 : FROM ${BASE} [2021-03-08T02:08:44.719Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-08T02:08:44.719Z] 5f621e34cdf4: Pulling fs layer [2021-03-08T02:08:44.719Z] a4357932f1b6: Pulling fs layer [2021-03-08T02:08:44.719Z] 18c013af1878: Pulling fs layer [2021-03-08T02:08:44.719Z] 00ac8860ef70: Pulling fs layer [2021-03-08T02:08:44.719Z] 63d7cb157983: Pulling fs layer [2021-03-08T02:08:44.719Z] b116817d02f9: Pulling fs layer [2021-03-08T02:08:44.719Z] 745a02a5169b: Pulling fs layer [2021-03-08T02:08:44.719Z] 63d7cb157983: Waiting [2021-03-08T02:08:44.719Z] b116817d02f9: Waiting [2021-03-08T02:08:44.719Z] 745a02a5169b: Waiting [2021-03-08T02:08:44.719Z] 00ac8860ef70: Waiting [2021-03-08T02:08:44.719Z] 18c013af1878: Verifying Checksum [2021-03-08T02:08:44.719Z] 18c013af1878: Download complete [2021-03-08T02:08:44.719Z] a4357932f1b6: Download complete [2021-03-08T02:08:44.719Z] 63d7cb157983: Verifying Checksum [2021-03-08T02:08:44.719Z] 63d7cb157983: Download complete [2021-03-08T02:08:44.719Z] b116817d02f9: Download complete [2021-03-08T02:08:44.719Z] 5f621e34cdf4: Verifying Checksum [2021-03-08T02:08:44.719Z] 5f621e34cdf4: Download complete [Pipeline] sh [2021-03-08T02:08:45.658Z] + ls -al . [2021-03-08T02:08:45.658Z] total 732 [2021-03-08T02:08:45.658Z] drwxrwxr-x 10 1001 1001 4096 Mar 8 02:08 . [2021-03-08T02:08:45.658Z] drwxr-xr-x 4 root root 30 Mar 8 02:07 .. [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 11 Mar 8 02:05 .dockerignore [2021-03-08T02:08:45.658Z] drwxrwxr-x 8 1001 1001 179 Mar 8 02:05 .git [2021-03-08T02:08:45.658Z] drwxrwxr-x 3 1001 1001 125 Mar 8 02:05 .github [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 818 Mar 8 02:05 .gitignore [2021-03-08T02:08:45.658Z] drwx------ 3 1001 1001 60 Mar 8 02:05 .semver [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 02:05 .sonarcloud.properties [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 8607 Mar 8 02:05 Attribution.txt [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 02:05 CONTRIBUTING.md [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 931 Mar 8 02:05 Dockerfile.build [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 863 Mar 8 02:05 Jenkinsfile [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 02:05 LICENSE [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 5774 Mar 8 02:05 Makefile [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 6524 Mar 8 02:05 README.md [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 6755 Mar 8 02:05 SECURITY.md [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 5 Mar 8 02:05 VERSION [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 4131 Mar 8 02:05 ZMQWindows.md [2021-03-08T02:08:45.658Z] drwxrwxr-x 2 1001 1001 117 Mar 8 02:05 bin [2021-03-08T02:08:45.658Z] drwxrwxr-x 14 1001 1001 4096 Mar 8 02:05 cmd [2021-03-08T02:08:45.658Z] -rw-r--r-- 1 root root 622273 Mar 8 02:08 coverage.out [2021-03-08T02:08:45.658Z] -rw-r--r-- 1 root root 1055 Mar 8 02:08 go.mod [2021-03-08T02:08:45.658Z] -rw-r--r-- 1 root root 21981 Mar 8 02:08 go.sum [2021-03-08T02:08:45.658Z] drwxrwxr-x 8 1001 1001 127 Mar 8 02:05 internal [2021-03-08T02:08:45.658Z] drwxrwxr-x 4 1001 1001 26 Mar 8 02:05 openapi [2021-03-08T02:08:45.658Z] drwxrwxr-x 4 1001 1001 71 Mar 8 02:05 snap [2021-03-08T02:08:45.658Z] -rw-rw-r-- 1 1001 1001 168 Mar 8 02:05 version.go [Pipeline] sh [2021-03-08T02:08:45.717Z] 5f621e34cdf4: Pull complete [2021-03-08T02:08:45.959Z] + '[' -e coverage.out ] [2021-03-08T02:08:45.959Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-08T02:08:45.997Z] a4357932f1b6: Pull complete [2021-03-08T02:08:46.175Z] Stashed 1 file(s) [Pipeline] sh [2021-03-08T02:08:46.470Z] + make build [2021-03-08T02:08:46.470Z] 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-03-08T02:08:46.598Z] 18c013af1878: Pull complete [2021-03-08T02:08:47.198Z] 745a02a5169b: Verifying Checksum [2021-03-08T02:08:47.198Z] 745a02a5169b: Download complete [2021-03-08T02:08:49.041Z] 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-03-08T02:08:49.181Z] 00ac8860ef70: Verifying Checksum [2021-03-08T02:08:49.181Z] 00ac8860ef70: Download complete [2021-03-08T02:08:57.266Z] 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-03-08T02:08:59.192Z] 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-03-08T02:08:59.345Z] 00ac8860ef70: Pull complete [2021-03-08T02:08:59.345Z] 63d7cb157983: Pull complete [2021-03-08T02:08:59.618Z] b116817d02f9: Pull complete [2021-03-08T02:09:00.599Z] 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-03-08T02:09:00.868Z] 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-03-08T02:09:02.807Z] 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-03-08T02:09:03.020Z] 745a02a5169b: Pull complete [2021-03-08T02:09:03.021Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-08T02:09:03.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-08T02:09:03.021Z] ---> b7e6874047d6 [2021-03-08T02:09:03.021Z] 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-03-08T02:09:04.199Z] 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-03-08T02:09:05.152Z] 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-03-08T02:09:06.424Z] ---> Running in 047f6113cff9 [2021-03-08T02:09:06.543Z] 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-03-08T02:09:07.491Z] 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-03-08T02:09:07.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:09:08.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:09:08.892Z] 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-03-08T02:09:09.444Z] (1/12) Installing libmagic (5.38-r0) [2021-03-08T02:09:09.444Z] (2/12) Installing file (5.38-r0) [2021-03-08T02:09:09.444Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-08T02:09:09.717Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] } [2021-03-08T02:09:10.836Z] $ docker stop --time=1 765662b01bbbdb75597931ad1a823144d686249520fb01de4acb8ada7073c229 [2021-03-08T02:09:12.661Z] $ docker rm -f 765662b01bbbdb75597931ad1a823144d686249520fb01de4acb8ada7073c229 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-08T02:09:14.019Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-08T02:09:14.019Z] (6/12) Installing patch (2.7.6-r6) [2021-03-08T02:09:14.019Z] (7/12) Installing build-base (0.5-r2) [2021-03-08T02:09:14.019Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-08T02:09:14.019Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-08T02:09:14.019Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-08T02:09:14.019Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-08T02:09:14.019Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-08T02:09:14.019Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:09:14.019Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:09:16.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T02:09:16.318Z] [2021-03-08T02:09:16.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:09:16.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T02:09:16.676Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-08T02:09:16.676Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-08T02:09:16.676Z] ca9280d653b3: Pulling fs layer [2021-03-08T02:09:16.676Z] 7e9c9ca2126c: Pulling fs layer [2021-03-08T02:09:16.942Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-08T02:09:16.942Z] cbdbe7a5bc2a: Download complete [2021-03-08T02:09:17.204Z] ca9280d653b3: Verifying Checksum [2021-03-08T02:09:17.204Z] ca9280d653b3: Download complete [2021-03-08T02:09:17.471Z] cbdbe7a5bc2a: Pull complete [2021-03-08T02:09:18.336Z] Removing intermediate container 047f6113cff9 [2021-03-08T02:09:18.336Z] ---> e2373ccf11c9 [2021-03-08T02:09:18.336Z] Step 4/6 : WORKDIR /edgex-go [2021-03-08T02:09:18.424Z] 7e9c9ca2126c: Verifying Checksum [2021-03-08T02:09:18.425Z] 7e9c9ca2126c: Download complete [2021-03-08T02:09:18.425Z] ca9280d653b3: Pull complete [2021-03-08T02:09:18.608Z] ---> Running in cec309ef0d7a [2021-03-08T02:09:18.882Z] Removing intermediate container cec309ef0d7a [2021-03-08T02:09:18.882Z] ---> 06dd55fc1e89 [2021-03-08T02:09:18.882Z] Step 5/6 : COPY go.mod . [2021-03-08T02:09:19.483Z] ---> e7ae6a0ffb08 [2021-03-08T02:09:19.483Z] Step 6/6 : RUN go mod download [2021-03-08T02:09:19.757Z] ---> Running in 038ba7bda1e8 [2021-03-08T02:09:25.208Z] 7e9c9ca2126c: Pull complete [2021-03-08T02:09:25.208Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-08T02:09:25.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T02:09:25.208Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-08T02:09:25.334Z] prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container [2021-03-08T02:09:25.383Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-08T02:09:27.732Z] $ docker top 0dc7922fcd634d5fd941ae34594a8d457317378360b1e390be6824817930abca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T02:09:28.268Z] + docker-compose build --help [2021-03-08T02:09:28.268Z] + grep parallel [2021-03-08T02:09:29.213Z] --parallel Build images in parallel. [Pipeline] } [2021-03-08T02:09:29.228Z] $ docker stop --time=1 0dc7922fcd634d5fd941ae34594a8d457317378360b1e390be6824817930abca [2021-03-08T02:09:30.581Z] $ docker rm -f 0dc7922fcd634d5fd941ae34594a8d457317378360b1e390be6824817930abca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:09:31.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T02:09:31.270Z] . [Pipeline] withDockerContainer [2021-03-08T02:09:31.400Z] prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container [2021-03-08T02:09:31.445Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-03-08T02:09:32.177Z] $ docker top cd1655e0903379b40a6e95f67619f974ebd94ffdf8901609b5967ad18a57e09f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T02:09:32.722Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-08T02:09:33.669Z] Building docker-core-command-go ... [2021-03-08T02:09:33.669Z] Building docker-core-data-go ... [2021-03-08T02:09:33.669Z] Building docker-core-metadata-go ... [2021-03-08T02:09:33.669Z] Building docker-security-bootstrapper-go ... [2021-03-08T02:09:33.669Z] Building docker-security-proxy-setup-go ... [2021-03-08T02:09:33.669Z] Building docker-security-secretstore-setup-go ... [2021-03-08T02:09:33.669Z] Building docker-support-notifications-go ... [2021-03-08T02:09:33.669Z] Building docker-support-scheduler-go ... [2021-03-08T02:09:33.669Z] Building docker-sys-mgmt-agent-go ... [2021-03-08T02:09:33.669Z] Building docker-core-command-go [2021-03-08T02:09:33.669Z] Building docker-core-data-go [2021-03-08T02:09:33.669Z] Building docker-security-secretstore-setup-go [2021-03-08T02:09:33.669Z] Building docker-security-proxy-setup-go [2021-03-08T02:09:33.669Z] Building docker-core-metadata-go [2021-03-08T02:09:46.565Z] Removing intermediate container 038ba7bda1e8 [2021-03-08T02:09:46.565Z] ---> 56cb10f3c5ed [2021-03-08T02:09:46.565Z] Successfully built 56cb10f3c5ed [2021-03-08T02:09:46.565Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:09:46.908Z] + docker inspect -f . ci-base-image-arm64 [2021-03-08T02:09:46.908Z] . [Pipeline] withDockerContainer [2021-03-08T02:09:47.146Z] prd-ubuntu18.04-docker-arm64-4c-16g-28919 does not seem to be running inside a container [2021-03-08T02:09:47.244Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-08T02:09:48.633Z] $ docker top ec3b6f2062147f83ce5e06f3ce223df59a331332fc110bf208a31a0a1f0a547d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T02:09:49.679Z] + go version [2021-03-08T02:09:49.679Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-08T02:09:49.707Z] $ docker stop --time=1 ec3b6f2062147f83ce5e06f3ce223df59a331332fc110bf208a31a0a1f0a547d [2021-03-08T02:09:51.520Z] $ docker rm -f ec3b6f2062147f83ce5e06f3ce223df59a331332fc110bf208a31a0a1f0a547d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:09:52.529Z] + docker inspect -f . ci-base-image-arm64 [2021-03-08T02:09:52.529Z] . [Pipeline] withDockerContainer [2021-03-08T02:09:52.767Z] prd-ubuntu18.04-docker-arm64-4c-16g-28919 does not seem to be running inside a container [2021-03-08T02:09:52.845Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-08T02:09:54.082Z] $ docker top 307d9b39a20a7346575ff66122116aa29b84b4a895e2d2d1a3c0782c1d507717 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-08T02:09:54.437Z] ========================================================= [2021-03-08T02:09:54.437Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-08T02:09:54.437Z] ========================================================= [Pipeline] sh [2021-03-08T02:09:55.089Z] + make test [2021-03-08T02:09:55.089Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-08T02:10:05.970Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:10:05.970Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:10:05.970Z] ---> 934ec7485f11 [2021-03-08T02:10:05.970Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T02:10:05.970Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:10:05.970Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:10:05.970Z] ---> 934ec7485f11 [2021-03-08T02:10:05.970Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T02:10:05.970Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:10:05.970Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:10:05.970Z] ---> 934ec7485f11 [2021-03-08T02:10:05.970Z] Step 3/24 : WORKDIR /edgex-go [2021-03-08T02:10:05.970Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:10:05.970Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:10:05.970Z] ---> 934ec7485f11 [2021-03-08T02:10:05.970Z] Step 3/21 : WORKDIR /edgex-go [2021-03-08T02:10:05.970Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:10:05.970Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:10:05.970Z] ---> 934ec7485f11 [2021-03-08T02:10:05.970Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T02:10:06.927Z] ---> Running in b1d2345bb62f [2021-03-08T02:10:06.927Z] ---> Running in a16c811d49ea [2021-03-08T02:10:06.927Z] ---> Running in 1040071f4416 [2021-03-08T02:10:06.927Z] ---> Running in 69387ad89242 [2021-03-08T02:10:06.927Z] ---> Running in b0e87c04f029 [2021-03-08T02:10:07.503Z] Removing intermediate container 69387ad89242 [2021-03-08T02:10:07.503Z] ---> 30b3839ca492 [2021-03-08T02:10:07.503Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:10:07.503Z] Removing intermediate container 1040071f4416 [2021-03-08T02:10:07.503Z] ---> d13fc6a365ce [2021-03-08T02:10:07.503Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:10:07.503Z] Removing intermediate container b0e87c04f029 [2021-03-08T02:10:07.503Z] ---> 7ffc34351cc0 [2021-03-08T02:10:07.503Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:10:07.503Z] Removing intermediate container b1d2345bb62f [2021-03-08T02:10:07.503Z] ---> d0e4384e14cb [2021-03-08T02:10:07.503Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:10:07.503Z] Removing intermediate container a16c811d49ea [2021-03-08T02:10:07.503Z] ---> c4e8ea22da37 [2021-03-08T02:10:07.503Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:10:07.503Z] ---> Running in b44dac62fdfd [2021-03-08T02:10:07.503Z] ---> Running in 9da4fc3588a2 [2021-03-08T02:10:07.503Z] ---> Running in 08cc81faef43 [2021-03-08T02:10:07.503Z] ---> Running in 7999b9f9bf50 [2021-03-08T02:10:07.503Z] ---> Running in f558627bc50b [2021-03-08T02:10:09.452Z] Removing intermediate container b44dac62fdfd [2021-03-08T02:10:09.452Z] ---> 46a4880b8132 [2021-03-08T02:10:09.452Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-08T02:10:09.716Z] ---> Running in 3cf23663c69a [2021-03-08T02:10:09.716Z] Removing intermediate container 08cc81faef43 [2021-03-08T02:10:09.716Z] ---> d75b712eed7e [2021-03-08T02:10:09.716Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-08T02:10:09.979Z] ---> Running in 7e1d9707c9b2 [2021-03-08T02:10:10.243Z] Removing intermediate container 9da4fc3588a2 [2021-03-08T02:10:10.243Z] ---> 458d07500bda [2021-03-08T02:10:10.243Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T02:10:10.243Z] Removing intermediate container 7999b9f9bf50 [2021-03-08T02:10:10.243Z] ---> cb5c30e07ea9 [2021-03-08T02:10:10.243Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-08T02:10:10.507Z] ---> Running in a3ed257c2604 [2021-03-08T02:10:10.507Z] Removing intermediate container f558627bc50b [2021-03-08T02:10:10.507Z] ---> 7e5ea6c9a053 [2021-03-08T02:10:10.507Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T02:10:10.507Z] ---> Running in 131bb569a108 [2021-03-08T02:10:10.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:10:10.507Z] ---> Running in 5cd7286d6dd1 [2021-03-08T02:10:10.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:10:11.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:10:11.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:10:11.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:10:11.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:10:11.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:10:11.575Z] OK: 233 MiB in 51 packages [2021-03-08T02:10:11.843Z] OK: 233 MiB in 51 packages [2021-03-08T02:10:11.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:10:12.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:10:12.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:10:12.110Z] Removing intermediate container 3cf23663c69a [2021-03-08T02:10:12.110Z] ---> d7b17989942f [2021-03-08T02:10:12.110Z] Step 6/21 : COPY go.mod . [2021-03-08T02:10:12.385Z] Removing intermediate container 7e1d9707c9b2 [2021-03-08T02:10:12.385Z] ---> 004840a2c27c [2021-03-08T02:10:12.385Z] Step 6/23 : COPY go.mod . [2021-03-08T02:10:12.385Z] OK: 233 MiB in 51 packages [2021-03-08T02:10:12.385Z] ---> d0734d929d24 [2021-03-08T02:10:12.385Z] Step 7/21 : RUN go mod download [2021-03-08T02:10:12.385Z] OK: 233 MiB in 51 packages [2021-03-08T02:10:12.385Z] ---> Running in 35f676f54cef [2021-03-08T02:10:12.651Z] OK: 233 MiB in 51 packages [2021-03-08T02:10:12.651Z] ---> 09f3fab3d0a2 [2021-03-08T02:10:12.651Z] Step 7/23 : RUN go mod download [2021-03-08T02:10:12.918Z] ---> Running in 44e7f47fb1a0 [2021-03-08T02:10:13.512Z] Removing intermediate container 5cd7286d6dd1 [2021-03-08T02:10:13.512Z] ---> bb4d101757da [2021-03-08T02:10:13.512Z] Step 6/23 : COPY go.mod . [2021-03-08T02:10:13.512Z] Removing intermediate container a3ed257c2604 [2021-03-08T02:10:13.512Z] ---> fb02c1979b8b [2021-03-08T02:10:13.512Z] Step 6/23 : COPY go.mod . [2021-03-08T02:10:13.512Z] Removing intermediate container 131bb569a108 [2021-03-08T02:10:13.512Z] ---> 972aefbcad80 [2021-03-08T02:10:13.512Z] Step 6/24 : COPY go.mod . [2021-03-08T02:10:13.779Z] ---> 85d274a23355 [2021-03-08T02:10:13.779Z] Step 7/23 : RUN go mod download [2021-03-08T02:10:13.779Z] ---> ba0c77873d6a [2021-03-08T02:10:13.779Z] Step 7/23 : RUN go mod download [2021-03-08T02:10:13.779Z] ---> Running in 60be01cb9043 [2021-03-08T02:10:13.779Z] ---> 7237073a953e [2021-03-08T02:10:13.779Z] Step 7/24 : RUN go mod download [2021-03-08T02:10:13.779Z] ---> Running in 43f503fbc4d9 [2021-03-08T02:10:14.045Z] ---> Running in b33f17a12d09 [2021-03-08T02:10:15.001Z] Removing intermediate container 35f676f54cef [2021-03-08T02:10:15.001Z] ---> a0cf0e258202 [2021-03-08T02:10:15.001Z] Step 8/21 : COPY . . [2021-03-08T02:10:15.001Z] Removing intermediate container 44e7f47fb1a0 [2021-03-08T02:10:15.001Z] ---> a484dd2a2bac [2021-03-08T02:10:15.001Z] Step 8/23 : COPY . . [2021-03-08T02:10:17.272Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-08T02:10:27.317Z] Removing intermediate container b33f17a12d09 [2021-03-08T02:10:27.317Z] ---> 74f710ec9ba9 [2021-03-08T02:10:27.317Z] Step 8/24 : COPY . . [2021-03-08T02:10:27.317Z] Removing intermediate container 43f503fbc4d9 [2021-03-08T02:10:27.317Z] ---> f3d1b1fd7c82 [2021-03-08T02:10:27.317Z] Step 8/23 : COPY . .Removing intermediate container 60be01cb9043 [2021-03-08T02:10:27.317Z] ---> 54e5b808a098 [2021-03-08T02:10:27.317Z] Step 8/23 : COPY . . [2021-03-08T02:10:27.317Z] [2021-03-08T02:10:49.436Z] ---> 852203a2862c [2021-03-08T02:10:49.436Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-08T02:10:49.436Z] ---> 88674c9bc39f [2021-03-08T02:10:49.436Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-08T02:10:49.436Z] ---> Running in b9acdf561ddd [2021-03-08T02:10:49.436Z] ---> Running in 09fdec9ac1da [2021-03-08T02:10:53.855Z] 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-03-08T02:10:53.855Z] 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-03-08T02:11:00.564Z] ---> f5d8dd7a9b49 [2021-03-08T02:11:00.564Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-08T02:11:01.154Z] ---> 762ee37c74b5 [2021-03-08T02:11:01.154Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-08T02:11:02.134Z] ---> Running in 3a3f76728e3a [2021-03-08T02:11:02.134Z] ---> Running in ce8d7133b3a2 [2021-03-08T02:11:02.416Z] ---> 348c5a2e8db1 [2021-03-08T02:11:02.416Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-08T02:11:02.684Z] ---> Running in 3450da944d05 [2021-03-08T02:11:03.677Z] 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-03-08T02:11:03.677Z] 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-03-08T02:11:03.954Z] 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-03-08T02:11:13.860Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-08T02:11:13.861Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-08T02:11:14.657Z] 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-03-08T02:11:19.288Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-08T02:11:19.288Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-08T02:11:22.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-08T02:11:22.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-08T02:11:22.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-08T02:11:22.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-08T02:11:22.887Z] Removing intermediate container 09fdec9ac1da [2021-03-08T02:11:22.887Z] ---> 5e7634e38b96 [2021-03-08T02:11:22.887Z] [2021-03-08T02:11:22.887Z] Step 10/21 : FROM alpine:3.12 [2021-03-08T02:11:23.472Z] 3.12: Pulling from library/alpine [2021-03-08T02:11:24.877Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-08T02:11:24.877Z] Status: Downloaded newer image for alpine:3.12 [2021-03-08T02:11:24.877Z] ---> 88dd2752d2ea [2021-03-08T02:11:24.877Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-08T02:11:25.346Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-08T02:11:25.844Z] ---> Running in b959f6337369 [2021-03-08T02:11:26.337Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-08T02:11:26.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:11:26.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:11:26.707Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-08T02:11:26.707Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T02:11:26.707Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-08T02:11:26.707Z] (4/4) Installing curl (7.69.1-r3) [2021-03-08T02:11:26.707Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:11:26.984Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T02:11:26.984Z] OK: 7 MiB in 18 packages [2021-03-08T02:11:28.429Z] 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-03-08T02:11:29.026Z] Removing intermediate container b959f6337369 [2021-03-08T02:11:29.026Z] ---> dad6458cc2e6 [2021-03-08T02:11:29.026Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T02:11:29.323Z] ---> Running in c3aac797b1a9 [2021-03-08T02:11:31.890Z] Removing intermediate container c3aac797b1a9 [2021-03-08T02:11:31.890Z] ---> 1473b667def1 [2021-03-08T02:11:31.890Z] Step 13/21 : WORKDIR /edgex [2021-03-08T02:11:32.159Z] ---> Running in 68b244e6946a [2021-03-08T02:11:32.750Z] Removing intermediate container 68b244e6946a [2021-03-08T02:11:32.750Z] ---> ea643f635a8e [2021-03-08T02:11:32.750Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-08T02:11:34.693Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-08T02:11:34.693Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-08T02:11:34.693Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-08T02:11:34.705Z] ---> ddccf51a84e0 [2021-03-08T02:11:34.705Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-08T02:11:36.635Z] Removing intermediate container b9acdf561ddd [2021-03-08T02:11:36.635Z] ---> 3335888da19b [2021-03-08T02:11:36.635Z] [2021-03-08T02:11:36.635Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T02:11:36.635Z] ---> 88dd2752d2ea [2021-03-08T02:11:36.635Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-08T02:11:37.223Z] ---> 0325aeb2fecf [2021-03-08T02:11:37.223Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-08T02:11:38.612Z] ---> Running in 1c7d4c59f475 [2021-03-08T02:11:38.612Z] Removing intermediate container 3a3f76728e3a [2021-03-08T02:11:38.612Z] ---> d9b33d15b4fd [2021-03-08T02:11:38.612Z] [2021-03-08T02:11:38.613Z] Step 10/24 : FROM alpine:3.12 [2021-03-08T02:11:38.613Z] ---> 88dd2752d2ea [2021-03-08T02:11:38.613Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-08T02:11:39.559Z] ---> 31fb63663120 [2021-03-08T02:11:39.559Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-08T02:11:40.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.336s coverage: 45.9% of statements [2021-03-08T02:11:40.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-08T02:11:40.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-08T02:11:40.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-08T02:11:40.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-08T02:11:40.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-08T02:11:40.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-08T02:11:40.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-08T02:11:40.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.286s coverage: 100.0% of statements [2021-03-08T02:11:40.131Z] ---> Running in 97ddf7828775 [2021-03-08T02:11:40.397Z] Removing intermediate container ce8d7133b3a2 [2021-03-08T02:11:40.397Z] ---> 98af8cbab65b [2021-03-08T02:11:40.397Z] [2021-03-08T02:11:40.397Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T02:11:40.397Z] ---> 88dd2752d2ea [2021-03-08T02:11:40.397Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T02:11:40.665Z] Removing intermediate container 1c7d4c59f475 [2021-03-08T02:11:40.665Z] ---> 42ef306d7541 [2021-03-08T02:11:40.665Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-08T02:11:40.665Z] ---> Running in 960c59b38841 [2021-03-08T02:11:40.665Z] ---> Running in cfee632cbd80 [2021-03-08T02:11:40.934Z] ---> Running in 43054ca8e9e2 [2021-03-08T02:11:40.934Z] Removing intermediate container 960c59b38841 [2021-03-08T02:11:40.934Z] ---> 3839616c8dbe [2021-03-08T02:11:40.934Z] Step 18/21 : CMD ["--init=true"] [2021-03-08T02:11:42.343Z] ---> Running in 28297d34c06d [2021-03-08T02:11:42.343Z] Removing intermediate container 43054ca8e9e2 [2021-03-08T02:11:42.343Z] ---> a87390604029 [2021-03-08T02:11:42.343Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-08T02:11:43.292Z] ---> Running in 3a3be37ceaeb [2021-03-08T02:11:43.292Z] Removing intermediate container 28297d34c06d [2021-03-08T02:11:43.292Z] ---> 35808677da43 [2021-03-08T02:11:43.292Z] Step 19/21 : LABEL arch=x86_64 [2021-03-08T02:11:43.292Z] Removing intermediate container 3450da944d05 [2021-03-08T02:11:43.292Z] ---> 99d5c5ba60ff [2021-03-08T02:11:43.292Z] [2021-03-08T02:11:43.292Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T02:11:43.292Z] ---> 88dd2752d2ea [2021-03-08T02:11:43.292Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T02:11:43.555Z] ---> Running in a54053c4a9d9 [2021-03-08T02:11:43.555Z] ---> Running in da65d5d4c5ed [2021-03-08T02:11:43.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:11:43.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:11:43.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:11:43.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:11:43.822Z] Removing intermediate container 3a3be37ceaeb [2021-03-08T02:11:43.822Z] ---> d0745234efa9 [2021-03-08T02:11:43.822Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:11:43.822Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-08T02:11:43.822Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:11:43.822Z] OK: 6 MiB in 15 packages [2021-03-08T02:11:43.822Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-08T02:11:43.822Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T02:11:43.822Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-08T02:11:43.822Z] (4/5) Installing curl (7.69.1-r3) [2021-03-08T02:11:43.822Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-08T02:11:43.822Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:11:43.822Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T02:11:44.085Z] OK: 7 MiB in 19 packages [2021-03-08T02:11:44.348Z] ---> Running in 82d30c5b3ec4 [2021-03-08T02:11:44.348Z] Removing intermediate container a54053c4a9d9 [2021-03-08T02:11:44.348Z] ---> 53e4bf71f6b3 [2021-03-08T02:11:44.348Z] Step 20/21 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:11:44.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:11:44.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:11:44.923Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-08T02:11:44.923Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:11:44.923Z] OK: 6 MiB in 15 packages [2021-03-08T02:11:45.186Z] ---> Running in 2fd4608b15e8 [2021-03-08T02:11:45.450Z] Removing intermediate container 2fd4608b15e8 [2021-03-08T02:11:45.450Z] ---> 5440c50db23c [2021-03-08T02:11:45.450Z] Step 21/21 : LABEL version=0.0.0 [2021-03-08T02:11:46.400Z] ---> Running in 404a0c4cdaeb [2021-03-08T02:11:46.400Z] Removing intermediate container cfee632cbd80 [2021-03-08T02:11:46.400Z] ---> 44eb402cbff5 [2021-03-08T02:11:46.400Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T02:11:46.400Z] Removing intermediate container 97ddf7828775 [2021-03-08T02:11:46.400Z] ---> d89774fbaf9e [2021-03-08T02:11:46.400Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T02:11:46.400Z] ---> Running in a4c44eff7199 [2021-03-08T02:11:46.662Z] ---> Running in 1b9f3d20a1f8 [2021-03-08T02:11:46.662Z] Removing intermediate container 404a0c4cdaeb [2021-03-08T02:11:46.662Z] ---> 277796df8346 [2021-03-08T02:11:46.662Z] [2021-03-08T02:11:46.662Z] Removing intermediate container da65d5d4c5ed [2021-03-08T02:11:46.662Z] ---> 9d53f067b5fd [2021-03-08T02:11:46.662Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T02:11:46.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.592s coverage: 27.1% of statements [2021-03-08T02:11:46.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-08T02:11:46.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-08T02:11:46.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-08T02:11:46.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-08T02:11:46.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-08T02:11:46.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-08T02:11:46.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-03-08T02:11:46.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-08T02:11:46.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.147s coverage: 100.0% of statements [2021-03-08T02:11:46.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-08T02:11:46.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-08T02:11:46.924Z] Removing intermediate container a4c44eff7199 [2021-03-08T02:11:46.924Z] ---> 7a86168ccdb4 [2021-03-08T02:11:46.924Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-08T02:11:47.500Z] Successfully built 277796df8346 [2021-03-08T02:11:47.500Z] ---> Running in feee1340207a [2021-03-08T02:11:47.768Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-08T02:11:47.768Z] ---> Running in cba8a290be8a [2021-03-08T02:11:47.768Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-08T02:11:47.768Z] Removing intermediate container 1b9f3d20a1f8 [2021-03-08T02:11:47.768Z] ---> f101d675398a [2021-03-08T02:11:47.768Z] Step 13/24 : WORKDIR / [2021-03-08T02:11:47.768Z] ---> Running in b0146a94ba21 [2021-03-08T02:11:47.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.246s coverage: 71.3% of statements [2021-03-08T02:11:47.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-08T02:11:47.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-08T02:11:48.031Z] Removing intermediate container feee1340207a [2021-03-08T02:11:48.031Z] ---> 687229605565 [2021-03-08T02:11:48.031Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-08T02:11:48.031Z] Removing intermediate container cba8a290be8a [2021-03-08T02:11:48.031Z] ---> 32615cc6110c [2021-03-08T02:11:48.031Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T02:11:48.031Z] Removing intermediate container 82d30c5b3ec4 [2021-03-08T02:11:48.031Z] ---> dc72b8a68970 [2021-03-08T02:11:48.031Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-08T02:11:48.297Z] Removing intermediate container b0146a94ba21 [2021-03-08T02:11:48.297Z] ---> e75c3450cfd3 [2021-03-08T02:11:48.297Z] 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-03-08T02:11:48.297Z] ---> Running in 1cb8a98feca9 [2021-03-08T02:11:48.297Z] ---> Running in 3e5d40125fa8 [2021-03-08T02:11:48.297Z] ---> Running in c1e146fd3f25 [2021-03-08T02:11:48.880Z] Removing intermediate container 1cb8a98feca9 [2021-03-08T02:11:48.880Z] ---> a9ed54ec55fa [2021-03-08T02:11:48.880Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T02:11:48.880Z] Removing intermediate container c1e146fd3f25 [2021-03-08T02:11:48.880Z] ---> f448fd7c6944 [2021-03-08T02:11:48.880Z] Step 15/23 : WORKDIR / [2021-03-08T02:11:49.144Z] ---> c24cde9005c9 [2021-03-08T02:11:49.144Z] 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-03-08T02:11:49.144Z] ---> Running in b520b10a5607 [2021-03-08T02:11:49.144Z] ---> Running in dc6eb674d121 [2021-03-08T02:11:49.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:11:49.406Z] Removing intermediate container b520b10a5607 [2021-03-08T02:11:49.406Z] ---> 41eb6f4a7806 [2021-03-08T02:11:49.406Z] Step 15/23 : WORKDIR / [2021-03-08T02:11:49.406Z] ---> 1a96cbace8dc [2021-03-08T02:11:49.406Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-08T02:11:49.406Z] ---> Running in 8df6104d678a [2021-03-08T02:11:49.676Z] Removing intermediate container dc6eb674d121 [2021-03-08T02:11:49.676Z] ---> c8788e1c002d [2021-03-08T02:11:49.676Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:11:49.676Z] ---> 063951540654 [2021-03-08T02:11:49.676Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-08T02:11:49.676Z] Removing intermediate container 8df6104d678a [2021-03-08T02:11:49.676Z] ---> 916fbbf8f29a [2021-03-08T02:11:49.676Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:11:49.874Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.534s coverage: 82.9% of statements [2021-03-08T02:11:49.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-08T02:11:49.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T02:11:49.874Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.168s coverage: 78.9% of statements [2021-03-08T02:11:49.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-08T02:11:49.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:11:51.338Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-08T02:11:51.601Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-08T02:11:51.601Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-08T02:11:51.864Z] ---> 056d67d8d6d5 [2021-03-08T02:11:51.864Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-08T02:11:51.864Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-08T02:11:52.126Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-08T02:11:52.388Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-08T02:11:52.654Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:11:52.654Z] OK: 8 MiB in 20 packages [2021-03-08T02:11:52.654Z] ---> 0f9080e85b3e [2021-03-08T02:11:52.654Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-08T02:11:52.654Z] ---> 9abab09daab8 [2021-03-08T02:11:52.654Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-08T02:11:54.069Z] ---> 411db878e3fc [2021-03-08T02:11:54.069Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-08T02:11:55.026Z] ---> ef2fb2a9a4f7 [2021-03-08T02:11:55.026Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-08T02:11:55.026Z] ---> 4ef52d968c03 [2021-03-08T02:11:55.026Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-08T02:11:55.984Z] ---> da24a2c80802 [2021-03-08T02:11:55.985Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-08T02:11:58.562Z] ---> Running in 78b482f2fbd2 [2021-03-08T02:11:58.562Z] Removing intermediate container 3e5d40125fa8 [2021-03-08T02:11:58.562Z] ---> 97c8e2a8b994 [2021-03-08T02:11:58.562Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:11:58.562Z] ---> 9b053b9846c6 [2021-03-08T02:11:58.562Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-08T02:11:58.832Z] ---> 12fd9b005779 [2021-03-08T02:11:58.832Z] 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-03-08T02:12:00.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.129s coverage: 28.6% of statements [2021-03-08T02:12:00.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-08T02:12:00.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-08T02:12:00.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-08T02:12:00.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-08T02:12:00.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-08T02:12:00.074Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.167s coverage: 100.0% of statements [2021-03-08T02:12:00.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-08T02:12:00.074Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-03-08T02:12:00.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-08T02:12:00.074Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.289s coverage: 86.7% of statements [2021-03-08T02:12:00.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-08T02:12:00.074Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.303s coverage: 97.5% of statements [2021-03-08T02:12:00.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-08T02:12:00.074Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements [2021-03-08T02:12:00.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-08T02:12:00.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-08T02:12:00.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-08T02:12:00.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-08T02:12:00.233Z] ---> Running in 749e20c645c1 [2021-03-08T02:12:01.188Z] Removing intermediate container 78b482f2fbd2 [2021-03-08T02:12:01.188Z] ---> bd92367eeae2 [2021-03-08T02:12:01.188Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:12:01.188Z] ---> Running in 8aa9e37480bf [2021-03-08T02:12:01.778Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:12:01.778Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:12:01.778Z] ---> 5af7fa5a5232 [2021-03-08T02:12:01.778Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-08T02:12:02.043Z] ---> 934ec7485f11 [2021-03-08T02:12:02.043Z] Step 3/31 : WORKDIR /edgex-go [2021-03-08T02:12:02.305Z] ---> Using cache [2021-03-08T02:12:02.305Z] ---> c4e8ea22da37 [2021-03-08T02:12:02.305Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:12:02.305Z] ---> Using cache [2021-03-08T02:12:02.305Z] ---> 7e5ea6c9a053 [2021-03-08T02:12:02.305Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-08T02:12:02.305Z] ---> Using cache [2021-03-08T02:12:02.305Z] ---> bb4d101757da [2021-03-08T02:12:02.305Z] Step 6/31 : COPY go.mod . [2021-03-08T02:12:02.305Z] ---> Using cache [2021-03-08T02:12:02.305Z] ---> 85d274a23355 [2021-03-08T02:12:02.305Z] Step 7/31 : RUN go mod download [2021-03-08T02:12:02.305Z] ---> Using cache [2021-03-08T02:12:02.305Z] ---> 54e5b808a098 [2021-03-08T02:12:02.305Z] Step 8/31 : COPY . . [2021-03-08T02:12:02.305Z] ---> Using cache [2021-03-08T02:12:02.305Z] ---> 762ee37c74b5 [2021-03-08T02:12:02.305Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-08T02:12:02.880Z] ---> Running in c6d16994825c [2021-03-08T02:12:02.880Z] Removing intermediate container 749e20c645c1 [2021-03-08T02:12:02.880Z] ---> e2073f216927 [2021-03-08T02:12:02.880Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:12:03.147Z] ---> Running in a65bafa415fa [2021-03-08T02:12:03.147Z] ---> 1d302fb5b4fd [2021-03-08T02:12:03.147Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-08T02:12:03.147Z] ---> Running in 1373746b58fe [2021-03-08T02:12:03.410Z] Removing intermediate container c6d16994825c [2021-03-08T02:12:03.410Z] ---> 8b6c452554db [2021-03-08T02:12:03.410Z] Step 21/23 : LABEL arch=x86_64 [2021-03-08T02:12:03.678Z] ---> Running in d09f3b78e0dc [2021-03-08T02:12:03.678Z] Removing intermediate container 1373746b58fe [2021-03-08T02:12:03.678Z] ---> b8fbac15fbc9 [2021-03-08T02:12:03.678Z] Step 21/23 : LABEL arch=x86_64 [2021-03-08T02:12:03.678Z] ---> 7db9efc9aa39 [2021-03-08T02:12:03.678Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-08T02:12:03.678Z] ---> Running in d415aea7ac5b [2021-03-08T02:12:03.678Z] 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-03-08T02:12:03.944Z] ---> Running in b2dc646395ec [2021-03-08T02:12:03.944Z] Removing intermediate container d09f3b78e0dc [2021-03-08T02:12:03.944Z] ---> 8c314937c66b [2021-03-08T02:12:03.944Z] Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:12:04.211Z] Removing intermediate container d415aea7ac5b [2021-03-08T02:12:04.211Z] ---> 615dbc85adfe [2021-03-08T02:12:04.211Z] Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:12:04.211Z] ---> Running in 842c8a721fbe [2021-03-08T02:12:04.480Z] ---> Running in a555550be168 [2021-03-08T02:12:04.480Z] Removing intermediate container b2dc646395ec [2021-03-08T02:12:04.480Z] ---> 228e4124c3df [2021-03-08T02:12:04.480Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:12:04.480Z] Removing intermediate container 8aa9e37480bf [2021-03-08T02:12:04.480Z] ---> f3dfff52f218 [2021-03-08T02:12:04.480Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-08T02:12:04.743Z] ---> Running in e460e02afc05 [2021-03-08T02:12:04.743Z] ---> Running in 0e5dca07a10f [2021-03-08T02:12:04.743Z] Removing intermediate container 842c8a721fbe [2021-03-08T02:12:04.743Z] ---> e9ca08c459bc [2021-03-08T02:12:04.743Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T02:12:05.010Z] Removing intermediate container a555550be168 [2021-03-08T02:12:05.010Z] ---> 1aa2ff437cf8 [2021-03-08T02:12:05.010Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T02:12:05.010Z] ---> Running in 6e53f0d4f46e [2021-03-08T02:12:05.287Z] Removing intermediate container 0e5dca07a10f [2021-03-08T02:12:05.287Z] ---> 4f9d14fcec33 [2021-03-08T02:12:05.287Z] Step 21/23 : LABEL arch=x86_64 [2021-03-08T02:12:05.287Z] ---> Running in 2cda425de30f [2021-03-08T02:12:05.287Z] Removing intermediate container e460e02afc05 [2021-03-08T02:12:05.287Z] ---> c40851f1cc9d [2021-03-08T02:12:05.287Z] Step 22/24 : LABEL arch=x86_64 [2021-03-08T02:12:05.287Z] ---> Running in eefbafd7a290 [2021-03-08T02:12:05.287Z] ---> Running in 91a44ce5f815 [2021-03-08T02:12:05.570Z] Removing intermediate container 6e53f0d4f46e [2021-03-08T02:12:05.571Z] ---> a74d12429720 [2021-03-08T02:12:05.571Z] [2021-03-08T02:12:05.571Z] Removing intermediate container 2cda425de30f [2021-03-08T02:12:05.571Z] ---> 7f260e48702d [2021-03-08T02:12:05.571Z] [2021-03-08T02:12:05.846Z] Removing intermediate container eefbafd7a290 [2021-03-08T02:12:05.846Z] ---> 424a0f8c6e7f [2021-03-08T02:12:05.846Z] Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:12:05.846Z] Successfully built 7f260e48702d [2021-03-08T02:12:05.846Z] Removing intermediate container 91a44ce5f815 [2021-03-08T02:12:05.846Z] ---> a6fdfd857de5 [2021-03-08T02:12:05.846Z] Step 23/24 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:12:06.121Z] Successfully built a74d12429720 [2021-03-08T02:12:06.121Z] Successfully tagged docker-core-metadata-go:latest [2021-03-08T02:12:06.121Z] Building docker-support-notifications-go [2021-03-08T02:12:06.121Z]  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest [2021-03-08T02:12:06.121Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-03-08T02:12:06.121Z] ---> Running in da17c027141c [2021-03-08T02:12:06.121Z] ---> Running in 7716450ec625 [2021-03-08T02:12:06.408Z] Removing intermediate container 7716450ec625 [2021-03-08T02:12:06.408Z] ---> de4f830e374e [2021-03-08T02:12:06.408Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T02:12:06.408Z] Removing intermediate container da17c027141c [2021-03-08T02:12:06.408Z] ---> 37400877b53c [2021-03-08T02:12:06.408Z] Step 24/24 : LABEL version=0.0.0 [2021-03-08T02:12:06.686Z] ---> Running in 6e9cd7f00df6 [2021-03-08T02:12:06.686Z] ---> Running in 5ce5f0fba83f [2021-03-08T02:12:06.686Z] Removing intermediate container 6e9cd7f00df6 [2021-03-08T02:12:06.686Z] ---> 4bf4b24e50a0 [2021-03-08T02:12:06.686Z] [2021-03-08T02:12:07.650Z] Successfully built 4bf4b24e50a0 [2021-03-08T02:12:08.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.288s coverage: 92.8% of statements [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-08T02:12:08.440Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-08T02:12:08.440Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.1% of statements [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-08T02:12:08.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-08T02:12:08.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2021-03-08T02:12:08.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.108s coverage: 79.5% of statements [2021-03-08T02:12:08.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-03-08T02:12:08.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2021-03-08T02:12:08.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-03-08T02:12:10.255Z] Removing intermediate container 5ce5f0fba83f [2021-03-08T02:12:10.255Z] ---> a15fe0e5d7bc [2021-03-08T02:12:10.255Z] [2021-03-08T02:12:10.255Z] Successfully tagged docker-core-data-go:latest [2021-03-08T02:12:10.255Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2021-03-08T02:12:10.522Z] Successfully built a15fe0e5d7bc [2021-03-08T02:12:10.796Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-08T02:12:20.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2021-03-08T02:12:20.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-03-08T02:12:20.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.101s coverage: 81.4% of statements [2021-03-08T02:12:32.957Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:12:32.957Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:12:32.957Z] ---> 934ec7485f11 [2021-03-08T02:12:32.957Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T02:12:32.957Z] ---> Using cache [2021-03-08T02:12:32.957Z] ---> c4e8ea22da37 [2021-03-08T02:12:32.957Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:12:32.957Z] ---> Using cache [2021-03-08T02:12:32.957Z] ---> 7e5ea6c9a053 [2021-03-08T02:12:32.957Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-08T02:12:32.957Z] ---> Using cache [2021-03-08T02:12:32.957Z] ---> bb4d101757da [2021-03-08T02:12:32.957Z] Step 6/22 : COPY go.mod . [2021-03-08T02:12:32.957Z] ---> Using cache [2021-03-08T02:12:32.957Z] ---> 85d274a23355 [2021-03-08T02:12:32.957Z] Step 7/22 : RUN go mod download [2021-03-08T02:12:32.957Z] ---> Using cache [2021-03-08T02:12:32.957Z] ---> 54e5b808a098 [2021-03-08T02:12:32.957Z] Step 8/22 : COPY . . [2021-03-08T02:12:32.957Z] ---> Using cache [2021-03-08T02:12:32.957Z] ---> 762ee37c74b5 [2021-03-08T02:12:32.957Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-08T02:12:32.957Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:12:32.957Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:12:32.957Z] ---> 934ec7485f11 [2021-03-08T02:12:32.957Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T02:12:32.957Z] ---> Using cache [2021-03-08T02:12:32.957Z] ---> c4e8ea22da37 [2021-03-08T02:12:32.957Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:12:32.957Z] ---> Using cache [2021-03-08T02:12:32.957Z] ---> 7e5ea6c9a053 [2021-03-08T02:12:32.957Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-08T02:12:32.957Z] ---> Running in c2afc86de7f2 [2021-03-08T02:12:32.957Z] ---> Running in 43952f68e180 [2021-03-08T02:12:32.957Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:12:32.957Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:12:32.957Z] ---> 934ec7485f11 [2021-03-08T02:12:32.957Z] Step 3/26 : WORKDIR /edgex-go [2021-03-08T02:12:32.957Z] ---> Using cache [2021-03-08T02:12:32.957Z] ---> c4e8ea22da37 [2021-03-08T02:12:32.957Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:12:32.957Z] ---> Using cache [2021-03-08T02:12:32.957Z] ---> 7e5ea6c9a053 [2021-03-08T02:12:32.957Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-08T02:12:34.063Z] ---> Running in b0668998ecce [2021-03-08T02:12:34.440Z] Removing intermediate container a65bafa415fa [2021-03-08T02:12:34.440Z] ---> cb0fbe84b97c [2021-03-08T02:12:34.440Z] [2021-03-08T02:12:34.440Z] Step 10/31 : FROM alpine:3.12 [2021-03-08T02:12:34.440Z] ---> 88dd2752d2ea [2021-03-08T02:12:34.440Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-08T02:12:34.440Z] ---> Running in 187489cffdf3 [2021-03-08T02:12:34.714Z] Removing intermediate container 187489cffdf3 [2021-03-08T02:12:34.714Z] ---> bdaa7f9caade [2021-03-08T02:12:34.714Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-08T02:12:34.980Z] ---> Running in d046a2740aff [2021-03-08T02:12:34.980Z] 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-03-08T02:12:34.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:12:34.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:12:35.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:12:35.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:12:35.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:12:35.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:12:35.846Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-08T02:12:35.846Z] (2/2) Installing su-exec (0.2-r1) [2021-03-08T02:12:35.846Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:12:35.846Z] OK: 6 MiB in 16 packages [2021-03-08T02:12:35.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.117s coverage: 92.9% of statements [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-08T02:12:35.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-08T02:12:35.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-08T02:12:35.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-08T02:12:35.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 75.5% of statements [2021-03-08T02:12:35.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-08T02:12:35.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-03-08T02:12:35.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-08T02:12:35.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.6% of statements [2021-03-08T02:12:35.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.6% of statements [2021-03-08T02:12:35.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-08T02:12:35.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.519s coverage: 62.4% of statements [2021-03-08T02:12:35.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-08T02:12:35.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-08T02:12:35.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-03-08T02:12:35.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-03-08T02:12:35.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-03-08T02:12:35.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-03-08T02:12:35.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-03-08T02:12:36.111Z] OK: 233 MiB in 51 packages [2021-03-08T02:12:36.111Z] OK: 233 MiB in 51 packages [2021-03-08T02:12:36.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.882s coverage: 69.0% of statements [2021-03-08T02:12:36.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-08T02:12:36.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-08T02:12:36.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-08T02:12:36.698Z] Removing intermediate container d046a2740aff [2021-03-08T02:12:36.698Z] ---> 5c4a6c19fb7d [2021-03-08T02:12:36.698Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-08T02:12:36.967Z] ---> Running in 0ec4dc097b05 [2021-03-08T02:12:37.240Z] Removing intermediate container 43952f68e180 [2021-03-08T02:12:37.240Z] ---> c2543f8d1786 [2021-03-08T02:12:37.240Z] Step 6/22 : COPY go.mod . [2021-03-08T02:12:37.240Z] Removing intermediate container b0668998ecce [2021-03-08T02:12:37.240Z] ---> e9ac8b07b35c [2021-03-08T02:12:37.240Z] Step 6/26 : COPY go.mod . [2021-03-08T02:12:37.507Z] Removing intermediate container 0ec4dc097b05 [2021-03-08T02:12:37.507Z] ---> 51425515fc62 [2021-03-08T02:12:37.507Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-08T02:12:37.507Z] ---> Running in d32565d00105 [2021-03-08T02:12:37.778Z] ---> 45b5ba9d0fc1 [2021-03-08T02:12:37.778Z] Step 7/22 : RUN go mod download [2021-03-08T02:12:37.778Z] ---> ab3ea8144968 [2021-03-08T02:12:37.778Z] Step 7/26 : RUN go mod download [2021-03-08T02:12:37.778Z] ---> Running in 41dcd3f591b8 [2021-03-08T02:12:38.053Z] Removing intermediate container d32565d00105 [2021-03-08T02:12:38.053Z] ---> c9d2243cefbf [2021-03-08T02:12:38.053Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-08T02:12:38.053Z] ---> Running in 9aba3b7520c9 [2021-03-08T02:12:38.053Z] ---> Running in f2fe64c8ee8d [2021-03-08T02:12:40.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.347s coverage: 38.4% of statements [2021-03-08T02:12:40.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-08T02:12:40.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-08T02:12:40.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.174s coverage: 89.5% of statements [2021-03-08T02:12:40.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-08T02:12:40.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.138s coverage: 84.8% of statements [2021-03-08T02:12:40.678Z] Removing intermediate container f2fe64c8ee8d [2021-03-08T02:12:40.678Z] ---> d6d1a5e21224 [2021-03-08T02:12:40.678Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-08T02:12:40.678Z] Removing intermediate container 41dcd3f591b8 [2021-03-08T02:12:40.678Z] ---> b38f7f2bebe1 [2021-03-08T02:12:40.678Z] Step 8/22 : COPY . . [2021-03-08T02:12:40.678Z] ---> Running in 50933bdeec41 [2021-03-08T02:12:40.678Z] Removing intermediate container 9aba3b7520c9 [2021-03-08T02:12:40.678Z] ---> 3c98e314a216 [2021-03-08T02:12:40.678Z] Step 8/26 : COPY . . [2021-03-08T02:12:40.678Z] Removing intermediate container 50933bdeec41 [2021-03-08T02:12:40.678Z] ---> eebbe813f2ee [2021-03-08T02:12:40.678Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-08T02:12:45.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.463s coverage: 47.0% of statements [2021-03-08T02:12:45.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-08T02:12:45.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-08T02:12:45.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-08T02:12:45.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-08T02:12:45.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-08T02:12:45.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements [2021-03-08T02:12:45.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-08T02:12:45.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-03-08T02:12:45.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-08T02:12:45.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-08T02:12:45.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-08T02:12:45.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-08T02:12:45.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.367s coverage: 88.5% of statements [2021-03-08T02:12:45.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-08T02:12:45.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T02:12:45.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-08T02:12:46.036Z] ---> 806ed3e89b33 [2021-03-08T02:12:46.036Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-08T02:12:49.382Z] ---> Running in 351af2488cab [2021-03-08T02:12:53.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.280s coverage: 29.1% of statements [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-08T02:12:53.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-08T02:12:53.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-08T02:12:53.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.208s coverage: 95.6% of statements [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-08T02:12:53.749Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-08T02:12:53.749Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-08T02:12:53.749Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-08T02:12:53.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-08T02:12:53.749Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-03-08T02:12:54.025Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.073s coverage: 32.1% of statements [2021-03-08T02:12:54.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-08T02:12:55.601Z] GO111MODULE=on go vet ./... [2021-03-08T02:12:59.472Z] Removing intermediate container 351af2488cab [2021-03-08T02:12:59.472Z] ---> 5d6cae0f7868 [2021-03-08T02:12:59.472Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:13:02.054Z] ---> 4c7e8a86c0b6 [2021-03-08T02:13:02.054Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-08T02:13:06.501Z] ---> e35c5a94fb9d [2021-03-08T02:13:06.501Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-08T02:13:08.472Z] ---> 3de68363a3db [2021-03-08T02:13:08.472Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-08T02:13:11.040Z] ---> 33f353ee8e2f [2021-03-08T02:13:11.040Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-08T02:13:11.040Z] ---> 2619e93322cc [2021-03-08T02:13:11.040Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-08T02:13:11.040Z] ---> Running in 6c3dc0950d33 [2021-03-08T02:13:11.040Z] ---> 8beff814ba84 [2021-03-08T02:13:11.040Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-08T02:13:11.040Z] Removing intermediate container c2afc86de7f2 [2021-03-08T02:13:11.040Z] ---> 6e1d98c41d36 [2021-03-08T02:13:11.040Z] [2021-03-08T02:13:11.040Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T02:13:11.040Z] ---> 88dd2752d2ea [2021-03-08T02:13:11.040Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-08T02:13:11.040Z] ---> Using cache [2021-03-08T02:13:11.040Z] ---> 9d53f067b5fd [2021-03-08T02:13:11.040Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T02:13:11.040Z] ---> Using cache [2021-03-08T02:13:11.040Z] ---> 687229605565 [2021-03-08T02:13:11.040Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-08T02:13:11.040Z] ---> Running in e6b33eb7fbc4 [2021-03-08T02:13:11.305Z] ---> Running in fc7071b76dbf [2021-03-08T02:13:11.305Z] ---> 87d947aa7cbc [2021-03-08T02:13:11.305Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-08T02:13:11.575Z] ---> Running in af5e955108d5 [2021-03-08T02:13:11.575Z] Removing intermediate container fc7071b76dbf [2021-03-08T02:13:11.575Z] ---> e7b1c4825790 [2021-03-08T02:13:11.575Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T02:13:11.856Z] ---> Running in cd85a6e88147 [2021-03-08T02:13:11.856Z] 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-03-08T02:13:11.856Z] Removing intermediate container af5e955108d5 [2021-03-08T02:13:11.856Z] ---> bf9d354f49be [2021-03-08T02:13:11.856Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-08T02:13:12.127Z] 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-03-08T02:13:12.127Z] Removing intermediate container cd85a6e88147 [2021-03-08T02:13:12.127Z] ---> 6655d9110ccb [2021-03-08T02:13:12.127Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:13:12.391Z] ---> 154edcd255bf [2021-03-08T02:13:12.391Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-08T02:13:12.391Z] ---> f26a02a92ca6 [2021-03-08T02:13:12.391Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-08T02:13:12.391Z] ---> Running in 3467c946617e [2021-03-08T02:13:13.363Z] ---> ccc58dac1d5d [2021-03-08T02:13:13.363Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-08T02:13:13.956Z] ---> 0cd1338c15f7 [2021-03-08T02:13:13.956Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-08T02:13:14.232Z] ---> Running in 063e693da3f4 [2021-03-08T02:13:14.232Z] Removing intermediate container 3467c946617e [2021-03-08T02:13:14.232Z] ---> 0066cfe693d4 [2021-03-08T02:13:14.232Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-08T02:13:15.201Z] ---> Running in 362cf0630b0d [2021-03-08T02:13:15.201Z] Removing intermediate container 063e693da3f4 [2021-03-08T02:13:15.201Z] ---> 7221ef7970cb [2021-03-08T02:13:15.201Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:13:15.466Z] ---> Running in e7d6a1d7e5b1 [2021-03-08T02:13:15.466Z] Removing intermediate container 362cf0630b0d [2021-03-08T02:13:15.466Z] ---> 974a9ccb7813 [2021-03-08T02:13:15.466Z] Step 28/31 : CMD ["gate"] [2021-03-08T02:13:15.738Z] ---> Running in b62d7597108c [2021-03-08T02:13:16.009Z] Removing intermediate container e7d6a1d7e5b1 [2021-03-08T02:13:16.009Z] ---> fd6883949c68 [2021-03-08T02:13:16.009Z] Step 20/22 : LABEL arch=x86_64 [2021-03-08T02:13:16.283Z] ---> Running in 26a83b9470f0 [2021-03-08T02:13:16.283Z] Removing intermediate container b62d7597108c [2021-03-08T02:13:16.283Z] ---> 0619d2d3c89b [2021-03-08T02:13:16.283Z] Step 29/31 : LABEL arch=x86_64 [2021-03-08T02:13:16.554Z] ---> Running in 85181562cfc5 [2021-03-08T02:13:16.554Z] Removing intermediate container 26a83b9470f0 [2021-03-08T02:13:16.554Z] ---> 6ab7a736b495 [2021-03-08T02:13:16.554Z] Step 21/22 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:13:16.827Z] ---> Running in c27c5da577f1 [2021-03-08T02:13:16.827Z] Removing intermediate container 85181562cfc5 [2021-03-08T02:13:16.827Z] ---> df21ffa94afd [2021-03-08T02:13:16.827Z] Step 30/31 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:13:17.413Z] Removing intermediate container c27c5da577f1 [2021-03-08T02:13:17.413Z] ---> e2562e68409b [2021-03-08T02:13:17.413Z] Step 22/22 : LABEL version=0.0.0 [2021-03-08T02:13:17.413Z] ---> Running in ef4e34f1ac3c [2021-03-08T02:13:18.010Z] ---> Running in 114a125314dd [2021-03-08T02:13:18.285Z] Removing intermediate container ef4e34f1ac3c [2021-03-08T02:13:18.285Z] ---> 38f8d2520266 [2021-03-08T02:13:18.285Z] Step 31/31 : LABEL version=0.0.0 [2021-03-08T02:13:18.565Z] Removing intermediate container 114a125314dd [2021-03-08T02:13:18.565Z] ---> db05c7de9fd7 [2021-03-08T02:13:18.565Z] [2021-03-08T02:13:18.565Z] ---> Running in a4873ea9bd2c [2021-03-08T02:13:18.834Z] Successfully built db05c7de9fd7 [2021-03-08T02:13:18.835Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-08T02:13:18.835Z]  Building docker-support-scheduler-go ... done Removing intermediate container a4873ea9bd2c [2021-03-08T02:13:18.835Z] ---> 8c06832ade57 [2021-03-08T02:13:18.835Z] [2021-03-08T02:13:19.425Z] Successfully built 8c06832ade57 [2021-03-08T02:13:19.425Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-08T02:13:31.795Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container e6b33eb7fbc4 [2021-03-08T02:13:31.795Z] ---> a59fc5bfe728 [2021-03-08T02:13:31.795Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-08T02:13:31.795Z] Removing intermediate container 6c3dc0950d33 [2021-03-08T02:13:31.795Z] ---> d0704c3a5388 [2021-03-08T02:13:31.795Z] [2021-03-08T02:13:31.795Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T02:13:31.795Z] ---> 88dd2752d2ea [2021-03-08T02:13:31.795Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-08T02:13:31.795Z] ---> Running in 4ca7819a1fe8 [2021-03-08T02:13:31.795Z] ---> Running in 2fe2e80e71aa [2021-03-08T02:13:32.374Z] 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-03-08T02:13:32.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:13:32.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:13:32.638Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-08T02:13:32.638Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-08T02:13:32.638Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:13:32.638Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T02:13:32.638Z] OK: 6 MiB in 16 packages [2021-03-08T02:13:33.585Z] Removing intermediate container 4ca7819a1fe8 [2021-03-08T02:13:33.585Z] ---> 2821fe288af8 [2021-03-08T02:13:33.585Z] [2021-03-08T02:13:33.585Z] Step 11/26 : FROM docker:20.10.0 [2021-03-08T02:13:33.585Z] Removing intermediate container 2fe2e80e71aa [2021-03-08T02:13:33.585Z] ---> 56891067fcd6 [2021-03-08T02:13:33.585Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T02:13:33.585Z] ---> Running in 575533480c52 [2021-03-08T02:13:33.848Z] 20.10.0: Pulling from library/docker [2021-03-08T02:13:33.848Z] Removing intermediate container 575533480c52 [2021-03-08T02:13:33.848Z] ---> e16e7f480e75 [2021-03-08T02:13:33.848Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-08T02:13:33.848Z] ---> Running in 274e889630a6 [2021-03-08T02:13:34.111Z] Removing intermediate container 274e889630a6 [2021-03-08T02:13:34.111Z] ---> d76c13801694 [2021-03-08T02:13:34.111Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T02:13:34.111Z] ---> Running in 8e72e0c8310f [2021-03-08T02:13:34.375Z] Removing intermediate container 8e72e0c8310f [2021-03-08T02:13:34.375Z] ---> 9db5464b8546 [2021-03-08T02:13:34.375Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:13:34.954Z] ---> 878ace831110 [2021-03-08T02:13:34.954Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-08T02:13:35.532Z] ---> 21d4db240e3b [2021-03-08T02:13:35.533Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-08T02:13:36.105Z] ---> 76e157b5560c [2021-03-08T02:13:36.105Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-08T02:13:36.105Z] ---> Running in e4db643c5051 [2021-03-08T02:13:36.368Z] Removing intermediate container e4db643c5051 [2021-03-08T02:13:36.368Z] ---> cb361af8232e [2021-03-08T02:13:36.368Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:13:36.368Z] ---> Running in 9ee742f8b645 [2021-03-08T02:13:36.630Z] Removing intermediate container 9ee742f8b645 [2021-03-08T02:13:36.630Z] ---> 8e1c4d8f680d [2021-03-08T02:13:36.630Z] Step 20/22 : LABEL arch=x86_64 [2021-03-08T02:13:36.630Z] ---> Running in 9bfcfeb084e7 [2021-03-08T02:13:36.893Z] Removing intermediate container 9bfcfeb084e7 [2021-03-08T02:13:36.893Z] ---> 1d079eb19e71 [2021-03-08T02:13:36.893Z] Step 21/22 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:13:36.893Z] ---> Running in ff7f40f7b8c8 [2021-03-08T02:13:36.893Z] Removing intermediate container ff7f40f7b8c8 [2021-03-08T02:13:36.893Z] ---> e2bd5180252e [2021-03-08T02:13:36.893Z] Step 22/22 : LABEL version=0.0.0 [2021-03-08T02:13:37.155Z] ---> Running in fc7b27fd1c5c [2021-03-08T02:13:37.155Z] Removing intermediate container fc7b27fd1c5c [2021-03-08T02:13:37.155Z] ---> b3510b557bc2 [2021-03-08T02:13:37.155Z] [2021-03-08T02:13:37.730Z] Successfully built b3510b557bc2 [2021-03-08T02:13:37.993Z] Successfully tagged docker-support-notifications-go:latest [2021-03-08T02:13:44.597Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-08T02:13:44.597Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-08T02:13:44.597Z] ---> aefe523efa57 [2021-03-08T02:13:44.597Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-08T02:13:44.597Z] ---> Running in 91377f938bfe [2021-03-08T02:13:45.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:13:45.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:13:45.436Z] (1/2) Installing readline (8.0.4-r0) [2021-03-08T02:13:45.436Z] (2/2) Installing bash (5.0.17-r0) [2021-03-08T02:13:45.436Z] Executing bash-5.0.17-r0.post-install [2021-03-08T02:13:45.436Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:13:45.436Z] OK: 12 MiB in 22 packages [2021-03-08T02:13:46.012Z] Removing intermediate container 91377f938bfe [2021-03-08T02:13:46.012Z] ---> be81ff3b4809 [2021-03-08T02:13:46.012Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-08T02:13:46.012Z] ---> Running in bde0cf0200e4 [2021-03-08T02:13:46.273Z] Removing intermediate container bde0cf0200e4 [2021-03-08T02:13:46.273Z] ---> 291564c0998c [2021-03-08T02:13:46.273Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-08T02:13:46.273Z] ---> Running in f71b483a40ab [2021-03-08T02:13:46.536Z] Removing intermediate container f71b483a40ab [2021-03-08T02:13:46.536Z] ---> 2db73e77c2f9 [2021-03-08T02:13:46.536Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-08T02:13:46.536Z] ---> Running in 8efac2e0547b [2021-03-08T02:13:46.536Z] Removing intermediate container 8efac2e0547b [2021-03-08T02:13:46.536Z] ---> 13f1ee65e437 [2021-03-08T02:13:46.536Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-08T02:13:47.111Z] ---> a0db507b40a4 [2021-03-08T02:13:47.111Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-08T02:13:47.372Z] ---> 21d4032d761e [2021-03-08T02:13:47.372Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-08T02:13:47.716Z] ---> a2a190d114e9 [2021-03-08T02:13:47.716Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-08T02:13:47.716Z] ---> Running in 4d4d4fcf6467 [2021-03-08T02:13:48.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:13:48.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:13:48.599Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-08T02:13:48.599Z] (2/33) Installing expat (2.2.9-r1) [2021-03-08T02:13:48.599Z] (3/33) Installing libffi (3.3-r2) [2021-03-08T02:13:48.599Z] (4/33) Installing gdbm (1.13-r1) [2021-03-08T02:13:48.599Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-08T02:13:48.599Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-08T02:13:48.599Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-08T02:13:49.989Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-08T02:13:49.989Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-08T02:13:49.989Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-08T02:13:49.989Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-08T02:13:49.989Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-08T02:13:49.989Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-08T02:13:49.989Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-08T02:13:49.989Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-08T02:13:49.989Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-08T02:13:49.989Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-08T02:13:49.989Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-08T02:13:49.989Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-08T02:13:49.989Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-08T02:13:49.989Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-08T02:13:49.989Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-08T02:13:49.989Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-08T02:13:49.989Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-08T02:13:49.989Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-08T02:13:49.989Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-08T02:13:49.989Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-08T02:13:49.989Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-08T02:13:49.989Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-08T02:13:49.989Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-08T02:13:49.989Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-08T02:13:49.989Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-08T02:13:49.989Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-08T02:13:50.252Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:13:50.252Z] OK: 71 MiB in 55 packages [2021-03-08T02:14:00.272Z] Removing intermediate container 4d4d4fcf6467 [2021-03-08T02:14:00.273Z] ---> 5a6b2842864f [2021-03-08T02:14:00.273Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-08T02:14:00.273Z] ---> Running in 89435e804818 [2021-03-08T02:14:00.847Z] Collecting docker-compose==1.23.2 [2021-03-08T02:14:01.109Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-08T02:14:01.109Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-08T02:14:01.109Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-08T02:14:01.372Z] Collecting docker<4.0,>=3.6.0 [2021-03-08T02:14:01.372Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-08T02:14:01.636Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-08T02:14:01.636Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-08T02:14:01.900Z] 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-03-08T02:14:02.175Z] Collecting jsonschema<3,>=2.5.1 [2021-03-08T02:14:02.175Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-08T02:14:02.175Z] Collecting cached-property<2,>=1.2.0 [2021-03-08T02:14:02.175Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-08T02:14:02.437Z] Collecting texttable<0.10,>=0.9.0 [2021-03-08T02:14:02.437Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-08T02:14:03.013Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-08T02:14:03.013Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-08T02:14:03.013Z] Collecting docopt<0.7,>=0.6.1 [2021-03-08T02:14:03.013Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-08T02:14:03.603Z] Collecting PyYAML<4,>=3.10 [2021-03-08T02:14:03.603Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-08T02:14:04.547Z] Collecting docker-pycreds>=0.4.0 [2021-03-08T02:14:04.547Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-08T02:14:04.547Z] Collecting idna<2.8,>=2.5 [2021-03-08T02:14:04.547Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-08T02:14:04.816Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-08T02:14:04.816Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-08T02:14:04.816Z] 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-03-08T02:14:04.816Z] 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-03-08T02:14:04.816Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-08T02:14:04.816Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-08T02:14:04.816Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-08T02:14:04.816Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-08T02:14:05.081Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, cached-property, texttable, docopt, PyYAML, docker-compose [2021-03-08T02:14:05.081Z] Attempting uninstall: idna [2021-03-08T02:14:05.081Z] Found existing installation: idna 2.9 [2021-03-08T02:14:05.081Z] Uninstalling idna-2.9: [2021-03-08T02:14:05.343Z] Successfully uninstalled idna-2.9 [2021-03-08T02:14:05.343Z] Attempting uninstall: urllib3 [2021-03-08T02:14:05.343Z] Found existing installation: urllib3 1.25.9 [2021-03-08T02:14:05.343Z] Uninstalling urllib3-1.25.9: [2021-03-08T02:14:05.605Z] Successfully uninstalled urllib3-1.25.9 [2021-03-08T02:14:05.605Z] Attempting uninstall: requests [2021-03-08T02:14:05.605Z] Found existing installation: requests 2.23.0 [2021-03-08T02:14:05.605Z] Uninstalling requests-2.23.0: [2021-03-08T02:14:05.605Z] Successfully uninstalled requests-2.23.0 [2021-03-08T02:14:06.178Z] Running setup.py install for dockerpty: started [2021-03-08T02:14:06.441Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-08T02:14:06.702Z] Running setup.py install for texttable: started [2021-03-08T02:14:06.964Z] Running setup.py install for texttable: finished with status 'done' [2021-03-08T02:14:06.964Z] Running setup.py install for docopt: started [2021-03-08T02:14:07.539Z] Running setup.py install for docopt: finished with status 'done' [2021-03-08T02:14:07.539Z] Running setup.py install for PyYAML: started [2021-03-08T02:14:08.113Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-08T02:14:08.375Z] 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.58.0 [2021-03-08T02:14:12.598Z] Removing intermediate container 89435e804818 [2021-03-08T02:14:12.598Z] ---> 160257a95a1e [2021-03-08T02:14:12.598Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-08T02:14:12.598Z] ---> Running in a5f36af811e0 [2021-03-08T02:14:12.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T02:14:12.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T02:14:12.861Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T02:14:12.861Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-08T02:14:12.861Z] (3/3) Installing curl (7.69.1-r3) [2021-03-08T02:14:12.861Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:14:12.861Z] OK: 72 MiB in 58 packages [2021-03-08T02:14:13.435Z] Removing intermediate container a5f36af811e0 [2021-03-08T02:14:13.435Z] ---> 2dc1a986212f [2021-03-08T02:14:13.435Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-08T02:14:13.435Z] ---> Running in 4f29b9a10d5c [2021-03-08T02:14:13.697Z] Removing intermediate container 4f29b9a10d5c [2021-03-08T02:14:13.697Z] ---> 6fd8adbe430c [2021-03-08T02:14:13.697Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:14:13.697Z] ---> Running in bacb88ed5646 [2021-03-08T02:14:13.961Z] Removing intermediate container bacb88ed5646 [2021-03-08T02:14:13.961Z] ---> c85655431bb3 [2021-03-08T02:14:13.961Z] Step 24/26 : LABEL arch=x86_64 [2021-03-08T02:14:13.961Z] ---> Running in 1e80ad36f0ec [2021-03-08T02:14:13.961Z] Removing intermediate container 1e80ad36f0ec [2021-03-08T02:14:13.961Z] ---> f785299f1dd3 [2021-03-08T02:14:13.961Z] Step 25/26 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:14:14.223Z] ---> Running in fcc7b18f5bbd [2021-03-08T02:14:14.223Z] Removing intermediate container fcc7b18f5bbd [2021-03-08T02:14:14.223Z] ---> 15e55c13fc54 [2021-03-08T02:14:14.223Z] Step 26/26 : LABEL version=0.0.0 [2021-03-08T02:14:14.484Z] ---> Running in 2fdf157cc94d [2021-03-08T02:14:14.484Z] Removing intermediate container 2fdf157cc94d [2021-03-08T02:14:14.484Z] ---> 3ed25c6de060 [2021-03-08T02:14:14.484Z] [2021-03-08T02:14:14.748Z] Successfully built 3ed25c6de060 [2021-03-08T02:14:14.748Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-08T02:14:15.022Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-08T02:14:15.033Z] $ docker stop --time=1 cd1655e0903379b40a6e95f67619f974ebd94ffdf8901609b5967ad18a57e09f [2021-03-08T02:14:16.593Z] $ docker rm -f cd1655e0903379b40a6e95f67619f974ebd94ffdf8901609b5967ad18a57e09f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-08T02:14:17.148Z] + docker images [2021-03-08T02:14:17.149Z] + grep docker [2021-03-08T02:14:17.416Z] gofmt -l . [2021-03-08T02:14:17.416Z] [ "`gofmt -l .`" = "" ] [2021-03-08T02:14:17.416Z] ./bin/test-go-mod-tidy.sh [2021-03-08T02:14:17.416Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-08T02:14:17.723Z] docker-sys-mgmt-agent-go latest 3ed25c6de060 3 seconds ago 313MB [2021-03-08T02:14:17.723Z] docker-support-notifications-go latest b3510b557bc2 40 seconds ago 17.8MB [2021-03-08T02:14:17.723Z] docker-security-bootstrapper-go latest 8c06832ade57 59 seconds ago 18.7MB [2021-03-08T02:14:17.724Z] docker-support-scheduler-go latest db05c7de9fd7 59 seconds ago 17.2MB [2021-03-08T02:14:17.724Z] docker-core-data-go latest 4bf4b24e50a0 2 minutes ago 22.6MB [2021-03-08T02:14:17.724Z] docker-security-secretstore-setup-go latest a15fe0e5d7bc 2 minutes ago 24.9MB [2021-03-08T02:14:17.724Z] docker-core-metadata-go latest 7f260e48702d 2 minutes ago 19MB [2021-03-08T02:14:17.724Z] docker-core-command-go latest a74d12429720 2 minutes ago 17.2MB [2021-03-08T02:14:17.724Z] docker-security-proxy-setup-go latest 277796df8346 2 minutes ago 24.7MB [2021-03-08T02:14:17.724Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-08T02:14:18.077Z] + ls -al . [2021-03-08T02:14:18.077Z] total 760 [2021-03-08T02:14:18.077Z] drwxrwxr-x 9 1001 1001 4096 Mar 8 02:14 . [2021-03-08T02:14:18.077Z] drwxr-xr-x 4 root root 4096 Mar 8 02:09 .. [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 11 Mar 8 02:08 .dockerignore [2021-03-08T02:14:18.077Z] drwxrwxr-x 8 1001 1001 4096 Mar 8 02:08 .git [2021-03-08T02:14:18.077Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 02:08 .github [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 818 Mar 8 02:08 .gitignore [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 02:08 .sonarcloud.properties [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 8607 Mar 8 02:08 Attribution.txt [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 02:08 CONTRIBUTING.md [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 931 Mar 8 02:08 Dockerfile.build [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 863 Mar 8 02:08 Jenkinsfile [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 02:08 LICENSE [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 5774 Mar 8 02:08 Makefile [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 6524 Mar 8 02:08 README.md [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 6755 Mar 8 02:08 SECURITY.md [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 5 Mar 8 02:05 VERSION [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 4131 Mar 8 02:08 ZMQWindows.md [2021-03-08T02:14:18.077Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 02:08 bin [2021-03-08T02:14:18.077Z] drwxrwxr-x 14 1001 1001 4096 Mar 8 02:08 cmd [2021-03-08T02:14:18.077Z] -rw-r--r-- 1 root root 622273 Mar 8 02:12 coverage.out [2021-03-08T02:14:18.077Z] -rw-r--r-- 1 root root 1055 Mar 8 02:14 go.mod [2021-03-08T02:14:18.077Z] -rw-r--r-- 1 root root 21981 Mar 8 02:14 go.sum [2021-03-08T02:14:18.077Z] drwxrwxr-x 8 1001 1001 4096 Mar 8 02:08 internal [2021-03-08T02:14:18.077Z] drwxrwxr-x 4 1001 1001 4096 Mar 8 02:08 openapi [2021-03-08T02:14:18.077Z] drwxrwxr-x 4 1001 1001 4096 Mar 8 02:08 snap [2021-03-08T02:14:18.077Z] -rw-rw-r-- 1 1001 1001 168 Mar 8 02:08 version.go [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-08T02:14:18.796Z] + '[' -e coverage.out ] [2021-03-08T02:14:18.796Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-08T02:14:18.820Z] Warning: overwriting stash ‘coverage-report’ [2021-03-08T02:14:20.029Z] Stashed 1 file(s) [Pipeline] sh [2021-03-08T02:14:20.759Z] + make build [2021-03-08T02:14:20.759Z] 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-03-08T02:14:31.075Z] 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-03-08T02:14:33.599Z] Still waiting to schedule task [2021-03-08T02:14:33.599Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-08T02:14:53.259Z] 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-03-08T02:14:57.562Z] 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-03-08T02:15:01.861Z] 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-03-08T02:15:03.305Z] 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-03-08T02:15:08.712Z] 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-03-08T02:15:14.113Z] 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-03-08T02:15:19.514Z] 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-03-08T02:15:22.895Z] 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-03-08T02:15:27.211Z] 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-03-08T02:15:31.535Z] 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-03-08T02:15:33.198Z] Running on prd-ubuntu18.04-docker-8c-8g-28920 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws [2021-03-08T02:15:33.315Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-03-08T02:15:35.481Z] using credential edgex-jenkins-ssh [2021-03-08T02:15:35.540Z] Cloning the remote Git repository [2021-03-08T02:15:35.591Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-08T02:15:35.658Z] > git init /w/workspace/edgex-go/15 # timeout=10 [Pipeline] } [2021-03-08T02:15:37.179Z] $ docker stop --time=1 307d9b39a20a7346575ff66122116aa29b84b4a895e2d2d1a3c0782c1d507717 [2021-03-08T02:15:37.269Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-08T02:15:37.269Z] > git --version # timeout=10 [2021-03-08T02:15:37.274Z] > git --version # 'git version 2.17.1' [2021-03-08T02:15:37.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T02:15:37.300Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-08T02:15:39.824Z] $ docker rm -f 307d9b39a20a7346575ff66122116aa29b84b4a895e2d2d1a3c0782c1d507717 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:15:41.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T02:15:41.796Z] [2021-03-08T02:15:41.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:15:42.192Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T02:15:42.467Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-08T02:15:42.467Z] 29e5d40040c1: Pulling fs layer [2021-03-08T02:15:42.467Z] 1ce36da41761: Pulling fs layer [2021-03-08T02:15:42.467Z] 25b303627fd3: Pulling fs layer [2021-03-08T02:15:42.467Z] 29e5d40040c1: Download complete [2021-03-08T02:15:43.066Z] 29e5d40040c1: Pull complete [2021-03-08T02:15:42.775Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-08T02:15:42.782Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-08T02:15:42.792Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-08T02:15:42.806Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-08T02:15:42.807Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T02:15:42.811Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-08T02:15:43.338Z] 1ce36da41761: Download complete [2021-03-08T02:15:43.365Z] Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:15:43.491Z] Merge succeeded, producing f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:15:43.492Z] Checking out Revision f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 (PR-3202) [2021-03-08T02:15:44.321Z] 1ce36da41761: Pull complete [2021-03-08T02:15:43.388Z] > git config core.sparsecheckout # timeout=10 [2021-03-08T02:15:43.393Z] > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 [2021-03-08T02:15:43.472Z] > git remote # timeout=10 [2021-03-08T02:15:43.479Z] > git config --get remote.origin.url # timeout=10 [2021-03-08T02:15:43.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T02:15:43.490Z] > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 [2021-03-08T02:15:43.499Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-08T02:15:43.508Z] > git config core.sparsecheckout # timeout=10 [2021-03-08T02:15:43.517Z] > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 [2021-03-08T02:15:44.913Z] 25b303627fd3: Verifying Checksum [2021-03-08T02:15:44.913Z] 25b303627fd3: Download complete [2021-03-08T02:15:47.179Z] Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:15:48.168Z] + echo snap-build.sh [2021-03-08T02:15:48.168Z] snap-build.sh [2021-03-08T02:15:48.168Z] + SNAP_BASE_DIR=. [2021-03-08T02:15:48.168Z] + '[' '!' -z /w/workspace/edgex-go/15 ']' [2021-03-08T02:15:48.168Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/15 [2021-03-08T02:15:48.168Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' [2021-03-08T02:15:48.168Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/15] [2021-03-08T02:15:48.168Z] + cd /w/workspace/edgex-go/15 [2021-03-08T02:15:48.168Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-08T02:15:48.168Z] Reading package lists... [2021-03-08T02:15:48.429Z] Building dependency tree... [2021-03-08T02:15:48.429Z] Reading state information... [2021-03-08T02:15:48.429Z] The following packages were automatically installed and are no longer required: [2021-03-08T02:15:48.429Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-08T02:15:48.429Z] uidmap xdelta3 [2021-03-08T02:15:48.429Z] Use 'sudo apt autoremove' to remove them. [2021-03-08T02:15:48.429Z] The following packages will be REMOVED: [2021-03-08T02:15:48.429Z] lxd* lxd-client* [2021-03-08T02:15:49.003Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-08T02:15:49.003Z] After this operation, 31.7 MB disk space will be freed. [2021-03-08T02:15:50.314Z] (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-03-08T02:15:50.314Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-08T02:15:51.261Z] Removing lxd dnsmasq configuration [2021-03-08T02:15:51.261Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-08T02:15:51.524Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-08T02:15:52.471Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-08T02:15:52.734Z] (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-03-08T02:15:52.734Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-08T02:15:54.127Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-08T02:15:54.390Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-08T02:15:55.056Z] 25b303627fd3: Pull complete [2021-03-08T02:15:55.056Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-08T02:15:55.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T02:15:55.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-08T02:15:55.323Z] prd-ubuntu18.04-docker-arm64-4c-16g-28919 does not seem to be running inside a container [2021-03-08T02:15:55.406Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-08T02:15:55.779Z] + sudo snap remove --purge lxd [2021-03-08T02:15:56.041Z] snap "lxd" is not installed [2021-03-08T02:15:56.041Z] + sudo groupadd --force --system lxd [2021-03-08T02:15:56.041Z] ++ whoami [2021-03-08T02:15:56.041Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-08T02:15:56.041Z] + newgrp - lxd [2021-03-08T02:15:56.041Z] + sudo snap install lxd [2021-03-08T02:15:58.602Z] $ docker top 99d2492de1b1b80e73f0b4ea3c5d20c6eeeb6bdcdbf4da021b746035f21affcd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T02:15:59.658Z] + + grepdocker-compose parallel [2021-03-08T02:15:59.658Z] build --help [2021-03-08T02:16:03.036Z] --parallel Build images in parallel. [Pipeline] } [2021-03-08T02:16:03.334Z] $ docker stop --time=1 99d2492de1b1b80e73f0b4ea3c5d20c6eeeb6bdcdbf4da021b746035f21affcd [2021-03-08T02:16:05.301Z] $ docker rm -f 99d2492de1b1b80e73f0b4ea3c5d20c6eeeb6bdcdbf4da021b746035f21affcd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:16:06.114Z] 2021-03-08T02:16:03Z INFO Waiting for automatic snapd restart... [2021-03-08T02:16:06.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T02:16:06.170Z] . [Pipeline] withDockerContainer [2021-03-08T02:16:06.433Z] prd-ubuntu18.04-docker-arm64-4c-16g-28919 does not seem to be running inside a container [2021-03-08T02:16:06.515Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-08T02:16:07.955Z] $ docker top dc189529a5043384f0b5113782c382ea4bf215d1dbe7da0d0899f097cdcf5d51 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T02:16:08.976Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-08T02:16:13.266Z] Building docker-core-command-go ... [2021-03-08T02:16:13.266Z] Building docker-core-data-go ... [2021-03-08T02:16:13.266Z] Building docker-core-metadata-go ... [2021-03-08T02:16:13.266Z] Building docker-security-bootstrapper-go ... [2021-03-08T02:16:13.266Z] Building docker-security-proxy-setup-go ... [2021-03-08T02:16:13.266Z] Building docker-security-secretstore-setup-go ... [2021-03-08T02:16:13.266Z] Building docker-support-notifications-go ... [2021-03-08T02:16:13.266Z] Building docker-support-scheduler-go ... [2021-03-08T02:16:13.266Z] Building docker-sys-mgmt-agent-go ... [2021-03-08T02:16:13.266Z] Building docker-support-scheduler-go [2021-03-08T02:16:13.266Z] Building docker-security-bootstrapper-go [2021-03-08T02:16:13.266Z] Building docker-core-metadata-go [2021-03-08T02:16:13.266Z] Building docker-security-secretstore-setup-go [2021-03-08T02:16:13.266Z] Building docker-support-notifications-go [2021-03-08T02:16:21.043Z] lxd 4.11 from Canonical* installed [2021-03-08T02:16:21.043Z] + sudo lxd init --auto [2021-03-08T02:16:29.189Z] + sudo snap install --classic snapcraft [2021-03-08T02:16:32.494Z] snapcraft 4.5.4 from Canonical* installed [2021-03-08T02:16:32.494Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-08T02:16:32.494Z] + patch --verbose -p1 [2021-03-08T02:16:32.494Z] Hmm... Looks like a unified diff to me... [2021-03-08T02:16:32.494Z] The text leading up to this was: [2021-03-08T02:16:32.494Z] -------------------------- [2021-03-08T02:16:32.494Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-08T02:16:32.494Z] |From: Tony Espy [2021-03-08T02:16:32.494Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-08T02:16:32.494Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-08T02:16:32.494Z] | [2021-03-08T02:16:32.494Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-08T02:16:32.494Z] |optimize the snap CI check run for pull requests. When [2021-03-08T02:16:32.494Z] |applied, it essentially strips out everything (apps and [2021-03-08T02:16:32.494Z] |parts) from the snapcraft.yaml file except those required [2021-03-08T02:16:32.494Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-08T02:16:32.494Z] |catch changes to edgex-go that break the snap build. [2021-03-08T02:16:32.494Z] | [2021-03-08T02:16:32.494Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-08T02:16:32.494Z] |to update this patch file, otherwise it may fail to apply, [2021-03-08T02:16:32.494Z] |resulting in a failed snap build CI check in the associated [2021-03-08T02:16:32.494Z] |pull request. [2021-03-08T02:16:32.494Z] | [2021-03-08T02:16:32.494Z] |Note - in addition to applying this patch, the pipeline also [2021-03-08T02:16:32.494Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-08T02:16:32.494Z] |need to build the finally binary .snap file (and it won't [2021-03-08T02:16:32.494Z] |work with the patch applied). This further reduces the build [2021-03-08T02:16:32.494Z] |time. [2021-03-08T02:16:32.494Z] |--- [2021-03-08T02:16:32.494Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-08T02:16:32.494Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-08T02:16:32.494Z] | [2021-03-08T02:16:32.494Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-08T02:16:32.494Z] |index 1e537489..faf42425 100644 [2021-03-08T02:16:32.494Z] |--- a/snap/snapcraft.yaml [2021-03-08T02:16:32.494Z] |+++ b/snap/snapcraft.yaml [2021-03-08T02:16:32.494Z] -------------------------- [2021-03-08T02:16:32.494Z] patching file snap/snapcraft.yaml [2021-03-08T02:16:32.494Z] Using Plan A... [2021-03-08T02:16:32.494Z] Hunk #1 succeeded at 73. [2021-03-08T02:16:32.494Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-08T02:16:32.494Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-08T02:16:32.494Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-08T02:16:32.494Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-08T02:16:32.494Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-08T02:16:32.494Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-08T02:16:32.494Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-08T02:16:32.494Z] Hmm... Ignoring the trailing garbage. [2021-03-08T02:16:32.494Z] done [2021-03-08T02:16:32.494Z] + sudo snapcraft prime --use-lxd [2021-03-08T02:16:33.885Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-08T02:16:33.885Z] 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-03-08T02:16:33.885Z] - README.md [2021-03-08T02:16:33.885Z] - snapcraft.yaml.orig [2021-03-08T02:16:33.885Z] [2021-03-08T02:16:33.885Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-08T02:16:34.830Z] Launching a container. [2021-03-08T02:16:47.068Z] Waiting for container to be ready [2021-03-08T02:16:47.068Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-08T02:16:47.068Z] [2021-03-08T02:16:50.373Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-08T02:16:50.373Z] Waiting for network to be ready... [2021-03-08T02:16:50.640Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-08T02:16:50.901Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-08T02:16:50.901Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-08T02:16:51.162Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-08T02:16:51.162Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-08T02:16:51.162Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-08T02:16:51.162Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-08T02:16:51.162Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-08T02:16:51.162Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-08T02:16:51.162Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-08T02:16:51.424Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-08T02:16:51.424Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-08T02:16:51.995Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-08T02:16:51.995Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-08T02:16:51.995Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-08T02:16:51.995Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-08T02:16:51.995Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-08T02:16:51.995Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-08T02:16:52.254Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-08T02:16:52.254Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-08T02:16:52.515Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-08T02:16:52.515Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-08T02:16:52.515Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-08T02:16:52.515Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-08T02:16:52.515Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-08T02:16:52.515Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-08T02:16:52.515Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-08T02:16:55.061Z] Fetched 24.0 MB in 4s (6059 kB/s) [2021-03-08T02:16:55.641Z] Reading package lists... [2021-03-08T02:16:55.641Z] Reading package lists... [2021-03-08T02:16:55.902Z] Building dependency tree... [2021-03-08T02:16:55.902Z] Reading state information... [2021-03-08T02:16:55.902Z] The following additional packages will be installed: [2021-03-08T02:16:55.902Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-08T02:16:55.902Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-08T02:16:55.902Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-08T02:16:55.902Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-08T02:16:55.902Z] Suggested packages: [2021-03-08T02:16:55.902Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-08T02:16:55.902Z] Recommended packages: [2021-03-08T02:16:55.902Z] gnupg libsasl2-modules [2021-03-08T02:16:55.902Z] The following NEW packages will be installed: [2021-03-08T02:16:55.902Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-08T02:16:55.902Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-08T02:16:55.902Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-08T02:16:55.902Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-08T02:16:55.902Z] The following packages will be upgraded: [2021-03-08T02:16:55.902Z] gpg gpg-agent gpgconf libudev1 [2021-03-08T02:16:56.163Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-08T02:16:56.163Z] Need to get 3530 kB of archives. [2021-03-08T02:16:56.163Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-08T02:16:56.163Z] Get:1 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-03-08T02:16:56.163Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-08T02:16:56.424Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-08T02:16:56.424Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-08T02:16:56.424Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-08T02:16:56.685Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-08T02:16:56.953Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-08T02:16:56.953Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-08T02:16:56.953Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-08T02:16:57.214Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-08T02:16:57.214Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-08T02:16:57.214Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-08T02:16:57.214Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-08T02:16:57.214Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-08T02:16:57.214Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-08T02:16:57.214Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-08T02:16:57.214Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-08T02:16:57.214Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-08T02:16:57.214Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-08T02:16:57.214Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-08T02:16:57.214Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-08T02:16:57.214Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-08T02:16:57.476Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-08T02:16:57.476Z] Fetched 3530 kB in 1s (2557 kB/s) [2021-03-08T02:16:57.476Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-08T02:16:57.476Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-08T02:16:57.476Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-08T02:16:57.737Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-08T02:16:57.737Z] Selecting previously unselected package udev. [2021-03-08T02:16:57.737Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-08T02:16:57.737Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-08T02:16:57.737Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-08T02:16:57.997Z] Selecting previously unselected package libfuse2:amd64. [2021-03-08T02:16:57.997Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-08T02:16:57.997Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-08T02:16:58.260Z] Selecting previously unselected package fuse. [2021-03-08T02:16:58.260Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-08T02:16:58.260Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-08T02:16:58.260Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-08T02:16:58.260Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-08T02:16:58.521Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-08T02:16:58.521Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-08T02:16:58.521Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-08T02:16:58.521Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-08T02:16:58.521Z] Selecting previously unselected package libksba8:amd64. [2021-03-08T02:16:58.521Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-08T02:16:58.784Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-08T02:16:58.784Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-08T02:16:58.784Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-08T02:16:58.784Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:16:58.784Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-08T02:16:58.784Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-08T02:16:58.784Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:16:59.048Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-08T02:16:59.048Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-08T02:16:59.048Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:16:59.048Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-08T02:16:59.048Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-08T02:16:59.048Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:16:59.048Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-08T02:16:59.048Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-08T02:16:59.048Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:16:59.311Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-08T02:16:59.311Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-08T02:16:59.311Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:16:59.311Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-08T02:16:59.311Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-08T02:16:59.311Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:16:59.311Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-08T02:16:59.311Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-08T02:16:59.573Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:16:59.573Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-08T02:16:59.573Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-08T02:16:59.573Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:16:59.573Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-08T02:16:59.573Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-08T02:16:59.573Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-08T02:16:59.835Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-08T02:16:59.835Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-08T02:16:59.835Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-08T02:16:59.835Z] Selecting previously unselected package libldap-common. [2021-03-08T02:16:59.835Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-08T02:16:59.835Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-08T02:16:59.835Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-08T02:16:59.835Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-08T02:16:59.835Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-08T02:17:00.097Z] Selecting previously unselected package dirmngr. [2021-03-08T02:17:00.097Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-08T02:17:00.097Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-08T02:17:00.097Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-08T02:17:00.097Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-08T02:17:00.097Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-08T02:17:00.097Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-08T02:17:00.359Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-08T02:17:00.359Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-08T02:17:00.359Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:17:00.359Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-08T02:17:00.359Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-08T02:17:00.359Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-08T02:17:00.621Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-08T02:17:00.882Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:17:00.882Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-08T02:17:00.882Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-08T02:17:01.143Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-08T02:17:01.143Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:17:01.143Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:17:01.143Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:17:01.143Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:17:01.143Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:17:01.143Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:17:01.143Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-08T02:17:01.143Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-08T02:17:01.404Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-08T02:17:01.404Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-08T02:17:01.667Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-08T02:17:01.667Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-08T02:17:01.667Z] This means they are not meant to be enabled using systemctl. [2021-03-08T02:17:01.667Z] Possible reasons for having this kind of units are: [2021-03-08T02:17:01.667Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-08T02:17:01.667Z] .wants/ or .requires/ directory. [2021-03-08T02:17:01.667Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-08T02:17:01.667Z] a requirement dependency on it. [2021-03-08T02:17:01.667Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-08T02:17:01.667Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-08T02:17:01.667Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-08T02:17:01.667Z] instance name specified. [2021-03-08T02:17:02.238Z] Reading package lists... [2021-03-08T02:17:02.238Z] Building dependency tree... [2021-03-08T02:17:02.238Z] Reading state information... [2021-03-08T02:17:02.500Z] The following additional packages will be installed: [2021-03-08T02:17:02.500Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-08T02:17:02.500Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-08T02:17:02.500Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-08T02:17:02.500Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-08T02:17:02.500Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-08T02:17:02.500Z] Suggested packages: [2021-03-08T02:17:02.500Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-08T02:17:02.500Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-08T02:17:02.500Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-08T02:17:02.500Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-08T02:17:02.500Z] systemd-container policykit-1 [2021-03-08T02:17:02.500Z] Recommended packages: [2021-03-08T02:17:02.500Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-08T02:17:02.500Z] The following NEW packages will be installed: [2021-03-08T02:17:02.500Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-08T02:17:02.500Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-08T02:17:02.500Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-08T02:17:02.500Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-08T02:17:02.500Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-08T02:17:02.500Z] The following packages will be upgraded: [2021-03-08T02:17:02.500Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-08T02:17:02.760Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-08T02:17:02.760Z] Need to get 35.2 MB of archives. [2021-03-08T02:17:02.760Z] After this operation, 141 MB of additional disk space will be used. [2021-03-08T02:17:02.760Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-08T02:17:02.760Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-08T02:17:02.760Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-08T02:17:02.760Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-08T02:17:02.760Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-08T02:17:03.021Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-08T02:17:03.021Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-08T02:17:03.021Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-08T02:17:03.021Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-08T02:17:03.021Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-08T02:17:03.021Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-08T02:17:03.021Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-08T02:17:03.021Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-08T02:17:03.021Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-08T02:17:03.021Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-08T02:17:03.021Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-08T02:17:03.021Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-08T02:17:03.021Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-08T02:17:03.021Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-08T02:17:03.965Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-08T02:17:03.965Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-08T02:17:03.965Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-08T02:17:03.965Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-08T02:17:03.965Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-08T02:17:03.965Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-08T02:17:03.965Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-08T02:17:03.965Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-08T02:17:03.965Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-08T02:17:03.965Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-08T02:17:03.965Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-08T02:17:04.228Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-08T02:17:04.228Z] Fetched 35.2 MB in 2s (21.9 MB/s) [2021-03-08T02:17:04.228Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-08T02:17:04.228Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-08T02:17:04.490Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-08T02:17:05.064Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-08T02:17:05.064Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-08T02:17:05.064Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-08T02:17:05.327Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-08T02:17:05.327Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-08T02:17:05.327Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-08T02:17:05.589Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-08T02:17:05.589Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-08T02:17:05.589Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-08T02:17:05.851Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-08T02:17:06.116Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-08T02:17:06.116Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-08T02:17:06.377Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-08T02:17:06.950Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-08T02:17:06.950Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-08T02:17:06.950Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-08T02:17:07.211Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-08T02:17:07.211Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-08T02:17:07.211Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-08T02:17:07.472Z] Selecting previously unselected package libexpat1:amd64. [2021-03-08T02:17:07.472Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-08T02:17:07.472Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-08T02:17:07.472Z] Selecting previously unselected package python3.6-minimal. [2021-03-08T02:17:07.472Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-08T02:17:07.472Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-08T02:17:07.734Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-08T02:17:07.995Z] Checking for services that may need to be restarted...done. [2021-03-08T02:17:07.995Z] Checking for services that may need to be restarted...done. [2021-03-08T02:17:07.995Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-08T02:17:07.995Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-08T02:17:07.995Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-08T02:17:08.566Z] Selecting previously unselected package python3-minimal. [2021-03-08T02:17:08.566Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-08T02:17:08.566Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-08T02:17:08.566Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-08T02:17:08.566Z] Selecting previously unselected package mime-support. [2021-03-08T02:17:08.566Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-08T02:17:08.566Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-08T02:17:08.825Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-08T02:17:08.825Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-08T02:17:08.825Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-08T02:17:08.825Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-08T02:17:08.825Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-08T02:17:08.825Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-08T02:17:09.087Z] Selecting previously unselected package python3.6. [2021-03-08T02:17:09.087Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-08T02:17:09.087Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-08T02:17:09.087Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-08T02:17:09.087Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-08T02:17:09.087Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-08T02:17:09.347Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-08T02:17:09.609Z] Selecting previously unselected package python3. [2021-03-08T02:17:09.609Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-08T02:17:09.609Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-08T02:17:09.609Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-08T02:17:09.609Z] Selecting previously unselected package multiarch-support. [2021-03-08T02:17:09.609Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-08T02:17:09.609Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-08T02:17:09.609Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-08T02:17:09.870Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-08T02:17:09.870Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-08T02:17:09.870Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-08T02:17:09.870Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-08T02:17:09.870Z] Selecting previously unselected package libbsd0:amd64. [2021-03-08T02:17:09.870Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-08T02:17:09.870Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-08T02:17:10.131Z] Selecting previously unselected package sudo. [2021-03-08T02:17:10.131Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-08T02:17:10.131Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-08T02:17:10.131Z] Selecting previously unselected package apparmor. [2021-03-08T02:17:10.131Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-08T02:17:10.393Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-08T02:17:10.393Z] Selecting previously unselected package libedit2:amd64. [2021-03-08T02:17:10.393Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-08T02:17:10.393Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-08T02:17:10.655Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-08T02:17:10.655Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-08T02:17:10.655Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-08T02:17:10.655Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-08T02:17:10.655Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-08T02:17:10.655Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-08T02:17:10.655Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-08T02:17:10.655Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-08T02:17:10.655Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-08T02:17:10.917Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-08T02:17:10.917Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-08T02:17:10.917Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-08T02:17:10.917Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-08T02:17:10.917Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-08T02:17:10.917Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-08T02:17:11.177Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-08T02:17:11.177Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-08T02:17:11.177Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-08T02:17:11.177Z] Selecting previously unselected package openssh-client. [2021-03-08T02:17:11.438Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-08T02:17:11.438Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-08T02:17:11.438Z] Selecting previously unselected package squashfs-tools. [2021-03-08T02:17:11.438Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-08T02:17:11.438Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-08T02:17:11.700Z] Selecting previously unselected package snapd. [2021-03-08T02:17:11.700Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-08T02:17:11.700Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-08T02:17:13.614Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-08T02:17:13.614Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-08T02:17:13.876Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-08T02:17:13.876Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-08T02:17:13.876Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-08T02:17:13.876Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-08T02:17:13.876Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-08T02:17:13.876Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-08T02:17:13.876Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-08T02:17:14.820Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-08T02:17:14.821Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-08T02:17:14.821Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-08T02:17:15.081Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-08T02:17:15.081Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-08T02:17:15.081Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-08T02:17:15.651Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-08T02:17:15.651Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-08T02:17:15.651Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-08T02:17:15.651Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-08T02:17:15.651Z] running python rtupdate hooks for python3.6... [2021-03-08T02:17:15.651Z] running python post-rtupdate hooks for python3.6... [2021-03-08T02:17:15.912Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-08T02:17:17.295Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-08T02:17:17.868Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-08T02:17:18.129Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-08T02:17:18.129Z] Setting up snapd (2.48.3+18.04) ... [2021-03-08T02:17:18.701Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-08T02:17:18.701Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-08T02:17:18.962Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-08T02:17:19.235Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-08T02:17:19.235Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-08T02:17:19.235Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-08T02:17:19.497Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-08T02:17:19.497Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-08T02:17:19.759Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-08T02:17:20.022Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-08T02:17:20.022Z] /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-03-08T02:17:20.022Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-08T02:17:20.285Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-08T02:17:21.228Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-08T02:17:21.228Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-08T02:17:21.228Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-08T02:17:22.062Z] Reading package lists... [2021-03-08T02:17:22.323Z] Reading package lists... [2021-03-08T02:17:22.584Z] Building dependency tree... [2021-03-08T02:17:22.584Z] Reading state information... [2021-03-08T02:17:22.584Z] Calculating upgrade... [2021-03-08T02:17:22.846Z] The following packages will be upgraded: [2021-03-08T02:17:22.846Z] advancecomp base-files bash binutils binutils-common [2021-03-08T02:17:22.846Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-08T02:17:22.846Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-08T02:17:22.846Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-08T02:17:22.846Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-08T02:17:22.846Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-08T02:17:22.846Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-08T02:17:22.846Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-08T02:17:22.846Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-08T02:17:22.846Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-08T02:17:22.846Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-08T02:17:22.846Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-08T02:17:22.846Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-08T02:17:22.846Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-08T02:17:22.846Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-08T02:17:23.108Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-08T02:17:23.108Z] Need to get 63.8 MB of archives. [2021-03-08T02:17:23.108Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-08T02:17:23.108Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-08T02:17:23.108Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-08T02:17:23.681Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-08T02:17:23.681Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-08T02:17:23.681Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-08T02:17:23.681Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-08T02:17:23.681Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-08T02:17:23.681Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-08T02:17:23.681Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-08T02:17:23.681Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-08T02:17:23.681Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-08T02:17:23.681Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-08T02:17:23.681Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-08T02:17:23.681Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-08T02:17:23.943Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-08T02:17:23.943Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-08T02:17:23.943Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-08T02:17:23.943Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-08T02:17:23.943Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-08T02:17:23.943Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-08T02:17:23.943Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-08T02:17:23.943Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-08T02:17:23.943Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-08T02:17:23.943Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-08T02:17:23.943Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-08T02:17:23.943Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-08T02:17:23.943Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-08T02:17:23.943Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-08T02:17:23.943Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-08T02:17:23.943Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-08T02:17:23.943Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-08T02:17:23.943Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-08T02:17:23.943Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-08T02:17:23.943Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-08T02:17:24.206Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-08T02:17:24.206Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-08T02:17:24.206Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-08T02:17:24.206Z] Get:38 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-03-08T02:17:24.206Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-08T02:17:24.206Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-08T02:17:24.206Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-08T02:17:24.206Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-08T02:17:24.206Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-08T02:17:24.206Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-08T02:17:24.206Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-08T02:17:24.206Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-08T02:17:24.206Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-08T02:17:24.206Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-08T02:17:24.206Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-08T02:17:24.206Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-08T02:17:24.206Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-08T02:17:24.206Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-08T02:17:24.206Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-08T02:17:24.206Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-08T02:17:24.206Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-08T02:17:24.206Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-08T02:17:24.206Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-08T02:17:24.206Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-08T02:17:24.467Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-08T02:17:24.467Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-08T02:17:24.467Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-08T02:17:24.467Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-08T02:17:24.467Z] Get:63 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-03-08T02:17:24.467Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-08T02:17:24.467Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-08T02:17:24.467Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-08T02:17:24.467Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-08T02:17:24.467Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-08T02:17:24.467Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-08T02:17:24.467Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-08T02:17:24.467Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-08T02:17:24.467Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-08T02:17:24.467Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-08T02:17:24.467Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-08T02:17:24.467Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-08T02:17:24.467Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-08T02:17:24.467Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-08T02:17:24.467Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-08T02:17:24.467Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-08T02:17:24.467Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-08T02:17:24.729Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-08T02:17:24.729Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-08T02:17:24.729Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-08T02:17:24.729Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-08T02:17:24.729Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-08T02:17:24.729Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-08T02:17:24.729Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-08T02:17:24.729Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-08T02:17:24.729Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-08T02:17:24.729Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-08T02:17:25.302Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-08T02:17:25.562Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-08T02:17:25.562Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-08T02:17:25.562Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-08T02:17:26.134Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-08T02:17:26.134Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-08T02:17:26.134Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-08T02:17:26.134Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-08T02:17:26.134Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-08T02:17:26.134Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-08T02:17:26.134Z] Fetched 63.8 MB in 3s (20.3 MB/s) [2021-03-08T02:17:26.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:26.134Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-08T02:17:26.134Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-08T02:17:27.074Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-08T02:17:27.075Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-08T02:17:27.075Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-08T02:17:27.075Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-08T02:17:28.018Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:28.018Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-08T02:17:28.018Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:28.018Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-08T02:17:28.281Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:28.281Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-08T02:17:28.544Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:28.544Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-08T02:17:28.812Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:28.812Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-08T02:17:28.812Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:29.074Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-08T02:17:29.074Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:29.074Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-08T02:17:29.074Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:17:29.337Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-08T02:17:29.337Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:29.337Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-08T02:17:29.337Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:17:29.598Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-08T02:17:29.598Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:29.598Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-08T02:17:29.598Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:29.598Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-08T02:17:29.860Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:29.860Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-08T02:17:30.121Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:17:30.121Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-08T02:17:30.121Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-08T02:17:30.381Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-08T02:17:30.644Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-08T02:17:30.904Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-08T02:17:30.904Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-08T02:17:31.165Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-08T02:17:31.165Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-08T02:17:31.165Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-08T02:17:31.427Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-08T02:17:31.427Z] Installing new version of config file /etc/issue ... [2021-03-08T02:17:31.427Z] Installing new version of config file /etc/issue.net ... [2021-03-08T02:17:31.427Z] Installing new version of config file /etc/lsb-release ... [2021-03-08T02:17:31.687Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-08T02:17:31.687Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-08T02:17:31.949Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-08T02:17:31.949Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-08T02:17:31.949Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:31.949Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-08T02:17:31.949Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-08T02:17:32.209Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-08T02:17:32.209Z] 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-03-08T02:17:32.471Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:32.471Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-08T02:17:32.471Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-08T02:17:32.471Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-08T02:17:32.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:32.739Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-08T02:17:32.739Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-08T02:17:32.739Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-08T02:17:33.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:33.028Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-08T02:17:33.028Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-08T02:17:33.289Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-08T02:17:33.289Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:33.289Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-08T02:17:33.552Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-08T02:17:33.552Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-08T02:17:33.552Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:33.552Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-08T02:17:33.818Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-08T02:17:33.818Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-08T02:17:34.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:34.080Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-08T02:17:34.080Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-08T02:17:34.080Z] Setting up grep (3.1-2build1) ... [2021-03-08T02:17:34.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:34.343Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-08T02:17:34.343Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-08T02:17:34.343Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-08T02:17:34.604Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:34.604Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-08T02:17:34.604Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-08T02:17:34.604Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-08T02:17:34.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:34.865Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-08T02:17:34.865Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-08T02:17:35.027Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:17:35.027Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:17:35.027Z] ---> 56cb10f3c5ed [2021-03-08T02:17:35.027Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T02:17:35.027Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:17:35.027Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:17:35.027Z] ---> 56cb10f3c5ed [2021-03-08T02:17:35.027Z] Step 3/24 : WORKDIR /edgex-go [2021-03-08T02:17:35.027Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:17:35.027Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:17:35.027Z] ---> 56cb10f3c5ed [2021-03-08T02:17:35.027Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T02:17:35.027Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:17:35.027Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:17:35.027Z] ---> 56cb10f3c5ed [2021-03-08T02:17:35.027Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T02:17:35.027Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:17:35.027Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:17:35.027Z] ---> 56cb10f3c5ed [2021-03-08T02:17:35.027Z] Step 3/31 : WORKDIR /edgex-go [2021-03-08T02:17:35.027Z] ---> Running in b054df5ce182 [2021-03-08T02:17:35.027Z] ---> Running in 1fa5e1e2c5cb [2021-03-08T02:17:35.027Z] ---> Running in 0dccabfedbf5 [2021-03-08T02:17:35.027Z] ---> Running in 619534d8e15a [2021-03-08T02:17:35.027Z] ---> Running in 7852238ff243 [2021-03-08T02:17:35.027Z] Removing intermediate container b054df5ce182 [2021-03-08T02:17:35.027Z] ---> c141e53d3628 [2021-03-08T02:17:35.027Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:17:35.027Z] Removing intermediate container 1fa5e1e2c5cb [2021-03-08T02:17:35.027Z] ---> 86ff14d20a54 [2021-03-08T02:17:35.027Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:17:35.027Z] Removing intermediate container 0dccabfedbf5 [2021-03-08T02:17:35.027Z] ---> e140540b099f [2021-03-08T02:17:35.027Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:17:35.027Z] ---> Running in c03910fcc221 [2021-03-08T02:17:35.027Z] Removing intermediate container 619534d8e15a [2021-03-08T02:17:35.027Z] ---> 97643058f182 [2021-03-08T02:17:35.027Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:17:35.027Z] Removing intermediate container 7852238ff243 [2021-03-08T02:17:35.027Z] ---> 332bb848cc91 [2021-03-08T02:17:35.027Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:17:35.027Z] ---> Running in 104f0acd0fb9 [2021-03-08T02:17:35.027Z] ---> Running in ba0d553d0a33 [2021-03-08T02:17:35.027Z] ---> Running in c29eda4d8034 [2021-03-08T02:17:35.027Z] ---> Running in 6e38dfea925b [2021-03-08T02:17:35.027Z] Removing intermediate container c03910fcc221 [2021-03-08T02:17:35.027Z] ---> 2d6eb3f820f0 [2021-03-08T02:17:35.027Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-08T02:17:35.027Z] ---> Running in ac3bd61d6626 [2021-03-08T02:17:35.027Z] Removing intermediate container ba0d553d0a33 [2021-03-08T02:17:35.027Z] ---> fc516637fa3b [2021-03-08T02:17:35.027Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-08T02:17:35.027Z] Removing intermediate container 104f0acd0fb9 [2021-03-08T02:17:35.027Z] ---> cabbe7b4d98d [2021-03-08T02:17:35.027Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T02:17:35.027Z] ---> Running in ff71c4c16bd2 [2021-03-08T02:17:35.027Z] Removing intermediate container c29eda4d8034 [2021-03-08T02:17:35.027Z] ---> e954489f2e17 [2021-03-08T02:17:35.027Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-08T02:17:35.027Z] ---> Running in b8e313d1abc0 [2021-03-08T02:17:35.027Z] ---> Running in 056069434bb0 [2021-03-08T02:17:35.027Z] Removing intermediate container 6e38dfea925b [2021-03-08T02:17:35.027Z] ---> f52f5e982671 [2021-03-08T02:17:35.027Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-08T02:17:35.027Z] ---> Running in c263d24dafe7 [2021-03-08T02:17:35.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:17:35.439Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-08T02:17:35.439Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-08T02:17:35.439Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-08T02:17:35.439Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-08T02:17:35.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:17:35.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:17:35.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:17:35.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:17:35.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:17:36.012Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-08T02:17:36.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:36.012Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-08T02:17:36.012Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-08T02:17:36.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:17:36.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:17:36.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:17:36.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:17:37.404Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-08T02:17:37.404Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-08T02:17:37.404Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-08T02:17:37.404Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-08T02:17:37.404Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-08T02:17:37.404Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:37.404Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-08T02:17:37.404Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-08T02:17:37.666Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-08T02:17:37.848Z] OK: 217 MiB in 51 packages [2021-03-08T02:17:37.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:37.927Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-08T02:17:37.927Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-08T02:17:37.927Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-08T02:17:37.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:37.927Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-08T02:17:38.130Z] OK: 217 MiB in 51 packages [2021-03-08T02:17:38.189Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-08T02:17:38.189Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-08T02:17:38.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:38.189Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-08T02:17:38.189Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-08T02:17:38.450Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-08T02:17:38.450Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:38.450Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-08T02:17:38.450Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-08T02:17:38.450Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-08T02:17:38.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:38.711Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-08T02:17:38.711Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-08T02:17:38.760Z] OK: 217 MiB in 51 packages [2021-03-08T02:17:38.973Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-08T02:17:38.973Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-08T02:17:38.973Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-08T02:17:39.042Z] OK: 217 MiB in 51 packages [2021-03-08T02:17:39.043Z] OK: 217 MiB in 51 packages [2021-03-08T02:17:39.234Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:39.234Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-08T02:17:39.234Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-08T02:17:39.234Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-08T02:17:39.234Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:39.234Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-08T02:17:39.234Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-08T02:17:39.319Z] Removing intermediate container c263d24dafe7 [2021-03-08T02:17:39.319Z] ---> adfb8e948d54 [2021-03-08T02:17:39.319Z] Step 6/22 : COPY go.mod . [2021-03-08T02:17:39.498Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-08T02:17:39.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:39.498Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-08T02:17:39.498Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-08T02:17:39.761Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-08T02:17:39.761Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:39.761Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-08T02:17:39.761Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-08T02:17:39.919Z] Removing intermediate container ac3bd61d6626 [2021-03-08T02:17:39.919Z] ---> 68ca7d148371 [2021-03-08T02:17:39.919Z] Step 6/24 : COPY go.mod . [2021-03-08T02:17:40.331Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-08T02:17:40.521Z] ---> 0d02d9ae249c [2021-03-08T02:17:40.521Z] Step 7/22 : RUN go mod download [2021-03-08T02:17:40.521Z] Removing intermediate container b8e313d1abc0 [2021-03-08T02:17:40.521Z] ---> cf967aa920b4 [2021-03-08T02:17:40.521Z] Step 6/23 : COPY go.mod . [2021-03-08T02:17:40.521Z] ---> Running in b9b9a2c134aa [2021-03-08T02:17:40.593Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-08T02:17:40.793Z] Removing intermediate container ff71c4c16bd2 [2021-03-08T02:17:40.793Z] ---> 111c429c2012 [2021-03-08T02:17:40.793Z] Step 6/31 : COPY go.mod . [2021-03-08T02:17:40.793Z] ---> b41a4a08fde0 [2021-03-08T02:17:40.793Z] Step 7/24 : RUN go mod download [2021-03-08T02:17:40.855Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-08T02:17:40.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:40.855Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-08T02:17:40.855Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-08T02:17:41.068Z] Removing intermediate container 056069434bb0 [2021-03-08T02:17:41.068Z] ---> 76036b189577 [2021-03-08T02:17:41.068Z] Step 6/22 : COPY go.mod . [2021-03-08T02:17:41.068Z] ---> Running in 67a2a77e1e0d [2021-03-08T02:17:41.116Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-08T02:17:41.116Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-08T02:17:41.116Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-08T02:17:41.116Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-08T02:17:41.343Z] ---> 159f10273a04 [2021-03-08T02:17:41.343Z] Step 7/23 : RUN go mod download [2021-03-08T02:17:41.377Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-08T02:17:41.377Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:41.377Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-08T02:17:41.377Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-08T02:17:41.618Z] ---> Running in 485aeebf45f8 [2021-03-08T02:17:41.640Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-08T02:17:41.894Z] ---> 03e91a08d976 [2021-03-08T02:17:41.894Z] Step 7/31 : RUN go mod download [2021-03-08T02:17:41.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:41.900Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-08T02:17:41.900Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-08T02:17:41.900Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-08T02:17:42.164Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:42.164Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-08T02:17:42.164Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-08T02:17:42.164Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-08T02:17:42.171Z] ---> Running in f07496b0812d [2021-03-08T02:17:42.171Z] ---> a37720a37327 [2021-03-08T02:17:42.171Z] Step 7/22 : RUN go mod download [2021-03-08T02:17:42.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:42.427Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-08T02:17:42.427Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-08T02:17:42.427Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-08T02:17:42.689Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:42.689Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-08T02:17:42.689Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-08T02:17:42.689Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-08T02:17:42.775Z] ---> Running in 7bc1aaf6ab0f [2021-03-08T02:17:42.950Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:42.951Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-08T02:17:42.951Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-08T02:17:43.212Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-08T02:17:43.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:43.212Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-08T02:17:43.212Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-08T02:17:43.472Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-08T02:17:43.472Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-08T02:17:43.472Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-08T02:17:43.472Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-08T02:17:43.732Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-08T02:17:43.732Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:43.732Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-08T02:17:43.732Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-08T02:17:43.993Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-08T02:17:43.994Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:43.994Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-08T02:17:44.256Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-08T02:17:44.256Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-08T02:17:44.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:44.518Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-08T02:17:44.518Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-08T02:17:44.780Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-08T02:17:44.780Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:44.780Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-08T02:17:44.780Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-08T02:17:45.072Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-08T02:17:45.072Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:45.072Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-08T02:17:45.334Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-08T02:17:45.422Z] Removing intermediate container b9b9a2c134aa [2021-03-08T02:17:45.422Z] ---> f53f4fdadb5b [2021-03-08T02:17:45.422Z] Step 8/22 : COPY . . [2021-03-08T02:17:45.422Z] Removing intermediate container 67a2a77e1e0d [2021-03-08T02:17:45.422Z] ---> 95cb716da03e [2021-03-08T02:17:45.422Z] Step 8/24 : COPY . . [2021-03-08T02:17:45.594Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-08T02:17:45.594Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:45.595Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-08T02:17:45.855Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-08T02:17:45.855Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-08T02:17:45.855Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:45.855Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-08T02:17:46.018Z] Removing intermediate container 485aeebf45f8 [2021-03-08T02:17:46.018Z] ---> f97d9098cd59 [2021-03-08T02:17:46.018Z] Step 8/23 : COPY . . [2021-03-08T02:17:46.116Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-08T02:17:46.117Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-08T02:17:46.377Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:46.377Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-08T02:17:46.377Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-08T02:17:46.377Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-08T02:17:46.637Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:46.638Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-08T02:17:46.638Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-08T02:17:46.638Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-08T02:17:46.898Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:46.898Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-08T02:17:46.898Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-08T02:17:47.014Z] Removing intermediate container f07496b0812d [2021-03-08T02:17:47.014Z] ---> 483b7140c8ad [2021-03-08T02:17:47.014Z] Step 8/31 : COPY . . [2021-03-08T02:17:47.160Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-08T02:17:47.160Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:47.160Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-08T02:17:47.160Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-08T02:17:47.421Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-08T02:17:47.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-08T02:17:47.421Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-08T02:17:47.421Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-08T02:17:47.612Z] Removing intermediate container 7bc1aaf6ab0f [2021-03-08T02:17:47.612Z] ---> 7f43064b43e6 [2021-03-08T02:17:47.612Z] Step 8/22 : COPY . . [2021-03-08T02:17:47.685Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-08T02:17:47.685Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-08T02:17:47.685Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-08T02:17:47.685Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-08T02:17:47.685Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-08T02:17:47.945Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-08T02:17:47.945Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-08T02:17:48.207Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-08T02:17:48.207Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-08T02:17:48.468Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-08T02:17:48.468Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-08T02:17:48.468Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-08T02:17:48.730Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-08T02:17:48.730Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-08T02:17:48.730Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-08T02:17:49.003Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-08T02:17:49.004Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-08T02:17:49.004Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-08T02:17:49.715Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-08T02:17:49.715Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-08T02:17:49.715Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-08T02:17:49.715Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-08T02:17:49.715Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-08T02:17:49.981Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-08T02:17:49.981Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-08T02:17:49.981Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-08T02:17:51.005Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-08T02:17:51.005Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-08T02:17:51.005Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-08T02:17:51.005Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-08T02:17:51.005Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-08T02:17:51.305Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-08T02:17:51.575Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-08T02:17:51.575Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-08T02:17:51.838Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-08T02:17:51.838Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-08T02:17:51.838Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-08T02:17:51.838Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-08T02:17:52.099Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:52.099Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-08T02:17:52.099Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:52.099Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-08T02:17:52.359Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:52.359Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-08T02:17:52.359Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:52.359Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-08T02:17:53.301Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:53.301Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-08T02:17:54.243Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:54.243Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-08T02:17:55.193Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:55.193Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-08T02:17:55.453Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:55.454Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-08T02:17:56.394Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-08T02:17:56.394Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-08T02:17:56.394Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-08T02:17:56.394Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-08T02:17:56.394Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-08T02:17:56.394Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-08T02:17:56.654Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-08T02:17:56.654Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-08T02:17:56.915Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-08T02:17:56.915Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-08T02:17:56.915Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-08T02:17:56.915Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-08T02:17:57.176Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-08T02:17:57.176Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-08T02:17:57.176Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-08T02:17:57.176Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-08T02:17:57.436Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:17:57.436Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-08T02:17:57.436Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:17:57.436Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:17:57.436Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:17:57.436Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-08T02:17:57.436Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-08T02:17:57.697Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-08T02:17:57.697Z] [2021-03-08T02:17:57.697Z] Current default time zone: 'Etc/UTC' [2021-03-08T02:17:57.697Z] Local time is now: Mon Mar 8 02:17:57 UTC 2021. [2021-03-08T02:17:57.697Z] Universal Time is now: Mon Mar 8 02:17:57 UTC 2021. [2021-03-08T02:17:57.697Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-08T02:17:57.697Z] [2021-03-08T02:17:57.697Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-08T02:17:57.697Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:17:57.697Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-08T02:17:57.697Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-08T02:17:57.958Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-08T02:17:57.958Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-08T02:17:57.958Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-08T02:17:57.958Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-08T02:17:57.958Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-08T02:17:57.959Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-08T02:17:57.959Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:17:58.220Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-08T02:17:58.481Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-08T02:17:58.481Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-08T02:17:58.481Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:17:58.481Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-08T02:17:58.481Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-08T02:17:58.741Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-08T02:17:58.741Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-08T02:17:58.741Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-08T02:17:58.741Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-08T02:17:58.741Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-08T02:17:58.741Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-08T02:18:00.652Z] Updating certificates in /etc/ssl/certs... [2021-03-08T02:18:01.223Z] 23 added, 27 removed; done. [2021-03-08T02:18:01.484Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-08T02:18:01.484Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-08T02:18:01.484Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-08T02:18:01.484Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-08T02:18:01.484Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-08T02:18:01.748Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-08T02:18:01.748Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-08T02:18:01.748Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-08T02:18:01.748Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-08T02:18:01.748Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-08T02:18:01.748Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-08T02:18:01.748Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-08T02:18:01.748Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-08T02:18:02.010Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-08T02:18:02.010Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-08T02:18:02.010Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-08T02:18:02.010Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-08T02:18:02.010Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-08T02:18:02.010Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-08T02:18:02.010Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-08T02:18:02.272Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-08T02:18:02.272Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-08T02:18:02.272Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-08T02:18:02.272Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-08T02:18:02.533Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-08T02:18:02.533Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-08T02:18:02.533Z] Updating certificates in /etc/ssl/certs... [2021-03-08T02:18:03.104Z] 0 added, 0 removed; done. [2021-03-08T02:18:03.104Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-08T02:18:03.104Z] done. [2021-03-08T02:18:03.674Z] Reading package lists... [2021-03-08T02:18:03.674Z] Building dependency tree... [2021-03-08T02:18:03.674Z] Reading state information... [2021-03-08T02:18:03.944Z] The following NEW packages will be installed: [2021-03-08T02:18:03.944Z] apt-transport-https [2021-03-08T02:18:03.944Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-08T02:18:03.944Z] Need to get 1696 B of archives. [2021-03-08T02:18:03.944Z] After this operation, 153 kB of additional disk space will be used. [2021-03-08T02:18:03.944Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-08T02:18:04.207Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-08T02:18:04.207Z] Fetched 1696 B in 0s (6944 B/s) [2021-03-08T02:18:04.207Z] Selecting previously unselected package apt-transport-https. [2021-03-08T02:18:04.207Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-08T02:18:04.207Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-08T02:18:04.207Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-08T02:18:04.468Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-08T02:18:04.730Z] Waiting for network to be ready... [2021-03-08T02:18:11.326Z] 2021-03-08T02:18:07Z INFO Waiting for automatic snapd restart... [2021-03-08T02:18:11.326Z] snapd 2.49 from Canonical* installed [2021-03-08T02:18:11.898Z] "snapd" switched to the "latest/stable" channel [2021-03-08T02:18:11.898Z] [2021-03-08T02:18:14.458Z] ---> 7b44d7eb99e7 [2021-03-08T02:18:14.458Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-08T02:18:14.458Z] ---> 143ce9030727 [2021-03-08T02:18:14.458Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-08T02:18:14.458Z] ---> 9bd6ec3f01e9 [2021-03-08T02:18:14.458Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-08T02:18:14.458Z] ---> 39cbd4d1732a [2021-03-08T02:18:14.458Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-08T02:18:14.458Z] ---> Running in b27ea0135d4d [2021-03-08T02:18:14.458Z] ---> 3ff13cc2c05e [2021-03-08T02:18:14.458Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-08T02:18:14.458Z] ---> Running in e2086833d5fe [2021-03-08T02:18:14.458Z] ---> Running in e948f95435bf [2021-03-08T02:18:14.458Z] ---> Running in 435a3046b223 [2021-03-08T02:18:14.458Z] ---> Running in 4082895395da [2021-03-08T02:18:14.458Z] 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-03-08T02:18:14.458Z] 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-03-08T02:18:14.734Z] 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-03-08T02:18:15.012Z] 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-03-08T02:18:15.012Z] 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-03-08T02:18:15.199Z] core18 20210128 from Canonical* installed [2021-03-08T02:18:15.199Z] "core18" switched to the "latest/stable" channel [2021-03-08T02:18:15.199Z] [2021-03-08T02:18:18.494Z] snapcraft 4.5.4 from Canonical* installed [2021-03-08T02:18:18.494Z] "snapcraft" switched to the "latest/stable" channel [2021-03-08T02:18:18.494Z] [2021-03-08T02:18:21.789Z] 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-03-08T02:18:21.789Z] - README.md [2021-03-08T02:18:21.789Z] - snapcraft.yaml.orig [2021-03-08T02:18:21.789Z] [2021-03-08T02:18:21.789Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-08T02:18:28.375Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-08T02:18:28.375Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-08T02:18:28.376Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-08T02:18:28.376Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-08T02:18:29.580Z] Reading package lists... [2021-03-08T02:18:29.841Z] 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-03-08T02:18:36.435Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-08T02:18:36.435Z] Reading package lists... [2021-03-08T02:18:36.435Z] Building dependency tree... [2021-03-08T02:18:36.435Z] Reading state information... [2021-03-08T02:18:36.435Z] Suggested packages: [2021-03-08T02:18:36.435Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-08T02:18:36.435Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-08T02:18:36.435Z] Recommended packages: [2021-03-08T02:18:36.435Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-08T02:18:36.435Z] The following NEW packages will be installed: [2021-03-08T02:18:36.435Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-08T02:18:36.435Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-08T02:18:36.435Z] pkg-config zip [2021-03-08T02:18:36.435Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-08T02:18:36.435Z] Need to get 7655 kB of archives. [2021-03-08T02:18:36.435Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-08T02:18:36.435Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-08T02:18:36.435Z] 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-03-08T02:18:36.435Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-08T02:18:36.696Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-08T02:18:36.696Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-08T02:18:36.696Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-08T02:18:36.958Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-08T02:18:36.958Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-08T02:18:36.958Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-08T02:18:36.958Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-08T02:18:36.958Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-08T02:18:36.958Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-08T02:18:37.218Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-08T02:18:37.479Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-08T02:18:37.479Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-08T02:18:37.479Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-08T02:18:37.479Z] Fetched 7655 kB in 1s (6110 kB/s) [2021-03-08T02:18:37.740Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-08T02:18:37.740Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-08T02:18:37.740Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-08T02:18:37.740Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-08T02:18:37.740Z] Selecting previously unselected package libpsl5:amd64. [2021-03-08T02:18:37.740Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-08T02:18:37.740Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-08T02:18:38.003Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-08T02:18:38.003Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-08T02:18:38.003Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-08T02:18:38.003Z] Selecting previously unselected package librtmp1:amd64. [2021-03-08T02:18:38.003Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-08T02:18:38.003Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-08T02:18:38.263Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-08T02:18:38.263Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-08T02:18:38.263Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-08T02:18:38.263Z] Selecting previously unselected package liberror-perl. [2021-03-08T02:18:38.263Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-08T02:18:38.263Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-08T02:18:38.263Z] Selecting previously unselected package git-man. [2021-03-08T02:18:38.263Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-08T02:18:38.263Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-08T02:18:38.526Z] Selecting previously unselected package git. [2021-03-08T02:18:38.526Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-08T02:18:38.526Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-08T02:18:39.473Z] Selecting previously unselected package libnorm1:amd64. [2021-03-08T02:18:39.473Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-08T02:18:39.473Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-08T02:18:39.473Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-08T02:18:39.473Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-08T02:18:39.473Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-08T02:18:39.473Z] Selecting previously unselected package libsodium23:amd64. [2021-03-08T02:18:39.473Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-08T02:18:39.473Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-08T02:18:39.734Z] Selecting previously unselected package libzmq5:amd64. [2021-03-08T02:18:39.734Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-08T02:18:39.735Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-08T02:18:39.735Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-08T02:18:39.735Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-08T02:18:39.735Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-08T02:18:39.995Z] Selecting previously unselected package pkg-config. [2021-03-08T02:18:39.995Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-08T02:18:39.995Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-08T02:18:39.995Z] Selecting previously unselected package zip. [2021-03-08T02:18:39.995Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-08T02:18:39.995Z] Unpacking zip (3.0-11build1) ... [2021-03-08T02:18:40.255Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-08T02:18:40.255Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-08T02:18:40.255Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-08T02:18:40.255Z] Setting up liberror-perl (0.17025-1) ... [2021-03-08T02:18:40.255Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-08T02:18:40.255Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-08T02:18:40.255Z] No schema files found: doing nothing. [2021-03-08T02:18:40.516Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-08T02:18:40.516Z] Setting up zip (3.0-11build1) ... [2021-03-08T02:18:40.516Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-08T02:18:40.516Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-08T02:18:40.516Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-08T02:18:40.516Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-08T02:18:40.516Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-08T02:18:40.516Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-08T02:18:40.516Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-08T02:18:40.778Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-08T02:18:47.364Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-08T02:18:47.364Z] git set to automatically installed. [2021-03-08T02:18:47.364Z] git-man set to automatically installed. [2021-03-08T02:18:47.364Z] libcurl3-gnutls set to automatically installed. [2021-03-08T02:18:47.364Z] liberror-perl set to automatically installed. [2021-03-08T02:18:47.364Z] libglib2.0-0 set to automatically installed. [2021-03-08T02:18:47.364Z] libnghttp2-14 set to automatically installed. [2021-03-08T02:18:47.364Z] libnorm1 set to automatically installed. [2021-03-08T02:18:47.364Z] libpgm-5.2-0 set to automatically installed. [2021-03-08T02:18:47.364Z] libpsl5 set to automatically installed. [2021-03-08T02:18:47.364Z] librtmp1 set to automatically installed. [2021-03-08T02:18:47.364Z] libsodium23 set to automatically installed. [2021-03-08T02:18:47.364Z] libzmq3-dev set to automatically installed. [2021-03-08T02:18:47.364Z] libzmq5 set to automatically installed. [2021-03-08T02:18:47.364Z] pkg-config set to automatically installed. [2021-03-08T02:18:47.364Z] zip set to automatically installed. [2021-03-08T02:18:48.749Z] snapd is not logged in, snap install commands will use sudo [2021-03-08T02:18:55.337Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-08T02:18:55.598Z] snap "core18" has no updates available [2021-03-08T02:18:57.511Z] Pulling config-common [2021-03-08T02:18:57.511Z] + snapcraftctl pull [2021-03-08T02:18:58.082Z] Pulling go-build-helper [2021-03-08T02:18:58.082Z] + snapcraftctl pull [2021-03-08T02:19:20.337Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-08T02:19:20.337Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-08T02:19:20.337Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-08T02:19:20.337Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-08T02:19:20.337Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-08T02:19:20.337Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-08T02:19:20.337Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-08T02:19:20.337Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-08T02:19:20.337Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-08T02:19:20.337Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-08T02:19:20.337Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-08T02:19:20.337Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-08T02:19:20.337Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-08T02:19:20.337Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-08T02:19:20.337Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-08T02:19:20.337Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-08T02:19:20.337Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-08T02:19:20.337Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-08T02:19:20.337Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-08T02:19:20.337Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-08T02:19:20.337Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-08T02:19:20.337Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-08T02:19:20.337Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-08T02:19:20.337Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-08T02:19:20.337Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-08T02:19:20.337Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-08T02:19:20.337Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-08T02:19:20.337Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-08T02:19:20.337Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-08T02:19:20.337Z] Fetched 279 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-08T02:19:20.337Z] Fetched 122 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-08T02:19:20.337Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-08T02:19:20.337Z] Fetched 8848 B in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-08T02:19:20.337Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-08T02:19:20.337Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-08T02:19:20.337Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-08T02:19:20.337Z] Fetched 214 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-08T02:19:20.337Z] Fetched 154 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-08T02:19:20.337Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-08T02:19:20.337Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-08T02:19:20.337Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-08T02:19:20.337Z] Fetched 499 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-08T02:19:20.337Z] Fetched 111 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-08T02:19:20.337Z] Fetched 240 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-08T02:19:20.337Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-08T02:19:20.337Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-08T02:19:20.337Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-08T02:19:20.337Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-08T02:19:20.337Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-08T02:19:20.337Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-08T02:19:20.337Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-08T02:19:20.337Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-08T02:19:20.337Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-08T02:19:20.338Z] Fetched 8720 B in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-08T02:19:20.338Z] Fetched 137 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-08T02:19:20.338Z] Fetched 119 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-08T02:19:20.338Z] Fetched 109 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-08T02:19:20.338Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-08T02:19:20.338Z] Fetched 645 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-08T02:19:20.338Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-08T02:19:20.338Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-08T02:19:20.338Z] Fetched 368 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-08T02:19:20.338Z] Fetched 187 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-08T02:19:20.338Z] Fetched 175 kB in 0s (0 B/s) [2021-03-08T02:19:20.338Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-08T02:19:22.882Z] Fetched 206 kB in 0s (0 B/s) [2021-03-08T02:19:22.882Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-08T02:19:22.882Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-08T02:19:22.882Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-08T02:19:22.882Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-08T02:19:22.882Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-08T02:19:22.882Z] Fetched 159 kB in 0s (0 B/s) [2021-03-08T02:19:22.882Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-08T02:19:22.882Z] Fetched 107 kB in 0s (0 B/s) [2021-03-08T02:19:22.882Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-08T02:19:22.882Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-08T02:19:22.882Z] Pulling static-packages [2021-03-08T02:19:22.882Z] + snapcraftctl pull [2021-03-08T02:19:23.453Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-08T02:19:23.453Z] Skipping pull go-build-helper (already ran) [2021-03-08T02:19:23.453Z] Skipping pull static-packages (already ran) [2021-03-08T02:19:23.453Z] Building go-build-helper [2021-03-08T02:19:23.453Z] + snapcraftctl build [2021-03-08T02:19:27.663Z] Building static-packages [2021-03-08T02:19:27.663Z] + snapcraftctl build [2021-03-08T02:19:29.047Z] Staging go-build-helper [2021-03-08T02:19:29.047Z] + snapcraftctl stage [2021-03-08T02:19:29.618Z] Staging static-packages [2021-03-08T02:19:29.619Z] + snapcraftctl stage [2021-03-08T02:19:30.560Z] Pulling go115 [2021-03-08T02:19:30.560Z] + snapcraftctl pull [2021-03-08T02:19:31.502Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-08T02:19:31.502Z] Skipping pull go115 (already ran) [2021-03-08T02:19:31.502Z] Building go115 [2021-03-08T02:19:31.502Z] + dpkg --print-architecture [2021-03-08T02:19:31.502Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-08T02:19:31.502Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-08T02:19:31.502Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-08T02:19:31.502Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T02:19:31.502Z] Dload Upload Total Spent Left Speed [2021-03-08T02:19:33.995Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2959k 0 0 8266k 0 0:00:14 --:--:-- 0:00:14 8243k 49 115M 49 57.1M 0 0 42.3M 0 0:00:02 0:00:01 0:00:01 42.3M 92 115M 92 106M 0 0 45.4M 0 0:00:02 0:00:02 --:--:-- 45.4M 100 115M 100 115M 0 0 46.2M 0 0:00:02 0:00:02 --:--:-- 46.2M [2021-03-08T02:19:33.995Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-08T02:19:33.995Z] + sha256sum -c sha256 [2021-03-08T02:19:33.995Z] + grep OK [2021-03-08T02:19:34.565Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-08T02:19:34.565Z] + mkdir -p /root/stage/go1.15 [2021-03-08T02:19:34.565Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-08T02:19:38.769Z] Staging go115 [2021-03-08T02:19:38.769Z] + snapcraftctl stage [2021-03-08T02:19:44.060Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-08T02:19:44.060Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-08T02:19:44.060Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-08T02:19:44.060Z] Fetched 0 B in 0s (0 B/s) [2021-03-08T02:19:44.060Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-08T02:19:44.060Z] Fetched 224 kB in 0s (0 B/s) [2021-03-08T02:19:44.060Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-08T02:19:44.060Z] Fetched 157 kB in 0s (0 B/s) [2021-03-08T02:19:44.060Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-08T02:19:44.060Z] Fetched 221 kB in 0s (0 B/s) [2021-03-08T02:19:44.060Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-08T02:19:44.060Z] Fetched 143 kB in 0s (0 B/s) [2021-03-08T02:19:44.060Z] Pulling edgex-go [2021-03-08T02:19:44.060Z] + snapcraftctl pull [2021-03-08T02:19:45.013Z] Pulling version [2021-03-08T02:19:45.013Z] + cd /root/project [2021-03-08T02:19:45.013Z] + [ -f VERSION ] [2021-03-08T02:19:45.013Z] + PROJECT_VERSION=local-dev [2021-03-08T02:19:45.013Z] + git rev-parse --short HEAD [2021-03-08T02:19:45.013Z] + GIT_REVISION=f28bc404 [2021-03-08T02:19:45.013Z] + snapcraftctl set-version local-dev [2021-03-08T02:19:45.957Z] Building config-common [2021-03-08T02:19:45.957Z] + snapcraftctl build [2021-03-08T02:19:47.871Z] Skipping build go-build-helper (already ran) [2021-03-08T02:19:47.871Z] Skipping build static-packages (already ran) [2021-03-08T02:19:47.871Z] Skipping build go115 (already ran) [2021-03-08T02:19:47.871Z] Building edgex-go [2021-03-08T02:19:47.871Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-08T02:19:47.871Z] + cd /root/parts/edgex-go/src [2021-03-08T02:19:47.871Z] + make build [2021-03-08T02:19:47.871Z] 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-03-08T02:19:49.790Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-08T02:19:49.790Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-08T02:19:49.790Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-08T02:19:49.790Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-08T02:19:49.790Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-08T02:19:49.790Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-08T02:19:49.790Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-08T02:19:49.790Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-08T02:19:49.790Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-08T02:19:49.790Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-08T02:19:49.790Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-08T02:19:49.790Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-08T02:19:49.790Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-08T02:19:49.790Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-08T02:19:49.790Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-08T02:19:49.790Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-08T02:19:49.790Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-08T02:19:49.790Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-08T02:19:49.790Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-08T02:19:49.790Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-08T02:19:49.790Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-08T02:19:49.790Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-08T02:19:49.790Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-08T02:19:49.790Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-08T02:19:49.790Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-08T02:19:49.790Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-08T02:19:49.790Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-08T02:19:49.790Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-08T02:19:50.060Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-08T02:19:50.060Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-08T02:19:50.060Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-08T02:19:50.060Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-08T02:19:50.060Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-08T02:19:50.060Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-08T02:19:50.060Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-08T02:19:50.060Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-08T02:19:50.060Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-08T02:19:50.060Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-08T02:19:50.060Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-08T02:19:50.060Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-08T02:19:50.060Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-08T02:19:50.324Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-08T02:19:50.324Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-08T02:19:50.324Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-08T02:19:50.324Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-08T02:19:51.883Z] 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-03-08T02:19:56.903Z] 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-03-08T02:19:56.903Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-08T02:19:58.641Z] Removing intermediate container 435a3046b223 [2021-03-08T02:19:58.641Z] ---> f71999adb59f [2021-03-08T02:19:58.641Z] [2021-03-08T02:19:58.641Z] Step 10/24 : FROM alpine:3.12 [2021-03-08T02:19:58.641Z] 3.12: Pulling from library/alpine [2021-03-08T02:20:00.099Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-08T02:20:00.099Z] Status: Downloaded newer image for alpine:3.12 [2021-03-08T02:20:00.099Z] ---> d10569e2745f [2021-03-08T02:20:00.099Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-08T02:20:01.092Z] ---> Running in da0980247357 [2021-03-08T02:20:02.097Z] Removing intermediate container 4082895395da [2021-03-08T02:20:02.097Z] ---> 3f061cc91dd0 [2021-03-08T02:20:02.097Z] [2021-03-08T02:20:02.097Z] Step 10/31 : FROM alpine:3.12 [2021-03-08T02:20:02.097Z] ---> d10569e2745f [2021-03-08T02:20:02.097Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-08T02:20:02.186Z] 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-03-08T02:20:02.378Z] ---> Running in acc740b53711 [2021-03-08T02:20:02.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-08T02:20:03.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:20:03.375Z] Removing intermediate container acc740b53711 [2021-03-08T02:20:03.375Z] ---> 34ee4c06f022 [2021-03-08T02:20:03.375Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-08T02:20:03.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:20:03.375Z] ---> Running in d537786e7e73 [2021-03-08T02:20:03.828Z] 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-03-08T02:20:04.088Z] 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-03-08T02:20:04.088Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-08T02:20:04.348Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-08T02:20:04.348Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-08T02:20:04.348Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-08T02:20:04.373Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-08T02:20:04.373Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T02:20:04.373Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-08T02:20:04.373Z] (4/5) Installing curl (7.69.1-r3) [2021-03-08T02:20:04.373Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-08T02:20:04.373Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:20:04.373Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T02:20:04.650Z] OK: 7 MiB in 19 packages [2021-03-08T02:20:05.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:20:05.732Z] 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-03-08T02:20:05.732Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-08T02:20:05.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:20:05.992Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-08T02:20:06.147Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-08T02:20:06.147Z] (2/2) Installing su-exec (0.2-r1) [2021-03-08T02:20:06.147Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:20:06.426Z] OK: 5 MiB in 16 packages [2021-03-08T02:20:07.377Z] 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-03-08T02:20:07.428Z] Removing intermediate container da0980247357 [2021-03-08T02:20:07.428Z] ---> eaa0a858ff0a [2021-03-08T02:20:07.428Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T02:20:07.705Z] ---> Running in e1500dd3cd82 [2021-03-08T02:20:07.948Z] 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-03-08T02:20:07.948Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-08T02:20:09.155Z] Removing intermediate container d537786e7e73 [2021-03-08T02:20:09.155Z] ---> d34448e67074 [2021-03-08T02:20:09.155Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-08T02:20:09.155Z] Removing intermediate container e1500dd3cd82 [2021-03-08T02:20:09.155Z] ---> 0ebc9f2df737 [2021-03-08T02:20:09.155Z] Step 13/24 : WORKDIR / [2021-03-08T02:20:09.330Z] 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-03-08T02:20:09.432Z] ---> Running in 69f196286ea5 [2021-03-08T02:20:09.707Z] ---> Running in efd1d37c45e7 [2021-03-08T02:20:10.272Z] 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-03-08T02:20:10.272Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-08T02:20:11.151Z] Removing intermediate container 69f196286ea5 [2021-03-08T02:20:11.151Z] ---> f69e944a9255 [2021-03-08T02:20:11.151Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-08T02:20:11.151Z] Removing intermediate container efd1d37c45e7 [2021-03-08T02:20:11.151Z] ---> d072f940b170 [2021-03-08T02:20:11.151Z] 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-03-08T02:20:11.213Z] 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-03-08T02:20:11.213Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-08T02:20:12.148Z] ---> Running in cb7b146bc904 [2021-03-08T02:20:12.750Z] ---> 7628c3590e4f [2021-03-08T02:20:12.750Z] 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-03-08T02:20:13.027Z] Removing intermediate container cb7b146bc904 [2021-03-08T02:20:13.027Z] ---> 67fcc9ae6c17 [2021-03-08T02:20:13.027Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-08T02:20:13.125Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-08T02:20:13.125Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-08T02:20:13.125Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-08T02:20:13.125Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-08T02:20:13.125Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-08T02:20:13.125Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-08T02:20:13.125Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-08T02:20:13.125Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-08T02:20:13.125Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-08T02:20:13.125Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-08T02:20:13.125Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-08T02:20:13.125Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-08T02:20:13.125Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-08T02:20:13.125Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-08T02:20:13.125Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-08T02:20:14.030Z] ---> Running in e334c3003bfb [2021-03-08T02:20:14.072Z] Building version [2021-03-08T02:20:14.072Z] + snapcraftctl build [2021-03-08T02:20:14.787Z] ---> e3772d37233e [2021-03-08T02:20:14.787Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-08T02:20:15.092Z] Removing intermediate container e2086833d5fe [2021-03-08T02:20:15.092Z] ---> c39242fd537e [2021-03-08T02:20:15.092Z] [2021-03-08T02:20:15.092Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T02:20:15.092Z] ---> d10569e2745f [2021-03-08T02:20:15.092Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-08T02:20:15.377Z] Removing intermediate container e948f95435bf [2021-03-08T02:20:15.377Z] ---> bbde7864edc3 [2021-03-08T02:20:15.377Z] [2021-03-08T02:20:15.377Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T02:20:15.377Z] ---> d10569e2745f [2021-03-08T02:20:15.377Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-08T02:20:15.377Z] ---> Running in d06c859288ad [2021-03-08T02:20:15.658Z] ---> Running in fe2659463675 [2021-03-08T02:20:15.994Z] Staging config-common [2021-03-08T02:20:15.994Z] + snapcraftctl stage [2021-03-08T02:20:16.955Z] ---> 8aafb69d188c [2021-03-08T02:20:16.955Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-08T02:20:16.961Z] Skipping stage go-build-helper (already ran) [2021-03-08T02:20:16.962Z] Skipping stage static-packages (already ran) [2021-03-08T02:20:16.962Z] Skipping stage go115 (already ran) [2021-03-08T02:20:16.962Z] Staging edgex-go [2021-03-08T02:20:16.962Z] + snapcraftctl stage [2021-03-08T02:20:17.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:20:17.906Z] Staging version [2021-03-08T02:20:17.906Z] + snapcraftctl stage [2021-03-08T02:20:17.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:20:18.485Z] Priming config-common [2021-03-08T02:20:18.486Z] + snapcraftctl prime [2021-03-08T02:20:18.575Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-08T02:20:18.575Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:20:18.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:20:18.575Z] OK: 5 MiB in 15 packages [2021-03-08T02:20:18.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:20:19.436Z] Priming go-build-helper [2021-03-08T02:20:19.436Z] + snapcraftctl prime [2021-03-08T02:20:19.468Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-08T02:20:19.468Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-08T02:20:19.468Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:20:19.751Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T02:20:19.751Z] OK: 6 MiB in 16 packages [2021-03-08T02:20:20.737Z] Removing intermediate container e334c3003bfb [2021-03-08T02:20:20.737Z] ---> 03e1e7a9f6dd [2021-03-08T02:20:20.737Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-08T02:20:20.737Z] ---> 2e53fbdd8a66 [2021-03-08T02:20:20.737Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-08T02:20:20.820Z] Priming static-packages [2021-03-08T02:20:20.820Z] + snapcraftctl prime [2021-03-08T02:20:21.010Z] ---> Running in f7becb0008da [2021-03-08T02:20:21.283Z] Removing intermediate container b27ea0135d4d [2021-03-08T02:20:21.283Z] ---> 230e20795d9a [2021-03-08T02:20:21.283Z] [2021-03-08T02:20:21.283Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T02:20:21.283Z] ---> d10569e2745f [2021-03-08T02:20:21.283Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T02:20:21.283Z] ---> Using cache [2021-03-08T02:20:21.283Z] ---> 7d5bc081e7cc [2021-03-08T02:20:21.283Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T02:20:21.882Z] Removing intermediate container d06c859288ad [2021-03-08T02:20:21.882Z] ---> 7d5bc081e7cc [2021-03-08T02:20:21.882Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T02:20:21.882Z] ---> Running in 46848ff76e0e [2021-03-08T02:20:22.168Z] Removing intermediate container f7becb0008da [2021-03-08T02:20:22.168Z] ---> 6b410b2d684c [2021-03-08T02:20:22.168Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-08T02:20:22.168Z] ---> Running in 0f07a1b273b4 [2021-03-08T02:20:22.458Z] Removing intermediate container fe2659463675 [2021-03-08T02:20:22.458Z] ---> 11d4e079e846 [2021-03-08T02:20:22.458Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T02:20:22.458Z] ---> 7fb850954847 [2021-03-08T02:20:22.458Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-08T02:20:22.458Z] ---> Running in 980b6e86cdc4 [2021-03-08T02:20:22.746Z] Removing intermediate container 46848ff76e0e [2021-03-08T02:20:22.746Z] ---> e2c6e949494b [2021-03-08T02:20:22.746Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-08T02:20:22.746Z] ---> Running in 6f24bf037c24 [2021-03-08T02:20:22.781Z] Priming go115 [2021-03-08T02:20:22.781Z] + snapcraftctl prime [2021-03-08T02:20:23.022Z] Removing intermediate container 0f07a1b273b4 [2021-03-08T02:20:23.022Z] ---> 55beb2d13eb9 [2021-03-08T02:20:23.022Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-08T02:20:23.022Z] ---> Running in 30126d49bf2a [2021-03-08T02:20:23.298Z] ---> c548b4081b42 [2021-03-08T02:20:23.298Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-08T02:20:23.298Z] Removing intermediate container 980b6e86cdc4 [2021-03-08T02:20:23.298Z] ---> 942fb30361e3 [2021-03-08T02:20:23.298Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-08T02:20:23.298Z] ---> 6d86ff4c5bc9 [2021-03-08T02:20:23.298Z] 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-03-08T02:20:23.577Z] ---> Running in ec31dd1c496b [2021-03-08T02:20:23.577Z] ---> Running in dabbb8328f28 [2021-03-08T02:20:23.577Z] ---> Running in f244f0af4ad7 [2021-03-08T02:20:23.577Z] Removing intermediate container 6f24bf037c24 [2021-03-08T02:20:23.577Z] ---> 5525127169d1 [2021-03-08T02:20:23.577Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T02:20:23.723Z] Priming edgex-go [2021-03-08T02:20:23.723Z] + snapcraftctl prime [2021-03-08T02:20:23.860Z] Removing intermediate container 30126d49bf2a [2021-03-08T02:20:23.860Z] ---> 7bd3ef5aedc9 [2021-03-08T02:20:23.860Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T02:20:24.146Z] ---> Running in 6df4bd82b366 [2021-03-08T02:20:24.146Z] ---> Running in 585f4430400b [2021-03-08T02:20:24.146Z] Removing intermediate container ec31dd1c496b [2021-03-08T02:20:24.146Z] ---> 73ce85ec937c [2021-03-08T02:20:24.146Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T02:20:24.423Z] ---> Running in a0ae8b478d5a [2021-03-08T02:20:25.024Z] Removing intermediate container 6df4bd82b366 [2021-03-08T02:20:25.024Z] ---> a5930bd79db8 [2021-03-08T02:20:25.024Z] Step 15/23 : WORKDIR / [2021-03-08T02:20:25.024Z] Removing intermediate container 585f4430400b [2021-03-08T02:20:25.024Z] ---> c9b5ced5ad6b [2021-03-08T02:20:25.024Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:20:25.024Z] ---> Running in 3fbd27af2940 [2021-03-08T02:20:25.113Z] Priming version [2021-03-08T02:20:25.113Z] + snapcraftctl prime [2021-03-08T02:20:25.303Z] Removing intermediate container a0ae8b478d5a [2021-03-08T02:20:25.303Z] ---> 08f076bc1b0d [2021-03-08T02:20:25.303Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:20:25.685Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-08T02:20:26.298Z] ---> 923bff658894 [2021-03-08T02:20:26.298Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-08T02:20:26.298Z] Removing intermediate container 3fbd27af2940 [2021-03-08T02:20:26.298Z] ---> 9f349bb6571b [2021-03-08T02:20:26.298Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:20:26.575Z] ---> 6787b3d1b4a0 [2021-03-08T02:20:26.575Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-08T02:20:27.553Z] Removing intermediate container f244f0af4ad7 [2021-03-08T02:20:27.553Z] ---> 1b768c54f458 [2021-03-08T02:20:27.553Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-08T02:20:27.553Z] Removing intermediate container dabbb8328f28 [2021-03-08T02:20:27.553Z] ---> 3ffa45ff1d78 [2021-03-08T02:20:27.553Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-03-08T02:20:27.830Z] ---> 9d917b503031 [2021-03-08T02:20:27.831Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-08T02:20:27.831Z] ---> Running in 803d604f4aa6 [Pipeline] } [Pipeline] // node [Pipeline] } [2021-03-08T02:20:28.120Z] ---> 3b8e141276b2 [2021-03-08T02:20:28.120Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-08T02:20:28.120Z] ---> c8d218b7ecf4 [2021-03-08T02:20:28.120Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-03-08T02:20:28.411Z] ---> 0c93ed535ab3 [2021-03-08T02:20:28.411Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [Pipeline] } [2021-03-08T02:20:28.702Z] Removing intermediate container 803d604f4aa6 [2021-03-08T02:20:28.703Z] ---> 55eb57ccb31d [2021-03-08T02:20:28.703Z] Step 22/24 : LABEL arch=arm64 [2021-03-08T02:20:28.983Z] ---> Running in 01754fe93ce9 [2021-03-08T02:20:29.267Z] ---> d3d6cbb63484 [2021-03-08T02:20:29.267Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-08T02:20:29.267Z] ---> aaaaa51093c9 [2021-03-08T02:20:29.267Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-08T02:20:29.554Z] ---> Running in 014e90b71f3d [2021-03-08T02:20:29.554Z] ---> Running in 2d84575d5619 [2021-03-08T02:20:29.554Z] Removing intermediate container 01754fe93ce9 [2021-03-08T02:20:29.554Z] ---> 38be642e6e12 [2021-03-08T02:20:29.554Z] Step 23/24 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:20:29.841Z] ---> 0b01e77f8332 [2021-03-08T02:20:29.841Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-08T02:20:29.841Z] ---> Running in fe8365025477 [2021-03-08T02:20:30.122Z] ---> 763d22cee8ed [2021-03-08T02:20:30.122Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-08T02:20:30.410Z] Removing intermediate container 014e90b71f3d [2021-03-08T02:20:30.410Z] ---> dd564afb283a [2021-03-08T02:20:30.410Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:20:30.410Z] Removing intermediate container 2d84575d5619 [2021-03-08T02:20:30.410Z] ---> f1f5b38d6c1e [2021-03-08T02:20:30.410Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:20:30.703Z] ---> Running in fe44ff91e8a1 [2021-03-08T02:20:30.703Z] ---> Running in c0c9215c2e4c [2021-03-08T02:20:30.703Z] Removing intermediate container fe8365025477 [2021-03-08T02:20:30.703Z] ---> 78d229d3df54 [2021-03-08T02:20:30.703Z] Step 24/24 : LABEL version=0.0.0 [2021-03-08T02:20:30.703Z] ---> 4fd21026c462 [2021-03-08T02:20:30.703Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-08T02:20:30.995Z] ---> Running in 4cbfc0ab2952 [2021-03-08T02:20:30.995Z] ---> Running in e80f083be0fe [2021-03-08T02:20:30.995Z] ---> 87f71217bf55 [2021-03-08T02:20:30.995Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-08T02:20:31.285Z] Removing intermediate container fe44ff91e8a1 [2021-03-08T02:20:31.285Z] Removing intermediate container c0c9215c2e4c [2021-03-08T02:20:31.285Z] ---> 88e3e482ee61 [2021-03-08T02:20:31.285Z] Step 20/22 : LABEL arch=arm64 [2021-03-08T02:20:31.285Z] ---> fa3aa63f18e2 [2021-03-08T02:20:31.285Z] Step 20/22 : LABEL arch=arm64 [2021-03-08T02:20:31.568Z] ---> Running in bc7499431ff3 [2021-03-08T02:20:31.568Z] ---> Running in a8ef70735fa0 [2021-03-08T02:20:31.868Z] Removing intermediate container e80f083be0fe [2021-03-08T02:20:31.868Z] ---> ae5009685cf3 [2021-03-08T02:20:31.868Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:20:31.868Z] Removing intermediate container 4cbfc0ab2952 [2021-03-08T02:20:31.868Z] ---> 54fc2c4b9df9 [2021-03-08T02:20:31.868Z] [2021-03-08T02:20:31.868Z] ---> Running in 872dbe3d60cb [2021-03-08T02:20:32.169Z] Removing intermediate container bc7499431ff3 [2021-03-08T02:20:32.169Z] ---> 4516497de2ae [2021-03-08T02:20:32.169Z] Step 21/22 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:20:32.169Z] Removing intermediate container a8ef70735fa0 [2021-03-08T02:20:32.169Z] ---> 9686dce1b501 [2021-03-08T02:20:32.169Z] Step 21/22 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:20:32.476Z] ---> 3ecda611a8e8 [2021-03-08T02:20:32.476Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-08T02:20:32.476Z] Successfully built 54fc2c4b9df9 [2021-03-08T02:20:32.476Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-08T02:20:32.476Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-08T02:20:32.476Z] ---> Running in d1872a0c2103 [2021-03-08T02:20:32.476Z] ---> Running in 1c0c7c8e39d8 [2021-03-08T02:20:32.801Z] Removing intermediate container 872dbe3d60cb [2021-03-08T02:20:32.801Z] ---> 8a64958fd527 [2021-03-08T02:20:32.801Z] Step 21/23 : LABEL arch=arm64 [2021-03-08T02:20:32.801Z] ---> Running in 09e0d1490ad2 [2021-03-08T02:20:33.096Z] Removing intermediate container d1872a0c2103 [2021-03-08T02:20:33.096Z] ---> 2598ec8ee159 [2021-03-08T02:20:33.096Z] Step 22/22 : LABEL version=0.0.0 [2021-03-08T02:20:33.096Z] Removing intermediate container 1c0c7c8e39d8 [2021-03-08T02:20:33.096Z] ---> a29692614926 [2021-03-08T02:20:33.096Z] Step 22/22 : LABEL version=0.0.0 [2021-03-08T02:20:33.391Z] ---> 312ee17364b2 [2021-03-08T02:20:33.391Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-08T02:20:33.391Z] ---> Running in 6f46d0cadd1b [2021-03-08T02:20:33.391Z] ---> Running in d1ac65d31ab5 [2021-03-08T02:20:33.670Z] ---> Running in 32f2263f0820 [2021-03-08T02:20:33.670Z] Removing intermediate container 09e0d1490ad2 [2021-03-08T02:20:33.670Z] ---> 3378768e9d77 [2021-03-08T02:20:33.670Z] Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:20:34.281Z] ---> Running in 710ff2302307 [2021-03-08T02:20:34.281Z] Removing intermediate container 6f46d0cadd1b [2021-03-08T02:20:34.281Z] ---> 113ac2412cf4 [2021-03-08T02:20:34.281Z] [2021-03-08T02:20:34.281Z] Removing intermediate container d1ac65d31ab5 [2021-03-08T02:20:34.281Z] ---> cc98fe70ea0d [2021-03-08T02:20:34.281Z] [2021-03-08T02:20:34.556Z] Removing intermediate container 32f2263f0820 [2021-03-08T02:20:34.556Z] ---> 5daad8ce9e62 [2021-03-08T02:20:34.556Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-08T02:20:34.837Z] Successfully built 113ac2412cf4 [2021-03-08T02:20:35.113Z] Successfully built cc98fe70ea0d [2021-03-08T02:20:35.113Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-08T02:20:35.113Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-08T02:20:35.410Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-08T02:20:35.410Z] Building docker-security-proxy-setup-go [2021-03-08T02:20:35.410Z] Removing intermediate container 710ff2302307 [2021-03-08T02:20:35.410Z] ---> 56babfe8414f [2021-03-08T02:20:35.410Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T02:20:35.683Z]  Building docker-support-notifications-go ... done  ---> Running in 0a78bca8ff3b [2021-03-08T02:20:35.963Z] ---> c8ee64e767b2 [2021-03-08T02:20:35.963Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-08T02:20:36.239Z] ---> Running in 2fe7d3595fa0 [2021-03-08T02:20:36.527Z] Removing intermediate container 0a78bca8ff3b [2021-03-08T02:20:36.527Z] ---> f8a2277fa4b2 [2021-03-08T02:20:36.527Z] [2021-03-08T02:20:37.147Z] Successfully built f8a2277fa4b2 [2021-03-08T02:20:37.147Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-08T02:20:37.147Z] Building docker-core-data-go [2021-03-08T02:20:39.174Z]  Building docker-core-metadata-go ... done Removing intermediate container 2fe7d3595fa0 [2021-03-08T02:20:39.174Z] ---> dd0e375805ed [2021-03-08T02:20:39.174Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-08T02:20:39.452Z] ---> Running in 4e7fdbda2c42 [2021-03-08T02:20:40.467Z] Removing intermediate container 4e7fdbda2c42 [2021-03-08T02:20:40.467Z] ---> 1249455902e8 [2021-03-08T02:20:40.467Z] Step 28/31 : CMD ["gate"] [2021-03-08T02:20:41.133Z] ---> Running in f39dd7eb955f [2021-03-08T02:20:41.790Z] Removing intermediate container f39dd7eb955f [2021-03-08T02:20:41.790Z] ---> 0ed402a34098 [2021-03-08T02:20:41.790Z] Step 29/31 : LABEL arch=arm64 [2021-03-08T02:20:42.417Z] ---> Running in 690f62f67ed6 [2021-03-08T02:20:43.020Z] Removing intermediate container 690f62f67ed6 [2021-03-08T02:20:43.020Z] ---> ce6bd3652614 [2021-03-08T02:20:43.020Z] Step 30/31 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:20:43.628Z] ---> Running in 85b617f58c0d [2021-03-08T02:20:44.659Z] Removing intermediate container 85b617f58c0d [2021-03-08T02:20:44.659Z] ---> d875cbd76873 [2021-03-08T02:20:44.659Z] Step 31/31 : LABEL version=0.0.0 [2021-03-08T02:20:45.262Z] ---> Running in a6493b3b8b75 [2021-03-08T02:20:46.253Z] Removing intermediate container a6493b3b8b75 [2021-03-08T02:20:46.253Z] ---> 5bea0194502f [2021-03-08T02:20:46.253Z] [2021-03-08T02:20:46.535Z] Successfully built 5bea0194502f [2021-03-08T02:20:46.813Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-08T02:21:33.949Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:21:33.949Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:21:33.949Z] ---> 56cb10f3c5ed [2021-03-08T02:21:33.949Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T02:21:33.949Z] ---> Using cache [2021-03-08T02:21:33.949Z] ---> 332bb848cc91 [2021-03-08T02:21:33.949Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:21:33.949Z] ---> Using cache [2021-03-08T02:21:33.949Z] ---> f52f5e982671 [2021-03-08T02:21:33.949Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T02:21:33.949Z] ---> Using cache [2021-03-08T02:21:33.949Z] ---> adfb8e948d54 [2021-03-08T02:21:33.949Z] Step 6/23 : COPY go.mod . [2021-03-08T02:21:33.949Z] ---> Using cache [2021-03-08T02:21:33.949Z] ---> 0d02d9ae249c [2021-03-08T02:21:33.949Z] Step 7/23 : RUN go mod download [2021-03-08T02:21:33.949Z] ---> Using cache [2021-03-08T02:21:33.949Z] ---> f53f4fdadb5b [2021-03-08T02:21:33.949Z] Step 8/23 : COPY . . [2021-03-08T02:21:33.949Z] ---> Using cache [2021-03-08T02:21:33.949Z] ---> 143ce9030727 [2021-03-08T02:21:33.949Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-08T02:21:33.949Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:21:33.949Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:21:33.949Z] ---> 56cb10f3c5ed [2021-03-08T02:21:33.949Z] Step 3/21 : WORKDIR /edgex-go [2021-03-08T02:21:33.950Z] ---> Using cache [2021-03-08T02:21:33.950Z] ---> 332bb848cc91 [2021-03-08T02:21:33.950Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:21:33.950Z] ---> Using cache [2021-03-08T02:21:33.950Z] ---> f52f5e982671 [2021-03-08T02:21:33.950Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-08T02:21:33.950Z] ---> Using cache [2021-03-08T02:21:33.950Z] ---> adfb8e948d54 [2021-03-08T02:21:33.950Z] Step 6/21 : COPY go.mod . [2021-03-08T02:21:33.950Z] ---> Using cache [2021-03-08T02:21:33.950Z] ---> 0d02d9ae249c [2021-03-08T02:21:33.950Z] Step 7/21 : RUN go mod download [2021-03-08T02:21:33.950Z] ---> Using cache [2021-03-08T02:21:33.950Z] ---> f53f4fdadb5b [2021-03-08T02:21:33.950Z] Step 8/21 : COPY . . [2021-03-08T02:21:33.950Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:21:33.950Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:21:33.950Z] ---> 56cb10f3c5ed [2021-03-08T02:21:33.950Z] Step 3/26 : WORKDIR /edgex-go [2021-03-08T02:21:33.950Z] ---> Using cache [2021-03-08T02:21:33.950Z] ---> 332bb848cc91 [2021-03-08T02:21:33.950Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:21:33.950Z] ---> Using cache [2021-03-08T02:21:33.950Z] ---> f52f5e982671 [2021-03-08T02:21:33.950Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-08T02:21:33.950Z] ---> Using cache [2021-03-08T02:21:33.950Z] ---> 143ce9030727 [2021-03-08T02:21:33.950Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-08T02:21:33.950Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T02:21:33.950Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T02:21:33.950Z] ---> 56cb10f3c5ed [2021-03-08T02:21:33.950Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T02:21:33.950Z] ---> Using cache [2021-03-08T02:21:33.950Z] ---> 332bb848cc91 [2021-03-08T02:21:33.950Z] ---> Running in ee808603a8f1 [2021-03-08T02:21:33.950Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:21:33.950Z] ---> Using cache [2021-03-08T02:21:33.950Z] ---> f52f5e982671 [2021-03-08T02:21:33.950Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-08T02:21:33.950Z] ---> Running in 3a0b7e5a0006 [2021-03-08T02:21:33.950Z] ---> Running in bb117eab4af5 [2021-03-08T02:21:33.950Z] ---> Running in 6bdd3db07212 [2021-03-08T02:21:34.557Z] 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-03-08T02:21:34.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:21:34.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:21:34.835Z] 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-03-08T02:21:35.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:21:35.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:21:36.040Z] OK: 217 MiB in 51 packages [2021-03-08T02:21:36.313Z] OK: 217 MiB in 51 packages [2021-03-08T02:21:38.292Z] Removing intermediate container 3a0b7e5a0006 [2021-03-08T02:21:38.292Z] ---> 69161007359d [2021-03-08T02:21:38.292Z] Step 6/26 : COPY go.mod . [2021-03-08T02:21:38.292Z] Removing intermediate container bb117eab4af5 [2021-03-08T02:21:38.292Z] ---> c025470ebf84 [2021-03-08T02:21:38.292Z] Step 6/23 : COPY go.mod . [2021-03-08T02:21:39.279Z] ---> 92ca1ce4a7b8 [2021-03-08T02:21:39.279Z] Step 7/26 : RUN go mod download [2021-03-08T02:21:39.555Z] ---> Running in 94a3c3bb8b9d [2021-03-08T02:21:39.833Z] ---> dfa4bf15f11a [2021-03-08T02:21:39.833Z] Step 7/23 : RUN go mod download [2021-03-08T02:21:40.111Z] ---> Running in 3cd9efd856b3 [2021-03-08T02:21:45.552Z] Removing intermediate container 94a3c3bb8b9d [2021-03-08T02:21:45.552Z] ---> a4dacb34a2fd [2021-03-08T02:21:45.552Z] Step 8/26 : COPY . . [2021-03-08T02:21:45.552Z] Removing intermediate container 3cd9efd856b3 [2021-03-08T02:21:45.552Z] ---> 3383a1ac8e2b [2021-03-08T02:21:45.552Z] Step 8/23 : COPY . . [2021-03-08T02:22:18.004Z] ---> 0dbc7ce055ad [2021-03-08T02:22:18.004Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-08T02:22:18.004Z] ---> 025bd41e471a [2021-03-08T02:22:18.004Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-08T02:22:18.004Z] ---> Running in 89ba79cbda15 [2021-03-08T02:22:18.004Z] ---> Running in ed146abb49d7 [2021-03-08T02:22:18.004Z] 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-03-08T02:22:18.294Z] 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-03-08T02:22:26.862Z] 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-03-08T02:22:45.452Z] Removing intermediate container 6bdd3db07212 [2021-03-08T02:22:45.452Z] ---> 5127ceb5f6a5 [2021-03-08T02:22:45.452Z] [2021-03-08T02:22:45.452Z] Step 10/21 : FROM alpine:3.12 [2021-03-08T02:22:45.452Z] ---> d10569e2745f [2021-03-08T02:22:45.452Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-08T02:22:45.452Z] ---> Running in 09c5e1369bdf [2021-03-08T02:22:45.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:22:45.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:22:46.051Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-08T02:22:46.051Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T02:22:46.051Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-08T02:22:46.051Z] (4/4) Installing curl (7.69.1-r3) [2021-03-08T02:22:46.051Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:22:46.051Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T02:22:46.652Z] OK: 7 MiB in 18 packages [2021-03-08T02:22:50.058Z] Removing intermediate container 09c5e1369bdf [2021-03-08T02:22:50.058Z] ---> ede092c1951e [2021-03-08T02:22:50.058Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T02:22:50.335Z] ---> Running in 68e8952d8199 [2021-03-08T02:22:50.945Z] Removing intermediate container ee808603a8f1 [2021-03-08T02:22:50.945Z] ---> c1437728dbf7 [2021-03-08T02:22:50.945Z] [2021-03-08T02:22:50.945Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T02:22:50.945Z] ---> d10569e2745f [2021-03-08T02:22:50.945Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T02:22:50.945Z] ---> Using cache [2021-03-08T02:22:50.945Z] ---> 7d5bc081e7cc [2021-03-08T02:22:50.945Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T02:22:50.945Z] ---> Using cache [2021-03-08T02:22:50.945Z] ---> 55beb2d13eb9 [2021-03-08T02:22:50.945Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-08T02:22:51.226Z] ---> Running in a84e5de367ad [2021-03-08T02:22:51.226Z] Removing intermediate container 68e8952d8199 [2021-03-08T02:22:51.226Z] ---> c6d78d2576e8 [2021-03-08T02:22:51.226Z] Step 13/21 : WORKDIR /edgex [2021-03-08T02:22:51.504Z] ---> Running in f20cdb421638 [2021-03-08T02:22:51.783Z] Removing intermediate container a84e5de367ad [2021-03-08T02:22:51.783Z] ---> 5f30fe0723f8 [2021-03-08T02:22:51.783Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T02:22:52.068Z] ---> Running in c24dbd211cc2 [2021-03-08T02:22:52.358Z] Removing intermediate container f20cdb421638 [2021-03-08T02:22:52.358Z] ---> 787e722c717d [2021-03-08T02:22:52.358Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-08T02:22:53.008Z] Removing intermediate container c24dbd211cc2 [2021-03-08T02:22:53.008Z] ---> f0b310f2e236 [2021-03-08T02:22:53.008Z] Step 15/23 : WORKDIR / [2021-03-08T02:22:53.008Z] ---> Running in db74e4e730d5 [2021-03-08T02:22:53.610Z] ---> 9a04bbb756f0 [2021-03-08T02:22:53.610Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-08T02:22:53.886Z] Removing intermediate container db74e4e730d5 [2021-03-08T02:22:53.886Z] ---> 38a346ae3766 [2021-03-08T02:22:53.886Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:22:55.347Z] ---> 72264b0882e5 [2021-03-08T02:22:55.347Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-08T02:22:55.955Z] ---> 5f9ed648a4af [2021-03-08T02:22:55.955Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-08T02:22:57.983Z] ---> 9ddcb56d9268 [2021-03-08T02:22:57.983Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-08T02:22:58.273Z] ---> 1e1ac7bf864c [2021-03-08T02:22:58.273Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-08T02:22:58.553Z] ---> Running in 60b78f907814 [2021-03-08T02:22:59.176Z] Removing intermediate container 60b78f907814 [2021-03-08T02:22:59.176Z] ---> 4948f901672d [2021-03-08T02:22:59.176Z] Step 18/21 : CMD ["--init=true"] [2021-03-08T02:22:59.176Z] ---> cd20ed8642db [2021-03-08T02:22:59.176Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-08T02:22:59.176Z] ---> Running in adafa380c9e9 [2021-03-08T02:22:59.474Z] ---> Running in 1aecea49d4c9 [2021-03-08T02:23:00.080Z] Removing intermediate container adafa380c9e9 [2021-03-08T02:23:00.080Z] ---> 651a40b8d209 [2021-03-08T02:23:00.080Z] Step 19/21 : LABEL arch=arm64 [2021-03-08T02:23:00.361Z] ---> Running in 410e199425fb [2021-03-08T02:23:00.361Z] Removing intermediate container 1aecea49d4c9 [2021-03-08T02:23:00.361Z] ---> 4d26b71df80a [2021-03-08T02:23:00.361Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:23:00.639Z] ---> Running in b54707e65fc4 [2021-03-08T02:23:01.245Z] Removing intermediate container 410e199425fb [2021-03-08T02:23:01.246Z] ---> 6ec1223f45e2 [2021-03-08T02:23:01.246Z] Step 20/21 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:23:01.246Z] Removing intermediate container b54707e65fc4 [2021-03-08T02:23:01.246Z] ---> 98c27d62637b [2021-03-08T02:23:01.246Z] Step 21/23 : LABEL arch=arm64 [2021-03-08T02:23:01.246Z] ---> Running in 03371fa8499d [2021-03-08T02:23:01.522Z] ---> Running in 25d2c830f5fe [2021-03-08T02:23:02.127Z] Removing intermediate container 03371fa8499d [2021-03-08T02:23:02.127Z] ---> 035bb3f1c385 [2021-03-08T02:23:02.127Z] Step 21/21 : LABEL version=0.0.0 [2021-03-08T02:23:02.406Z] ---> Running in 39e063ac0b56 [2021-03-08T02:23:02.406Z] Removing intermediate container 25d2c830f5fe [2021-03-08T02:23:02.406Z] ---> f5ee69ab16a7 [2021-03-08T02:23:02.406Z] Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:23:02.685Z] ---> Running in e092cfe0a5ef [2021-03-08T02:23:03.291Z] Removing intermediate container 39e063ac0b56 [2021-03-08T02:23:03.291Z] ---> 1e4b0118d5de [2021-03-08T02:23:03.291Z] [2021-03-08T02:23:03.567Z] Removing intermediate container e092cfe0a5ef [2021-03-08T02:23:03.567Z] ---> 3ed1b1f93362 [2021-03-08T02:23:03.567Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T02:23:03.863Z] Successfully built 1e4b0118d5de [2021-03-08T02:23:03.863Z] ---> Running in 1e915e5f5044 [2021-03-08T02:23:03.863Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-08T02:23:04.461Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1e915e5f5044 [2021-03-08T02:23:04.461Z] ---> ab3b35f6c6c8 [2021-03-08T02:23:04.461Z] [2021-03-08T02:23:05.061Z] Successfully built ab3b35f6c6c8 [2021-03-08T02:23:05.061Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-08T02:23:27.259Z]  Building docker-core-command-go ... done Removing intermediate container ed146abb49d7 [2021-03-08T02:23:27.259Z] ---> f916cac7111a [2021-03-08T02:23:27.259Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-08T02:23:27.259Z] ---> Running in e9be529fcb92 [2021-03-08T02:23:27.259Z] 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-03-08T02:23:29.234Z] Removing intermediate container e9be529fcb92 [2021-03-08T02:23:29.234Z] ---> 2c3886cd6dab [2021-03-08T02:23:29.234Z] [2021-03-08T02:23:29.234Z] Step 11/26 : FROM docker:20.10.0 [2021-03-08T02:23:29.234Z] 20.10.0: Pulling from library/docker [2021-03-08T02:23:35.943Z] Removing intermediate container 89ba79cbda15 [2021-03-08T02:23:35.944Z] ---> 9c897d6ed617 [2021-03-08T02:23:35.944Z] [2021-03-08T02:23:35.944Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T02:23:35.944Z] ---> d10569e2745f [2021-03-08T02:23:35.944Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-08T02:23:36.542Z] ---> Running in 3aa148f3b5eb [2021-03-08T02:23:37.139Z] Removing intermediate container 3aa148f3b5eb [2021-03-08T02:23:37.139Z] ---> 1659cb0d38e9 [2021-03-08T02:23:37.139Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-08T02:23:37.411Z] ---> Running in 9a6f2af507e1 [2021-03-08T02:23:38.383Z] Removing intermediate container 9a6f2af507e1 [2021-03-08T02:23:38.383Z] ---> 2bd055bd814d [2021-03-08T02:23:38.383Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-08T02:23:38.976Z] ---> Running in 50d4e9b34e08 [2021-03-08T02:23:39.964Z] Removing intermediate container 50d4e9b34e08 [2021-03-08T02:23:39.964Z] ---> 59a32aa67e0d [2021-03-08T02:23:39.964Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T02:23:40.244Z] ---> Running in ddd67e75cd6f [2021-03-08T02:23:42.879Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-08T02:23:42.879Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-08T02:23:42.879Z] ---> eeaf43b92773 [2021-03-08T02:23:42.879Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-08T02:23:42.879Z] ---> Running in 7be1661806d2 [2021-03-08T02:23:43.153Z] Removing intermediate container ddd67e75cd6f [2021-03-08T02:23:43.153Z] ---> fa6782cdef34 [2021-03-08T02:23:43.153Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-08T02:23:43.424Z] ---> Running in 13515f45063b [2021-03-08T02:23:44.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:23:44.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:23:44.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:23:44.858Z] (1/2) Installing readline (8.0.4-r0) [2021-03-08T02:23:44.858Z] (2/2) Installing bash (5.0.17-r0) [2021-03-08T02:23:45.133Z] Executing bash-5.0.17-r0.post-install [2021-03-08T02:23:45.133Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:23:45.133Z] OK: 12 MiB in 22 packages [2021-03-08T02:23:45.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:23:46.074Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-08T02:23:46.074Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-08T02:23:46.074Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-08T02:23:46.348Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-08T02:23:46.348Z] Removing intermediate container 7be1661806d2 [2021-03-08T02:23:46.348Z] ---> e3a4036fba4c [2021-03-08T02:23:46.348Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-08T02:23:46.348Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-08T02:23:46.627Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-08T02:23:46.627Z] ---> Running in e9fbb0a93cd8 [2021-03-08T02:23:46.627Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:23:46.627Z] OK: 8 MiB in 20 packages [2021-03-08T02:23:47.222Z] Removing intermediate container e9fbb0a93cd8 [2021-03-08T02:23:47.222Z] ---> 819cb72a5905 [2021-03-08T02:23:47.222Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-08T02:23:47.496Z] ---> Running in e3fdc9eb1c59 [2021-03-08T02:23:47.778Z] Removing intermediate container e3fdc9eb1c59 [2021-03-08T02:23:47.778Z] ---> 70e98284cf63 [2021-03-08T02:23:47.778Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-08T02:23:48.056Z] ---> Running in 2dbb923ffd56 [2021-03-08T02:23:48.056Z] Removing intermediate container 13515f45063b [2021-03-08T02:23:48.056Z] ---> 586738cdb674 [2021-03-08T02:23:48.056Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T02:23:48.656Z] Removing intermediate container 2dbb923ffd56 [2021-03-08T02:23:48.656Z] ---> 2fd1ef3e5386 [2021-03-08T02:23:48.656Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-08T02:23:48.927Z] ---> d52e794f923c [2021-03-08T02:23:48.927Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-08T02:23:50.356Z] ---> a32fc695b705 [2021-03-08T02:23:50.356Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-08T02:23:50.356Z] ---> 0aeffe5087f0 [2021-03-08T02:23:50.356Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-08T02:23:50.946Z] ---> 75506f5a8e28 [2021-03-08T02:23:50.946Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-08T02:23:50.946Z] ---> 4176da0dff2b [2021-03-08T02:23:50.946Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-08T02:23:51.217Z] ---> Running in b2ff3b8e2e66 [2021-03-08T02:23:51.808Z] ---> 8e6a6d3473dc [2021-03-08T02:23:51.808Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-08T02:23:51.808Z] Removing intermediate container b2ff3b8e2e66 [2021-03-08T02:23:51.808Z] ---> 263b636f65f9 [2021-03-08T02:23:51.808Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:23:51.808Z] ---> Running in e81e8936260c [2021-03-08T02:23:52.086Z] ---> Running in 4d0514899059 [2021-03-08T02:23:52.678Z] Removing intermediate container 4d0514899059 [2021-03-08T02:23:52.678Z] ---> 126b5b905db2 [2021-03-08T02:23:52.678Z] Step 21/23 : LABEL arch=arm64 [2021-03-08T02:23:52.678Z] ---> Running in beebca78f6f3 [2021-03-08T02:23:53.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:23:53.273Z] Removing intermediate container beebca78f6f3 [2021-03-08T02:23:53.273Z] ---> ea48c023a39a [2021-03-08T02:23:53.273Z] Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:23:53.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:23:53.273Z] ---> Running in 060a5f1b9561 [2021-03-08T02:23:53.866Z] Removing intermediate container 060a5f1b9561 [2021-03-08T02:23:53.866Z] ---> 5c7814dcae7f [2021-03-08T02:23:53.866Z] Step 23/23 : LABEL version=0.0.0 [2021-03-08T02:23:53.866Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-08T02:23:53.866Z] (2/33) Installing expat (2.2.9-r1) [2021-03-08T02:23:53.866Z] (3/33) Installing libffi (3.3-r2) [2021-03-08T02:23:53.866Z] (4/33) Installing gdbm (1.13-r1) [2021-03-08T02:23:53.866Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-08T02:23:53.866Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-08T02:23:53.866Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-08T02:23:53.866Z] ---> Running in 68c21386e90b [2021-03-08T02:23:54.844Z] Removing intermediate container 68c21386e90b [2021-03-08T02:23:54.844Z] ---> 118be5da411c [2021-03-08T02:23:54.844Z] [2021-03-08T02:23:55.116Z] Successfully built 118be5da411c [2021-03-08T02:23:55.389Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-08T02:23:55.658Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-08T02:23:55.658Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-08T02:23:55.658Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-08T02:23:55.658Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-08T02:23:55.658Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-08T02:23:55.658Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-08T02:23:55.658Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-08T02:23:55.929Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-08T02:23:55.929Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-08T02:23:55.929Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-08T02:23:55.929Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-08T02:23:55.929Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-08T02:23:55.929Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-08T02:23:55.929Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-08T02:23:55.929Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-08T02:23:55.929Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-08T02:23:56.200Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-08T02:23:56.200Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-08T02:23:56.200Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-08T02:23:56.200Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-08T02:23:56.200Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-08T02:23:56.200Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-08T02:23:56.200Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-08T02:23:56.200Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-08T02:23:56.200Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-08T02:23:56.200Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-08T02:23:56.200Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:23:56.472Z] OK: 71 MiB in 55 packages [2021-03-08T02:24:03.191Z] Removing intermediate container e81e8936260c [2021-03-08T02:24:03.191Z] ---> 8794740c4de3 [2021-03-08T02:24:03.191Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-08T02:24:03.191Z] ---> Running in a417ff010a32 [2021-03-08T02:24:07.478Z] Collecting docker-compose==1.23.2 [2021-03-08T02:24:07.478Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-08T02:24:08.071Z] Collecting docopt<0.7,>=0.6.1 [2021-03-08T02:24:08.071Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-08T02:24:10.039Z] 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-03-08T02:24:10.039Z] Collecting jsonschema<3,>=2.5.1 [2021-03-08T02:24:10.039Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-08T02:24:10.310Z] Collecting cached-property<2,>=1.2.0 [2021-03-08T02:24:10.311Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-08T02:24:10.908Z] Collecting texttable<0.10,>=0.9.0 [2021-03-08T02:24:10.908Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-08T02:24:13.518Z] Collecting PyYAML<4,>=3.10 [2021-03-08T02:24:13.518Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-08T02:24:16.905Z] Collecting docker<4.0,>=3.6.0 [2021-03-08T02:24:16.905Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-08T02:24:16.905Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-08T02:24:16.905Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-08T02:24:19.514Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-08T02:24:19.514Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-08T02:24:20.105Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-08T02:24:20.105Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-08T02:24:20.380Z] Collecting docker-pycreds>=0.4.0 [2021-03-08T02:24:20.380Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-08T02:24:20.972Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-08T02:24:20.972Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-08T02:24:21.244Z] 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-03-08T02:24:21.515Z] Collecting idna<2.8,>=2.5 [2021-03-08T02:24:21.515Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-08T02:24:21.515Z] 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-03-08T02:24:21.515Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-08T02:24:21.515Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-08T02:24:21.515Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-08T02:24:21.515Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-08T02:24:22.487Z] Installing collected packages: docopt, jsonschema, cached-property, texttable, PyYAML, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, docker-compose [2021-03-08T02:24:22.487Z] Running setup.py install for docopt: started [2021-03-08T02:24:23.910Z] Running setup.py install for docopt: finished with status 'done' [2021-03-08T02:24:24.182Z] Running setup.py install for texttable: started [2021-03-08T02:24:26.908Z] Running setup.py install for texttable: finished with status 'done' [2021-03-08T02:24:26.909Z] Running setup.py install for PyYAML: started [2021-03-08T02:24:28.938Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-08T02:24:28.938Z] Attempting uninstall: urllib3 [2021-03-08T02:24:28.938Z] Found existing installation: urllib3 1.25.9 [2021-03-08T02:24:28.938Z] Uninstalling urllib3-1.25.9: [2021-03-08T02:24:28.938Z] Successfully uninstalled urllib3-1.25.9 [2021-03-08T02:24:29.543Z] Attempting uninstall: idna [2021-03-08T02:24:29.543Z] Found existing installation: idna 2.9 [2021-03-08T02:24:29.543Z] Uninstalling idna-2.9: [2021-03-08T02:24:29.823Z] Successfully uninstalled idna-2.9 [2021-03-08T02:24:30.417Z] Attempting uninstall: requests [2021-03-08T02:24:30.417Z] Found existing installation: requests 2.23.0 [2021-03-08T02:24:30.417Z] Uninstalling requests-2.23.0: [2021-03-08T02:24:30.417Z] Successfully uninstalled requests-2.23.0 [2021-03-08T02:24:31.847Z] Running setup.py install for dockerpty: started [2021-03-08T02:24:33.815Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-08T02:24:34.407Z] 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.58.0 [2021-03-08T02:24:38.693Z] Removing intermediate container a417ff010a32 [2021-03-08T02:24:38.693Z] ---> 558fde836fde [2021-03-08T02:24:38.693Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-08T02:24:38.693Z] ---> Running in 5f7cba623b81 [2021-03-08T02:24:39.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T02:24:39.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T02:24:40.266Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T02:24:40.266Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-08T02:24:40.266Z] (3/3) Installing curl (7.69.1-r3) [2021-03-08T02:24:40.266Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T02:24:40.266Z] OK: 71 MiB in 58 packages [2021-03-08T02:24:41.695Z] Removing intermediate container 5f7cba623b81 [2021-03-08T02:24:41.695Z] ---> 70fb565117af [2021-03-08T02:24:41.695Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-08T02:24:41.695Z] ---> Running in d9b67a4074ac [2021-03-08T02:24:42.295Z] Removing intermediate container d9b67a4074ac [2021-03-08T02:24:42.295Z] ---> 86df4f4d5561 [2021-03-08T02:24:42.295Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T02:24:42.295Z] ---> Running in 3fbc50271c42 [2021-03-08T02:24:42.888Z] Removing intermediate container 3fbc50271c42 [2021-03-08T02:24:42.888Z] ---> 31f3ef405ce4 [2021-03-08T02:24:42.888Z] Step 24/26 : LABEL arch=arm64 [2021-03-08T02:24:42.888Z] ---> Running in 527308b7aad3 [2021-03-08T02:24:43.482Z] Removing intermediate container 527308b7aad3 [2021-03-08T02:24:43.482Z] ---> ee9423b0fdc3 [2021-03-08T02:24:43.482Z] Step 25/26 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [2021-03-08T02:24:43.755Z] ---> Running in 1f6b41c36442 [2021-03-08T02:24:44.026Z] Removing intermediate container 1f6b41c36442 [2021-03-08T02:24:44.026Z] ---> 0283381eb69a [2021-03-08T02:24:44.026Z] Step 26/26 : LABEL version=0.0.0 [2021-03-08T02:24:44.307Z] ---> Running in 7d44d7cbb99c [2021-03-08T02:24:44.906Z] Removing intermediate container 7d44d7cbb99c [2021-03-08T02:24:44.906Z] ---> 81e7ddad35f4 [2021-03-08T02:24:44.906Z] [2021-03-08T02:24:45.179Z] Successfully built 81e7ddad35f4 [2021-03-08T02:24:45.179Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-08T02:24:45.466Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-08T02:24:45.485Z] $ docker stop --time=1 dc189529a5043384f0b5113782c382ea4bf215d1dbe7da0d0899f097cdcf5d51 [2021-03-08T02:24:47.422Z] $ docker rm -f dc189529a5043384f0b5113782c382ea4bf215d1dbe7da0d0899f097cdcf5d51 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-08T02:24:48.168Z] + docker images [2021-03-08T02:24:48.169Z] + grep docker [2021-03-08T02:24:48.440Z] docker-sys-mgmt-agent-go-arm64 latest 81e7ddad35f4 4 seconds ago 300MB [2021-03-08T02:24:48.440Z] docker-core-data-go-arm64 latest 118be5da411c 54 seconds ago 21.3MB [2021-03-08T02:24:48.440Z] docker-core-command-go-arm64 latest ab3b35f6c6c8 About a minute ago 16.2MB [2021-03-08T02:24:48.440Z] docker-security-proxy-setup-go-arm64 latest 1e4b0118d5de About a minute ago 23.4MB [2021-03-08T02:24:48.440Z] docker-security-bootstrapper-go-arm64 latest 5bea0194502f 4 minutes ago 17.8MB [2021-03-08T02:24:48.440Z] docker-core-metadata-go-arm64 latest f8a2277fa4b2 4 minutes ago 17.9MB [2021-03-08T02:24:48.440Z] docker-support-scheduler-go-arm64 latest 113ac2412cf4 4 minutes ago 16.3MB [2021-03-08T02:24:48.440Z] docker-support-notifications-go-arm64 latest cc98fe70ea0d 4 minutes ago 16.9MB [2021-03-08T02:24:48.440Z] docker-security-secretstore-setup-go-arm64 latest 54fc2c4b9df9 4 minutes ago 23.7MB [2021-03-08T02:24:48.440Z] docker 20.10.0 eeaf43b92773 2 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:24:49.745Z] ---> job-cost.sh [2021-03-08T02:24:49.745Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Iwxk [2021-03-08T02:25:28.686Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-08T02:27:50.685Z] lf-activate-venv(): INFO: Adding /tmp/venv-Iwxk/bin to PATH [2021-03-08T02:27:50.685Z] INFO: No Stack... [2021-03-08T02:27:50.685Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-08T02:27:50.685Z] INFO: Archiving Costs [Pipeline] sh [2021-03-08T02:27:51.227Z] + + cutcat -d, /w/workspace/edgex-go/15/archives/cost.csv -f6 [2021-03-08T02:27:51.227Z] [Pipeline] lock [2021-03-08T02:27:51.348Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3202-15-stack-cost] [2021-03-08T02:27:51.358Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3202-15-stack-cost] did not exist. Created. [2021-03-08T02:27:51.358Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3202-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-08T02:27:51.822Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-08T02:27:52.161Z] Stashed 1 file(s) [Pipeline] } [2021-03-08T02:27:52.175Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3202-15-stack-cost] [Pipeline] // lock [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-03-08T02:27:54.008Z] provisioning config files... [2021-03-08T02:27:54.031Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config5062444460432867321tmp [Pipeline] { [Pipeline] sh [2021-03-08T02:27:54.483Z] + set +x [2021-03-08T02:27:54.483Z] + curl -s https://codecov.io/bash [2021-03-08T02:27:54.483Z] + bash -s -- [2021-03-08T02:27:55.071Z] [2021-03-08T02:27:55.071Z] _____ _ [2021-03-08T02:27:55.071Z] / ____| | | [2021-03-08T02:27:55.071Z] | | ___ __| | ___ ___ _____ __ [2021-03-08T02:27:55.071Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-08T02:27:55.071Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-08T02:27:55.071Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-08T02:27:55.071Z] Bash-20210226-7100762 [2021-03-08T02:27:55.071Z] [2021-03-08T02:27:55.071Z] [2021-03-08T02:27:55.071Z] ==> git version 2.24.3 found [2021-03-08T02:27:55.071Z] ==> 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-03-08T02:27:55.071Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-08T02:27:55.071Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-08T02:27:55.071Z] ==> Jenkins CI detected. [2021-03-08T02:27:55.071Z] project root: . [2021-03-08T02:27:55.071Z] --> token set from env [2021-03-08T02:27:55.071Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-08T02:27:55.071Z] ==> Running gcov in . (disable via -X gcov) [2021-03-08T02:27:55.071Z] ==> Python coveragepy not found [2021-03-08T02:27:55.072Z] ==> Searching for coverage reports in: [2021-03-08T02:27:55.072Z] + . [2021-03-08T02:27:55.072Z] -> Found 1 reports [2021-03-08T02:27:55.072Z] ==> Detecting git/mercurial file structure [2021-03-08T02:27:55.072Z] ==> Reading reports [2021-03-08T02:27:55.072Z] + ./coverage.out bytes=622273 [2021-03-08T02:27:55.340Z] ==> Appending adjustments [2021-03-08T02:27:55.340Z] https://docs.codecov.io/docs/fixing-reports [2021-03-08T02:27:59.861Z] + Found adjustments [2021-03-08T02:27:59.861Z] ==> Gzipping contents [2021-03-08T02:27:59.862Z] 92K /tmp/codecov.cqqnOs.gz [2021-03-08T02:27:59.862Z] ==> Uploading reports [2021-03-08T02:27:59.862Z] url: https://codecov.io [2021-03-08T02:27:59.862Z] query: branch=PR-3202&commit=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= [2021-03-08T02:27:59.862Z] -> Pinging Codecov [2021-03-08T02:27:59.862Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3202&commit=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= [2021-03-08T02:27:59.862Z] -> Uploading to [2021-03-08T02:27:59.862Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-08/00271124DB129430A58F1EEE437C3FCB/f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3/3ed6f8e4-8b9c-4f93-be15-49dcdb32936f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210308T022758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5f370f8e3ae25ff625540002f95e51ff1a5d744423193ebe816acb6defe1fc0d [2021-03-08T02:27:59.862Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T02:27:59.862Z] Dload Upload Total Spent Left Speed [2021-03-08T02:27:59.862Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92057 0 0 100 92057 0 154k --:--:-- --:--:-- --:--:-- 154k [2021-03-08T02:27:59.862Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [Pipeline] } [2021-03-08T02:27:59.898Z] 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] { (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-03-08T02:28:02.583Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:28:03.540Z] ---> package-listing.sh [2021-03-08T02:28:03.540Z] ++ facter osfamily [2021-03-08T02:28:03.540Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-08T02:28:03.540Z] + OS_FAMILY=redhat [2021-03-08T02:28:03.540Z] + workspace=/w/workspace/edgex-go/15 [2021-03-08T02:28:03.540Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-08T02:28:03.540Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-08T02:28:03.540Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-08T02:28:03.540Z] + PACKAGES=/tmp/packages_start.txt [2021-03-08T02:28:03.540Z] + '[' /w/workspace/edgex-go/15 ']' [2021-03-08T02:28:03.540Z] + PACKAGES=/tmp/packages_end.txt [2021-03-08T02:28:03.540Z] + case "${OS_FAMILY}" in [2021-03-08T02:28:03.540Z] + rpm -qa [2021-03-08T02:28:03.540Z] + sort [2021-03-08T02:28:09.034Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-08T02:28:09.034Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-08T02:28:09.034Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-08T02:28:09.034Z] + '[' /w/workspace/edgex-go/15 ']' [2021-03-08T02:28:09.034Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2021-03-08T02:28:09.034Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo [2021-03-08T02:28:09.057Z] 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-08T02:28:09.379Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:28:09.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-08T02:28:09.735Z] [2021-03-08T02:28:09.735Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-08T02:28:10.148Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-08T02:28:10.148Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-08T02:28:10.148Z] df20fa9351a1: Pulling fs layer [2021-03-08T02:28:10.148Z] 36b3adc4ff6f: Pulling fs layer [2021-03-08T02:28:10.148Z] 8ad3a11d3b57: Pulling fs layer [2021-03-08T02:28:10.148Z] 46f8f816bc3b: Pulling fs layer [2021-03-08T02:28:10.148Z] 93b61091891f: Pulling fs layer [2021-03-08T02:28:10.148Z] 93b9cdb0e59b: Pulling fs layer [2021-03-08T02:28:10.148Z] 5e14af77c1be: Pulling fs layer [2021-03-08T02:28:10.148Z] 01666e4c0597: Pulling fs layer [2021-03-08T02:28:10.148Z] aa168da1d23b: Pulling fs layer [2021-03-08T02:28:10.148Z] 93b61091891f: Waiting [2021-03-08T02:28:10.148Z] 93b9cdb0e59b: Waiting [2021-03-08T02:28:10.148Z] 5e14af77c1be: Waiting [2021-03-08T02:28:10.148Z] 01666e4c0597: Waiting [2021-03-08T02:28:10.148Z] aa168da1d23b: Waiting [2021-03-08T02:28:10.421Z] 36b3adc4ff6f: Download complete [2021-03-08T02:28:10.421Z] 46f8f816bc3b: Verifying Checksum [2021-03-08T02:28:10.421Z] 46f8f816bc3b: Download complete [2021-03-08T02:28:10.421Z] df20fa9351a1: Verifying Checksum [2021-03-08T02:28:10.421Z] df20fa9351a1: Download complete [2021-03-08T02:28:10.421Z] 93b9cdb0e59b: Verifying Checksum [2021-03-08T02:28:10.421Z] 93b9cdb0e59b: Download complete [2021-03-08T02:28:10.421Z] 93b61091891f: Verifying Checksum [2021-03-08T02:28:10.421Z] 93b61091891f: Download complete [2021-03-08T02:28:10.690Z] 01666e4c0597: Verifying Checksum [2021-03-08T02:28:10.690Z] 01666e4c0597: Download complete [2021-03-08T02:28:10.690Z] 5e14af77c1be: Verifying Checksum [2021-03-08T02:28:10.690Z] 5e14af77c1be: Download complete [2021-03-08T02:28:10.690Z] 8ad3a11d3b57: Verifying Checksum [2021-03-08T02:28:10.690Z] 8ad3a11d3b57: Download complete [2021-03-08T02:28:10.958Z] df20fa9351a1: Pull complete [2021-03-08T02:28:10.958Z] 36b3adc4ff6f: Pull complete [2021-03-08T02:28:12.224Z] 8ad3a11d3b57: Pull complete [2021-03-08T02:28:12.224Z] 46f8f816bc3b: Pull complete [2021-03-08T02:28:12.224Z] 93b61091891f: Pull complete [2021-03-08T02:28:12.224Z] 93b9cdb0e59b: Pull complete [2021-03-08T02:28:13.073Z] 5e14af77c1be: Pull complete [2021-03-08T02:28:13.073Z] 01666e4c0597: Pull complete [2021-03-08T02:28:13.717Z] aa168da1d23b: Verifying Checksum [2021-03-08T02:28:13.717Z] aa168da1d23b: Download complete [2021-03-08T02:28:23.912Z] aa168da1d23b: Pull complete [2021-03-08T02:28:23.912Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-08T02:28:23.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-08T02:28:23.912Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-08T02:28:24.196Z] prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container [2021-03-08T02:28:24.285Z] $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-08T02:28:28.803Z] $ docker top 2e2e2db1ac4beeebad63ff7e64c9b0e8ed085042443761f7ee99415aafbe6195 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T02:28:29.425Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-08T02:28:29.788Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-08T02:28:30.137Z] + ls /var/log/sa-host [2021-03-08T02:28:30.137Z] + sadf -c /var/log/sa-host/sa08 [2021-03-08T02:28:30.137Z] file_magic: OK [2021-03-08T02:28:30.137Z] HZ: Using current value: 100 [2021-03-08T02:28:30.137Z] file_header: OK [2021-03-08T02:28:30.137Z] 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-03-08T02:28:30.137Z] Statistics: [2021-03-08T02:28:30.137Z] 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...Hnuu...uuuununununu... [2021-03-08T02:28:30.137Z] File successfully converted to sysstat format version 12.2.1 [2021-03-08T02:28:30.137Z] + sadf -c /var/log/sa-host/sa23 [2021-03-08T02:28:30.137Z] file_magic: OK [2021-03-08T02:28:30.137Z] HZ: Using current value: 100 [2021-03-08T02:28:30.137Z] file_header: OK [2021-03-08T02:28:30.137Z] 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-03-08T02:28:30.137Z] Statistics: [2021-03-08T02:28:30.137Z] Hnuu...uuuununununu... [2021-03-08T02:28:30.137Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-08T02:28:30.806Z] provisioning config files... [2021-03-08T02:28:30.828Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config8604069604632160712tmp [Pipeline] { [Pipeline] echo [2021-03-08T02:28:30.964Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:28:31.338Z] ---> create-netrc.sh [Pipeline] } [2021-03-08T02:28:31.362Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-08T02:28:31.530Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:28:31.898Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-08T02:28:31.916Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:28:32.315Z] ---> sudo-logs.sh [2021-03-08T02:28:32.316Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-08T02:28:32.411Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:28:32.756Z] ---> job-cost.sh [2021-03-08T02:28:32.756Z] lf-activate-venv: SKIPPING [2021-03-08T02:28:32.756Z] DEBUG: total: 0.20999999344348907 [2021-03-08T02:28:32.756Z] INFO: Retrieving Stack Cost... [2021-03-08T02:28:34.256Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-08T02:28:34.526Z] INFO: Archiving Costs [Pipeline] echo [2021-03-08T02:28:34.561Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T02:28:34.910Z] ---> logs-deploy.sh [2021-03-08T02:28:34.910Z] lf-activate-venv: SKIPPING [2021-03-08T02:28:34.910Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3202/15 [2021-03-08T02:28:34.910Z] INFO: archiving workspace using pattern(s): [2021-03-08T02:28:36.327Z] Archives upload complete. [2021-03-08T02:28:36.601Z] INFO: archiving logs to Nexus