Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from d1b6f8cb6c14c156082104a9acd2063c8ad82e6b+60451040515ee9eeb901ca3bb1c4662a631f475e (3e41006b9fb5b5b2e46001677f9ca6b9832866f1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20362 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/27 [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/27 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit d1b6f8cb6c14c156082104a9acd2063c8ad82e6b Merge succeeded, producing d1b6f8cb6c14c156082104a9acd2063c8ad82e6b Checking out Revision d1b6f8cb6c14c156082104a9acd2063c8ad82e6b (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 Commit message: "feat(security): Address another PR feedback" First time build. Skipping changelog. > git rev-list --no-walk e65fe544a08afa13a67feea8e3c170f81020f6e4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T01:02:29.902Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T01:02:30.176Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T01:02:30.324Z] ========================================================= [2021-01-15T01:02:30.324Z] EdgeX Global Pipelines Version Info [2021-01-15T01:02:30.324Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:02:31.788Z] ------------------- [2021-01-15T01:02:31.788Z] stable info: [2021-01-15T01:02:31.788Z] ------------------- [2021-01-15T01:02:31.788Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T01:02:31.788Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T01:02:31.788Z] Message: update stable to v1.0.177 [2021-01-15T01:02:32.737Z] ------------------- [2021-01-15T01:02:32.737Z] experimental info: [2021-01-15T01:02:32.737Z] ------------------- [2021-01-15T01:02:32.737Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T01:02:32.737Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T01:02:32.737Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T01:02:33.009Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T01:02:33.105Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T01:02:33.196Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T01:02:33.285Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T01:02:33.425Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T01:02:33.546Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T01:02:33.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T01:02:33.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T01:02:33.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T01:02:33.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T01:02:34.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T01:02:34.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T01:02:34.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T01:02:34.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T01:02:34.479Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T01:02:34.650Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T01:02:34.741Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T01:02:34.884Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T01:02:35.009Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T01:02:35.106Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T01:02:35.192Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T01:02:35.279Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T01:02:35.370Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T01:02:35.465Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-15T01:02:35.703Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-15T01:02:35.793Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-15T01:02:35.880Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [Pipeline] echo [2021-01-15T01:02:35.967Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1b6f8c [Pipeline] echo [2021-01-15T01:02:36.060Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T01:02:36.227Z] provisioning config files... [2021-01-15T01:02:36.261Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config5672731383094940641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:02:36.616Z] ---> docker-login.sh [2021-01-15T01:02:36.616Z] nexus3.edgexfoundry.org:10001 [2021-01-15T01:02:36.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T01:02:37.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T01:02:37.145Z] Configure a credential helper to remove this warning. See [2021-01-15T01:02:37.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T01:02:37.145Z] [2021-01-15T01:02:37.145Z] Login Succeeded [2021-01-15T01:02:37.145Z] nexus3.edgexfoundry.org:10002 [2021-01-15T01:02:37.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T01:02:37.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T01:02:37.410Z] Configure a credential helper to remove this warning. See [2021-01-15T01:02:37.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T01:02:37.410Z] [2021-01-15T01:02:37.410Z] Login Succeeded [2021-01-15T01:02:37.410Z] nexus3.edgexfoundry.org:10003 [2021-01-15T01:02:37.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T01:02:37.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T01:02:37.410Z] Configure a credential helper to remove this warning. See [2021-01-15T01:02:37.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T01:02:37.410Z] [2021-01-15T01:02:37.410Z] Login Succeeded [2021-01-15T01:02:37.410Z] nexus3.edgexfoundry.org:10004 [2021-01-15T01:02:37.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T01:02:37.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T01:02:37.674Z] Configure a credential helper to remove this warning. See [2021-01-15T01:02:37.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T01:02:37.674Z] [2021-01-15T01:02:37.674Z] Login Succeeded [2021-01-15T01:02:37.674Z] docker.io [2021-01-15T01:02:37.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T01:02:37.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T01:02:37.936Z] Configure a credential helper to remove this warning. See [2021-01-15T01:02:37.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T01:02:37.936Z] [2021-01-15T01:02:37.936Z] Login Succeeded [2021-01-15T01:02:37.936Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T01:02:37.946Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T01:02:38.414Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-15T01:02:38.415Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T01:02:38.415Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T01:02:38.415Z] ++ cut -d/ -f2 [2021-01-15T01:02:38.415Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T01:02:38.415Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T01:02:38.415Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T01:02:38.415Z] ++ cut -d/ -f2 [2021-01-15T01:02:38.415Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T01:02:38.415Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T01:02:38.415Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T01:02:38.415Z] ++ cut -d/ -f2 [2021-01-15T01:02:38.415Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T01:02:38.415Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T01:02:38.415Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-15T01:02:38.415Z] ++ cut -d/ -f2 [2021-01-15T01:02:38.415Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-15T01:02:38.415Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T01:02:38.415Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T01:02:38.415Z] ++ cut -d/ -f2 [2021-01-15T01:02:38.415Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T01:02:38.415Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T01:02:38.415Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T01:02:38.415Z] ++ cut -d/ -f2 [2021-01-15T01:02:38.415Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T01:02:38.415Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T01:02:38.415Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T01:02:38.415Z] ++ cut -d/ -f2 [2021-01-15T01:02:38.415Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T01:02:38.415Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T01:02:38.415Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T01:02:38.415Z] ++ cut -d/ -f2 [2021-01-15T01:02:38.415Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T01:02:38.415Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T01:02:38.415Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T01:02:38.415Z] ++ cut -d/ -f2 [2021-01-15T01:02:38.415Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T01:02:38.494Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:02:39.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T01:02:39.961Z] [2021-01-15T01:02:39.961Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:02:40.310Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T01:02:40.310Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T01:02:40.310Z] 31603596830f: Pulling fs layer [2021-01-15T01:02:40.310Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T01:02:40.310Z] 6ca5941a6612: Pulling fs layer [2021-01-15T01:02:40.310Z] ecc8261a40a4: Pulling fs layer [2021-01-15T01:02:40.310Z] ecc8261a40a4: Waiting [2021-01-15T01:02:40.310Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T01:02:40.310Z] 2a8b12db71e7: Download complete [2021-01-15T01:02:40.581Z] 31603596830f: Verifying Checksum [2021-01-15T01:02:40.581Z] 31603596830f: Download complete [2021-01-15T01:02:40.581Z] 6ca5941a6612: Verifying Checksum [2021-01-15T01:02:40.581Z] 6ca5941a6612: Download complete [2021-01-15T01:02:40.581Z] ecc8261a40a4: Verifying Checksum [2021-01-15T01:02:40.581Z] ecc8261a40a4: Download complete [2021-01-15T01:02:40.844Z] 31603596830f: Pull complete [2021-01-15T01:02:41.106Z] 2a8b12db71e7: Pull complete [2021-01-15T01:02:41.681Z] 6ca5941a6612: Pull complete [2021-01-15T01:02:41.944Z] ecc8261a40a4: Pull complete [2021-01-15T01:02:41.944Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T01:02:41.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T01:02:41.944Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T01:02:42.067Z] prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container [2021-01-15T01:02:42.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T01:02:44.508Z] $ docker top 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T01:02:44.804Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T01:02:44.804Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T01:02:45.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T01:02:45.008Z] $ docker exec 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec ssh-agent [2021-01-15T01:02:45.175Z] SSH_AUTH_SOCK=/tmp/ssh-d7v5YsOZHMCQ/agent.11 [2021-01-15T01:02:45.175Z] SSH_AGENT_PID=17 [2021-01-15T01:02:45.185Z] Running ssh-add (command line suppressed) [2021-01-15T01:02:45.302Z] Identity added: /w/workspace/edgex-go/27@tmp/private_key_3802011457657348218.key (/w/workspace/edgex-go/27@tmp/private_key_3802011457657348218.key) [2021-01-15T01:02:45.352Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T01:02:45.687Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T01:02:45.710Z] $ docker exec --env ******** --env ******** 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec ssh-agent -k [2021-01-15T01:02:45.819Z] unset SSH_AUTH_SOCK; [2021-01-15T01:02:45.819Z] unset SSH_AGENT_PID; [2021-01-15T01:02:45.819Z] echo Agent pid 17 killed; [2021-01-15T01:02:45.865Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T01:02:46.014Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T01:02:46.014Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T01:02:46.179Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T01:02:46.184Z] $ docker exec 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec ssh-agent [2021-01-15T01:02:46.342Z] SSH_AUTH_SOCK=/tmp/ssh-5ZLt1Qj6zzvX/agent.46 [2021-01-15T01:02:46.342Z] SSH_AGENT_PID=51 [2021-01-15T01:02:46.351Z] Running ssh-add (command line suppressed) [2021-01-15T01:02:46.469Z] Identity added: /w/workspace/edgex-go/27@tmp/private_key_6558434879706692276.key (/w/workspace/edgex-go/27@tmp/private_key_6558434879706692276.key) [2021-01-15T01:02:46.521Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T01:02:46.855Z] + git semver init [2021-01-15T01:02:46.855Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T01:02:46.855Z] # $GIT_DIR = /w/workspace/edgex-go/27/.git [2021-01-15T01:02:46.855Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/27 [2021-01-15T01:02:46.855Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T01:02:46.855Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T01:02:46.855Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T01:02:46.855Z] # $SEMVER_BRANCH = PR-2970 [2021-01-15T01:02:46.855Z] # $SEMVER_TEMP = /tmp/semver-754581071 [2021-01-15T01:02:46.855Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T01:03:05.183Z] # '/tmp/semver-754581071' -> '/w/workspace/edgex-go/27/.semver' [2021-01-15T01:03:05.183Z] # -> Force: false [2021-01-15T01:03:05.183Z] # $SEMVER_DIR = /w/workspace/edgex-go/27/.semver [Pipeline] } [2021-01-15T01:03:05.200Z] $ docker exec --env ******** --env ******** 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec ssh-agent -k [2021-01-15T01:03:05.457Z] unset SSH_AUTH_SOCK; [2021-01-15T01:03:05.457Z] unset SSH_AGENT_PID; [2021-01-15T01:03:05.457Z] echo Agent pid 51 killed; [2021-01-15T01:03:05.545Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T01:03:06.061Z] + git semver [Pipeline] } [2021-01-15T01:03:06.080Z] $ docker stop --time=1 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec [2021-01-15T01:03:07.710Z] $ docker rm -f 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T01:03:08.225Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T01:03:08.714Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T01:03:08.716Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T01:03:09.573Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T01:03:09.875Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T01:03:10.177Z] + sudo service docker restart [2021-01-15T01:03:10.177Z] + true [2021-01-15T01:03:10.177Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T01:03:10.772Z] ========================================================= [2021-01-15T01:03:10.772Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T01:03:10.772Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:03:11.127Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-15T01:03:14.444Z] Sending build context to Docker daemon 326.7MB [2021-01-15T01:03:14.444Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T01:03:14.444Z] Step 2/6 : FROM ${BASE} [2021-01-15T01:03:14.444Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T01:03:14.444Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T01:03:14.444Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T01:03:14.444Z] de9db76c5a1d: Pulling fs layer [2021-01-15T01:03:14.444Z] bca2f99d35d6: Pulling fs layer [2021-01-15T01:03:14.444Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T01:03:14.444Z] 7c6f9722023f: Pulling fs layer [2021-01-15T01:03:14.444Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T01:03:14.444Z] 93359f2a8cfa: Waiting [2021-01-15T01:03:14.444Z] 7c6f9722023f: Waiting [2021-01-15T01:03:14.444Z] a35cf1a2eb13: Waiting [2021-01-15T01:03:14.444Z] bca2f99d35d6: Waiting [2021-01-15T01:03:14.444Z] de9db76c5a1d: Download complete [2021-01-15T01:03:14.444Z] 0ef7d3d256c8: Download complete [2021-01-15T01:03:14.444Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T01:03:14.444Z] 93359f2a8cfa: Download complete [2021-01-15T01:03:14.444Z] 7c6f9722023f: Verifying Checksum [2021-01-15T01:03:14.444Z] 7c6f9722023f: Download complete [2021-01-15T01:03:14.444Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T01:03:14.444Z] 188c0c94c7c5: Download complete [2021-01-15T01:03:14.444Z] 188c0c94c7c5: Pull complete [2021-01-15T01:03:14.705Z] 0ef7d3d256c8: Pull complete [2021-01-15T01:03:14.705Z] de9db76c5a1d: Pull complete [2021-01-15T01:03:16.634Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T01:03:16.634Z] a35cf1a2eb13: Download complete [2021-01-15T01:03:17.214Z] bca2f99d35d6: Verifying Checksum [2021-01-15T01:03:17.214Z] bca2f99d35d6: Download complete [2021-01-15T01:03:22.549Z] bca2f99d35d6: Pull complete [2021-01-15T01:03:22.549Z] 93359f2a8cfa: Pull complete [2021-01-15T01:03:22.549Z] 7c6f9722023f: Pull complete [2021-01-15T01:03:24.081Z] Still waiting to schedule task [2021-01-15T01:03:24.081Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-15T01:03:26.796Z] a35cf1a2eb13: Pull complete [2021-01-15T01:03:26.796Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T01:03:26.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T01:03:26.796Z] ---> a62c8e92a672 [2021-01-15T01:03:26.796Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T01:03:26.796Z] ---> Running in 7e5585f3b30d [2021-01-15T01:03:27.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:03:28.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:03:29.263Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T01:03:29.524Z] (2/12) Installing file (5.38-r0) [2021-01-15T01:03:29.524Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T01:03:29.786Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T01:03:35.198Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T01:03:35.198Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T01:03:35.198Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T01:03:35.198Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T01:03:35.459Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T01:03:35.459Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T01:03:35.460Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T01:03:35.725Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T01:03:35.725Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:03:35.725Z] OK: 233 MiB in 51 packages [2021-01-15T01:03:39.957Z] Removing intermediate container 7e5585f3b30d [2021-01-15T01:03:39.957Z] ---> e0e49e951402 [2021-01-15T01:03:39.957Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T01:03:39.957Z] ---> Running in 785442f626c7 [2021-01-15T01:03:39.957Z] Removing intermediate container 785442f626c7 [2021-01-15T01:03:39.957Z] ---> f5dff3a6633a [2021-01-15T01:03:39.957Z] Step 5/6 : COPY go.mod . [2021-01-15T01:03:39.957Z] ---> a318e1a155d1 [2021-01-15T01:03:39.957Z] Step 6/6 : RUN go mod download [2021-01-15T01:03:40.221Z] ---> Running in f0789ffc188f [2021-01-15T01:04:02.219Z] Removing intermediate container f0789ffc188f [2021-01-15T01:04:02.219Z] ---> 151bb1bf57b6 [2021-01-15T01:04:02.219Z] Successfully built 151bb1bf57b6 [2021-01-15T01:04:02.219Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:04:02.536Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T01:04:02.536Z] . [Pipeline] withDockerContainer [2021-01-15T01:04:02.632Z] prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container [2021-01-15T01:04:02.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T01:04:03.514Z] $ docker top b7addf3810eeffb0fea1e2919d5272dae6dfce5c86636beffe596ac444b61b30 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T01:04:04.030Z] + go version [2021-01-15T01:04:04.030Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T01:04:04.047Z] $ docker stop --time=1 b7addf3810eeffb0fea1e2919d5272dae6dfce5c86636beffe596ac444b61b30 [2021-01-15T01:04:05.415Z] $ docker rm -f b7addf3810eeffb0fea1e2919d5272dae6dfce5c86636beffe596ac444b61b30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:04:06.254Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T01:04:06.255Z] . [Pipeline] withDockerContainer [2021-01-15T01:04:06.351Z] prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container [2021-01-15T01:04:06.404Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T01:04:07.286Z] $ docker top 7e6142fe4534fad8f00b6e3047ee184b5383918a4cb432e1c181bb1ffc2e4f1e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T01:04:07.463Z] ========================================================= [2021-01-15T01:04:07.464Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T01:04:07.464Z] ========================================================= [Pipeline] sh [2021-01-15T01:04:07.759Z] + make test [2021-01-15T01:04:07.759Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T01:04:15.955Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T01:04:28.321Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T01:04:36.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T01:04:36.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T01:04:36.568Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T01:04:36.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T01:04:39.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-15T01:04:39.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T01:04:39.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T01:04:39.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T01:04:39.172Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T01:04:39.172Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T01:04:41.758Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T01:04:41.758Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T01:04:41.758Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T01:04:43.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.083s coverage: 46.6% of statements [2021-01-15T01:04:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T01:04:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T01:04:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T01:04:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T01:04:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T01:04:47.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.0% of statements [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T01:04:47.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T01:04:47.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T01:04:47.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 67.9% of statements [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T01:04:47.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T01:04:47.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.415s coverage: 82.3% of statements [2021-01-15T01:04:47.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T01:04:47.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T01:04:47.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T01:04:47.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T01:04:49.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.414s coverage: 28.6% of statements [2021-01-15T01:04:49.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T01:04:49.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T01:04:49.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T01:04:49.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T01:04:49.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T01:04:49.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-01-15T01:04:49.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T01:04:49.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-01-15T01:04:49.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T01:04:49.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2021-01-15T01:04:49.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T01:04:49.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.157s coverage: 97.5% of statements [2021-01-15T01:04:49.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T01:04:49.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-01-15T01:04:49.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T01:04:49.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T01:04:49.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T01:04:49.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T01:04:52.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.328s coverage: 93.2% of statements [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T01:04:52.609Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T01:04:52.609Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-15T01:04:52.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 43.8% of statements [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-15T01:04:52.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-15T01:04:52.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.055s coverage: 88.6% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.149s coverage: 63.5% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.254s coverage: 84.0% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T01:05:04.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-15T01:05:04.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-01-15T01:05:04.940Z] GO111MODULE=on go vet ./... [2021-01-15T01:05:11.454Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20364 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-15T01:05:11.511Z] Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout [2021-01-15T01:05:16.902Z] using credential edgex-jenkins-ssh [2021-01-15T01:05:17.006Z] Cloning the remote Git repository [2021-01-15T01:05:17.063Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T01:05:17.167Z] > git init /w/workspace/edgex-go/27 # timeout=10 [2021-01-15T01:05:17.269Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T01:05:17.269Z] > git --version # timeout=10 [2021-01-15T01:05:17.289Z] > git --version # 'git version 2.17.1' [2021-01-15T01:05:17.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T01:05:17.366Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T01:05:27.052Z] gofmt -l . [2021-01-15T01:05:27.052Z] [ "`gofmt -l .`" = "" ] [2021-01-15T01:05:27.344Z] ./bin/test-go-mod-tidy.sh [2021-01-15T01:05:27.974Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T01:05:28.702Z] + ls -al . [2021-01-15T01:05:28.702Z] total 660 [2021-01-15T01:05:28.702Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 01:05 . [2021-01-15T01:05:28.702Z] drwxr-xr-x 4 root root 30 Jan 15 01:04 .. [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 01:02 .dockerignore [2021-01-15T01:05:28.702Z] drwxrwxr-x 8 1001 1001 179 Jan 15 01:02 .git [2021-01-15T01:05:28.702Z] drwxrwxr-x 3 1001 1001 125 Jan 15 01:02 .github [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 872 Jan 15 01:02 .gitignore [2021-01-15T01:05:28.702Z] drwx------ 3 1001 1001 47 Jan 15 01:03 .semver [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 01:02 .sonarcloud.properties [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 7841 Jan 15 01:02 Attribution.txt [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 01:02 CONTRIBUTING.md [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 01:02 Dockerfile.build [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 01:02 Jenkinsfile [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 01:02 LICENSE [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 6001 Jan 15 01:02 Makefile [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 01:02 README.md [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 01:02 SECURITY.md [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 01:03 VERSION [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 01:02 ZMQWindows.md [2021-01-15T01:05:28.702Z] drwxrwxr-x 2 1001 1001 117 Jan 15 01:02 bin [2021-01-15T01:05:28.702Z] drwxrwxr-x 15 1001 1001 4096 Jan 15 01:02 cmd [2021-01-15T01:05:28.702Z] -rw-r--r-- 1 root root 555396 Jan 15 01:05 coverage.out [2021-01-15T01:05:28.702Z] -rw-r--r-- 1 root root 1005 Jan 15 01:05 go.mod [2021-01-15T01:05:28.702Z] -rw-r--r-- 1 root root 19189 Jan 15 01:05 go.sum [2021-01-15T01:05:28.702Z] drwxrwxr-x 8 1001 1001 127 Jan 15 01:02 internal [2021-01-15T01:05:28.702Z] drwxrwxr-x 4 1001 1001 26 Jan 15 01:02 openapi [2021-01-15T01:05:28.702Z] drwxrwxr-x 4 1001 1001 71 Jan 15 01:02 snap [2021-01-15T01:05:28.702Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 01:02 version.go [Pipeline] sh [2021-01-15T01:05:29.061Z] + '[' -e coverage.out ] [2021-01-15T01:05:29.061Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T01:05:29.286Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T01:05:29.584Z] + make build [2021-01-15T01:05:29.584Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T01:05:34.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T01:05:34.867Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T01:05:34.888Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T01:05:34.911Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T01:05:34.943Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T01:05:34.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T01:05:34.954Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T01:05:35.962Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:05:36.416Z] Merge succeeded, producing d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:05:36.417Z] Checking out Revision d1b6f8cb6c14c156082104a9acd2063c8ad82e6b (PR-2970) [2021-01-15T01:05:35.981Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T01:05:35.995Z] > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 [2021-01-15T01:05:36.286Z] > git remote # timeout=10 [2021-01-15T01:05:36.303Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T01:05:36.317Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T01:05:36.328Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-15T01:05:36.359Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T01:05:36.431Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T01:05:36.474Z] > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 [2021-01-15T01:05:40.946Z] Commit message: "feat(security): Address another PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-15T01:05:41.542Z] 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T01:05:42.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T01:05:42.586Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T01:05:42.991Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T01:05:43.335Z] + sudo service docker restart+ [2021-01-15T01:05:43.335Z] true [2021-01-15T01:05:43.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T01:05:43.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T01:05:45.168Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T01:05:45.421Z] provisioning config files... [2021-01-15T01:05:45.462Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config3363229041888817806tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:05:45.897Z] ---> docker-login.sh [2021-01-15T01:05:45.897Z] nexus3.edgexfoundry.org:10001 [2021-01-15T01:05:46.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T01:05:46.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T01:05:47.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T01:05:47.157Z] Configure a credential helper to remove this warning. See [2021-01-15T01:05:47.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T01:05:47.157Z] [2021-01-15T01:05:47.157Z] Login Succeeded [2021-01-15T01:05:47.157Z] nexus3.edgexfoundry.org:10002 [2021-01-15T01:05:47.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T01:05:47.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T01:05:47.437Z] Configure a credential helper to remove this warning. See [2021-01-15T01:05:47.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T01:05:47.437Z] [2021-01-15T01:05:47.437Z] Login Succeeded [2021-01-15T01:05:47.437Z] nexus3.edgexfoundry.org:10003 [2021-01-15T01:05:47.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T01:05:48.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T01:05:48.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T01:05:48.033Z] Configure a credential helper to remove this warning. See [2021-01-15T01:05:48.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T01:05:48.033Z] [2021-01-15T01:05:48.033Z] Login Succeeded [2021-01-15T01:05:48.033Z] nexus3.edgexfoundry.org:10004 [2021-01-15T01:05:48.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T01:05:48.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T01:05:48.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T01:05:48.577Z] Configure a credential helper to remove this warning. See [2021-01-15T01:05:48.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T01:05:48.577Z] [2021-01-15T01:05:48.577Z] Login Succeeded [2021-01-15T01:05:48.577Z] docker.io [2021-01-15T01:05:48.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T01:05:49.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T01:05:49.117Z] Configure a credential helper to remove this warning. See [2021-01-15T01:05:49.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T01:05:49.117Z] [2021-01-15T01:05:49.117Z] Login Succeeded [2021-01-15T01:05:49.117Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T01:05:49.135Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-15T01:05:49.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] echo [2021-01-15T01:05:49.558Z] ========================================================= [2021-01-15T01:05:49.558Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T01:05:49.558Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:05:49.942Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-15T01:05:50.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T01:05:51.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-15T01:05:52.579Z] Sending build context to Docker daemon 165.7MB [2021-01-15T01:05:52.579Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T01:05:52.579Z] Step 2/6 : FROM ${BASE} [2021-01-15T01:05:52.579Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T01:05:52.579Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T01:05:52.579Z] a4357932f1b6: Pulling fs layer [2021-01-15T01:05:52.579Z] 18c013af1878: Pulling fs layer [2021-01-15T01:05:52.579Z] 00ac8860ef70: Pulling fs layer [2021-01-15T01:05:52.579Z] 63d7cb157983: Pulling fs layer [2021-01-15T01:05:52.579Z] b116817d02f9: Pulling fs layer [2021-01-15T01:05:52.579Z] 745a02a5169b: Pulling fs layer [2021-01-15T01:05:52.579Z] b116817d02f9: Waiting [2021-01-15T01:05:52.579Z] 745a02a5169b: Waiting [2021-01-15T01:05:52.579Z] 00ac8860ef70: Waiting [2021-01-15T01:05:52.579Z] 63d7cb157983: Waiting [2021-01-15T01:05:52.579Z] 18c013af1878: Verifying Checksum [2021-01-15T01:05:52.579Z] 18c013af1878: Download complete [2021-01-15T01:05:52.579Z] a4357932f1b6: Verifying Checksum [2021-01-15T01:05:52.579Z] a4357932f1b6: Download complete [2021-01-15T01:05:52.579Z] 63d7cb157983: Verifying Checksum [2021-01-15T01:05:52.579Z] 63d7cb157983: Download complete [2021-01-15T01:05:52.579Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T01:05:52.579Z] 5f621e34cdf4: Download complete [2021-01-15T01:05:52.857Z] b116817d02f9: Verifying Checksum [2021-01-15T01:05:52.857Z] b116817d02f9: Download complete [2021-01-15T01:05:52.857Z] 5f621e34cdf4: Pull complete [Pipeline] } [2021-01-15T01:05:53.159Z] $ docker stop --time=1 7e6142fe4534fad8f00b6e3047ee184b5383918a4cb432e1c181bb1ffc2e4f1e [2021-01-15T01:05:53.459Z] a4357932f1b6: Pull complete [2021-01-15T01:05:53.733Z] 18c013af1878: Pull complete [2021-01-15T01:05:54.904Z] $ docker rm -f 7e6142fe4534fad8f00b6e3047ee184b5383918a4cb432e1c181bb1ffc2e4f1e [2021-01-15T01:05:55.180Z] 745a02a5169b: Verifying Checksum [2021-01-15T01:05:55.181Z] 745a02a5169b: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-15T01:05:56.158Z] 00ac8860ef70: Verifying Checksum [2021-01-15T01:05:56.158Z] 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:05:59.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T01:05:59.148Z] [2021-01-15T01:05:59.148Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:05:59.513Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T01:05:59.513Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T01:05:59.513Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T01:05:59.513Z] ca9280d653b3: Pulling fs layer [2021-01-15T01:05:59.513Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T01:05:59.775Z] cbdbe7a5bc2a: Download complete [2021-01-15T01:06:00.036Z] cbdbe7a5bc2a: Pull complete [2021-01-15T01:06:00.298Z] ca9280d653b3: Verifying Checksum [2021-01-15T01:06:00.298Z] ca9280d653b3: Download complete [2021-01-15T01:06:01.252Z] 7e9c9ca2126c: Download complete [2021-01-15T01:06:01.252Z] ca9280d653b3: Pull complete [2021-01-15T01:06:06.333Z] 00ac8860ef70: Pull complete [2021-01-15T01:06:06.333Z] 63d7cb157983: Pull complete [2021-01-15T01:06:06.606Z] b116817d02f9: Pull complete [2021-01-15T01:06:07.896Z] 7e9c9ca2126c: Pull complete [2021-01-15T01:06:07.896Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T01:06:07.896Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T01:06:07.896Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T01:06:08.099Z] prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container [2021-01-15T01:06:08.145Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T01:06:09.809Z] $ docker top 0fe7f674717726197eb6c09dfab686f369e30037f940446c5994d90e9f677326 -eo pid,comm [Pipeline] { [2021-01-15T01:06:10.013Z] 745a02a5169b: Pull complete [2021-01-15T01:06:10.013Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T01:06:10.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T01:06:10.013Z] ---> b7e6874047d6 [2021-01-15T01:06:10.013Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] sh [2021-01-15T01:06:10.306Z] + docker-compose build --help [2021-01-15T01:06:10.306Z] + grep parallel [2021-01-15T01:06:11.253Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T01:06:11.270Z] $ docker stop --time=1 0fe7f674717726197eb6c09dfab686f369e30037f940446c5994d90e9f677326 [2021-01-15T01:06:12.595Z] $ docker rm -f 0fe7f674717726197eb6c09dfab686f369e30037f940446c5994d90e9f677326 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:06:13.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T01:06:13.191Z] . [Pipeline] withDockerContainer [2021-01-15T01:06:13.287Z] prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container [2021-01-15T01:06:13.338Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T01:06:13.917Z] $ docker top bea2c876f7861facd29d4f40532d88857faf057cb764f183345253889f865fc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T01:06:14.362Z] ---> Running in d3e11962bb32 [2021-01-15T01:06:14.506Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T01:06:14.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:06:15.450Z] Building docker-core-command-go ... [2021-01-15T01:06:15.450Z] Building docker-core-data-go ... [2021-01-15T01:06:15.450Z] Building docker-core-metadata-go ... [2021-01-15T01:06:15.450Z] Building docker-security-bootstrapper-go ... [2021-01-15T01:06:15.450Z] Building docker-security-proxy-setup-go ... [2021-01-15T01:06:15.450Z] Building docker-security-secretstore-setup-go ... [2021-01-15T01:06:15.450Z] Building docker-support-notifications-go ... [2021-01-15T01:06:15.450Z] Building docker-support-scheduler-go ... [2021-01-15T01:06:15.450Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T01:06:15.450Z] Building docker-support-notifications-go [2021-01-15T01:06:15.450Z] Building docker-security-bootstrapper-go [2021-01-15T01:06:15.450Z] Building docker-sys-mgmt-agent-go [2021-01-15T01:06:15.450Z] Building docker-security-proxy-setup-go [2021-01-15T01:06:15.450Z] Building docker-core-command-go [2021-01-15T01:06:15.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:06:16.150Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T01:06:16.422Z] (2/12) Installing file (5.38-r0) [2021-01-15T01:06:16.422Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T01:06:16.422Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T01:06:20.711Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T01:06:20.711Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T01:06:20.711Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T01:06:20.711Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T01:06:20.982Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T01:06:20.982Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T01:06:20.982Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T01:06:21.255Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T01:06:21.255Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:06:21.255Z] OK: 217 MiB in 51 packages [2021-01-15T01:06:25.562Z] Removing intermediate container d3e11962bb32 [2021-01-15T01:06:25.562Z] ---> 268fe66eaa1a [2021-01-15T01:06:25.562Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T01:06:25.562Z] ---> Running in 829cceaec9ae [2021-01-15T01:06:25.835Z] Removing intermediate container 829cceaec9ae [2021-01-15T01:06:25.835Z] ---> 8cbab044f17c [2021-01-15T01:06:25.835Z] Step 5/6 : COPY go.mod . [2021-01-15T01:06:26.807Z] ---> c1cd6ae93295 [2021-01-15T01:06:26.807Z] Step 6/6 : RUN go mod download [2021-01-15T01:06:26.807Z] ---> Running in 8a7403ebcf52 [2021-01-15T01:06:47.684Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:06:47.684Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:06:47.684Z] ---> 151bb1bf57b6 [2021-01-15T01:06:47.684Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T01:06:47.684Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:06:47.684Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:06:47.684Z] ---> 151bb1bf57b6 [2021-01-15T01:06:47.684Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T01:06:47.684Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:06:47.684Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:06:47.684Z] ---> 151bb1bf57b6 [2021-01-15T01:06:47.684Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T01:06:47.684Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:06:47.684Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:06:47.684Z] ---> 151bb1bf57b6 [2021-01-15T01:06:47.684Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T01:06:47.684Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:06:47.684Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:06:47.684Z] ---> 151bb1bf57b6 [2021-01-15T01:06:47.684Z] Step 3/33 : WORKDIR /edgex-go [2021-01-15T01:06:47.685Z] ---> Running in cda2e9289f51 [2021-01-15T01:06:47.685Z] ---> Running in 1dbcf938a9da [2021-01-15T01:06:47.685Z] ---> Running in 7e352252d596 [2021-01-15T01:06:47.685Z] ---> Running in c0c4095d545d [2021-01-15T01:06:47.685Z] ---> Running in 619c945d4b2c [2021-01-15T01:06:47.685Z] Removing intermediate container 619c945d4b2c [2021-01-15T01:06:47.685Z] ---> 3d844aba543f [2021-01-15T01:06:47.685Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:06:47.685Z] Removing intermediate container cda2e9289f51 [2021-01-15T01:06:47.685Z] ---> d2738395ac10 [2021-01-15T01:06:47.685Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:06:47.685Z] Removing intermediate container 1dbcf938a9da [2021-01-15T01:06:47.685Z] ---> d9e0af48346b [2021-01-15T01:06:47.685Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:06:47.685Z] Removing intermediate container 7e352252d596 [2021-01-15T01:06:47.685Z] ---> f3df960ed1aa [2021-01-15T01:06:47.685Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:06:47.685Z] Removing intermediate container c0c4095d545d [2021-01-15T01:06:47.685Z] ---> 4d437d219bd3 [2021-01-15T01:06:47.685Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:06:47.685Z] ---> Running in a1c2db3d6698 [2021-01-15T01:06:47.685Z] ---> Running in db2b4858b3c7 [2021-01-15T01:06:47.685Z] ---> Running in e18da0a13906 [2021-01-15T01:06:47.685Z] ---> Running in 6630bf1c05d9 [2021-01-15T01:06:47.685Z] ---> Running in 48bb0e11df81 [2021-01-15T01:06:47.685Z] Removing intermediate container db2b4858b3c7 [2021-01-15T01:06:47.685Z] ---> b780b927cb29 [2021-01-15T01:06:47.685Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T01:06:47.685Z] Removing intermediate container e18da0a13906 [2021-01-15T01:06:47.685Z] ---> bb27fbbd7a06 [2021-01-15T01:06:47.685Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-15T01:06:47.685Z] Removing intermediate container 48bb0e11df81 [2021-01-15T01:06:47.685Z] ---> 481859f0672f [2021-01-15T01:06:47.685Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T01:06:47.685Z] Removing intermediate container 6630bf1c05d9 [2021-01-15T01:06:47.685Z] ---> 67c83f12f888 [2021-01-15T01:06:47.685Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-15T01:06:47.685Z] ---> Running in c3ffbb6c233f [2021-01-15T01:06:47.685Z] ---> Running in 49be7446cbb0 [2021-01-15T01:06:47.685Z] Removing intermediate container a1c2db3d6698 [2021-01-15T01:06:47.685Z] ---> 826aca2f4d5e [2021-01-15T01:06:47.685Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T01:06:47.685Z] ---> Running in a8b4650b5c6f [2021-01-15T01:06:47.685Z] ---> Running in 195f12ea5af9 [2021-01-15T01:06:47.685Z] ---> Running in b96aea86c4e1 [2021-01-15T01:06:47.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:06:47.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:06:48.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:06:48.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:06:48.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:06:48.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:06:48.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:06:48.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:06:49.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:06:49.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:06:49.024Z] OK: 233 MiB in 51 packages [2021-01-15T01:06:49.024Z] OK: 233 MiB in 51 packages [2021-01-15T01:06:49.286Z] OK: 233 MiB in 51 packages [2021-01-15T01:06:49.286Z] OK: 233 MiB in 51 packages [2021-01-15T01:06:49.286Z] OK: 233 MiB in 51 packages [2021-01-15T01:06:49.862Z] Removing intermediate container c3ffbb6c233f [2021-01-15T01:06:49.862Z] ---> a53e9629a61c [2021-01-15T01:06:49.862Z] Step 6/22 : COPY go.mod . [2021-01-15T01:06:49.862Z] Removing intermediate container 49be7446cbb0 [2021-01-15T01:06:49.862Z] ---> d053cd5a018f [2021-01-15T01:06:49.862Z] Step 6/23 : COPY go.mod . [2021-01-15T01:06:50.438Z] ---> 8e0f15581566 [2021-01-15T01:06:50.438Z] Step 7/22 : RUN go mod download [2021-01-15T01:06:50.438Z] ---> 46ed4cbbfee5 [2021-01-15T01:06:50.438Z] Step 7/23 : RUN go mod download [2021-01-15T01:06:50.438Z] Removing intermediate container a8b4650b5c6f [2021-01-15T01:06:50.438Z] ---> fccbde41dd83 [2021-01-15T01:06:50.438Z] Step 6/21 : COPY go.mod . [2021-01-15T01:06:50.438Z] ---> Running in fa8085f91609 [2021-01-15T01:06:50.700Z] ---> Running in 1782ad9b0c89 [2021-01-15T01:06:50.700Z] Removing intermediate container 195f12ea5af9 [2021-01-15T01:06:50.700Z] ---> 7043e08520e7 [2021-01-15T01:06:50.700Z] Step 6/33 : COPY go.mod . [2021-01-15T01:06:50.700Z] Removing intermediate container b96aea86c4e1 [2021-01-15T01:06:50.700Z] ---> bc9979bb9adc [2021-01-15T01:06:50.700Z] Step 6/26 : COPY go.mod . [2021-01-15T01:06:50.966Z] ---> 91b01f8283cc [2021-01-15T01:06:50.966Z] Step 7/21 : RUN go mod download [2021-01-15T01:06:51.228Z] ---> Running in 87f356b53c92 [2021-01-15T01:06:51.228Z] ---> 014b7f75449c [2021-01-15T01:06:51.228Z] Step 7/33 : RUN go mod download [2021-01-15T01:06:51.228Z] ---> a718ef307fad [2021-01-15T01:06:51.228Z] Step 7/26 : RUN go mod download [2021-01-15T01:06:51.493Z] ---> Running in 63f0aff70a64 [2021-01-15T01:06:51.493Z] ---> Running in becc365743c4 [2021-01-15T01:06:53.439Z] Removing intermediate container fa8085f91609 [2021-01-15T01:06:53.439Z] ---> de6bb928949e [2021-01-15T01:06:53.439Z] Step 8/22 : COPY . . [2021-01-15T01:06:53.439Z] Removing intermediate container 87f356b53c92 [2021-01-15T01:06:53.439Z] ---> fcb4319526fe [2021-01-15T01:06:53.439Z] Step 8/21 : COPY . . [2021-01-15T01:06:53.439Z] Removing intermediate container 63f0aff70a64 [2021-01-15T01:06:53.439Z] ---> 9cf1b08a2b28 [2021-01-15T01:06:53.439Z] Step 8/33 : COPY . . [2021-01-15T01:06:53.626Z] Removing intermediate container 8a7403ebcf52 [2021-01-15T01:06:53.626Z] ---> 481b1fc26873 [2021-01-15T01:06:53.626Z] Successfully built 481b1fc26873 [2021-01-15T01:06:53.626Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:06:53.983Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T01:06:53.983Z] . [Pipeline] withDockerContainer [2021-01-15T01:06:54.258Z] prd-ubuntu18.04-docker-arm64-4c-16g-20364 does not seem to be running inside a container [2021-01-15T01:06:54.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T01:06:55.973Z] $ docker top 88c193c5a3f136a745e36a369e854892aa20919bec6c9da6019474620fd50ef9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T01:06:57.023Z] + go version [2021-01-15T01:06:57.024Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T01:06:57.038Z] $ docker stop --time=1 88c193c5a3f136a745e36a369e854892aa20919bec6c9da6019474620fd50ef9 [2021-01-15T01:06:57.901Z] Removing intermediate container 1782ad9b0c89 [2021-01-15T01:06:57.902Z] ---> 7ee540afe19a [2021-01-15T01:06:57.902Z] Step 8/23 : COPY . . [2021-01-15T01:06:57.902Z] Removing intermediate container becc365743c4 [2021-01-15T01:06:57.902Z] ---> 744f0f58e84b [2021-01-15T01:06:57.902Z] Step 8/26 : COPY . . [2021-01-15T01:06:58.980Z] $ docker rm -f 88c193c5a3f136a745e36a369e854892aa20919bec6c9da6019474620fd50ef9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:07:00.024Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T01:07:00.024Z] . [Pipeline] withDockerContainer [2021-01-15T01:07:00.289Z] prd-ubuntu18.04-docker-arm64-4c-16g-20364 does not seem to be running inside a container [2021-01-15T01:07:00.406Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T01:07:01.836Z] $ docker top 60ed3fcc165b1885dcb1b5c78f6fa4235bfe468be04f91dc023de770af575af1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T01:07:02.224Z] ========================================================= [2021-01-15T01:07:02.224Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T01:07:02.224Z] ========================================================= [Pipeline] sh [2021-01-15T01:07:02.872Z] + make test [2021-01-15T01:07:02.872Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T01:07:25.041Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T01:07:30.287Z] ---> f9745619fcca [2021-01-15T01:07:30.287Z] ---> c38b4b386568 [2021-01-15T01:07:30.287Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-15T01:07:30.287Z] [2021-01-15T01:07:30.287Z] ---> 8115c41f0533 [2021-01-15T01:07:30.287Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T01:07:30.287Z] ---> Running in 0b08744820d4 [2021-01-15T01:07:30.287Z] ---> Running in 366610e5a58e [2021-01-15T01:07:30.287Z] ---> 9b44441cd0f9 [2021-01-15T01:07:30.287Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-15T01:07:30.287Z] ---> f84a469dc547 [2021-01-15T01:07:30.287Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T01:07:30.287Z] ---> Running in b54de1acdfec [2021-01-15T01:07:30.287Z] ---> Running in c2a650e94791 [2021-01-15T01:07:30.287Z] ---> Running in d81e389c058e [2021-01-15T01:07:31.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T01:07:31.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-15T01:07:31.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T01:07:31.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T01:07:31.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T01:07:57.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T01:07:57.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T01:07:59.916Z] Removing intermediate container d81e389c058e [2021-01-15T01:07:59.916Z] ---> dfb5d207fa84 [2021-01-15T01:07:59.916Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T01:08:00.887Z] Removing intermediate container c2a650e94791 [2021-01-15T01:08:00.887Z] ---> c4e4e34b32c2 [2021-01-15T01:08:00.887Z] [2021-01-15T01:08:00.887Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T01:08:00.887Z] ---> Running in 1b376b7fd07d [2021-01-15T01:08:00.887Z] 3.12: Pulling from library/alpine [2021-01-15T01:08:01.154Z] Removing intermediate container 0b08744820d4 [2021-01-15T01:08:01.154Z] ---> eb1bc2d860fd [2021-01-15T01:08:01.154Z] [2021-01-15T01:08:01.154Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T01:08:01.154Z] 3.12: Pulling from library/alpine [2021-01-15T01:08:01.733Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T01:08:01.734Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T01:08:01.734Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T01:08:01.734Z] ---> 389fef711851 [2021-01-15T01:08:01.734Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-15T01:08:01.734Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T01:08:01.734Z] ---> 389fef711851 [2021-01-15T01:08:01.734Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-15T01:08:01.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T01:08:03.658Z] ---> Running in a1b88ef96057 [2021-01-15T01:08:03.659Z] ---> Running in 115d50feba82 [2021-01-15T01:08:03.659Z] Removing intermediate container 366610e5a58e [2021-01-15T01:08:03.659Z] ---> b43b62751de2 [2021-01-15T01:08:03.659Z] [2021-01-15T01:08:03.659Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T01:08:03.659Z] ---> 389fef711851 [2021-01-15T01:08:03.659Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T01:08:03.936Z] ---> Running in 13170cf33282 [2021-01-15T01:08:04.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T01:08:05.334Z] Removing intermediate container 1b376b7fd07d [2021-01-15T01:08:05.335Z] ---> a6be37d0a02e [2021-01-15T01:08:05.335Z] [2021-01-15T01:08:05.335Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T01:08:05.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:05.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:05.335Z] 20.10.0: Pulling from library/docker [2021-01-15T01:08:05.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:05.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:05.600Z] Removing intermediate container b54de1acdfec [2021-01-15T01:08:05.600Z] ---> c414b51817eb [2021-01-15T01:08:05.600Z] [2021-01-15T01:08:05.600Z] Step 10/33 : FROM alpine:3.12 [2021-01-15T01:08:05.600Z] ---> 389fef711851 [2021-01-15T01:08:05.600Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-15T01:08:05.600Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-15T01:08:05.600Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-15T01:08:05.600Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:08:05.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:05.600Z] OK: 6 MiB in 15 packages [2021-01-15T01:08:05.600Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-15T01:08:05.600Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:08:05.600Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T01:08:05.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:05.600Z] OK: 6 MiB in 16 packages [2021-01-15T01:08:05.861Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T01:08:05.861Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T01:08:05.861Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T01:08:05.861Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T01:08:05.861Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:08:05.861Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T01:08:06.122Z] OK: 7 MiB in 18 packages [2021-01-15T01:08:06.391Z] ---> Running in b160843be73f [2021-01-15T01:08:08.315Z] Removing intermediate container 115d50feba82 [2021-01-15T01:08:08.315Z] ---> 7a636eab65f2 [2021-01-15T01:08:08.315Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-15T01:08:08.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:09.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:09.158Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-15T01:08:09.158Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-15T01:08:09.158Z] (3/3) Installing su-exec (0.2-r1) [2021-01-15T01:08:09.158Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:08:09.158Z] OK: 6 MiB in 17 packages [2021-01-15T01:08:09.736Z] ---> Running in b99e9575fc18 [2021-01-15T01:08:09.736Z] Removing intermediate container 13170cf33282 [2021-01-15T01:08:09.736Z] ---> 0355516e57b2 [2021-01-15T01:08:09.736Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T01:08:09.736Z] Removing intermediate container a1b88ef96057 [2021-01-15T01:08:09.736Z] ---> dd850b039f83 [2021-01-15T01:08:09.736Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-15T01:08:10.001Z] ---> Running in 7db0173c1109 [2021-01-15T01:08:10.001Z] ---> Running in 0f75d087a4f2 [2021-01-15T01:08:10.001Z] Removing intermediate container b99e9575fc18 [2021-01-15T01:08:10.001Z] ---> f0390f898843 [2021-01-15T01:08:10.001Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-15T01:08:10.266Z] ---> Running in 10df5e946efe [2021-01-15T01:08:10.529Z] Removing intermediate container 0f75d087a4f2 [2021-01-15T01:08:10.529Z] ---> 224fbca264ae [2021-01-15T01:08:10.529Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-15T01:08:10.529Z] Removing intermediate container 7db0173c1109 [2021-01-15T01:08:10.529Z] ---> 012f9a6e90ef [2021-01-15T01:08:10.529Z] Step 13/21 : WORKDIR /edgex [2021-01-15T01:08:11.103Z] ---> Running in f69b0a7d5f1e [2021-01-15T01:08:12.052Z] Removing intermediate container b160843be73f [2021-01-15T01:08:12.052Z] ---> be1d9dba855f [2021-01-15T01:08:12.052Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-15T01:08:12.052Z] Removing intermediate container 10df5e946efe [2021-01-15T01:08:12.052Z] ---> 282b45277868 [2021-01-15T01:08:12.052Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-15T01:08:12.052Z] ---> Running in 86f6c9a83597 [2021-01-15T01:08:12.052Z] ---> Running in c5f5d2b98a11 [2021-01-15T01:08:12.052Z] ---> Running in ffb2111a4a7d [2021-01-15T01:08:12.052Z] Removing intermediate container f69b0a7d5f1e [2021-01-15T01:08:12.052Z] ---> 435e9ff89248 [2021-01-15T01:08:12.052Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-15T01:08:12.319Z] ---> Running in 06f23f2f1be7 [2021-01-15T01:08:12.319Z] Removing intermediate container 86f6c9a83597 [2021-01-15T01:08:12.319Z] ---> 52fa30871c13 [2021-01-15T01:08:12.319Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T01:08:12.582Z] Removing intermediate container ffb2111a4a7d [2021-01-15T01:08:12.582Z] ---> d43edd3a205e [2021-01-15T01:08:12.582Z] Step 15/23 : WORKDIR / [2021-01-15T01:08:12.582Z] Removing intermediate container c5f5d2b98a11 [2021-01-15T01:08:12.582Z] ---> 62e0feae9605 [2021-01-15T01:08:12.582Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-15T01:08:12.582Z] ---> Running in 0e43f0d3a773 [2021-01-15T01:08:12.846Z] ---> Running in 4ca345d9cd58 [2021-01-15T01:08:12.846Z] Removing intermediate container 06f23f2f1be7 [2021-01-15T01:08:12.846Z] ---> 76b43ecb89c4 [2021-01-15T01:08:12.846Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:08:12.846Z] ---> cdb65b797440 [2021-01-15T01:08:12.846Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T01:08:12.846Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T01:08:12.846Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T01:08:13.110Z] ---> aefe523efa57 [2021-01-15T01:08:13.110Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T01:08:13.110Z] Removing intermediate container 4ca345d9cd58 [2021-01-15T01:08:13.110Z] ---> ccef29b5058d [2021-01-15T01:08:13.110Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-15T01:08:13.110Z] Removing intermediate container 0e43f0d3a773 [2021-01-15T01:08:13.110Z] ---> 1ba1fe9b1ae4 [2021-01-15T01:08:13.110Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:08:13.376Z] ---> Running in 6968b63126bf [2021-01-15T01:08:13.376Z] ---> dc02c7e934d3 [2021-01-15T01:08:13.376Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T01:08:13.376Z] ---> Running in f08926f3741d [2021-01-15T01:08:13.638Z] ---> 6229bf7aaa4a [2021-01-15T01:08:13.638Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T01:08:13.638Z] ---> 72aced393ed9 [2021-01-15T01:08:13.638Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T01:08:14.225Z] ---> 9b7df64a4e5d [2021-01-15T01:08:14.225Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T01:08:14.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:14.225Z] ---> d10cdb66d7b0 [2021-01-15T01:08:14.225Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T01:08:14.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:14.488Z] ---> Running in b7c2427ec562 [2021-01-15T01:08:14.488Z] Connecting to github.com (140.82.113.3:443) [2021-01-15T01:08:14.488Z]  ---> 3f06fa61acfd [2021-01-15T01:08:14.488Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-15T01:08:14.488Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T01:08:14.488Z] ---> 1baff2d2f77b [2021-01-15T01:08:14.488Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T01:08:14.488Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T01:08:14.488Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.82.104:443) [2021-01-15T01:08:14.488Z]  ---> Running in 7b4b7b10fd95 [2021-01-15T01:08:14.751Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-15T01:08:14.751Z] Executing bash-5.0.17-r0.post-install [2021-01-15T01:08:14.751Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:08:14.751Z] OK: 12 MiB in 22 packages [2021-01-15T01:08:14.751Z] Removing intermediate container b7c2427ec562 [2021-01-15T01:08:14.751Z] ---> a03ad118ba4e [2021-01-15T01:08:14.751Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T01:08:14.751Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-15T01:08:14.751Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-15T01:08:14.751Z] dockerize [2021-01-15T01:08:15.013Z] ---> Running in aa63a9edfb4e [2021-01-15T01:08:15.013Z] ---> 8147a40c467d [2021-01-15T01:08:15.013Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-15T01:08:15.013Z] Removing intermediate container 7b4b7b10fd95 [2021-01-15T01:08:15.013Z] ---> 4eea80ae3170 [2021-01-15T01:08:15.013Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:08:15.277Z] ---> Running in 88ce909364d0 [2021-01-15T01:08:15.277Z] ---> Running in 6eb34bfa3d4a [2021-01-15T01:08:15.277Z] Removing intermediate container aa63a9edfb4e [2021-01-15T01:08:15.277Z] ---> ae1aac8683b3 [2021-01-15T01:08:15.277Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T01:08:15.541Z] ---> Running in 132da2cfb57c [2021-01-15T01:08:15.804Z] Removing intermediate container 88ce909364d0 [2021-01-15T01:08:15.804Z] ---> 715da1e495fe [2021-01-15T01:08:15.804Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:08:15.804Z] Removing intermediate container 6eb34bfa3d4a [2021-01-15T01:08:15.804Z] ---> 2b5f4a5eb77f [2021-01-15T01:08:15.804Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T01:08:15.804Z] Removing intermediate container 6968b63126bf [2021-01-15T01:08:15.804Z] ---> 41121202d730 [2021-01-15T01:08:15.804Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T01:08:15.804Z] ---> Running in 4bc6614c6a37 [2021-01-15T01:08:16.068Z] ---> Running in eba1be0af317 [2021-01-15T01:08:16.068Z] ---> Running in d0a6de7de576 [2021-01-15T01:08:16.068Z] Removing intermediate container 132da2cfb57c [2021-01-15T01:08:16.068Z] ---> 139f805e8c6e [2021-01-15T01:08:16.068Z] Step 20/21 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:08:16.068Z] Removing intermediate container f08926f3741d [2021-01-15T01:08:16.068Z] ---> f5982a057131 [2021-01-15T01:08:16.068Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-15T01:08:16.330Z] Removing intermediate container 4bc6614c6a37 [2021-01-15T01:08:16.330Z] ---> 5ada8354c89d [2021-01-15T01:08:16.330Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T01:08:16.330Z] ---> Running in 5c2c1ed37260 [2021-01-15T01:08:16.330Z] ---> Running in 7c87961479d6 [2021-01-15T01:08:16.330Z] Removing intermediate container eba1be0af317 [2021-01-15T01:08:16.330Z] ---> 8007b0f326e0 [2021-01-15T01:08:16.330Z] Step 21/22 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:08:16.330Z] Removing intermediate container d0a6de7de576 [2021-01-15T01:08:16.330Z] ---> 7d04f8e4cf19 [2021-01-15T01:08:16.330Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T01:08:16.593Z] ---> Running in c51cf517a7ca [2021-01-15T01:08:16.593Z] ---> Running in c26deb1c6e8b [2021-01-15T01:08:16.593Z] ---> Running in 98dc111b771c [2021-01-15T01:08:16.593Z] Removing intermediate container 5c2c1ed37260 [2021-01-15T01:08:16.593Z] ---> 77017d247c26 [2021-01-15T01:08:16.593Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T01:08:16.593Z] Removing intermediate container 7c87961479d6 [2021-01-15T01:08:16.593Z] ---> c6c64673136f [2021-01-15T01:08:16.593Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-15T01:08:16.857Z] ---> Running in 8120aed6286b [2021-01-15T01:08:16.857Z] ---> Running in 383a9b077a89 [2021-01-15T01:08:17.125Z] Removing intermediate container c26deb1c6e8b [2021-01-15T01:08:17.125Z] ---> 12e52a405c19 [2021-01-15T01:08:17.125Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T01:08:17.125Z] Removing intermediate container c51cf517a7ca [2021-01-15T01:08:17.125Z] ---> cbeb3ed3a342 [2021-01-15T01:08:17.125Z] Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:08:17.125Z] Removing intermediate container 98dc111b771c [2021-01-15T01:08:17.125Z] ---> 32710d3abda7 [2021-01-15T01:08:17.125Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T01:08:17.125Z] ---> Running in e490acf5122e [2021-01-15T01:08:17.125Z] ---> Running in 4413dac0e210 [2021-01-15T01:08:17.125Z] ---> Running in 65bbe68b25e3 [2021-01-15T01:08:17.391Z] Removing intermediate container 8120aed6286b [2021-01-15T01:08:17.391Z] ---> d9b81f0d2657 [2021-01-15T01:08:17.391Z] [2021-01-15T01:08:17.391Z] Removing intermediate container 383a9b077a89 [2021-01-15T01:08:17.391Z] ---> e6a576ccb8b7 [2021-01-15T01:08:17.391Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-15T01:08:17.654Z] Successfully built d9b81f0d2657 [2021-01-15T01:08:17.931Z] ---> Running in 785a95d551fa [2021-01-15T01:08:17.931Z] Removing intermediate container 4413dac0e210 [2021-01-15T01:08:17.931Z] ---> 7fbcc08c7b28 [2021-01-15T01:08:17.931Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T01:08:17.931Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T01:08:17.931Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-15T01:08:17.931Z] Removing intermediate container e490acf5122e [2021-01-15T01:08:17.931Z] ---> b081e9c41cbe [2021-01-15T01:08:17.931Z] [2021-01-15T01:08:17.931Z] Removing intermediate container 65bbe68b25e3 [2021-01-15T01:08:17.931Z] ---> cbe278e1ef68 [2021-01-15T01:08:17.931Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T01:08:18.208Z] Successfully built b081e9c41cbe [2021-01-15T01:08:18.208Z] ---> Running in b748194e9953 [2021-01-15T01:08:18.208Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T01:08:18.208Z] Building docker-core-data-go [2021-01-15T01:08:18.485Z]  Building docker-support-notifications-go ... done Removing intermediate container b748194e9953 [2021-01-15T01:08:18.485Z] ---> 5447fb3daa48 [2021-01-15T01:08:18.485Z] [2021-01-15T01:08:18.485Z] Move dockerize executable [2021-01-15T01:08:18.749Z] Successfully built 5447fb3daa48 [2021-01-15T01:08:19.700Z] Successfully tagged docker-core-command-go:latest [2021-01-15T01:08:19.700Z] Building docker-core-metadata-go [2021-01-15T01:08:23.018Z]  Building docker-core-command-go ... done  ---> 08420b10277b [2021-01-15T01:08:23.018Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T01:08:26.321Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T01:08:26.321Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T01:08:26.321Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T01:08:26.321Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T01:08:26.321Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-15T01:08:26.321Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T01:08:26.321Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T01:08:26.321Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T01:08:26.321Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T01:08:26.922Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T01:08:27.235Z] ---> b9ef4d90b2cd [2021-01-15T01:08:27.236Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T01:08:27.236Z] Removing intermediate container 785a95d551fa [2021-01-15T01:08:27.236Z] ---> 99396fd6a232 [2021-01-15T01:08:27.236Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-15T01:08:27.236Z] ---> Running in c992f4586e65 [2021-01-15T01:08:27.236Z] ---> 737420f844b1 [2021-01-15T01:08:27.236Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T01:08:27.501Z] ---> Running in 5c4ad4ff9513 [2021-01-15T01:08:27.501Z] Removing intermediate container c992f4586e65 [2021-01-15T01:08:27.501Z] ---> a734e4966939 [2021-01-15T01:08:27.501Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-15T01:08:28.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:28.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:28.741Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T01:08:28.741Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T01:08:28.741Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T01:08:28.741Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T01:08:29.006Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T01:08:29.006Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T01:08:29.006Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T01:08:29.274Z] ---> 1215c4e69ebc [2021-01-15T01:08:29.274Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-15T01:08:33.676Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T01:08:33.676Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T01:08:33.676Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T01:08:35.926Z] ---> Running in fefa6d10f6c8 [2021-01-15T01:08:37.318Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T01:08:37.318Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T01:08:37.318Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T01:08:37.318Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T01:08:37.318Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T01:08:38.270Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T01:08:38.270Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T01:08:38.543Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T01:08:38.543Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T01:08:38.543Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T01:08:38.809Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T01:08:38.809Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T01:08:38.809Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T01:08:39.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 46.6% of statements [2021-01-15T01:08:39.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T01:08:39.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T01:08:39.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T01:08:39.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T01:08:39.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T01:08:39.392Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T01:08:39.974Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T01:08:40.936Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T01:08:40.936Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T01:08:40.936Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T01:08:40.936Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T01:08:41.529Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T01:08:41.529Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T01:08:41.529Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T01:08:41.529Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T01:08:41.529Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T01:08:41.529Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T01:08:41.529Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T01:08:41.792Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:08:41.792Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:08:41.792Z] ---> 151bb1bf57b6 [2021-01-15T01:08:41.792Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T01:08:41.792Z] ---> Using cache [2021-01-15T01:08:41.792Z] ---> 4d437d219bd3 [2021-01-15T01:08:41.792Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:08:41.792Z] ---> Using cache [2021-01-15T01:08:41.792Z] ---> 481859f0672f [2021-01-15T01:08:41.792Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T01:08:42.550Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:08:42.550Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:08:42.550Z] ---> 151bb1bf57b6 [2021-01-15T01:08:42.550Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T01:08:42.550Z] ---> Using cache [2021-01-15T01:08:42.550Z] ---> 4d437d219bd3 [2021-01-15T01:08:42.550Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:08:42.550Z] ---> Using cache [2021-01-15T01:08:42.550Z] ---> 481859f0672f [2021-01-15T01:08:42.550Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T01:08:42.550Z] ---> Using cache [2021-01-15T01:08:42.550Z] ---> fccbde41dd83 [2021-01-15T01:08:42.550Z] Step 6/24 : COPY go.mod . [2021-01-15T01:08:42.550Z] ---> Using cache [2021-01-15T01:08:42.550Z] ---> 91b01f8283cc [2021-01-15T01:08:42.550Z] Step 7/24 : RUN go mod download [2021-01-15T01:08:42.550Z] ---> Using cache [2021-01-15T01:08:42.550Z] ---> fcb4319526fe [2021-01-15T01:08:42.550Z] Step 8/24 : COPY . . [2021-01-15T01:08:42.550Z] ---> Using cache [2021-01-15T01:08:42.550Z] ---> f9745619fcca [2021-01-15T01:08:42.550Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T01:08:43.941Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:08:43.941Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:08:43.941Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:08:43.941Z] ---> 151bb1bf57b6 [2021-01-15T01:08:43.941Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T01:08:43.941Z] ---> Using cache [2021-01-15T01:08:43.941Z] ---> 4d437d219bd3 [2021-01-15T01:08:43.941Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:08:43.941Z] ---> Using cache [2021-01-15T01:08:43.941Z] ---> 481859f0672f [2021-01-15T01:08:43.941Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-15T01:08:43.941Z] ---> Using cache [2021-01-15T01:08:43.941Z] ---> fccbde41dd83 [2021-01-15T01:08:43.941Z] Step 6/23 : COPY go.mod . [2021-01-15T01:08:43.941Z] ---> Using cache [2021-01-15T01:08:43.941Z] ---> 91b01f8283cc [2021-01-15T01:08:43.941Z] Step 7/23 : RUN go mod download [2021-01-15T01:08:43.941Z] ---> Using cache [2021-01-15T01:08:43.941Z] ---> fcb4319526fe [2021-01-15T01:08:43.941Z] Step 8/23 : COPY . . [2021-01-15T01:08:43.941Z] ---> Using cache [2021-01-15T01:08:43.941Z] ---> f9745619fcca [2021-01-15T01:08:43.941Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-15T01:08:44.206Z] OK: 71 MiB in 55 packages [2021-01-15T01:08:44.473Z] ---> Running in b615f9bfcdc0 [2021-01-15T01:08:44.473Z] ---> Running in d6123dac41c7 [2021-01-15T01:08:44.473Z] ---> Running in cf04a216afa7 [2021-01-15T01:08:45.056Z] Removing intermediate container fefa6d10f6c8 [2021-01-15T01:08:45.056Z] ---> 899902755b9b [2021-01-15T01:08:45.056Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:08:45.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T01:08:45.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T01:08:45.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:46.182Z] ---> d8cc4dfa2426 [2021-01-15T01:08:46.182Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-15T01:08:46.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:08:47.041Z] OK: 233 MiB in 51 packages [2021-01-15T01:08:47.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.548s coverage: 27.0% of statements [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T01:08:47.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T01:08:47.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T01:08:47.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.303s coverage: 67.9% of statements [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T01:08:47.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.325s coverage: 82.3% of statements [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T01:08:47.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T01:08:48.463Z] ---> 5ec69afdb070 [2021-01-15T01:08:48.463Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-15T01:08:50.410Z] ---> 2cbb68ad6980 [2021-01-15T01:08:50.410Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-15T01:08:50.410Z] Removing intermediate container b615f9bfcdc0 [2021-01-15T01:08:50.410Z] ---> 3882f1825ebe [2021-01-15T01:08:50.410Z] Step 6/23 : COPY go.mod . [2021-01-15T01:08:52.383Z] ---> 07a4a0f90e71 [2021-01-15T01:08:52.383Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-15T01:08:52.989Z] ---> a6874a440355 [2021-01-15T01:08:52.989Z] Step 7/23 : RUN go mod download [2021-01-15T01:08:54.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements [2021-01-15T01:08:54.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T01:08:54.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T01:08:54.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T01:08:54.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T01:08:54.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T01:08:54.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements [2021-01-15T01:08:54.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T01:08:54.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements [2021-01-15T01:08:54.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T01:08:54.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements [2021-01-15T01:08:54.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T01:08:54.431Z] ---> Running in 608226b99e69 [2021-01-15T01:08:54.709Z] ---> 9e688d22dafe [2021-01-15T01:08:54.709Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-15T01:08:55.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.397s coverage: 97.5% of statements [2021-01-15T01:08:55.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T01:08:55.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.157s coverage: 78.3% of statements [2021-01-15T01:08:55.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T01:08:55.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T01:08:55.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T01:08:55.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T01:08:56.648Z] ---> Running in f9d51aef2584 [2021-01-15T01:08:57.247Z] Removing intermediate container 5c4ad4ff9513 [2021-01-15T01:08:57.247Z] ---> 625646399488 [2021-01-15T01:08:57.247Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T01:08:57.247Z] Removing intermediate container f9d51aef2584 [2021-01-15T01:08:57.247Z] ---> 374e0345734f [2021-01-15T01:08:57.247Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-15T01:08:57.519Z] ---> Running in 25fc2aeea639 [2021-01-15T01:08:58.110Z] ---> 76807a54c606 [2021-01-15T01:08:58.110Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-15T01:08:58.383Z] ---> Running in 4a6fa6cb4620 [2021-01-15T01:08:58.987Z] Removing intermediate container 608226b99e69 [2021-01-15T01:08:58.987Z] ---> ce7560d135f2 [2021-01-15T01:08:58.987Z] Step 8/23 : COPY . . [2021-01-15T01:08:59.973Z] Collecting docker-compose==1.23.2 [2021-01-15T01:08:59.973Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T01:09:01.383Z] Collecting PyYAML<4,>=3.10 [2021-01-15T01:09:01.383Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T01:09:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.994s coverage: 93.2% of statements [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T01:09:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T01:09:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 0.1% of statements [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-15T01:09:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 43.8% of statements [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-15T01:09:03.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-15T01:09:03.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-15T01:09:08.038Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T01:09:08.038Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T01:09:08.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T01:09:08.038Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T01:09:08.038Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T01:09:08.304Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T01:09:08.304Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T01:09:08.304Z] Removing intermediate container 4a6fa6cb4620 [2021-01-15T01:09:08.304Z] ---> d816ea80082a [2021-01-15T01:09:08.304Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T01:09:09.701Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T01:09:09.701Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T01:09:11.623Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T01:09:11.623Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T01:09:12.590Z] ---> Running in 5cb46a8be5f1 [2021-01-15T01:09:13.165Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T01:09:13.165Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T01:09:14.155Z] Removing intermediate container 5cb46a8be5f1 [2021-01-15T01:09:14.155Z] ---> 66e170f02535 [2021-01-15T01:09:14.155Z] Step 30/33 : CMD ["gate"] [2021-01-15T01:09:15.149Z] ---> Running in 719072af63da [2021-01-15T01:09:15.149Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T01:09:15.149Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T01:09:15.149Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-15T01:09:15.411Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T01:09:15.411Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T01:09:15.675Z] Removing intermediate container 719072af63da [2021-01-15T01:09:15.675Z] ---> d2971ea89ed9 [2021-01-15T01:09:15.675Z] Step 31/33 : LABEL arch=x86_64 [2021-01-15T01:09:15.937Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T01:09:15.937Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T01:09:16.207Z] ---> Running in 9221042e3c1d [2021-01-15T01:09:16.207Z] Collecting idna<2.8,>=2.5 [2021-01-15T01:09:16.207Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T01:09:16.207Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T01:09:16.207Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.073s coverage: 88.6% of statements [2021-01-15T01:09:16.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T01:09:16.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-01-15T01:09:16.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements [2021-01-15T01:09:16.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements [2021-01-15T01:09:16.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.580s coverage: 63.5% of statements [2021-01-15T01:09:16.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T01:09:16.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-01-15T01:09:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-01-15T01:09:16.472Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-15T01:09:16.472Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-15T01:09:16.472Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T01:09:16.472Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T01:09:16.472Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T01:09:16.472Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T01:09:16.472Z] Removing intermediate container 9221042e3c1d [2021-01-15T01:09:16.472Z] ---> eacbd259bf3d [2021-01-15T01:09:16.472Z] Step 32/33 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:09:16.734Z] Installing collected packages: PyYAML, docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, texttable, docopt, jsonschema, dockerpty, docker-compose [2021-01-15T01:09:16.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.900s coverage: 68.9% of statements [2021-01-15T01:09:16.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T01:09:16.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T01:09:16.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T01:09:16.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T01:09:16.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T01:09:17.324Z] Running setup.py install for PyYAML: started [2021-01-15T01:09:19.390Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T01:09:19.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.418s coverage: 37.0% of statements [2021-01-15T01:09:19.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T01:09:19.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T01:09:19.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.619s coverage: 84.0% of statements [2021-01-15T01:09:19.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements [2021-01-15T01:09:20.019Z] ---> Running in e8807c29e0d8 [2021-01-15T01:09:21.436Z] Attempting uninstall: idna [2021-01-15T01:09:21.436Z] Found existing installation: idna 2.9 [2021-01-15T01:09:21.436Z] Uninstalling idna-2.9: [2021-01-15T01:09:22.010Z] Successfully uninstalled idna-2.9 [2021-01-15T01:09:22.957Z] Attempting uninstall: urllib3 [2021-01-15T01:09:22.957Z] Found existing installation: urllib3 1.25.9 [2021-01-15T01:09:22.957Z] Uninstalling urllib3-1.25.9: [2021-01-15T01:09:22.957Z] Removing intermediate container d6123dac41c7 [2021-01-15T01:09:22.957Z] ---> 255bb659b101 [2021-01-15T01:09:22.957Z] [2021-01-15T01:09:22.957Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T01:09:22.957Z] ---> 389fef711851 [2021-01-15T01:09:22.957Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T01:09:22.957Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T01:09:23.218Z] Removing intermediate container e8807c29e0d8 [2021-01-15T01:09:23.218Z] ---> d648eca24022 [2021-01-15T01:09:23.218Z] Step 33/33 : LABEL version=0.0.0 [2021-01-15T01:09:23.480Z] Attempting uninstall: requests [2021-01-15T01:09:23.480Z] Found existing installation: requests 2.23.0 [2021-01-15T01:09:23.480Z] Uninstalling requests-2.23.0: [2021-01-15T01:09:23.480Z] Removing intermediate container cf04a216afa7 [2021-01-15T01:09:23.480Z] ---> 63e883662c33 [2021-01-15T01:09:23.480Z] [2021-01-15T01:09:23.480Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T01:09:23.480Z] ---> 389fef711851 [2021-01-15T01:09:23.480Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-15T01:09:23.480Z] ---> Using cache [2021-01-15T01:09:23.480Z] ---> 7a636eab65f2 [2021-01-15T01:09:23.480Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-15T01:09:23.480Z] ---> Using cache [2021-01-15T01:09:23.480Z] ---> f0390f898843 [2021-01-15T01:09:23.480Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-15T01:09:23.741Z] Successfully uninstalled requests-2.23.0 [2021-01-15T01:09:23.741Z] ---> 5d6253238cd8 [2021-01-15T01:09:23.741Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T01:09:24.321Z] ---> Running in a47ab770ede2 [2021-01-15T01:09:24.321Z] ---> Running in d15c20c368e8 [2021-01-15T01:09:24.321Z] ---> Running in 9eafbc2601d0 [2021-01-15T01:09:24.321Z] ---> Running in 52efd8071444 [2021-01-15T01:09:25.716Z] Removing intermediate container d15c20c368e8 [2021-01-15T01:09:25.716Z] ---> 9ebbcbbe5eb9 [2021-01-15T01:09:25.716Z] [2021-01-15T01:09:25.716Z] Running setup.py install for texttable: started [2021-01-15T01:09:25.716Z] Removing intermediate container 9eafbc2601d0 [2021-01-15T01:09:25.716Z] ---> 80333a3fdf1b [2021-01-15T01:09:25.716Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-15T01:09:25.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:09:25.716Z] ---> Running in 2513eed11a96 [2021-01-15T01:09:25.716Z] Successfully built 9ebbcbbe5eb9 [2021-01-15T01:09:25.716Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-15T01:09:25.716Z] Building docker-support-scheduler-go [2021-01-15T01:09:25.716Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:09:25.716Z] Removing intermediate container 2513eed11a96 [2021-01-15T01:09:25.716Z] ---> e5a322162a05 [2021-01-15T01:09:25.716Z] Step 15/23 : WORKDIR / [2021-01-15T01:09:25.985Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T01:09:25.985Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T01:09:25.985Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T01:09:25.985Z] ---> Running in 15b1287a893e [2021-01-15T01:09:25.985Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T01:09:25.985Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T01:09:25.985Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T01:09:25.985Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:09:25.985Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T01:09:25.985Z] Running setup.py install for docopt: started [2021-01-15T01:09:25.985Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T01:09:25.985Z] OK: 7 MiB in 19 packages [2021-01-15T01:09:26.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.342s coverage: 47.1% of statements [2021-01-15T01:09:26.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T01:09:26.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T01:09:26.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T01:09:26.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T01:09:26.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T01:09:26.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-01-15T01:09:26.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T01:09:26.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.135s coverage: 100.0% of statements [2021-01-15T01:09:26.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T01:09:26.573Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T01:09:26.847Z] Removing intermediate container 15b1287a893e [2021-01-15T01:09:26.847Z] ---> 17217a931097 [2021-01-15T01:09:26.847Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:09:26.847Z] Running setup.py install for dockerpty: started [2021-01-15T01:09:27.426Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T01:09:31.679Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-15T01:09:31.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.858s coverage: 29.1% of statements [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T01:09:31.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T01:09:31.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.122s coverage: 100.0% of statements [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T01:09:31.830Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T01:09:31.830Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T01:09:31.830Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.132s coverage: 87.9% of statements [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T01:09:31.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T01:09:31.830Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-01-15T01:09:31.830Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-15T01:09:32.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements [2021-01-15T01:09:33.093Z] ---> c07e9f012807 [2021-01-15T01:09:33.093Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T01:09:33.093Z] Removing intermediate container a47ab770ede2 [2021-01-15T01:09:33.093Z] ---> 9970d936029b [2021-01-15T01:09:33.093Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T01:09:33.093Z] ---> Running in f78d871a9b52 [2021-01-15T01:09:33.413Z] GO111MODULE=on go vet ./... [2021-01-15T01:09:35.042Z] Removing intermediate container f78d871a9b52 [2021-01-15T01:09:35.042Z] ---> dddd92401871 [2021-01-15T01:09:35.042Z] Step 13/24 : WORKDIR / [2021-01-15T01:09:36.467Z] ---> fcfe02108d8c [2021-01-15T01:09:36.467Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T01:09:36.467Z] ---> Running in 219b76aa75a4 [2021-01-15T01:09:39.832Z] ---> d1f2534b5c7a [2021-01-15T01:09:39.832Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-15T01:09:40.112Z] Removing intermediate container 219b76aa75a4 [2021-01-15T01:09:40.112Z] ---> 0433dca4dc82 [2021-01-15T01:09:40.112Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-15T01:09:40.379Z] ---> Running in 5a75a9d7306e [2021-01-15T01:09:40.649Z] Removing intermediate container 25fc2aeea639 [2021-01-15T01:09:40.649Z] ---> 5000fc4a4f90 [2021-01-15T01:09:40.649Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T01:09:43.987Z] Removing intermediate container 5a75a9d7306e [2021-01-15T01:09:43.987Z] ---> 4e36ddae404d [2021-01-15T01:09:43.987Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:09:44.277Z] ---> c8f627cf6b9c [2021-01-15T01:09:44.277Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-15T01:09:44.277Z] ---> Running in 31568d10d9ee [2021-01-15T01:09:44.856Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:09:44.856Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:09:44.856Z] ---> 151bb1bf57b6 [2021-01-15T01:09:44.856Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T01:09:44.856Z] ---> Using cache [2021-01-15T01:09:44.856Z] ---> 4d437d219bd3 [2021-01-15T01:09:44.856Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:09:44.856Z] ---> Using cache [2021-01-15T01:09:44.856Z] ---> 481859f0672f [2021-01-15T01:09:44.856Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T01:09:44.856Z] ---> Using cache [2021-01-15T01:09:44.856Z] ---> fccbde41dd83 [2021-01-15T01:09:44.856Z] Step 6/22 : COPY go.mod . [2021-01-15T01:09:44.856Z] ---> Using cache [2021-01-15T01:09:44.856Z] ---> 91b01f8283cc [2021-01-15T01:09:44.856Z] Step 7/22 : RUN go mod download [2021-01-15T01:09:44.856Z] ---> Using cache [2021-01-15T01:09:44.856Z] ---> fcb4319526fe [2021-01-15T01:09:44.856Z] Step 8/22 : COPY . . [2021-01-15T01:09:44.856Z] ---> Using cache [2021-01-15T01:09:44.856Z] ---> f9745619fcca [2021-01-15T01:09:44.856Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T01:09:45.437Z] ---> Running in a202e9b6410f [2021-01-15T01:09:45.706Z] ---> Running in 812e3b8f7510 [2021-01-15T01:09:46.298Z] ---> d7313c04d08d [2021-01-15T01:09:46.298Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T01:09:46.298Z] Removing intermediate container a202e9b6410f [2021-01-15T01:09:46.298Z] ---> a042b4dfa767 [2021-01-15T01:09:46.298Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T01:09:46.571Z] ---> Running in b0df9251191d [2021-01-15T01:09:46.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:09:46.871Z] ---> 6b2635231d35 [2021-01-15T01:09:46.871Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T01:09:46.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:09:47.162Z] Removing intermediate container b0df9251191d [2021-01-15T01:09:47.162Z] ---> 79b9328f5f39 [2021-01-15T01:09:47.162Z] Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:09:47.162Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T01:09:47.162Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T01:09:47.162Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T01:09:47.162Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:09:47.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T01:09:47.162Z] OK: 72 MiB in 58 packages [2021-01-15T01:09:47.162Z] ---> Running in db08a1de1288 [2021-01-15T01:09:47.443Z] ---> e8eb9c0fda9a [2021-01-15T01:09:47.443Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T01:09:47.711Z] Removing intermediate container db08a1de1288 [2021-01-15T01:09:47.711Z] ---> 09b14787eda3 [2021-01-15T01:09:47.711Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T01:09:47.991Z] ---> Running in 142a8e66d5df [2021-01-15T01:09:48.258Z] Removing intermediate container 31568d10d9ee [2021-01-15T01:09:48.258Z] ---> 81cc7cf3ca86 [2021-01-15T01:09:48.258Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T01:09:48.258Z] Removing intermediate container 142a8e66d5df [2021-01-15T01:09:48.258Z] ---> d7d2ed3bd7c6 [2021-01-15T01:09:48.258Z] [2021-01-15T01:09:48.258Z] ---> Running in 72fe4443d6e9 [2021-01-15T01:09:48.526Z] ---> d139afb1a30f [2021-01-15T01:09:48.526Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T01:09:48.526Z] Successfully built d7d2ed3bd7c6 [2021-01-15T01:09:48.526Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T01:09:48.796Z]  Building docker-core-metadata-go ... done Removing intermediate container 72fe4443d6e9 [2021-01-15T01:09:48.796Z] ---> 7c0e62131d76 [2021-01-15T01:09:48.796Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:09:48.796Z] ---> Running in d9d8ea8872e0 [2021-01-15T01:09:49.070Z] ---> 1c1fdcb2d6ca [2021-01-15T01:09:49.070Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T01:09:49.070Z] ---> Running in 14cc438ac230 [2021-01-15T01:09:49.335Z] Removing intermediate container d9d8ea8872e0 [2021-01-15T01:09:49.335Z] ---> 1b045ec4688e [2021-01-15T01:09:49.335Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T01:09:49.610Z] ---> Running in a711fb378d8a [2021-01-15T01:09:49.877Z] Removing intermediate container a711fb378d8a [2021-01-15T01:09:49.877Z] ---> 77733b23ddb6 [2021-01-15T01:09:49.877Z] Step 25/26 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:09:50.148Z] ---> Running in 586305c853ec [2021-01-15T01:09:50.416Z] Removing intermediate container 586305c853ec [2021-01-15T01:09:50.416Z] ---> c68d61e35cd3 [2021-01-15T01:09:50.416Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T01:09:50.416Z] ---> Running in 1533d4b9d297 [2021-01-15T01:09:51.024Z] Removing intermediate container 1533d4b9d297 [2021-01-15T01:09:51.024Z] ---> 8e23859432a2 [2021-01-15T01:09:51.024Z] [2021-01-15T01:09:51.024Z] Removing intermediate container 14cc438ac230 [2021-01-15T01:09:51.024Z] ---> 84e1d9bc72f5 [2021-01-15T01:09:51.024Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T01:09:51.024Z] Successfully built 8e23859432a2 [2021-01-15T01:09:51.024Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T01:09:51.024Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 9eadd4c951cd [2021-01-15T01:09:51.624Z] Removing intermediate container 9eadd4c951cd [2021-01-15T01:09:51.624Z] ---> 64a4ef10a500 [2021-01-15T01:09:51.624Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T01:09:52.604Z] ---> Running in a8b92c587f18 [2021-01-15T01:09:52.874Z] Removing intermediate container a8b92c587f18 [2021-01-15T01:09:52.874Z] ---> 65b84cec10b3 [2021-01-15T01:09:52.874Z] Step 23/24 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:09:52.874Z] ---> Running in a3fb9163e8e3 [2021-01-15T01:09:53.144Z] Removing intermediate container a3fb9163e8e3 [2021-01-15T01:09:53.144Z] ---> 06f7297a026c [2021-01-15T01:09:53.144Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T01:09:53.423Z] ---> Running in 74694620e8cb [2021-01-15T01:09:53.704Z] Removing intermediate container 74694620e8cb [2021-01-15T01:09:53.704Z] ---> 803eb2a8cbe6 [2021-01-15T01:09:53.704Z] [2021-01-15T01:09:53.704Z] Successfully built 803eb2a8cbe6 [2021-01-15T01:09:53.981Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T01:09:57.329Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 52efd8071444 [2021-01-15T01:09:57.329Z] ---> 1c2b77f982b7 [2021-01-15T01:09:57.329Z] [2021-01-15T01:09:57.329Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T01:09:57.329Z] ---> 389fef711851 [2021-01-15T01:09:57.329Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T01:09:57.329Z] ---> Running in 20421fd11cf3 [2021-01-15T01:09:57.591Z] Removing intermediate container 20421fd11cf3 [2021-01-15T01:09:57.592Z] ---> 553b6edd7185 [2021-01-15T01:09:57.592Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T01:09:57.592Z] ---> Running in a6fc19ad2304 [2021-01-15T01:09:57.864Z] Removing intermediate container a6fc19ad2304 [2021-01-15T01:09:57.864Z] ---> f1caa1c72eb3 [2021-01-15T01:09:57.864Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T01:09:57.864Z] ---> Running in 82dd23c4f747 [2021-01-15T01:09:58.128Z] Removing intermediate container 82dd23c4f747 [2021-01-15T01:09:58.128Z] ---> a13f1ba36e99 [2021-01-15T01:09:58.128Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:09:58.128Z] ---> Running in d533132a61e0 [2021-01-15T01:09:59.085Z] Removing intermediate container d533132a61e0 [2021-01-15T01:09:59.085Z] ---> 0db748851c49 [2021-01-15T01:09:59.085Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-15T01:09:59.348Z] ---> Running in dadbf28d1cb3 [2021-01-15T01:10:00.748Z] Removing intermediate container 812e3b8f7510 [2021-01-15T01:10:00.748Z] ---> 8535ed27f53f [2021-01-15T01:10:00.748Z] [2021-01-15T01:10:00.748Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T01:10:00.748Z] ---> 389fef711851 [2021-01-15T01:10:00.748Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-15T01:10:00.748Z] ---> Using cache [2021-01-15T01:10:00.748Z] ---> 7a636eab65f2 [2021-01-15T01:10:00.748Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-15T01:10:00.748Z] ---> Using cache [2021-01-15T01:10:00.748Z] ---> f0390f898843 [2021-01-15T01:10:00.748Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-15T01:10:01.011Z] ---> Running in 8195dcd1e227 [2021-01-15T01:10:01.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T01:10:01.275Z] Removing intermediate container 8195dcd1e227 [2021-01-15T01:10:01.275Z] ---> 0b2b5a284867 [2021-01-15T01:10:01.275Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-15T01:10:01.275Z] ---> Running in 999a7fb9947f [2021-01-15T01:10:01.538Z] Removing intermediate container 999a7fb9947f [2021-01-15T01:10:01.538Z] ---> d56402bbc371 [2021-01-15T01:10:01.538Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:10:01.538Z] ---> 4a978ec7eeff [2021-01-15T01:10:01.538Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T01:10:01.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T01:10:02.066Z] ---> 0c6e0fc86157 [2021-01-15T01:10:02.067Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T01:10:02.336Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-15T01:10:02.336Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-15T01:10:02.336Z] ---> 0f29974bfa4f [2021-01-15T01:10:02.336Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T01:10:02.336Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-15T01:10:02.336Z] ---> Running in cdb77f545341 [2021-01-15T01:10:02.604Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-15T01:10:02.604Z] Removing intermediate container cdb77f545341 [2021-01-15T01:10:02.604Z] ---> 671e9c315889 [2021-01-15T01:10:02.604Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:10:02.604Z] ---> Running in fa89def361a2 [2021-01-15T01:10:02.868Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T01:10:02.868Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-15T01:10:02.868Z] Removing intermediate container fa89def361a2 [2021-01-15T01:10:02.868Z] ---> 3a4763f84d29 [2021-01-15T01:10:02.868Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T01:10:02.868Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:10:02.868Z] OK: 8 MiB in 20 packages [2021-01-15T01:10:02.868Z] ---> Running in 37f5ef768a8e [2021-01-15T01:10:03.133Z] Removing intermediate container 37f5ef768a8e [2021-01-15T01:10:03.133Z] ---> 72899379aa06 [2021-01-15T01:10:03.133Z] Step 21/22 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:10:03.133Z] ---> Running in ee20e292459a [2021-01-15T01:10:03.397Z] Removing intermediate container ee20e292459a [2021-01-15T01:10:03.397Z] ---> d261a9aa1c1c [2021-01-15T01:10:03.397Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T01:10:03.397Z] Removing intermediate container dadbf28d1cb3 [2021-01-15T01:10:03.397Z] ---> 6e9a3505f420 [2021-01-15T01:10:03.397Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:10:03.397Z] ---> Running in 2ed739ebd7c5 [2021-01-15T01:10:03.660Z] Removing intermediate container 2ed739ebd7c5 [2021-01-15T01:10:03.660Z] ---> 45400b46c4b5 [2021-01-15T01:10:03.660Z] [2021-01-15T01:10:03.660Z] ---> 2432d20872e5 [2021-01-15T01:10:03.660Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T01:10:04.605Z] Successfully built 45400b46c4b5 [2021-01-15T01:10:04.605Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T01:10:04.605Z]  Building docker-support-scheduler-go ... done  ---> 1705aa55aff5 [2021-01-15T01:10:04.605Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T01:10:04.868Z] ---> c4650dc02808 [2021-01-15T01:10:04.868Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T01:10:04.868Z] ---> Running in adfab4fa4ca1 [2021-01-15T01:10:05.133Z] Removing intermediate container adfab4fa4ca1 [2021-01-15T01:10:05.133Z] ---> 8da3ad9723c1 [2021-01-15T01:10:05.133Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:10:05.133Z] ---> Running in 8a0b319b0de8 [2021-01-15T01:10:05.395Z] Removing intermediate container 8a0b319b0de8 [2021-01-15T01:10:05.395Z] ---> 28836e65c3eb [2021-01-15T01:10:05.395Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T01:10:05.395Z] ---> Running in 797d9558ee05 [2021-01-15T01:10:05.657Z] Removing intermediate container 797d9558ee05 [2021-01-15T01:10:05.657Z] ---> d4d738eb0d02 [2021-01-15T01:10:05.657Z] Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:10:05.657Z] ---> Running in 85c846b5f94a [2021-01-15T01:10:05.657Z] Removing intermediate container 85c846b5f94a [2021-01-15T01:10:05.657Z] ---> 023925590731 [2021-01-15T01:10:05.657Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T01:10:05.918Z] ---> Running in 573a90593f07 [2021-01-15T01:10:05.918Z] Removing intermediate container 573a90593f07 [2021-01-15T01:10:05.918Z] ---> d32802eabe2d [2021-01-15T01:10:05.918Z] [2021-01-15T01:10:06.180Z] Successfully built d32802eabe2d [2021-01-15T01:10:06.180Z] Successfully tagged docker-core-data-go:latest [2021-01-15T01:10:06.475Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T01:10:06.527Z] $ docker stop --time=1 bea2c876f7861facd29d4f40532d88857faf057cb764f183345253889f865fc3 [2021-01-15T01:10:08.222Z] $ docker rm -f bea2c876f7861facd29d4f40532d88857faf057cb764f183345253889f865fc3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T01:10:08.797Z] + docker images [2021-01-15T01:10:08.797Z] + grep docker [2021-01-15T01:10:09.060Z] docker-core-data-go latest d32802eabe2d 3 seconds ago 22.3MB [2021-01-15T01:10:09.060Z] docker-support-scheduler-go latest 45400b46c4b5 5 seconds ago 16.4MB [2021-01-15T01:10:09.060Z] docker-security-secretstore-setup-go latest 803eb2a8cbe6 15 seconds ago 24.6MB [2021-01-15T01:10:09.060Z] docker-sys-mgmt-agent-go latest 8e23859432a2 18 seconds ago 313MB [2021-01-15T01:10:09.060Z] docker-core-metadata-go latest d7d2ed3bd7c6 21 seconds ago 18.7MB [2021-01-15T01:10:09.060Z] docker-security-bootstrapper-go latest 9ebbcbbe5eb9 44 seconds ago 41.5MB [2021-01-15T01:10:09.060Z] docker-core-command-go latest 5447fb3daa48 About a minute ago 16.2MB [2021-01-15T01:10:09.060Z] docker-support-notifications-go latest b081e9c41cbe About a minute ago 16.9MB [2021-01-15T01:10:09.060Z] docker-security-proxy-setup-go latest d9b81f0d2657 About a minute ago 24.4MB [2021-01-15T01:10:09.060Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-15T01:10:09.900Z] Running on prd-ubuntu18.04-docker-8c-8g-20357 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-15T01:10:09.957Z] Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout [2021-01-15T01:10:11.933Z] using credential edgex-jenkins-ssh [2021-01-15T01:10:12.040Z] Cloning the remote Git repository [2021-01-15T01:10:12.072Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T01:10:12.151Z] > git init /w/workspace/edgex-go/27 # timeout=10 [2021-01-15T01:10:12.183Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T01:10:12.183Z] > git --version # timeout=10 [2021-01-15T01:10:12.190Z] > git --version # 'git version 2.17.1' [2021-01-15T01:10:12.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T01:10:12.221Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T01:10:19.402Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:10:19.527Z] Merge succeeded, producing d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:10:19.527Z] Checking out Revision d1b6f8cb6c14c156082104a9acd2063c8ad82e6b (PR-2970) [2021-01-15T01:10:18.653Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T01:10:18.662Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T01:10:18.672Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T01:10:18.684Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T01:10:18.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T01:10:18.688Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T01:10:19.411Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T01:10:19.417Z] > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 [2021-01-15T01:10:19.494Z] > git remote # timeout=10 [2021-01-15T01:10:19.500Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T01:10:19.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T01:10:19.513Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-15T01:10:19.521Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T01:10:19.530Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T01:10:19.538Z] > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 [2021-01-15T01:10:23.227Z] Commit message: "feat(security): Address another PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:10:24.246Z] + echo snap-build.sh [2021-01-15T01:10:24.246Z] snap-build.sh [2021-01-15T01:10:24.246Z] + SNAP_BASE_DIR=. [2021-01-15T01:10:24.246Z] + '[' '!' -z /w/workspace/edgex-go/27 ']' [2021-01-15T01:10:24.246Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/27 [2021-01-15T01:10:24.246Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/27]' [2021-01-15T01:10:24.246Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/27] [2021-01-15T01:10:24.246Z] + cd /w/workspace/edgex-go/27 [2021-01-15T01:10:24.246Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-15T01:10:24.246Z] Reading package lists... [2021-01-15T01:10:24.246Z] Building dependency tree... [2021-01-15T01:10:24.246Z] Reading state information... [2021-01-15T01:10:24.509Z] The following packages were automatically installed and are no longer required: [2021-01-15T01:10:24.509Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-15T01:10:24.509Z] uidmap xdelta3 [2021-01-15T01:10:24.509Z] Use 'sudo apt autoremove' to remove them. [2021-01-15T01:10:24.509Z] The following packages will be REMOVED: [2021-01-15T01:10:24.509Z] lxd* lxd-client* [2021-01-15T01:10:24.769Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-15T01:10:24.769Z] After this operation, 31.7 MB disk space will be freed. [2021-01-15T01:10:25.813Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-15T01:10:25.813Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T01:10:26.756Z] Removing lxd dnsmasq configuration [2021-01-15T01:10:26.756Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T01:10:27.020Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-15T01:10:41.460Z] gofmt -l . [2021-01-15T01:10:42.061Z] [ "`gofmt -l .`" = "" ] [2021-01-15T01:10:44.690Z] ./bin/test-go-mod-tidy.sh [2021-01-15T01:10:44.964Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T01:10:47.067Z] + ls -al . [2021-01-15T01:10:47.067Z] total 688 [2021-01-15T01:10:47.067Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 01:10 . [2021-01-15T01:10:47.067Z] drwxr-xr-x 4 root root 4096 Jan 15 01:07 .. [2021-01-15T01:10:47.067Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 01:05 .dockerignore [2021-01-15T01:10:47.067Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 01:05 .git [2021-01-15T01:10:47.068Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 01:05 .github [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 872 Jan 15 01:05 .gitignore [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 01:05 .sonarcloud.properties [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 7841 Jan 15 01:05 Attribution.txt [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 01:05 CONTRIBUTING.md [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 01:05 Dockerfile.build [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 01:05 Jenkinsfile [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 01:05 LICENSE [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 6001 Jan 15 01:05 Makefile [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 01:05 README.md [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 01:05 SECURITY.md [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 01:03 VERSION [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 01:05 ZMQWindows.md [2021-01-15T01:10:47.068Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 01:05 bin [2021-01-15T01:10:47.068Z] drwxrwxr-x 15 1001 1001 4096 Jan 15 01:05 cmd [2021-01-15T01:10:47.068Z] -rw-r--r-- 1 root root 555396 Jan 15 01:09 coverage.out [2021-01-15T01:10:47.068Z] -rw-r--r-- 1 root root 1005 Jan 15 01:10 go.mod [2021-01-15T01:10:47.068Z] -rw-r--r-- 1 root root 19189 Jan 15 01:10 go.sum [2021-01-15T01:10:47.068Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 01:05 internal [2021-01-15T01:10:47.068Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 01:05 openapi [2021-01-15T01:10:47.068Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 01:05 snap [2021-01-15T01:10:47.068Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 01:05 version.go [Pipeline] sh [2021-01-15T01:10:47.729Z] + '[' -e coverage.out ] [2021-01-15T01:10:47.729Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T01:10:47.750Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T01:10:49.005Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T01:10:49.722Z] + make build [2021-01-15T01:10:49.722Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T01:11:00.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T01:11:22.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T01:11:24.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T01:11:29.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T01:11:30.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T01:11:36.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T01:11:39.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T01:11:42.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T01:11:47.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T01:11:52.527Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T01:11:55.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T01:11:59.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-15T01:12:03.736Z] $ docker stop --time=1 60ed3fcc165b1885dcb1b5c78f6fa4235bfe468be04f91dc023de770af575af1 [2021-01-15T01:12:06.283Z] $ docker rm -f 60ed3fcc165b1885dcb1b5c78f6fa4235bfe468be04f91dc023de770af575af1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:12:08.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T01:12:08.351Z] [2021-01-15T01:12:08.351Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:12:09.015Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T01:12:09.288Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T01:12:09.288Z] 29e5d40040c1: Pulling fs layer [2021-01-15T01:12:09.288Z] 1ce36da41761: Pulling fs layer [2021-01-15T01:12:09.288Z] 25b303627fd3: Pulling fs layer [2021-01-15T01:12:09.288Z] 29e5d40040c1: Verifying Checksum [2021-01-15T01:12:09.288Z] 29e5d40040c1: Download complete [2021-01-15T01:12:10.269Z] 29e5d40040c1: Pull complete [2021-01-15T01:12:10.269Z] 1ce36da41761: Verifying Checksum [2021-01-15T01:12:10.269Z] 1ce36da41761: Download complete [2021-01-15T01:12:11.712Z] 1ce36da41761: Pull complete [2021-01-15T01:12:11.712Z] 25b303627fd3: Verifying Checksum [2021-01-15T01:12:11.712Z] 25b303627fd3: Download complete [2021-01-15T01:12:18.583Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-15T01:12:18.583Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-15T01:12:18.583Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T01:12:18.583Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-15T01:12:18.583Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-15T01:12:18.583Z] + sudo snap remove --purge lxd [2021-01-15T01:12:18.583Z] snap "lxd" is not installed [2021-01-15T01:12:18.583Z] + sudo groupadd --force --system lxd [2021-01-15T01:12:18.583Z] ++ whoami [2021-01-15T01:12:18.583Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-15T01:12:18.583Z] + newgrp - lxd [2021-01-15T01:12:18.583Z] + sudo snap install lxd [2021-01-15T01:12:18.583Z] 2021-01-15T01:12:16Z INFO Waiting for automatic snapd restart... [2021-01-15T01:12:21.853Z] 25b303627fd3: Pull complete [2021-01-15T01:12:21.854Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T01:12:21.854Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T01:12:21.854Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T01:12:22.072Z] prd-ubuntu18.04-docker-arm64-4c-16g-20364 does not seem to be running inside a container [2021-01-15T01:12:22.120Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T01:12:25.178Z] $ docker top 3218d4034693c7e3bf87213d3f0650b61cb9d2fd1074b49c111c5b2a85fc3407 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T01:12:26.238Z] + docker-compose build --help [2021-01-15T01:12:26.238Z] + grep parallel [2021-01-15T01:12:29.608Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T01:12:29.870Z] $ docker stop --time=1 3218d4034693c7e3bf87213d3f0650b61cb9d2fd1074b49c111c5b2a85fc3407 [2021-01-15T01:12:31.815Z] $ docker rm -f 3218d4034693c7e3bf87213d3f0650b61cb9d2fd1074b49c111c5b2a85fc3407 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:12:32.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T01:12:32.725Z] . [Pipeline] withDockerContainer [2021-01-15T01:12:32.994Z] prd-ubuntu18.04-docker-arm64-4c-16g-20364 does not seem to be running inside a container [2021-01-15T01:12:33.052Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T01:12:33.507Z] lxd 4.10 from Canonical* installed [2021-01-15T01:12:33.507Z] + sudo lxd init --auto [2021-01-15T01:12:34.377Z] $ docker top aa88e0fa1a286e64ce7b235993b337bfb18154fbbef328585be44ee8bf3e9a60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T01:12:35.437Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T01:12:38.815Z] Building docker-core-command-go ... [2021-01-15T01:12:38.815Z] Building docker-core-data-go ... [2021-01-15T01:12:38.815Z] Building docker-core-metadata-go ... [2021-01-15T01:12:38.815Z] Building docker-security-bootstrapper-go ... [2021-01-15T01:12:38.815Z] Building docker-security-proxy-setup-go ... [2021-01-15T01:12:38.815Z] Building docker-security-secretstore-setup-go ... [2021-01-15T01:12:38.815Z] Building docker-support-notifications-go ... [2021-01-15T01:12:38.815Z] Building docker-support-scheduler-go ... [2021-01-15T01:12:38.815Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T01:12:38.815Z] Building docker-core-metadata-go [2021-01-15T01:12:38.815Z] Building docker-sys-mgmt-agent-go [2021-01-15T01:12:38.815Z] Building docker-security-proxy-setup-go [2021-01-15T01:12:38.815Z] Building docker-security-bootstrapper-go [2021-01-15T01:12:38.815Z] Building docker-core-command-go [2021-01-15T01:12:43.519Z] + sudo snap install --classic snapcraft [2021-01-15T01:12:50.110Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T01:12:50.110Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-15T01:12:50.110Z] + patch --verbose -p1 [2021-01-15T01:12:50.110Z] Hmm... Looks like a unified diff to me... [2021-01-15T01:12:50.110Z] The text leading up to this was: [2021-01-15T01:12:50.110Z] -------------------------- [2021-01-15T01:12:50.110Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-15T01:12:50.110Z] |From: Tony Espy [2021-01-15T01:12:50.110Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-15T01:12:50.110Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-15T01:12:50.110Z] | [2021-01-15T01:12:50.110Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-15T01:12:50.110Z] |optimize the snap CI check run for pull requests. When [2021-01-15T01:12:50.110Z] |applied, it essentially strips out everything (apps and [2021-01-15T01:12:50.110Z] |parts) from the snapcraft.yaml file except those required [2021-01-15T01:12:50.110Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-15T01:12:50.110Z] |catch changes to edgex-go that break the snap build. [2021-01-15T01:12:50.110Z] | [2021-01-15T01:12:50.110Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-15T01:12:50.110Z] |to update this patch file, otherwise it may fail to apply, [2021-01-15T01:12:50.110Z] |resulting in a failed snap build CI check in the associated [2021-01-15T01:12:50.110Z] |pull request. [2021-01-15T01:12:50.110Z] | [2021-01-15T01:12:50.110Z] |Note - in addition to applying this patch, the pipeline also [2021-01-15T01:12:50.110Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-15T01:12:50.110Z] |need to build the finally binary .snap file (and it won't [2021-01-15T01:12:50.110Z] |work with the patch applied). This further reduces the build [2021-01-15T01:12:50.110Z] |time. [2021-01-15T01:12:50.110Z] |--- [2021-01-15T01:12:50.110Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-15T01:12:50.110Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-15T01:12:50.110Z] | [2021-01-15T01:12:50.110Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-15T01:12:50.110Z] |index 1e537489..faf42425 100644 [2021-01-15T01:12:50.110Z] |--- a/snap/snapcraft.yaml [2021-01-15T01:12:50.110Z] |+++ b/snap/snapcraft.yaml [2021-01-15T01:12:50.110Z] -------------------------- [2021-01-15T01:12:50.110Z] patching file snap/snapcraft.yaml [2021-01-15T01:12:50.110Z] Using Plan A... [2021-01-15T01:12:50.110Z] Hunk #1 succeeded at 73. [2021-01-15T01:12:50.110Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-15T01:12:50.110Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-15T01:12:50.110Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-15T01:12:50.110Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-15T01:12:50.110Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-15T01:12:50.110Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-15T01:12:50.110Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-15T01:12:50.110Z] Hmm... Ignoring the trailing garbage. [2021-01-15T01:12:50.110Z] done [2021-01-15T01:12:50.110Z] + sudo snapcraft prime --use-lxd [2021-01-15T01:12:51.055Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-15T01:12:51.055Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-15T01:12:51.055Z] - README.md [2021-01-15T01:12:51.055Z] - snapcraft.yaml.orig [2021-01-15T01:12:51.055Z] [2021-01-15T01:12:51.055Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T01:12:51.634Z] Launching a container. [2021-01-15T01:13:03.882Z] Waiting for container to be ready [2021-01-15T01:13:03.882Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-15T01:13:03.882Z] [2021-01-15T01:13:05.798Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-15T01:13:06.373Z] Waiting for network to be ready... [2021-01-15T01:13:06.945Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T01:13:06.945Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T01:13:07.516Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T01:13:07.516Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T01:13:07.516Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T01:13:07.777Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T01:13:07.777Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T01:13:07.777Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T01:13:07.777Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T01:13:07.777Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T01:13:07.777Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T01:13:07.777Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T01:13:07.777Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T01:13:07.777Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T01:13:07.777Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T01:13:07.777Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T01:13:07.777Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T01:13:08.037Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T01:13:08.037Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T01:13:08.610Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T01:13:08.610Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T01:13:08.610Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T01:13:08.610Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T01:13:08.610Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T01:13:08.610Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T01:13:08.610Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T01:13:08.870Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T01:13:11.421Z] Fetched 23.7 MB in 4s (5509 kB/s) [2021-01-15T01:13:11.690Z] Reading package lists... [2021-01-15T01:13:11.950Z] Reading package lists... [2021-01-15T01:13:12.211Z] Building dependency tree... [2021-01-15T01:13:12.211Z] Reading state information... [2021-01-15T01:13:12.211Z] The following additional packages will be installed: [2021-01-15T01:13:12.211Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T01:13:12.211Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T01:13:12.211Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T01:13:12.211Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-15T01:13:12.211Z] Suggested packages: [2021-01-15T01:13:12.211Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-15T01:13:12.211Z] Recommended packages: [2021-01-15T01:13:12.211Z] gnupg libsasl2-modules [2021-01-15T01:13:12.211Z] The following NEW packages will be installed: [2021-01-15T01:13:12.211Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T01:13:12.211Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T01:13:12.211Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T01:13:12.211Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-15T01:13:12.211Z] The following packages will be upgraded: [2021-01-15T01:13:12.211Z] gpg gpg-agent gpgconf libudev1 [2021-01-15T01:13:12.471Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-15T01:13:12.471Z] Need to get 3532 kB of archives. [2021-01-15T01:13:12.471Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-15T01:13:12.471Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-15T01:13:12.471Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-15T01:13:12.731Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-15T01:13:12.991Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-15T01:13:12.991Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-15T01:13:12.991Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-15T01:13:12.991Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-15T01:13:13.253Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-15T01:13:13.253Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-15T01:13:13.253Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-15T01:13:13.253Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-15T01:13:13.253Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-15T01:13:13.253Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-15T01:13:13.253Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-15T01:13:13.253Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-15T01:13:13.253Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-15T01:13:13.253Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-15T01:13:13.253Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-15T01:13:13.253Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-15T01:13:13.253Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-15T01:13:13.253Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-15T01:13:13.253Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-15T01:13:13.514Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T01:13:13.514Z] Fetched 3532 kB in 1s (3258 kB/s) [2021-01-15T01:13:13.514Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T01:13:13.514Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-15T01:13:13.514Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T01:13:13.514Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-15T01:13:13.774Z] Selecting previously unselected package udev. [2021-01-15T01:13:13.774Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T01:13:13.774Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-15T01:13:13.774Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-15T01:13:14.037Z] Selecting previously unselected package libfuse2:amd64. [2021-01-15T01:13:14.037Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T01:13:14.037Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T01:13:14.037Z] Selecting previously unselected package fuse. [2021-01-15T01:13:14.037Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T01:13:14.299Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-15T01:13:14.299Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T01:13:14.299Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T01:13:14.562Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T01:13:14.562Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T01:13:14.562Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T01:13:14.562Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T01:13:14.823Z] Selecting previously unselected package libksba8:amd64. [2021-01-15T01:13:14.823Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-15T01:13:14.823Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-15T01:13:14.823Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-15T01:13:14.823Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T01:13:14.823Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:15.084Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-15T01:13:15.084Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T01:13:15.084Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:15.084Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-15T01:13:15.084Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T01:13:15.084Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:15.084Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-15T01:13:15.084Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T01:13:15.084Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:15.344Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-15T01:13:15.344Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T01:13:15.345Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:15.345Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-15T01:13:15.345Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T01:13:15.345Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:15.345Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-15T01:13:15.345Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T01:13:15.345Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:15.605Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-15T01:13:15.605Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T01:13:15.605Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:15.605Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-15T01:13:15.605Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T01:13:15.605Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:15.605Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-15T01:13:15.605Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T01:13:15.605Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T01:13:15.866Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-15T01:13:15.866Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T01:13:15.866Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T01:13:15.866Z] Selecting previously unselected package libldap-common. [2021-01-15T01:13:15.866Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-15T01:13:15.866Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T01:13:15.866Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-15T01:13:16.126Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-15T01:13:16.126Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T01:13:16.126Z] Selecting previously unselected package dirmngr. [2021-01-15T01:13:16.126Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T01:13:16.126Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T01:13:16.126Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T01:13:16.386Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-15T01:13:16.386Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T01:13:16.386Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T01:13:16.386Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T01:13:16.386Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-15T01:13:16.386Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:16.386Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-15T01:13:16.386Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T01:13:16.386Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-15T01:13:16.962Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-15T01:13:16.962Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:16.963Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-15T01:13:16.963Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-15T01:13:16.963Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-15T01:13:16.963Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:16.963Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:16.963Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:17.227Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:17.227Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:17.227Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:17.227Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T01:13:17.227Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T01:13:17.227Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T01:13:17.227Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T01:13:17.797Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-15T01:13:17.797Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-15T01:13:17.797Z] This means they are not meant to be enabled using systemctl. [2021-01-15T01:13:17.797Z] Possible reasons for having this kind of units are: [2021-01-15T01:13:17.797Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-15T01:13:17.797Z] .wants/ or .requires/ directory. [2021-01-15T01:13:17.797Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-15T01:13:17.797Z] a requirement dependency on it. [2021-01-15T01:13:17.797Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-15T01:13:17.797Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-15T01:13:17.797Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-15T01:13:17.797Z] instance name specified. [2021-01-15T01:13:18.059Z] Reading package lists... [2021-01-15T01:13:18.059Z] Building dependency tree... [2021-01-15T01:13:18.059Z] Reading state information... [2021-01-15T01:13:18.320Z] The following additional packages will be installed: [2021-01-15T01:13:18.320Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-15T01:13:18.320Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-15T01:13:18.320Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-15T01:13:18.320Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-15T01:13:18.320Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-15T01:13:18.320Z] Suggested packages: [2021-01-15T01:13:18.320Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-15T01:13:18.320Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-15T01:13:18.320Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-15T01:13:18.320Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-15T01:13:18.320Z] systemd-container policykit-1 [2021-01-15T01:13:18.320Z] Recommended packages: [2021-01-15T01:13:18.320Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-15T01:13:18.320Z] The following NEW packages will be installed: [2021-01-15T01:13:18.320Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-15T01:13:18.320Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-15T01:13:18.320Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-15T01:13:18.320Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-15T01:13:18.320Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-15T01:13:18.320Z] The following packages will be upgraded: [2021-01-15T01:13:18.320Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-15T01:13:18.581Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-15T01:13:18.581Z] Need to get 35.2 MB of archives. [2021-01-15T01:13:18.581Z] After this operation, 141 MB of additional disk space will be used. [2021-01-15T01:13:18.581Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-15T01:13:18.581Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-15T01:13:19.157Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-15T01:13:19.157Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-15T01:13:19.157Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-15T01:13:19.157Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-15T01:13:19.157Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-15T01:13:19.157Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-15T01:13:19.157Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-15T01:13:19.157Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-15T01:13:19.157Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-15T01:13:19.157Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-15T01:13:19.157Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-15T01:13:19.419Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-15T01:13:19.419Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-15T01:13:19.419Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-15T01:13:19.419Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-15T01:13:19.419Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-15T01:13:19.419Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-15T01:13:19.419Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-15T01:13:19.419Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-15T01:13:19.419Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-15T01:13:19.419Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-15T01:13:19.419Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-15T01:13:19.679Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-15T01:13:19.679Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-15T01:13:19.679Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-15T01:13:19.679Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-15T01:13:19.679Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-15T01:13:19.679Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-15T01:13:20.623Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T01:13:20.623Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-01-15T01:13:20.623Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T01:13:20.623Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-15T01:13:20.883Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T01:13:21.454Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-15T01:13:21.454Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T01:13:21.454Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-15T01:13:21.715Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T01:13:21.715Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T01:13:21.715Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T01:13:21.715Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-15T01:13:21.975Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T01:13:21.975Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T01:13:21.975Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T01:13:22.237Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-15T01:13:22.237Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-15T01:13:22.808Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-15T01:13:22.808Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-15T01:13:22.808Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T01:13:22.808Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T01:13:23.069Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-15T01:13:23.069Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T01:13:23.069Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T01:13:23.329Z] Selecting previously unselected package libexpat1:amd64. [2021-01-15T01:13:23.329Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-15T01:13:23.329Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T01:13:23.329Z] Selecting previously unselected package python3.6-minimal. [2021-01-15T01:13:23.329Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T01:13:23.329Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T01:13:23.591Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T01:13:23.591Z] Checking for services that may need to be restarted...done. [2021-01-15T01:13:23.591Z] Checking for services that may need to be restarted...done. [2021-01-15T01:13:23.852Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T01:13:23.852Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T01:13:23.852Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T01:13:24.423Z] Selecting previously unselected package python3-minimal. [2021-01-15T01:13:24.423Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-15T01:13:24.423Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-15T01:13:24.423Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-15T01:13:24.423Z] Selecting previously unselected package mime-support. [2021-01-15T01:13:24.423Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-15T01:13:24.423Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-15T01:13:24.423Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-15T01:13:24.423Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-15T01:13:24.423Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T01:13:24.685Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-15T01:13:24.685Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T01:13:24.685Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T01:13:24.947Z] Selecting previously unselected package python3.6. [2021-01-15T01:13:24.947Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T01:13:25.209Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T01:13:25.209Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-15T01:13:25.209Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-15T01:13:25.209Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T01:13:25.209Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-15T01:13:25.471Z] Selecting previously unselected package python3. [2021-01-15T01:13:25.471Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-15T01:13:25.471Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-15T01:13:25.471Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-15T01:13:25.471Z] Selecting previously unselected package multiarch-support. [2021-01-15T01:13:25.471Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T01:13:25.732Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T01:13:25.732Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T01:13:25.732Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-15T01:13:25.732Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-15T01:13:25.732Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-15T01:13:25.732Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T01:13:25.993Z] Selecting previously unselected package libbsd0:amd64. [2021-01-15T01:13:25.993Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-15T01:13:25.993Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T01:13:25.993Z] Selecting previously unselected package sudo. [2021-01-15T01:13:25.993Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-15T01:13:25.993Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T01:13:26.254Z] Selecting previously unselected package apparmor. [2021-01-15T01:13:26.254Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T01:13:26.254Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-15T01:13:26.254Z] Selecting previously unselected package libedit2:amd64. [2021-01-15T01:13:26.515Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-15T01:13:26.515Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T01:13:26.515Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-15T01:13:26.515Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T01:13:26.515Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T01:13:26.515Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-15T01:13:26.515Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T01:13:26.515Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T01:13:26.776Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-15T01:13:26.776Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-15T01:13:26.776Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T01:13:26.776Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-15T01:13:26.776Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T01:13:26.776Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T01:13:27.035Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-15T01:13:27.035Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T01:13:27.035Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T01:13:27.035Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-15T01:13:27.035Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-15T01:13:27.035Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T01:13:27.301Z] Selecting previously unselected package openssh-client. [2021-01-15T01:13:27.301Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-15T01:13:27.301Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T01:13:27.561Z] Selecting previously unselected package squashfs-tools. [2021-01-15T01:13:27.561Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-15T01:13:27.561Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T01:13:27.561Z] Selecting previously unselected package snapd. [2021-01-15T01:13:27.561Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-15T01:13:27.561Z] Unpacking snapd (2.48+18.04) ... [2021-01-15T01:13:29.470Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T01:13:29.470Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T01:13:29.731Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-15T01:13:29.731Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T01:13:29.731Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T01:13:29.993Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T01:13:29.993Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T01:13:29.993Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-15T01:13:29.993Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-15T01:13:31.381Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T01:13:31.381Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T01:13:31.381Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T01:13:31.381Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T01:13:31.381Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T01:13:31.381Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T01:13:31.953Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T01:13:31.953Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T01:13:31.953Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T01:13:31.953Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-15T01:13:32.214Z] running python rtupdate hooks for python3.6... [2021-01-15T01:13:32.214Z] running python post-rtupdate hooks for python3.6... [2021-01-15T01:13:32.214Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-15T01:13:33.600Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-15T01:13:33.600Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T01:13:33.861Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T01:13:33.861Z] Setting up snapd (2.48+18.04) ... [2021-01-15T01:13:34.433Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-15T01:13:34.433Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-15T01:13:34.694Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-15T01:13:34.956Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-15T01:13:34.956Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T01:13:34.956Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T01:13:35.217Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-15T01:13:35.217Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-15T01:13:35.477Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-15T01:13:35.739Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-15T01:13:35.739Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-15T01:13:35.739Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T01:13:36.001Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T01:13:36.945Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T01:13:36.945Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T01:13:36.945Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T01:13:37.883Z] Reading package lists... [2021-01-15T01:13:38.143Z] Reading package lists... [2021-01-15T01:13:38.144Z] Building dependency tree... [2021-01-15T01:13:38.144Z] Reading state information... [2021-01-15T01:13:38.404Z] Calculating upgrade... [2021-01-15T01:13:38.404Z] The following packages will be upgraded: [2021-01-15T01:13:38.404Z] advancecomp base-files bash binutils binutils-common [2021-01-15T01:13:38.404Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-15T01:13:38.404Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-15T01:13:38.404Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-15T01:13:38.404Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-15T01:13:38.404Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-15T01:13:38.404Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-15T01:13:38.404Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-15T01:13:38.404Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-15T01:13:38.404Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-15T01:13:38.404Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-15T01:13:38.404Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-15T01:13:38.404Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-15T01:13:38.404Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-15T01:13:38.404Z] ubuntu-keyring util-linux [2021-01-15T01:13:38.666Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T01:13:38.666Z] Need to get 63.7 MB of archives. [2021-01-15T01:13:38.666Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-15T01:13:38.666Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-15T01:13:38.666Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-15T01:13:38.666Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-15T01:13:38.666Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-15T01:13:38.666Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-15T01:13:38.666Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-15T01:13:38.666Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-15T01:13:38.666Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-15T01:13:38.666Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-15T01:13:38.666Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-15T01:13:38.666Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-15T01:13:38.666Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-15T01:13:38.666Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-15T01:13:38.667Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-15T01:13:38.667Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-15T01:13:38.667Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-15T01:13:38.667Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-15T01:13:38.667Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-15T01:13:38.931Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-15T01:13:38.931Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-15T01:13:38.931Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-15T01:13:38.931Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-15T01:13:38.931Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-15T01:13:38.931Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-15T01:13:38.931Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-15T01:13:38.931Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-15T01:13:38.931Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-15T01:13:38.931Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-15T01:13:38.931Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-15T01:13:38.931Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-15T01:13:38.931Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-15T01:13:38.931Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-15T01:13:38.931Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-15T01:13:38.931Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-15T01:13:38.931Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-15T01:13:38.931Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-15T01:13:38.931Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-15T01:13:38.931Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-15T01:13:38.931Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-15T01:13:38.931Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-15T01:13:38.931Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-15T01:13:38.931Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-15T01:13:38.931Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-15T01:13:38.931Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-15T01:13:38.931Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-15T01:13:38.931Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-15T01:13:38.931Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-15T01:13:38.931Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-15T01:13:38.931Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-15T01:13:39.191Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-15T01:13:39.191Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-15T01:13:39.191Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-15T01:13:39.191Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-15T01:13:39.191Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-15T01:13:39.191Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-15T01:13:39.191Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-15T01:13:39.191Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-15T01:13:39.452Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-15T01:13:39.452Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-15T01:13:39.452Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-15T01:13:39.713Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-15T01:13:39.713Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-15T01:13:39.713Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-15T01:13:39.713Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-15T01:13:39.713Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-15T01:13:39.713Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-15T01:13:39.713Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-15T01:13:39.974Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-15T01:13:39.974Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-15T01:13:39.974Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-15T01:13:39.974Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-15T01:13:39.974Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-15T01:13:39.974Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-15T01:13:39.974Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-15T01:13:39.974Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-15T01:13:39.974Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-15T01:13:39.974Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-15T01:13:39.974Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-15T01:13:39.974Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-15T01:13:39.974Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-15T01:13:39.974Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-15T01:13:39.974Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-15T01:13:39.974Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-15T01:13:39.974Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-15T01:13:40.236Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-15T01:13:40.236Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-15T01:13:40.236Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-15T01:13:40.236Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-15T01:13:40.236Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-15T01:13:40.236Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-15T01:13:40.236Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-15T01:13:40.236Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-15T01:13:40.236Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-15T01:13:40.236Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-15T01:13:40.236Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-15T01:13:40.497Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-15T01:13:40.497Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-15T01:13:40.497Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T01:13:40.497Z] Fetched 63.7 MB in 2s (34.1 MB/s) [2021-01-15T01:13:40.497Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:40.497Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T01:13:40.497Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T01:13:41.440Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T01:13:41.440Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T01:13:41.701Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-15T01:13:41.701Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-15T01:13:42.284Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:42.284Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T01:13:42.544Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:42.544Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T01:13:42.544Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:42.544Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T01:13:42.805Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:42.805Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T01:13:42.805Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:42.806Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T01:13:43.067Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:43.067Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T01:13:43.067Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:43.329Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T01:13:43.329Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:13:43.329Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T01:13:43.329Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:43.589Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-15T01:13:43.589Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:13:43.589Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T01:13:43.589Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:43.589Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T01:13:43.851Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:43.851Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T01:13:43.851Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T01:13:43.851Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T01:13:44.114Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:13:44.114Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T01:13:44.114Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T01:13:44.397Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T01:13:44.658Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T01:13:44.920Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T01:13:44.920Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-15T01:13:44.920Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-15T01:13:44.920Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-15T01:13:45.181Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-15T01:13:45.442Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-15T01:13:45.442Z] Installing new version of config file /etc/issue ... [2021-01-15T01:13:45.442Z] Installing new version of config file /etc/issue.net ... [2021-01-15T01:13:45.442Z] Installing new version of config file /etc/lsb-release ... [2021-01-15T01:13:45.442Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-15T01:13:45.703Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-15T01:13:45.703Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-15T01:13:45.703Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-15T01:13:45.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:45.964Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-15T01:13:45.964Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-15T01:13:45.964Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-15T01:13:46.226Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-15T01:13:46.226Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:46.226Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T01:13:46.226Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-15T01:13:46.226Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-15T01:13:46.488Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:46.488Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-15T01:13:46.488Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-15T01:13:46.488Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-15T01:13:46.750Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:46.750Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-15T01:13:46.750Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T01:13:47.012Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-15T01:13:47.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:47.273Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T01:13:47.273Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T01:13:47.273Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T01:13:47.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:47.273Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T01:13:47.534Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T01:13:47.534Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-15T01:13:47.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:47.796Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-15T01:13:47.796Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-15T01:13:47.796Z] Setting up grep (3.1-2build1) ... [2021-01-15T01:13:47.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:47.796Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T01:13:48.058Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T01:13:48.058Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-15T01:13:48.320Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:48.320Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T01:13:48.320Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T01:13:48.582Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-15T01:13:48.582Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:48.582Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T01:13:48.582Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T01:13:49.155Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T01:13:49.155Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T01:13:49.155Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T01:13:49.416Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T01:13:49.988Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-15T01:13:49.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:49.988Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-15T01:13:49.988Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T01:13:50.931Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T01:13:50.931Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T01:13:51.192Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T01:13:51.192Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T01:13:51.192Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T01:13:51.456Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:51.456Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-15T01:13:51.456Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-15T01:13:51.718Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-15T01:13:51.718Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:51.718Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T01:13:51.718Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T01:13:51.718Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T01:13:51.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:51.983Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T01:13:51.983Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T01:13:52.250Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T01:13:52.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:52.250Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T01:13:52.250Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T01:13:52.511Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T01:13:52.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:52.511Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T01:13:52.511Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T01:13:52.772Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T01:13:52.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:52.772Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T01:13:52.772Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T01:13:53.035Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T01:13:53.035Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T01:13:53.035Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T01:13:53.297Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:53.297Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T01:13:53.297Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T01:13:53.297Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T01:13:53.557Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:53.557Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T01:13:53.557Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T01:13:53.557Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T01:13:53.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:53.819Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T01:13:53.819Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T01:13:53.819Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-15T01:13:54.089Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:54.089Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T01:13:54.089Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T01:13:54.351Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-15T01:13:54.924Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-15T01:13:54.924Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-15T01:13:55.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:55.186Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T01:13:55.186Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T01:13:55.447Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T01:13:55.447Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T01:13:55.447Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-15T01:13:55.708Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T01:13:55.708Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-15T01:13:55.971Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:55.971Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-15T01:13:55.971Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-15T01:13:56.233Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-15T01:13:56.494Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:56.494Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T01:13:56.494Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T01:13:56.494Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T01:13:56.756Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:56.756Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T01:13:56.756Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T01:13:56.756Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T01:13:57.017Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:57.017Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T01:13:57.017Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T01:13:57.017Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T01:13:57.284Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:57.284Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T01:13:57.284Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T01:13:57.553Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-15T01:13:57.553Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T01:13:57.814Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T01:13:57.814Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T01:13:57.814Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T01:13:58.079Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:58.079Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-15T01:13:58.079Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-15T01:13:58.079Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-15T01:13:58.340Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:58.340Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-15T01:13:58.340Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T01:13:58.340Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T01:13:58.602Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:58.602Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T01:13:58.602Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T01:13:58.863Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T01:13:58.864Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:58.864Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-15T01:13:58.864Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-15T01:13:59.123Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-15T01:13:59.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:59.123Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T01:13:59.123Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T01:13:59.695Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-15T01:13:59.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:59.695Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T01:13:59.695Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T01:13:59.956Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-15T01:13:59.956Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:13:59.956Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-15T01:13:59.956Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-15T01:14:00.217Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-15T01:14:00.217Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:14:00.217Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-15T01:14:00.217Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-15T01:14:00.478Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-15T01:14:00.478Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:14:00.478Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-15T01:14:00.478Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-15T01:14:00.568Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:14:00.568Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:14:00.568Z] ---> 481b1fc26873 [2021-01-15T01:14:00.568Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T01:14:00.568Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:14:00.568Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:14:00.568Z] ---> 481b1fc26873 [2021-01-15T01:14:00.568Z] Step 3/33 : WORKDIR /edgex-go [2021-01-15T01:14:00.568Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:14:00.568Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:14:00.568Z] ---> 481b1fc26873 [2021-01-15T01:14:00.568Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T01:14:00.569Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:14:00.569Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:14:00.569Z] ---> 481b1fc26873 [2021-01-15T01:14:00.569Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T01:14:00.569Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:14:00.569Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:14:00.569Z] ---> 481b1fc26873 [2021-01-15T01:14:00.569Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T01:14:00.569Z] ---> Running in 6c0b4402c9a0 [2021-01-15T01:14:00.569Z] ---> Running in 10e3593deac7 [2021-01-15T01:14:00.569Z] ---> Running in 00663f8e5ebb [2021-01-15T01:14:00.569Z] ---> Running in 7fd83cca2bf5 [2021-01-15T01:14:00.569Z] ---> Running in 05342d18174b [2021-01-15T01:14:00.569Z] Removing intermediate container 10e3593deac7 [2021-01-15T01:14:00.569Z] ---> c949ec1459a9 [2021-01-15T01:14:00.569Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:14:00.569Z] Removing intermediate container 05342d18174b [2021-01-15T01:14:00.569Z] ---> 2a7f64f6b29b [2021-01-15T01:14:00.569Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:14:00.569Z] Removing intermediate container 6c0b4402c9a0 [2021-01-15T01:14:00.569Z] ---> 0fd07915bc7b [2021-01-15T01:14:00.569Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:14:00.569Z] Removing intermediate container 7fd83cca2bf5 [2021-01-15T01:14:00.569Z] ---> e341763d7577 [2021-01-15T01:14:00.569Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:14:00.569Z] Removing intermediate container 00663f8e5ebb [2021-01-15T01:14:00.569Z] ---> b9e2207e33a4 [2021-01-15T01:14:00.569Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:14:00.569Z] ---> Running in 068d90dcc738 [2021-01-15T01:14:00.569Z] ---> Running in c1efc6a9b7d4 [2021-01-15T01:14:00.569Z] ---> Running in f56f4301b051 [2021-01-15T01:14:00.569Z] ---> Running in 58acc88c612a [2021-01-15T01:14:00.569Z] ---> Running in 44cab24b4642 [2021-01-15T01:14:00.569Z] Removing intermediate container c1efc6a9b7d4 [2021-01-15T01:14:00.569Z] ---> 4df01dd8599e [2021-01-15T01:14:00.569Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-15T01:14:00.569Z] Removing intermediate container 068d90dcc738 [2021-01-15T01:14:00.569Z] ---> 97f729167309 [2021-01-15T01:14:00.569Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T01:14:00.569Z] ---> Running in fa8712493660 [2021-01-15T01:14:00.569Z] ---> Running in bc058e8c63df [2021-01-15T01:14:00.569Z] Removing intermediate container 58acc88c612a [2021-01-15T01:14:00.569Z] ---> 15e874fe78b1 [2021-01-15T01:14:00.569Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-15T01:14:00.569Z] ---> Running in fa2430319aef [2021-01-15T01:14:00.569Z] Removing intermediate container f56f4301b051 [2021-01-15T01:14:00.569Z] Removing intermediate container 44cab24b4642 [2021-01-15T01:14:00.569Z] ---> a31ae2559d09 [2021-01-15T01:14:00.569Z] Step 5/26 : RUN apk add --update --no-cache make bash git ---> 4272e989b7be [2021-01-15T01:14:00.569Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-15T01:14:00.569Z] [2021-01-15T01:14:00.569Z] ---> Running in 98c6a361a6f0 [2021-01-15T01:14:00.569Z] ---> Running in 31627649241b [2021-01-15T01:14:00.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:14:00.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:14:00.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:14:00.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:14:00.739Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-15T01:14:00.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:14:00.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:14:00.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:14:01.000Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:14:01.000Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-15T01:14:01.000Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-15T01:14:01.000Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-15T01:14:01.113Z] OK: 217 MiB in 51 packages [2021-01-15T01:14:01.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:14:01.261Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:14:01.261Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T01:14:01.261Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-15T01:14:01.261Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-15T01:14:01.387Z] OK: 217 MiB in 51 packages [2021-01-15T01:14:01.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T01:14:01.527Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-15T01:14:01.527Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-15T01:14:01.527Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-15T01:14:01.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:14:01.791Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-15T01:14:01.791Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T01:14:01.791Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T01:14:01.791Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T01:14:01.791Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T01:14:01.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:14:01.967Z] OK: 217 MiB in 51 packages [2021-01-15T01:14:02.362Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T01:14:02.362Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T01:14:02.362Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-15T01:14:02.362Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-15T01:14:02.582Z] OK: 217 MiB in 51 packages [2021-01-15T01:14:02.623Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T01:14:02.623Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-15T01:14:02.868Z] OK: 217 MiB in 51 packages [2021-01-15T01:14:02.868Z] Removing intermediate container fa8712493660 [2021-01-15T01:14:02.868Z] ---> c211b4fa8f25 [2021-01-15T01:14:02.868Z] Step 6/23 : COPY go.mod . [2021-01-15T01:14:02.883Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T01:14:02.883Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-15T01:14:02.883Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-15T01:14:02.883Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-15T01:14:03.144Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-15T01:14:03.144Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-15T01:14:03.144Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-15T01:14:03.144Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-15T01:14:03.405Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-15T01:14:03.405Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-15T01:14:03.405Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-15T01:14:03.475Z] Removing intermediate container bc058e8c63df [2021-01-15T01:14:03.475Z] ---> 717db3dd770f [2021-01-15T01:14:03.475Z] Step 6/21 : COPY go.mod . [2021-01-15T01:14:03.667Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-15T01:14:03.667Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-15T01:14:03.667Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-15T01:14:03.750Z] Removing intermediate container fa2430319aef [2021-01-15T01:14:03.751Z] ---> ae4c40854e28 [2021-01-15T01:14:03.751Z] Step 6/23 : COPY go.mod . [2021-01-15T01:14:04.040Z] ---> 2a0fdc7d49b4 [2021-01-15T01:14:04.040Z] Step 7/23 : RUN go mod download [2021-01-15T01:14:04.040Z] Removing intermediate container 98c6a361a6f0 [2021-01-15T01:14:04.040Z] ---> 601bb7e0dc9d [2021-01-15T01:14:04.040Z] Step 6/26 : COPY go.mod . [2021-01-15T01:14:04.323Z] ---> Running in 6860658074ca [2021-01-15T01:14:04.323Z] ---> 116aabb1e2e4 [2021-01-15T01:14:04.323Z] Step 7/21 : RUN go mod download [2021-01-15T01:14:04.323Z] Removing intermediate container 31627649241b [2021-01-15T01:14:04.323Z] ---> cc2b2dc9228c [2021-01-15T01:14:04.323Z] Step 6/33 : COPY go.mod . [2021-01-15T01:14:04.603Z] ---> Running in e381eb746e5e [2021-01-15T01:14:04.741Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-15T01:14:04.741Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-15T01:14:04.741Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-15T01:14:04.741Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-15T01:14:04.741Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T01:14:04.884Z] ---> 11eafaebb45a [2021-01-15T01:14:04.884Z] Step 7/23 : RUN go mod download [2021-01-15T01:14:05.053Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T01:14:05.165Z] ---> 4e325bb17964 [2021-01-15T01:14:05.165Z] Step 7/26 : RUN go mod download [2021-01-15T01:14:05.165Z] ---> Running in 94758658dd65 [2021-01-15T01:14:05.442Z] ---> Running in a2ba4fb82f59 [2021-01-15T01:14:05.454Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T01:14:05.454Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T01:14:05.454Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T01:14:05.454Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T01:14:05.718Z] ---> 156f9c1507d0 [2021-01-15T01:14:05.718Z] Step 7/33 : RUN go mod download [2021-01-15T01:14:05.758Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T01:14:05.758Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T01:14:05.758Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T01:14:05.758Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T01:14:05.991Z] ---> Running in 014261ece885 [2021-01-15T01:14:06.029Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T01:14:06.029Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T01:14:06.029Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T01:14:06.029Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T01:14:06.290Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T01:14:06.290Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T01:14:07.232Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T01:14:07.232Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T01:14:08.174Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T01:14:08.174Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T01:14:08.639Z] Removing intermediate container 6860658074ca [2021-01-15T01:14:08.639Z] ---> b23d92b1f744 [2021-01-15T01:14:08.639Z] Step 8/23 : COPY . . [2021-01-15T01:14:08.747Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T01:14:08.747Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T01:14:09.008Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T01:14:09.258Z] Removing intermediate container e381eb746e5e [2021-01-15T01:14:09.258Z] ---> 4f56637c473d [2021-01-15T01:14:09.258Z] Step 8/21 : COPY . . [2021-01-15T01:14:09.269Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T01:14:09.845Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T01:14:09.863Z] Removing intermediate container 94758658dd65 [2021-01-15T01:14:09.863Z] ---> 3c69065c7f63 [2021-01-15T01:14:09.863Z] Step 8/23 : COPY . . [2021-01-15T01:14:10.107Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T01:14:10.107Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T01:14:10.107Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T01:14:10.368Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T01:14:10.368Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T01:14:10.368Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T01:14:10.368Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T01:14:10.630Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-15T01:14:10.630Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-15T01:14:10.630Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T01:14:10.630Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T01:14:10.897Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T01:14:10.897Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T01:14:10.897Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-15T01:14:10.897Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-15T01:14:10.945Z] Removing intermediate container a2ba4fb82f59 [2021-01-15T01:14:10.945Z] ---> c071ff941626 [2021-01-15T01:14:10.945Z] Step 8/26 : COPY . . [2021-01-15T01:14:11.159Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:14:11.159Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T01:14:11.159Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:14:11.159Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:14:11.420Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:14:11.420Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-15T01:14:11.420Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-15T01:14:11.420Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-15T01:14:11.420Z] [2021-01-15T01:14:11.420Z] Current default time zone: 'Etc/UTC' [2021-01-15T01:14:11.420Z] Local time is now: Fri Jan 15 01:14:11 UTC 2021. [2021-01-15T01:14:11.420Z] Universal Time is now: Fri Jan 15 01:14:11 UTC 2021. [2021-01-15T01:14:11.420Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-15T01:14:11.420Z] [2021-01-15T01:14:11.543Z] Removing intermediate container 014261ece885 [2021-01-15T01:14:11.543Z] ---> d4d077c09e65 [2021-01-15T01:14:11.543Z] Step 8/33 : COPY . . [2021-01-15T01:14:11.680Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-15T01:14:11.681Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:14:11.681Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-15T01:14:11.681Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-15T01:14:11.681Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-15T01:14:11.681Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-15T01:14:11.681Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-15T01:14:11.681Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-15T01:14:11.681Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-15T01:14:11.942Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T01:14:11.942Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:14:11.942Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-15T01:14:12.203Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T01:14:12.203Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T01:14:12.203Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:14:12.203Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-15T01:14:12.203Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-15T01:14:12.203Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-15T01:14:12.463Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T01:14:12.725Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-15T01:14:12.725Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-15T01:14:12.725Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-15T01:14:12.725Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T01:14:14.655Z] Updating certificates in /etc/ssl/certs... [2021-01-15T01:14:15.617Z] 22 added, 17 removed; done. [2021-01-15T01:14:15.617Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T01:14:15.617Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T01:14:15.617Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-15T01:14:15.617Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-15T01:14:15.617Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-15T01:14:15.617Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T01:14:15.617Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T01:14:15.880Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T01:14:15.880Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T01:14:15.880Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T01:14:15.880Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T01:14:15.880Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T01:14:15.880Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-15T01:14:15.880Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-15T01:14:16.142Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-15T01:14:16.142Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-15T01:14:16.142Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-15T01:14:16.142Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T01:14:16.142Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T01:14:16.142Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-15T01:14:16.412Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-15T01:14:16.412Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-15T01:14:16.412Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T01:14:16.412Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T01:14:16.412Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-15T01:14:16.683Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T01:14:16.683Z] Updating certificates in /etc/ssl/certs... [2021-01-15T01:14:17.270Z] 0 added, 0 removed; done. [2021-01-15T01:14:17.270Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-15T01:14:17.270Z] done. [2021-01-15T01:14:17.534Z] Reading package lists... [2021-01-15T01:14:17.807Z] Building dependency tree... [2021-01-15T01:14:17.807Z] Reading state information... [2021-01-15T01:14:18.074Z] The following NEW packages will be installed: [2021-01-15T01:14:18.074Z] apt-transport-https [2021-01-15T01:14:18.074Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T01:14:18.074Z] Need to get 1696 B of archives. [2021-01-15T01:14:18.074Z] After this operation, 153 kB of additional disk space will be used. [2021-01-15T01:14:18.074Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-15T01:14:18.335Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T01:14:18.335Z] Fetched 1696 B in 0s (8121 B/s) [2021-01-15T01:14:18.335Z] Selecting previously unselected package apt-transport-https. [2021-01-15T01:14:18.335Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-15T01:14:18.335Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-15T01:14:18.335Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T01:14:18.335Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T01:14:18.597Z] Waiting for network to be ready... [2021-01-15T01:14:25.208Z] 2021-01-15T01:14:21Z INFO Waiting for automatic snapd restart... [2021-01-15T01:14:25.208Z] snapd 2.48.2 from Canonical* installed [2021-01-15T01:14:25.779Z] "snapd" switched to the "latest/stable" channel [2021-01-15T01:14:25.779Z] [2021-01-15T01:14:28.321Z] core18 20201210 from Canonical* installed [2021-01-15T01:14:28.581Z] "core18" switched to the "latest/stable" channel [2021-01-15T01:14:28.581Z] [2021-01-15T01:14:31.882Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T01:14:31.882Z] "snapcraft" switched to the "latest/stable" channel [2021-01-15T01:14:31.882Z] [2021-01-15T01:14:33.811Z] ---> 39d44b9dc889 [2021-01-15T01:14:33.811Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-15T01:14:33.811Z] ---> Running in 88628ae1d767 [2021-01-15T01:14:33.812Z] ---> 759578bb700f [2021-01-15T01:14:33.812Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T01:14:33.812Z] ---> 4e62c7061966 [2021-01-15T01:14:33.812Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-15T01:14:33.812Z] ---> 7037b1509212 [2021-01-15T01:14:33.812Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T01:14:33.812Z] ---> 36a2f73a7e30 [2021-01-15T01:14:33.812Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T01:14:33.812Z] ---> Running in 682f59312ff0 [2021-01-15T01:14:33.812Z] ---> Running in 116b8a599c94 [2021-01-15T01:14:33.812Z] ---> Running in a79e75eda3d5 [2021-01-15T01:14:33.812Z] ---> Running in 1fec43455f4c [2021-01-15T01:14:34.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T01:14:36.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T01:14:36.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-15T01:14:36.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T01:14:36.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T01:14:36.090Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-15T01:14:36.090Z] - README.md [2021-01-15T01:14:36.090Z] - snapcraft.yaml.orig [2021-01-15T01:14:36.090Z] [2021-01-15T01:14:36.090Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T01:14:42.680Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T01:14:42.680Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T01:14:42.680Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T01:14:42.680Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T01:14:42.942Z] Reading package lists... [2021-01-15T01:14:43.513Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-15T01:14:50.102Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T01:14:50.102Z] Reading package lists... [2021-01-15T01:14:50.102Z] Building dependency tree... [2021-01-15T01:14:50.102Z] Reading state information... [2021-01-15T01:14:50.102Z] Suggested packages: [2021-01-15T01:14:50.102Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-15T01:14:50.102Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-15T01:14:50.102Z] Recommended packages: [2021-01-15T01:14:50.102Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-15T01:14:50.102Z] The following NEW packages will be installed: [2021-01-15T01:14:50.102Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-15T01:14:50.102Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-15T01:14:50.102Z] pkg-config zip [2021-01-15T01:14:50.102Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T01:14:50.102Z] Need to get 7655 kB of archives. [2021-01-15T01:14:50.102Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-15T01:14:50.102Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-15T01:14:50.102Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-15T01:14:50.363Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-15T01:14:50.363Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-15T01:14:50.363Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-15T01:14:50.363Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-15T01:14:50.625Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-15T01:14:50.625Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-15T01:14:50.625Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-15T01:14:50.625Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-15T01:14:50.625Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-15T01:14:50.886Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-15T01:14:50.886Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-15T01:14:50.886Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-15T01:14:50.886Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-15T01:14:51.148Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T01:14:51.148Z] Fetched 7655 kB in 1s (7007 kB/s) [2021-01-15T01:14:51.148Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-15T01:14:51.148Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-15T01:14:51.148Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-15T01:14:51.148Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T01:14:51.410Z] Selecting previously unselected package libpsl5:amd64. [2021-01-15T01:14:51.410Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-15T01:14:51.410Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T01:14:51.410Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-15T01:14:51.410Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-15T01:14:51.671Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T01:14:51.671Z] Selecting previously unselected package librtmp1:amd64. [2021-01-15T01:14:51.671Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-15T01:14:51.671Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T01:14:51.932Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-15T01:14:51.932Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-15T01:14:51.932Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T01:14:51.932Z] Selecting previously unselected package liberror-perl. [2021-01-15T01:14:51.932Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-15T01:14:51.932Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-15T01:14:51.932Z] Selecting previously unselected package git-man. [2021-01-15T01:14:51.932Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-15T01:14:51.932Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T01:14:52.195Z] Selecting previously unselected package git. [2021-01-15T01:14:52.195Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-15T01:14:52.195Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T01:14:53.143Z] Selecting previously unselected package libnorm1:amd64. [2021-01-15T01:14:53.143Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-15T01:14:53.143Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T01:14:53.143Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-15T01:14:53.143Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-15T01:14:53.143Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T01:14:53.143Z] Selecting previously unselected package libsodium23:amd64. [2021-01-15T01:14:53.143Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-15T01:14:53.143Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-15T01:14:53.404Z] Selecting previously unselected package libzmq5:amd64. [2021-01-15T01:14:53.404Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T01:14:53.404Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T01:14:53.404Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-15T01:14:53.404Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T01:14:53.664Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T01:14:53.664Z] Selecting previously unselected package pkg-config. [2021-01-15T01:14:53.664Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-15T01:14:53.664Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T01:14:53.664Z] Selecting previously unselected package zip. [2021-01-15T01:14:53.664Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-15T01:14:53.925Z] Unpacking zip (3.0-11build1) ... [2021-01-15T01:14:53.926Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T01:14:53.926Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T01:14:53.926Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T01:14:53.926Z] Setting up liberror-perl (0.17025-1) ... [2021-01-15T01:14:54.188Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T01:14:54.188Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T01:14:54.188Z] No schema files found: doing nothing. [2021-01-15T01:14:54.188Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T01:14:54.188Z] Setting up zip (3.0-11build1) ... [2021-01-15T01:14:54.188Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T01:14:54.188Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-15T01:14:54.188Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T01:14:54.450Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T01:14:54.450Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T01:14:54.450Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T01:14:54.450Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T01:14:54.711Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T01:15:01.299Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T01:15:01.299Z] git set to automatically installed. [2021-01-15T01:15:01.299Z] git-man set to automatically installed. [2021-01-15T01:15:01.299Z] libcurl3-gnutls set to automatically installed. [2021-01-15T01:15:01.299Z] liberror-perl set to automatically installed. [2021-01-15T01:15:01.299Z] libglib2.0-0 set to automatically installed. [2021-01-15T01:15:01.299Z] libnghttp2-14 set to automatically installed. [2021-01-15T01:15:01.299Z] libnorm1 set to automatically installed. [2021-01-15T01:15:01.299Z] libpgm-5.2-0 set to automatically installed. [2021-01-15T01:15:01.299Z] libpsl5 set to automatically installed. [2021-01-15T01:15:01.299Z] librtmp1 set to automatically installed. [2021-01-15T01:15:01.299Z] libsodium23 set to automatically installed. [2021-01-15T01:15:01.299Z] libzmq3-dev set to automatically installed. [2021-01-15T01:15:01.299Z] libzmq5 set to automatically installed. [2021-01-15T01:15:01.299Z] pkg-config set to automatically installed. [2021-01-15T01:15:01.299Z] zip set to automatically installed. [2021-01-15T01:15:03.862Z] snapd is not logged in, snap install commands will use sudo [2021-01-15T01:15:10.462Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T01:15:12.378Z] snap "core18" has no updates available [2021-01-15T01:15:12.950Z] Pulling config-common [2021-01-15T01:15:13.891Z] Pulling go-build-helper [2021-01-15T01:15:36.157Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T01:15:36.157Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T01:15:36.157Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T01:15:36.157Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T01:15:36.157Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T01:15:36.157Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T01:15:36.157Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T01:15:36.157Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T01:15:36.157Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T01:15:36.157Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T01:15:36.157Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T01:15:36.157Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T01:15:36.157Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T01:15:36.157Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T01:15:36.157Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T01:15:36.157Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T01:15:36.157Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T01:15:36.157Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T01:15:36.157Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T01:15:36.157Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T01:15:36.157Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T01:15:36.157Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T01:15:36.157Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T01:15:36.157Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T01:15:36.157Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T01:15:36.157Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T01:15:36.157Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T01:15:36.157Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-15T01:15:36.157Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-15T01:15:36.157Z] Fetched 279 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-15T01:15:36.157Z] Fetched 122 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-15T01:15:36.157Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-15T01:15:36.157Z] Fetched 8848 B in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-15T01:15:36.157Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-15T01:15:36.157Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-15T01:15:36.157Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-15T01:15:36.157Z] Fetched 214 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-15T01:15:36.157Z] Fetched 155 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-15T01:15:36.157Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-15T01:15:36.157Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-15T01:15:36.157Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-15T01:15:36.157Z] Fetched 499 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-15T01:15:36.157Z] Fetched 111 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-15T01:15:36.157Z] Fetched 240 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-15T01:15:36.157Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-15T01:15:36.157Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-15T01:15:36.157Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-15T01:15:36.157Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-15T01:15:36.157Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-15T01:15:36.157Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-15T01:15:36.157Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-15T01:15:36.157Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-15T01:15:36.157Z] Fetched 8720 B in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-15T01:15:36.157Z] Fetched 137 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-15T01:15:36.157Z] Fetched 119 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-15T01:15:36.157Z] Fetched 109 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-15T01:15:36.157Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-15T01:15:36.157Z] Fetched 645 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-15T01:15:36.157Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-15T01:15:36.157Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-15T01:15:36.157Z] Fetched 368 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-15T01:15:36.157Z] Fetched 187 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-15T01:15:36.157Z] Fetched 175 kB in 0s (0 B/s) [2021-01-15T01:15:36.157Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-15T01:15:38.704Z] Fetched 206 kB in 0s (0 B/s) [2021-01-15T01:15:38.704Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-15T01:15:38.704Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-15T01:15:38.704Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-15T01:15:38.704Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-15T01:15:38.704Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-15T01:15:38.704Z] Fetched 159 kB in 0s (0 B/s) [2021-01-15T01:15:38.704Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-15T01:15:38.704Z] Fetched 107 kB in 0s (0 B/s) [2021-01-15T01:15:38.704Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-15T01:15:38.704Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-15T01:15:38.704Z] Pulling static-packages [2021-01-15T01:15:39.277Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-15T01:15:39.277Z] Skipping pull go-build-helper (already ran) [2021-01-15T01:15:39.277Z] Skipping pull static-packages (already ran) [2021-01-15T01:15:39.277Z] Building go-build-helper [2021-01-15T01:15:43.484Z] Building static-packages [2021-01-15T01:15:44.870Z] Staging go-build-helper [2021-01-15T01:15:45.811Z] Staging static-packages [2021-01-15T01:15:46.755Z] Pulling go115 [2021-01-15T01:15:47.701Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-15T01:15:47.701Z] Skipping pull go115 (already ran) [2021-01-15T01:15:47.701Z] Building go115 [2021-01-15T01:15:47.701Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T01:15:47.701Z] Dload Upload Total Spent Left Speed [2021-01-15T01:15:51.797Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.5M 0 0 20.7M 0 0:00:05 --:--:-- 0:00:05 20.7M 41 115M 41 48.1M 0 0 24.1M 0 0:00:04 0:00:01 0:00:03 24.1M 65 115M 65 75.1M 0 0 25.0M 0 0:00:04 0:00:03 0:00:01 25.0M 89 115M 89 103M 0 0 25.9M 0 0:00:04 0:00:03 0:00:01 25.9M 100 115M 100 115M 0 0 27.1M 0 0:00:04 0:00:04 --:--:-- 27.1M [2021-01-15T01:15:52.368Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-15T01:15:56.577Z] Staging go115 [2021-01-15T01:15:57.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T01:15:57.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T01:16:01.872Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T01:16:01.872Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T01:16:01.872Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T01:16:01.872Z] Fetched 0 B in 0s (0 B/s) [2021-01-15T01:16:01.872Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-15T01:16:01.872Z] Fetched 224 kB in 0s (0 B/s) [2021-01-15T01:16:01.872Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-15T01:16:01.872Z] Fetched 157 kB in 0s (0 B/s) [2021-01-15T01:16:01.872Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-15T01:16:01.872Z] Fetched 221 kB in 0s (0 B/s) [2021-01-15T01:16:01.872Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-15T01:16:01.872Z] Fetched 143 kB in 0s (0 B/s) [2021-01-15T01:16:01.872Z] Pulling edgex-go [2021-01-15T01:16:02.134Z] Pulling version [2021-01-15T01:16:03.075Z] Building config-common [2021-01-15T01:16:04.990Z] Skipping build go-build-helper (already ran) [2021-01-15T01:16:04.990Z] Skipping build static-packages (already ran) [2021-01-15T01:16:04.990Z] Skipping build go115 (already ran) [2021-01-15T01:16:05.251Z] Building edgex-go [2021-01-15T01:16:05.516Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T01:16:06.901Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-15T01:16:06.901Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-15T01:16:06.901Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-15T01:16:06.901Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-15T01:16:06.901Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-15T01:16:06.901Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-15T01:16:06.901Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-15T01:16:06.901Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-15T01:16:06.901Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-15T01:16:06.901Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-15T01:16:06.901Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-15T01:16:06.901Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-15T01:16:06.901Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-15T01:16:06.901Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-15T01:16:06.901Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-15T01:16:06.901Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-15T01:16:06.901Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-15T01:16:06.901Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-15T01:16:06.901Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-15T01:16:06.901Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-15T01:16:06.901Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-15T01:16:06.901Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-15T01:16:06.901Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-15T01:16:06.901Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-15T01:16:06.901Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-15T01:16:07.162Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-15T01:16:07.162Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-15T01:16:07.162Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-15T01:16:13.057Z] Removing intermediate container 88628ae1d767 [2021-01-15T01:16:13.057Z] ---> d4c480548dd6 [2021-01-15T01:16:13.057Z] [2021-01-15T01:16:13.057Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T01:16:13.057Z] 3.12: Pulling from library/alpine [2021-01-15T01:16:13.057Z] Removing intermediate container 1fec43455f4c [2021-01-15T01:16:13.057Z] ---> 7cbfcf008ba8 [2021-01-15T01:16:13.057Z] [2021-01-15T01:16:13.057Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T01:16:13.057Z] Removing intermediate container 682f59312ff0 [2021-01-15T01:16:13.057Z] ---> 64aa1a2d46e6 [2021-01-15T01:16:13.057Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T01:16:13.057Z] 3.12: Pulling from library/alpine [2021-01-15T01:16:13.057Z] ---> Running in c93bd5cbfa2d [2021-01-15T01:16:13.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T01:16:14.060Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T01:16:14.060Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T01:16:14.060Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T01:16:14.060Z] ---> afeebe901d6b [2021-01-15T01:16:14.060Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T01:16:14.060Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T01:16:14.060Z] ---> afeebe901d6b [2021-01-15T01:16:14.060Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-15T01:16:14.345Z] ---> Running in a3f8c7253217 [2021-01-15T01:16:14.345Z] ---> Running in cfe13f4c0f32 [2021-01-15T01:16:14.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T01:16:17.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:16:17.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:16:17.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:16:17.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:16:17.884Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-15T01:16:17.884Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:16:17.884Z] OK: 5 MiB in 15 packages [2021-01-15T01:16:17.884Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T01:16:17.884Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T01:16:17.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T01:16:18.170Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T01:16:18.170Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T01:16:18.171Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:16:18.171Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T01:16:18.452Z] OK: 7 MiB in 18 packages [2021-01-15T01:16:18.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T01:16:19.444Z] Removing intermediate container a79e75eda3d5 [2021-01-15T01:16:19.444Z] ---> e224610d8e0d [2021-01-15T01:16:19.444Z] [2021-01-15T01:16:19.444Z] Step 10/33 : FROM alpine:3.12 [2021-01-15T01:16:19.444Z] ---> afeebe901d6b [2021-01-15T01:16:19.444Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-15T01:16:19.716Z] ---> Running in 1c5a545e8f80 [2021-01-15T01:16:19.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T01:16:20.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T01:16:20.353Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-15T01:16:20.353Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-15T01:16:20.353Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-15T01:16:20.353Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-15T01:16:20.696Z] Removing intermediate container c93bd5cbfa2d [2021-01-15T01:16:20.696Z] ---> 3643defca72c [2021-01-15T01:16:20.696Z] [2021-01-15T01:16:20.696Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T01:16:20.970Z] 20.10.0: Pulling from library/docker [2021-01-15T01:16:20.970Z] Removing intermediate container cfe13f4c0f32 [2021-01-15T01:16:20.970Z] ---> a39d3ef6c8dc [2021-01-15T01:16:20.970Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-15T01:16:21.572Z] Removing intermediate container a3f8c7253217 [2021-01-15T01:16:21.572Z] ---> 5d5bfb039f10 [2021-01-15T01:16:21.572Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T01:16:21.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:16:21.572Z] ---> Running in 69dec6906e64 [2021-01-15T01:16:21.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:16:21.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T01:16:21.735Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-15T01:16:21.850Z] ---> Running in 538bffa8ca96 [2021-01-15T01:16:21.999Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-15T01:16:22.132Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-15T01:16:22.132Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-15T01:16:22.132Z] (3/3) Installing su-exec (0.2-r1) [2021-01-15T01:16:22.132Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:16:22.419Z] OK: 6 MiB in 17 packages [2021-01-15T01:16:22.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T01:16:23.024Z] Removing intermediate container 69dec6906e64 [2021-01-15T01:16:23.024Z] ---> 05bb52831b70 [2021-01-15T01:16:23.024Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-15T01:16:23.300Z] Removing intermediate container 538bffa8ca96 [2021-01-15T01:16:23.300Z] ---> d4886c53a876 [2021-01-15T01:16:23.300Z] Step 13/21 : WORKDIR /edgex [2021-01-15T01:16:23.581Z] ---> Running in 18b247a74f9a [2021-01-15T01:16:23.858Z] ---> Running in 08e412f45748 [2021-01-15T01:16:23.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T01:16:23.880Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-15T01:16:24.850Z] Removing intermediate container 18b247a74f9a [2021-01-15T01:16:24.850Z] ---> 19d1dcf0fe26 [2021-01-15T01:16:24.850Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-15T01:16:24.850Z] Removing intermediate container 116b8a599c94 [2021-01-15T01:16:24.850Z] ---> 3981d015d226 [2021-01-15T01:16:24.850Z] [2021-01-15T01:16:24.850Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T01:16:24.850Z] ---> afeebe901d6b [2021-01-15T01:16:24.850Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-15T01:16:24.850Z] ---> Using cache [2021-01-15T01:16:24.850Z] ---> a39d3ef6c8dc [2021-01-15T01:16:24.850Z] Removing intermediate container 1c5a545e8f80 [2021-01-15T01:16:24.850Z] ---> cf531dc7c3eb [2021-01-15T01:16:24.850Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-15T01:16:24.850Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-15T01:16:24.850Z] ---> Using cache [2021-01-15T01:16:24.850Z] ---> 05bb52831b70 [2021-01-15T01:16:24.850Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-15T01:16:24.850Z] Removing intermediate container 08e412f45748 [2021-01-15T01:16:24.850Z] ---> a18db6b60b0a [2021-01-15T01:16:24.850Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T01:16:25.126Z] ---> Running in 6142d4f3e804 [2021-01-15T01:16:25.126Z] ---> Running in 31fb0e8fe92c [2021-01-15T01:16:25.126Z] ---> Running in 4d2e31b0846a [2021-01-15T01:16:25.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T01:16:25.726Z] Removing intermediate container 6142d4f3e804 [2021-01-15T01:16:25.726Z] ---> b27a166aee3e [2021-01-15T01:16:25.726Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-15T01:16:25.999Z] Removing intermediate container 4d2e31b0846a [2021-01-15T01:16:25.999Z] ---> 29159cbaf301 [2021-01-15T01:16:25.999Z] Step 15/23 : WORKDIR / [2021-01-15T01:16:26.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T01:16:26.278Z] ---> Running in f68b0a94edf2 [2021-01-15T01:16:26.278Z] Removing intermediate container 31fb0e8fe92c [2021-01-15T01:16:26.278Z] ---> 5b45f7c8a1d3 [2021-01-15T01:16:26.278Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-15T01:16:26.552Z] ---> 626574b8af42 [2021-01-15T01:16:26.552Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T01:16:26.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T01:16:26.774Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-15T01:16:26.832Z] ---> Running in 41ef7ab43f2b [2021-01-15T01:16:26.832Z] ---> Running in 9b7fb8cfce5b [2021-01-15T01:16:27.139Z] Removing intermediate container f68b0a94edf2 [2021-01-15T01:16:27.139Z] ---> d66fb09bdb69 [2021-01-15T01:16:27.139Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-15T01:16:27.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-15T01:16:27.725Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-15T01:16:28.113Z] ---> Running in 6f036b81fd86 [2021-01-15T01:16:28.389Z] Removing intermediate container 41ef7ab43f2b [2021-01-15T01:16:28.389Z] ---> 51955171c7e2 [2021-01-15T01:16:28.389Z] Step 15/23 : WORKDIR / [2021-01-15T01:16:28.664Z] Removing intermediate container 9b7fb8cfce5b [2021-01-15T01:16:28.664Z] ---> 01cfbc9a0c0f [2021-01-15T01:16:28.664Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:16:28.664Z] ---> Running in 59425d4d5598 [2021-01-15T01:16:28.939Z] ---> 6b1d61d87f04 [2021-01-15T01:16:28.939Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T01:16:29.926Z] Removing intermediate container 59425d4d5598 [2021-01-15T01:16:29.926Z] ---> bf6610073fea [2021-01-15T01:16:29.926Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:16:30.199Z] ---> 2d503622d55f [2021-01-15T01:16:30.199Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T01:16:30.199Z] Connecting to github.com (140.82.113.4:443) [2021-01-15T01:16:30.475Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.44.60:443) [2021-01-15T01:16:30.809Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-15T01:16:30.809Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-15T01:16:30.809Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-15T01:16:31.028Z] Building version [2021-01-15T01:16:31.083Z] dockerize [2021-01-15T01:16:31.369Z] ---> cf32196f912d [2021-01-15T01:16:31.369Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T01:16:31.661Z] ---> c80e0d776dec [2021-01-15T01:16:31.661Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T01:16:31.979Z] ---> Running in 7fb682e9dcf6 [2021-01-15T01:16:32.419Z] Staging config-common [2021-01-15T01:16:32.581Z] ---> 93762d6c9379 [2021-01-15T01:16:32.582Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T01:16:32.935Z] Removing intermediate container 7fb682e9dcf6 [2021-01-15T01:16:32.935Z] ---> 0485284809d7 [2021-01-15T01:16:32.935Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T01:16:33.361Z] Skipping stage go-build-helper (already ran) [2021-01-15T01:16:33.361Z] Skipping stage static-packages (already ran) [2021-01-15T01:16:33.361Z] Skipping stage go115 (already ran) [2021-01-15T01:16:33.361Z] Staging edgex-go [2021-01-15T01:16:33.601Z] ---> Running in 734c96ffa027 [2021-01-15T01:16:33.601Z] Removing intermediate container 6f036b81fd86 [2021-01-15T01:16:33.601Z] ---> 5be174509ee7 [2021-01-15T01:16:33.601Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-15T01:16:33.910Z] ---> 2c9aee252c93 [2021-01-15T01:16:33.910Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-15T01:16:33.910Z] ---> ac32907addac [2021-01-15T01:16:33.910Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T01:16:33.910Z] ---> Running in 98ad014819be [2021-01-15T01:16:34.192Z] ---> Running in 9c408461dea4 [2021-01-15T01:16:34.300Z] Staging version [2021-01-15T01:16:34.479Z] Removing intermediate container 734c96ffa027 [2021-01-15T01:16:34.479Z] ---> 10876b408a3b [2021-01-15T01:16:34.479Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T01:16:34.766Z] ---> Running in fc7e816b16f3 [2021-01-15T01:16:34.766Z] Removing intermediate container 98ad014819be [2021-01-15T01:16:34.766Z] ---> 3e4ecb9b62f4 [2021-01-15T01:16:34.766Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-15T01:16:35.056Z] ---> Running in 63ed9aee7521 [2021-01-15T01:16:35.056Z] Removing intermediate container 9c408461dea4 [2021-01-15T01:16:35.056Z] ---> c7778c0c9419 [2021-01-15T01:16:35.056Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:16:35.250Z] Priming config-common [2021-01-15T01:16:35.337Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T01:16:35.337Z] ---> 701cc538f8e3 [2021-01-15T01:16:35.337Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-15T01:16:35.337Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T01:16:35.337Z] ---> eeaf43b92773 [2021-01-15T01:16:35.337Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T01:16:35.337Z] ---> Running in 41253b77b9e4 [2021-01-15T01:16:35.636Z] ---> Running in 9006c0905540 [2021-01-15T01:16:35.636Z] ---> Running in 0001007491d7 [2021-01-15T01:16:35.636Z] Removing intermediate container fc7e816b16f3 [2021-01-15T01:16:35.636Z] ---> 5dc4bcfae636 [2021-01-15T01:16:35.636Z] Step 20/21 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:16:35.636Z] Removing intermediate container 63ed9aee7521 [2021-01-15T01:16:35.636Z] ---> 47909b6a36c7 [2021-01-15T01:16:35.636Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-15T01:16:35.914Z] ---> Running in 5c4d154f2969 [2021-01-15T01:16:36.191Z] Priming go-build-helper [2021-01-15T01:16:36.197Z] ---> Running in 8f79eb143e73 [2021-01-15T01:16:36.197Z] Removing intermediate container 41253b77b9e4 [2021-01-15T01:16:36.197Z] ---> 0035efe5414c [2021-01-15T01:16:36.197Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T01:16:36.502Z] Removing intermediate container 9006c0905540 [2021-01-15T01:16:36.502Z] ---> f86678dc15d0 [2021-01-15T01:16:36.502Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:16:36.502Z] ---> Running in 3c9be8a11c5b [2021-01-15T01:16:36.776Z] ---> Running in 6a510eb96764 [2021-01-15T01:16:37.094Z] Removing intermediate container 5c4d154f2969 [2021-01-15T01:16:37.094Z] ---> 91baf5d86aed [2021-01-15T01:16:37.094Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T01:16:37.133Z] Priming static-packages [2021-01-15T01:16:37.368Z] Removing intermediate container 3c9be8a11c5b [2021-01-15T01:16:37.368Z] ---> 97e804195a58 [2021-01-15T01:16:37.368Z] Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:16:37.368Z] ---> Running in 3956c9277187 [2021-01-15T01:16:37.644Z] ---> Running in d55f134066e7 [2021-01-15T01:16:37.644Z] Removing intermediate container 6a510eb96764 [2021-01-15T01:16:37.644Z] ---> 49b161b0e6e5 [2021-01-15T01:16:37.644Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T01:16:37.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:16:37.923Z] ---> Running in 3fe985bebabb [2021-01-15T01:16:37.923Z] Move dockerize executable [2021-01-15T01:16:37.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:16:38.196Z] Removing intermediate container 3956c9277187 [2021-01-15T01:16:38.196Z] ---> 5a5cd87f34b6 [2021-01-15T01:16:38.196Z] [2021-01-15T01:16:38.470Z] Removing intermediate container d55f134066e7 [2021-01-15T01:16:38.470Z] ---> 67ebfbb59790 [2021-01-15T01:16:38.470Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T01:16:38.470Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T01:16:38.470Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T01:16:38.747Z] Successfully built 5a5cd87f34b6 [2021-01-15T01:16:38.747Z] Executing bash-5.0.17-r0.post-install [2021-01-15T01:16:38.747Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:16:38.747Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T01:16:38.747Z] Removing intermediate container 3fe985bebabb [2021-01-15T01:16:38.747Z] ---> 7e6b735756c0 [2021-01-15T01:16:38.747Z] Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:16:38.747Z] OK: 12 MiB in 22 packages [2021-01-15T01:16:38.747Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-15T01:16:38.747Z] ---> Running in 17e062b55718 [2021-01-15T01:16:39.028Z] ---> Running in 8e97b78145cf [2021-01-15T01:16:39.626Z] Removing intermediate container 17e062b55718 [2021-01-15T01:16:39.626Z] ---> 2b8fc3a7cd35 [2021-01-15T01:16:39.626Z] [2021-01-15T01:16:39.678Z] Priming go115 [2021-01-15T01:16:40.220Z] Removing intermediate container 8e97b78145cf [2021-01-15T01:16:40.220Z] ---> 2f5b31734e20 [2021-01-15T01:16:40.220Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T01:16:40.220Z] Successfully built 2b8fc3a7cd35 [2021-01-15T01:16:40.247Z] Priming edgex-go [2021-01-15T01:16:40.818Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T01:16:40.818Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-15T01:16:40.818Z] Removing intermediate container 0001007491d7 [2021-01-15T01:16:40.818Z] ---> 870c4bd720fc [2021-01-15T01:16:40.818Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T01:16:40.818Z] ---> Running in 928f291a7b65 [2021-01-15T01:16:41.102Z] Removing intermediate container 8f79eb143e73 [2021-01-15T01:16:41.102Z] ---> 5343078e3de7 [2021-01-15T01:16:41.102Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-15T01:16:41.102Z] ---> Running in 70c4091bb30d [2021-01-15T01:16:41.375Z] ---> Running in a90f818d6fb3 [2021-01-15T01:16:41.630Z] Priming version [2021-01-15T01:16:41.663Z] Removing intermediate container 928f291a7b65 [2021-01-15T01:16:41.663Z] ---> b2a2854202aa [2021-01-15T01:16:41.663Z] [2021-01-15T01:16:41.942Z] Successfully built b2a2854202aa [2021-01-15T01:16:41.942Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T01:16:41.942Z] Building docker-support-scheduler-go [2021-01-15T01:16:42.201Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-15T01:16:42.213Z]  Building docker-core-metadata-go ... done Removing intermediate container 70c4091bb30d [2021-01-15T01:16:42.214Z] ---> a0fd84c91cd6 [2021-01-15T01:16:42.214Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T01:16:42.493Z] Removing intermediate container a90f818d6fb3 [2021-01-15T01:16:42.493Z] ---> cfdf03236989 [2021-01-15T01:16:42.493Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-15T01:16:42.767Z] ---> Running in cbf802ecda45 [2021-01-15T01:16:43.745Z] Removing intermediate container cbf802ecda45 [2021-01-15T01:16:43.746Z] ---> d1973f6d2cf8 [2021-01-15T01:16:43.746Z] Step 15/26 : EXPOSE $APP_PORT [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-15T01:16:44.748Z] ---> 1e4c1b70b518 [2021-01-15T01:16:44.748Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-15T01:16:44.748Z] ---> Running in b3252032b67f [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-15T01:16:45.354Z] ---> Running in 9888af01f127 [2021-01-15T01:16:45.950Z] Removing intermediate container b3252032b67f [2021-01-15T01:16:45.950Z] ---> 2a519e1bc9ad [2021-01-15T01:16:45.950Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T01:16:49.381Z] ---> f44a1dfcfc25 [2021-01-15T01:16:49.381Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T01:16:50.388Z] ---> 1daf50b5137c [2021-01-15T01:16:50.388Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T01:16:50.666Z] Removing intermediate container 9888af01f127 [2021-01-15T01:16:50.666Z] ---> 74e13dc52d22 [2021-01-15T01:16:50.666Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:16:52.122Z] ---> 7baea54b847e [2021-01-15T01:16:52.122Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T01:16:52.122Z] ---> 4b13451458fc [2021-01-15T01:16:52.122Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-15T01:16:52.399Z] ---> Running in efed9574136f [2021-01-15T01:16:53.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:16:53.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:16:53.934Z] ---> 7f796fd4b3af [2021-01-15T01:16:53.934Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-15T01:16:54.225Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T01:16:54.225Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T01:16:54.498Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T01:16:54.498Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T01:16:54.498Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T01:16:54.498Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T01:16:54.498Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T01:16:55.478Z] ---> 8b0bed1a88c6 [2021-01-15T01:16:55.478Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-15T01:16:56.467Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T01:16:56.467Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T01:16:56.467Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T01:16:56.467Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T01:16:56.467Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T01:16:56.467Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T01:16:56.755Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T01:16:56.755Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T01:16:56.755Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T01:16:56.755Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T01:16:56.755Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T01:16:56.755Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T01:16:56.755Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T01:16:56.755Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T01:16:57.027Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T01:16:57.027Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T01:16:57.027Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T01:16:57.027Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T01:16:57.027Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T01:16:57.027Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T01:16:57.027Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T01:16:57.027Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T01:16:57.027Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T01:16:57.305Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T01:16:57.305Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T01:16:57.305Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T01:16:57.305Z] ---> 5628b397e451 [2021-01-15T01:16:57.305Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-15T01:16:57.305Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:16:57.305Z] OK: 71 MiB in 55 packages [2021-01-15T01:16:58.748Z] ---> e0698f27f786 [2021-01-15T01:16:58.748Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-15T01:16:59.023Z] ---> Running in f9856cf01c26 [2021-01-15T01:17:00.005Z] Removing intermediate container f9856cf01c26 [2021-01-15T01:17:00.005Z] ---> 7a1464deddf4 [2021-01-15T01:17:00.005Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-15T01:17:01.448Z] ---> da83a4d730dd [2021-01-15T01:17:01.448Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-15T01:17:02.437Z] ---> Running in dd3f80c6fca9 [2021-01-15T01:17:07.856Z] Removing intermediate container dd3f80c6fca9 [2021-01-15T01:17:07.856Z] ---> ace6ca2d46e0 [2021-01-15T01:17:07.856Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T01:17:08.132Z] ---> Running in 72e44707994b [2021-01-15T01:17:08.409Z] Removing intermediate container efed9574136f [2021-01-15T01:17:08.409Z] ---> b194a4832d28 [2021-01-15T01:17:08.409Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T01:17:09.015Z] ---> Running in ad4d2bfa3ce4 [2021-01-15T01:17:09.294Z] Removing intermediate container 72e44707994b [2021-01-15T01:17:09.294Z] ---> 005c3b367081 [2021-01-15T01:17:09.294Z] Step 30/33 : CMD ["gate"] [2021-01-15T01:17:10.734Z] ---> Running in 0261f05d3371 [2021-01-15T01:17:11.711Z] Removing intermediate container 0261f05d3371 [2021-01-15T01:17:11.711Z] ---> df28359389f0 [2021-01-15T01:17:11.711Z] Step 31/33 : LABEL arch=arm64 [2021-01-15T01:17:12.704Z] ---> Running in 5e9f212b2bf5 [2021-01-15T01:17:13.692Z] Removing intermediate container 5e9f212b2bf5 [2021-01-15T01:17:13.692Z] ---> da85d20140a4 [2021-01-15T01:17:13.692Z] Step 32/33 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:17:15.126Z] ---> Running in f4ce0254fa5c [2021-01-15T01:17:15.126Z] Collecting docker-compose==1.23.2 [2021-01-15T01:17:15.126Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T01:17:15.720Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:17:15.720Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:17:15.720Z] ---> 481b1fc26873 [2021-01-15T01:17:15.720Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T01:17:15.720Z] ---> Using cache [2021-01-15T01:17:15.720Z] ---> b9e2207e33a4 [2021-01-15T01:17:15.720Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:17:15.720Z] ---> Using cache [2021-01-15T01:17:15.720Z] ---> a31ae2559d09 [2021-01-15T01:17:15.720Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T01:17:15.995Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-15T01:17:16.269Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T01:17:16.269Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T01:17:16.546Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:17:16.546Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:17:16.546Z] ---> 481b1fc26873 [2021-01-15T01:17:16.546Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T01:17:16.546Z] ---> Using cache [2021-01-15T01:17:16.546Z] ---> b9e2207e33a4 [2021-01-15T01:17:16.546Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:17:16.546Z] ---> Using cache [2021-01-15T01:17:16.546Z] ---> a31ae2559d09 [2021-01-15T01:17:16.546Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T01:17:17.144Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:17:17.144Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:17:17.144Z] ---> 481b1fc26873 [2021-01-15T01:17:17.144Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T01:17:17.144Z] ---> Using cache [2021-01-15T01:17:17.144Z] ---> b9e2207e33a4 [2021-01-15T01:17:17.144Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:17:17.144Z] ---> Using cache [2021-01-15T01:17:17.144Z] ---> a31ae2559d09 [2021-01-15T01:17:17.144Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T01:17:17.144Z] ---> Running in d710c5dbf3f8 [2021-01-15T01:17:17.144Z] Removing intermediate container f4ce0254fa5c [2021-01-15T01:17:17.144Z] ---> 9cfc014efb71 [2021-01-15T01:17:17.144Z] Step 33/33 : LABEL version=0.0.0 [2021-01-15T01:17:17.144Z] ---> Running in a6875d5a5809 [2021-01-15T01:17:17.144Z] ---> Running in 7c7dc7882e75 [2021-01-15T01:17:17.737Z] ---> Running in 89b5e22194a1 [2021-01-15T01:17:18.330Z] Removing intermediate container 89b5e22194a1 [2021-01-15T01:17:18.330Z] ---> 9e2c8150b3a8 [2021-01-15T01:17:18.330Z] [2021-01-15T01:17:18.618Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T01:17:18.618Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T01:17:18.898Z] Successfully built 9e2c8150b3a8 [2021-01-15T01:17:18.898Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-15T01:17:18.898Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-01-15T01:17:19.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:17:19.177Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T01:17:19.177Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T01:17:19.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:17:19.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:17:20.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:17:20.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:17:20.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:17:20.580Z] OK: 217 MiB in 51 packages [2021-01-15T01:17:20.855Z] OK: 217 MiB in 51 packages [2021-01-15T01:17:21.130Z] OK: 217 MiB in 51 packages [2021-01-15T01:17:22.122Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T01:17:22.122Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T01:17:23.569Z] Collecting PyYAML<4,>=3.10 [2021-01-15T01:17:23.569Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T01:17:23.843Z] Removing intermediate container d710c5dbf3f8 [2021-01-15T01:17:24.131Z] ---> e9265bb87c90 [2021-01-15T01:17:24.131Z] Step 6/23 : COPY go.mod . [2021-01-15T01:17:24.131Z] Removing intermediate container 7c7dc7882e75 [2021-01-15T01:17:24.131Z] ---> 9a4b11287192 [2021-01-15T01:17:24.131Z] Step 6/22 : COPY go.mod . [2021-01-15T01:17:24.406Z] Removing intermediate container a6875d5a5809 [2021-01-15T01:17:24.406Z] ---> afca3ebc4874 [2021-01-15T01:17:24.406Z] Step 6/24 : COPY go.mod . [2021-01-15T01:17:25.386Z] ---> 5698708c0af3 [2021-01-15T01:17:25.386Z] Step 7/23 : RUN go mod download [2021-01-15T01:17:25.386Z] ---> 9e81745f8528 [2021-01-15T01:17:25.386Z] Step 7/22 : RUN go mod download [2021-01-15T01:17:25.386Z] ---> Running in 5562f5c63037 [2021-01-15T01:17:25.664Z] ---> e2f7a9746715 [2021-01-15T01:17:25.664Z] Step 7/24 : RUN go mod download [2021-01-15T01:17:25.664Z] ---> Running in 9349645fe486 [2021-01-15T01:17:25.939Z] ---> Running in de38fb1c95b1 [2021-01-15T01:17:27.398Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T01:17:27.398Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T01:17:30.994Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T01:17:30.994Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T01:17:31.591Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T01:17:31.591Z] Removing intermediate container 5562f5c63037 [2021-01-15T01:17:31.591Z] ---> 80c4fbe73155 [2021-01-15T01:17:31.591Z] Step 8/23 : COPY . . [2021-01-15T01:17:31.591Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T01:17:32.196Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T01:17:32.196Z] Removing intermediate container 9349645fe486 [2021-01-15T01:17:32.196Z] ---> ebb8d1e3bc63 [2021-01-15T01:17:32.196Z] Step 8/22 : COPY . . [2021-01-15T01:17:32.196Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T01:17:32.477Z] Removing intermediate container de38fb1c95b1 [2021-01-15T01:17:32.477Z] ---> 81467fe37498 [2021-01-15T01:17:32.477Z] Step 8/24 : COPY . . [2021-01-15T01:17:34.468Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-15T01:17:35.065Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T01:17:35.065Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T01:17:35.669Z] Collecting idna<2.8,>=2.5 [2021-01-15T01:17:35.669Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T01:17:35.669Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-15T01:17:35.943Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T01:17:35.943Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T01:17:35.943Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T01:17:35.943Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T01:17:35.943Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T01:17:35.943Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T01:17:36.928Z] Installing collected packages: jsonschema, urllib3, idna, requests, texttable, websocket-client, docker-pycreds, docker, PyYAML, docopt, cached-property, dockerpty, docker-compose [2021-01-15T01:17:37.524Z] Attempting uninstall: urllib3 [2021-01-15T01:17:37.524Z] Found existing installation: urllib3 1.25.9 [2021-01-15T01:17:37.524Z] Uninstalling urllib3-1.25.9: [2021-01-15T01:17:37.524Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T01:17:37.807Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T01:17:37.807Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T01:17:37.807Z] ---> 481b1fc26873 [2021-01-15T01:17:37.807Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T01:17:37.807Z] ---> Using cache [2021-01-15T01:17:37.807Z] ---> b9e2207e33a4 [2021-01-15T01:17:37.807Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:17:37.807Z] ---> Using cache [2021-01-15T01:17:37.807Z] ---> a31ae2559d09 [2021-01-15T01:17:37.807Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T01:17:39.255Z] Attempting uninstall: idna [2021-01-15T01:17:39.255Z] Found existing installation: idna 2.9 [2021-01-15T01:17:39.255Z] Uninstalling idna-2.9: [2021-01-15T01:17:39.528Z] Successfully uninstalled idna-2.9 [2021-01-15T01:17:42.184Z] Attempting uninstall: requests [2021-01-15T01:17:42.184Z] Found existing installation: requests 2.23.0 [2021-01-15T01:17:42.184Z] Uninstalling requests-2.23.0: [2021-01-15T01:17:42.184Z] Successfully uninstalled requests-2.23.0 [2021-01-15T01:17:42.460Z] Running setup.py install for texttable: started [2021-01-15T01:17:43.446Z] ---> Running in 72fef65f743e [2021-01-15T01:17:44.888Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T01:17:45.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:17:45.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:17:45.764Z] Running setup.py install for PyYAML: started [2021-01-15T01:17:46.369Z] OK: 217 MiB in 51 packages [2021-01-15T01:17:49.010Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T01:17:49.010Z] Running setup.py install for docopt: started [2021-01-15T01:17:50.452Z] Removing intermediate container 72fef65f743e [2021-01-15T01:17:50.452Z] ---> 6d49146badf7 [2021-01-15T01:17:50.452Z] Step 6/22 : COPY go.mod . [2021-01-15T01:17:51.437Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T01:17:51.437Z] Running setup.py install for dockerpty: started [2021-01-15T01:17:52.432Z] ---> 2dab5bbc1fe0 [2021-01-15T01:17:52.432Z] Step 7/22 : RUN go mod download [2021-01-15T01:17:52.706Z] ---> Running in 47accba8454e [2021-01-15T01:17:53.683Z] ---> 9b8eb4523424 [2021-01-15T01:17:53.683Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T01:17:53.683Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T01:17:53.960Z] ---> Running in db81c9cd4951 [2021-01-15T01:17:53.960Z] ---> 4cab4d452008 [2021-01-15T01:17:53.960Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T01:17:54.566Z] ---> c66d4be285ae [2021-01-15T01:17:54.566Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T01:17:54.566Z] ---> Running in 0d0a98c34081 [2021-01-15T01:17:54.566Z] ---> Running in 5a58a009b014 [2021-01-15T01:17:54.566Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-15T01:17:55.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T01:17:56.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T01:17:56.821Z] Removing intermediate container 47accba8454e [2021-01-15T01:17:56.821Z] ---> a2e57ea9d111 [2021-01-15T01:17:56.821Z] Step 8/22 : COPY . . [2021-01-15T01:17:56.821Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T01:18:01.153Z] Removing intermediate container ad4d2bfa3ce4 [2021-01-15T01:18:01.153Z] ---> 184debf78b88 [2021-01-15T01:18:01.153Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T01:18:02.142Z] ---> Running in 5f227518a259 [2021-01-15T01:18:04.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:18:04.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:18:05.379Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T01:18:05.379Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T01:18:05.681Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T01:18:05.681Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:18:05.681Z] OK: 71 MiB in 58 packages [2021-01-15T01:18:09.094Z] Removing intermediate container 5f227518a259 [2021-01-15T01:18:09.094Z] ---> 85731120f526 [2021-01-15T01:18:09.094Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T01:18:09.373Z] ---> Running in f8c1292a9cf5 [2021-01-15T01:18:10.363Z] Removing intermediate container f8c1292a9cf5 [2021-01-15T01:18:10.363Z] ---> eb102afd28a3 [2021-01-15T01:18:10.363Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:18:10.638Z] ---> Running in 86a8d0e74681 [2021-01-15T01:18:12.080Z] Removing intermediate container 86a8d0e74681 [2021-01-15T01:18:12.080Z] ---> 05daf90a9d99 [2021-01-15T01:18:12.080Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T01:18:12.354Z] ---> Running in 20577a85b1a5 [2021-01-15T01:18:13.797Z] Removing intermediate container 20577a85b1a5 [2021-01-15T01:18:13.797Z] ---> 9f411ba005c4 [2021-01-15T01:18:13.797Z] Step 25/26 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:18:14.403Z] ---> Running in cb7ada5bf8da [2021-01-15T01:18:15.868Z] Removing intermediate container cb7ada5bf8da [2021-01-15T01:18:15.868Z] ---> 81ace2cd3584 [2021-01-15T01:18:15.868Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T01:18:16.483Z] ---> Running in b30890878594 [2021-01-15T01:18:17.466Z] Removing intermediate container b30890878594 [2021-01-15T01:18:17.466Z] ---> 4568f6163d68 [2021-01-15T01:18:17.466Z] [2021-01-15T01:18:18.452Z] Successfully built 4568f6163d68 [2021-01-15T01:18:18.452Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T01:18:18.730Z]  Building docker-sys-mgmt-agent-go ... done  ---> 20d62e1e4ff5 [2021-01-15T01:18:18.730Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-15T01:18:19.004Z] ---> Running in 98ea20b370d3 [2021-01-15T01:18:20.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T01:19:07.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T01:19:18.179Z] Removing intermediate container 0d0a98c34081 [2021-01-15T01:19:18.179Z] ---> 4c1b2d4e18e3 [2021-01-15T01:19:18.179Z] [2021-01-15T01:19:18.179Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T01:19:18.179Z] ---> afeebe901d6b [2021-01-15T01:19:18.179Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T01:19:18.179Z] Removing intermediate container db81c9cd4951 [2021-01-15T01:19:18.179Z] ---> 3626438f0a3a [2021-01-15T01:19:18.179Z] [2021-01-15T01:19:18.179Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T01:19:18.179Z] ---> afeebe901d6b [2021-01-15T01:19:18.179Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-15T01:19:18.179Z] ---> Using cache [2021-01-15T01:19:18.179Z] ---> a39d3ef6c8dc [2021-01-15T01:19:18.179Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-15T01:19:18.179Z] ---> Using cache [2021-01-15T01:19:18.179Z] ---> 05bb52831b70 [2021-01-15T01:19:18.179Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-15T01:19:18.179Z] ---> Running in 51b3cb47f2bd [2021-01-15T01:19:18.179Z] ---> Running in de51e299741e [2021-01-15T01:19:18.179Z] Removing intermediate container de51e299741e [2021-01-15T01:19:18.179Z] ---> 769e0a1a8bd7 [2021-01-15T01:19:18.179Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-15T01:19:18.179Z] ---> Running in f17ac5f619db [2021-01-15T01:19:18.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:19:18.785Z] Removing intermediate container f17ac5f619db [2021-01-15T01:19:18.785Z] ---> e7cfc9b2ae98 [2021-01-15T01:19:18.785Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:19:18.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:19:19.795Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T01:19:19.795Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T01:19:19.796Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T01:19:19.796Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T01:19:19.796Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T01:19:19.796Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:19:20.073Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T01:19:20.073Z] ---> 511e095f429c [2021-01-15T01:19:20.073Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T01:19:20.350Z] OK: 7 MiB in 19 packages [2021-01-15T01:19:22.334Z] ---> 83fa8ec8ab94 [2021-01-15T01:19:22.334Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T01:19:23.323Z] Removing intermediate container 51b3cb47f2bd [2021-01-15T01:19:23.323Z] ---> e7222658b21c [2021-01-15T01:19:23.323Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T01:19:23.323Z] ---> Running in f9c1f7432eba [2021-01-15T01:19:23.596Z] ---> 4eeccdca0a7e [2021-01-15T01:19:23.596Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T01:19:23.882Z] ---> Running in 9818f86dc556 [2021-01-15T01:19:24.165Z] Removing intermediate container f9c1f7432eba [2021-01-15T01:19:24.165Z] ---> eadd04138611 [2021-01-15T01:19:24.165Z] Step 13/24 : WORKDIR / [2021-01-15T01:19:24.447Z] ---> Running in f2c8253349a3 [2021-01-15T01:19:24.730Z] Removing intermediate container 9818f86dc556 [2021-01-15T01:19:24.730Z] ---> b3055b0c8b70 [2021-01-15T01:19:24.730Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:19:25.000Z] ---> Running in 60b5cc269954 [2021-01-15T01:19:25.000Z] Removing intermediate container f2c8253349a3 [2021-01-15T01:19:25.000Z] ---> 7223761ef3a8 [2021-01-15T01:19:25.000Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-15T01:19:25.609Z] Removing intermediate container 60b5cc269954 [2021-01-15T01:19:25.609Z] ---> a8f89319e8c0 [2021-01-15T01:19:25.609Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T01:19:25.889Z] ---> Running in de04d126fc78 [2021-01-15T01:19:26.168Z] ---> e904735297b4 [2021-01-15T01:19:26.168Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-15T01:19:26.453Z] Removing intermediate container de04d126fc78 [2021-01-15T01:19:26.453Z] ---> 36f3b4b8476b [2021-01-15T01:19:26.453Z] Step 21/22 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:19:26.732Z] ---> Running in 583338e13726 [2021-01-15T01:19:27.330Z] ---> 84808399f515 [2021-01-15T01:19:27.330Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T01:19:27.605Z] Removing intermediate container 583338e13726 [2021-01-15T01:19:27.605Z] ---> 338c1db44daa [2021-01-15T01:19:27.605Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T01:19:27.881Z] ---> Running in 2d85625c68be [2021-01-15T01:19:28.157Z] ---> 0798c9c76a44 [2021-01-15T01:19:28.157Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T01:19:28.434Z] Removing intermediate container 2d85625c68be [2021-01-15T01:19:28.434Z] ---> 28c11bee1bb8 [2021-01-15T01:19:28.434Z] [2021-01-15T01:19:29.039Z] Successfully built 28c11bee1bb8 [2021-01-15T01:19:29.039Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T01:19:29.635Z]  Building docker-support-scheduler-go ... done  ---> 583ce4c8e41f [2021-01-15T01:19:29.635Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T01:19:31.615Z] ---> 2790755efe23 [2021-01-15T01:19:31.615Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T01:19:31.895Z] Removing intermediate container 98ea20b370d3 [2021-01-15T01:19:31.895Z] ---> cb05e4ff5123 [2021-01-15T01:19:31.895Z] [2021-01-15T01:19:31.895Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T01:19:31.895Z] ---> afeebe901d6b [2021-01-15T01:19:31.895Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-15T01:19:32.175Z] ---> Running in dc7382396370 [2021-01-15T01:19:32.775Z] ---> 6eb2ed3db386 [2021-01-15T01:19:32.775Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T01:19:33.052Z] ---> Running in dc81c9f8c7f4 [2021-01-15T01:19:33.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:19:33.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:19:34.550Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-15T01:19:34.550Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-15T01:19:34.550Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:19:34.550Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T01:19:34.550Z] OK: 6 MiB in 16 packages [2021-01-15T01:19:35.998Z] Removing intermediate container dc81c9f8c7f4 [2021-01-15T01:19:35.998Z] ---> 9b60c17e3077 [2021-01-15T01:19:35.998Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T01:19:35.998Z] ---> Running in f83f4c05c3f3 [2021-01-15T01:19:36.605Z] Removing intermediate container dc7382396370 [2021-01-15T01:19:36.605Z] ---> 7974dd95c33d [2021-01-15T01:19:36.605Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-15T01:19:36.605Z] Removing intermediate container f83f4c05c3f3 [2021-01-15T01:19:36.605Z] ---> 37a46e99b765 [2021-01-15T01:19:36.605Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T01:19:36.605Z] ---> Running in 7b4c127712dc [2021-01-15T01:19:36.881Z] ---> Running in 0c1f8ae2f58a [2021-01-15T01:19:37.153Z] Removing intermediate container 7b4c127712dc [2021-01-15T01:19:37.153Z] ---> bddf4224e928 [2021-01-15T01:19:37.153Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-15T01:19:37.427Z] Removing intermediate container 0c1f8ae2f58a [2021-01-15T01:19:37.427Z] ---> 5b5d8ffaf295 [2021-01-15T01:19:37.427Z] Step 23/24 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:19:37.427Z] ---> Running in a17ad74ef1b8 [2021-01-15T01:19:37.702Z] ---> Running in d0840fc32dd1 [2021-01-15T01:19:38.296Z] Removing intermediate container a17ad74ef1b8 [2021-01-15T01:19:38.296Z] ---> 9b4fb63527d5 [2021-01-15T01:19:38.296Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-15T01:19:38.569Z] Removing intermediate container d0840fc32dd1 [2021-01-15T01:19:38.569Z] ---> 23de4e487b43 [2021-01-15T01:19:38.569Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T01:19:38.569Z] ---> Running in de661cb94ed1 [2021-01-15T01:19:38.842Z] ---> Running in b2632afb1191 [2021-01-15T01:19:39.441Z] Removing intermediate container de661cb94ed1 [2021-01-15T01:19:39.441Z] ---> cac6e921b879 [2021-01-15T01:19:39.441Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:19:39.715Z] Removing intermediate container b2632afb1191 [2021-01-15T01:19:39.715Z] ---> a989273c212f [2021-01-15T01:19:39.715Z] [2021-01-15T01:19:39.989Z] Removing intermediate container 5a58a009b014 [2021-01-15T01:19:39.989Z] ---> 2f4741a0aabd [2021-01-15T01:19:39.989Z] [2021-01-15T01:19:39.989Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T01:19:39.989Z] ---> afeebe901d6b [2021-01-15T01:19:39.989Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T01:19:40.260Z] Successfully built a989273c212f [2021-01-15T01:19:40.260Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T01:19:40.260Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 5cecf0a3cd64 [2021-01-15T01:19:40.260Z] ---> aef9f60d4112 [2021-01-15T01:19:40.260Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T01:19:40.860Z] Removing intermediate container 5cecf0a3cd64 [2021-01-15T01:19:40.860Z] ---> 6d544eaf124d [2021-01-15T01:19:40.860Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T01:19:41.133Z] ---> Running in 5b0dfc9c7bbe [2021-01-15T01:19:41.753Z] ---> 3a4aacde7560 [2021-01-15T01:19:41.753Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T01:19:41.753Z] Removing intermediate container 5b0dfc9c7bbe [2021-01-15T01:19:41.753Z] ---> a993ae11394a [2021-01-15T01:19:41.753Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T01:19:42.053Z] ---> Running in 16a8d6d86ad1 [2021-01-15T01:19:42.658Z] Removing intermediate container 16a8d6d86ad1 [2021-01-15T01:19:42.658Z] ---> cb606568d644 [2021-01-15T01:19:42.658Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T01:19:42.658Z] ---> 03a3bb63ad8d [2021-01-15T01:19:42.658Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-15T01:19:42.658Z] ---> Running in 50e5020fa449 [2021-01-15T01:19:42.658Z] ---> Running in f8830cd7c9a9 [2021-01-15T01:19:43.296Z] Removing intermediate container f8830cd7c9a9 [2021-01-15T01:19:43.296Z] ---> c6c0e8e1440e [2021-01-15T01:19:43.297Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:19:43.585Z] ---> Running in df53ae82503f [2021-01-15T01:19:44.213Z] Removing intermediate container df53ae82503f [2021-01-15T01:19:44.213Z] ---> a03b75a5bb16 [2021-01-15T01:19:44.213Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T01:19:44.213Z] ---> Running in 628635c5bb19 [2021-01-15T01:19:44.837Z] Removing intermediate container 628635c5bb19 [2021-01-15T01:19:44.837Z] ---> 585187ce0cab [2021-01-15T01:19:44.837Z] Step 21/22 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:19:45.132Z] ---> Running in b7ac54c7fe42 [2021-01-15T01:19:45.132Z] Removing intermediate container 50e5020fa449 [2021-01-15T01:19:45.132Z] ---> a58a78edd377 [2021-01-15T01:19:45.132Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-15T01:19:45.411Z] ---> Running in aca5c7b5c834 [2021-01-15T01:19:45.695Z] Removing intermediate container b7ac54c7fe42 [2021-01-15T01:19:45.695Z] ---> 7b9ccbea40c8 [2021-01-15T01:19:45.695Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T01:19:45.991Z] ---> Running in 0964a06e511d [2021-01-15T01:19:46.278Z] Removing intermediate container 0964a06e511d [2021-01-15T01:19:46.278Z] ---> 3da731860693 [2021-01-15T01:19:46.278Z] [2021-01-15T01:19:46.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T01:19:46.964Z] Successfully built 3da731860693 [2021-01-15T01:19:46.964Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T01:19:47.559Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T01:19:48.538Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-15T01:19:48.538Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-15T01:19:48.538Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-15T01:19:48.811Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-15T01:19:48.811Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T01:19:49.085Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-15T01:19:49.085Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T01:19:49.085Z] OK: 8 MiB in 20 packages [2021-01-15T01:19:50.523Z] Removing intermediate container aca5c7b5c834 [2021-01-15T01:19:50.523Z] ---> 0e373694fbd0 [2021-01-15T01:19:50.523Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T01:19:51.125Z] ---> 62a06545bc3d [2021-01-15T01:19:51.125Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T01:19:52.557Z] ---> a91460e3fa41 [2021-01-15T01:19:52.557Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T01:19:53.152Z] ---> 9a99a0a713cf [2021-01-15T01:19:53.152Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T01:19:53.152Z] ---> Running in c9fa75997cf5 [2021-01-15T01:19:53.423Z] Removing intermediate container c9fa75997cf5 [2021-01-15T01:19:53.423Z] ---> 98ff8afe04be [2021-01-15T01:19:53.423Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T01:19:53.695Z] ---> Running in eccd52bc6974 [2021-01-15T01:19:54.292Z] Removing intermediate container eccd52bc6974 [2021-01-15T01:19:54.292Z] ---> f3fddb56d9ba [2021-01-15T01:19:54.292Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T01:19:54.292Z] ---> Running in a39d3b9ba42f [2021-01-15T01:19:54.562Z] Removing intermediate container a39d3b9ba42f [2021-01-15T01:19:54.562Z] ---> 5a9ad391c18b [2021-01-15T01:19:54.562Z] Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [2021-01-15T01:19:54.836Z] ---> Running in 325e05127335 [2021-01-15T01:19:55.106Z] Removing intermediate container 325e05127335 [2021-01-15T01:19:55.106Z] ---> b526ce653bb4 [2021-01-15T01:19:55.106Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T01:19:55.378Z] ---> Running in c4ea033c1ad1 [2021-01-15T01:19:55.655Z] Removing intermediate container c4ea033c1ad1 [2021-01-15T01:19:55.655Z] ---> 60de38a117ff [2021-01-15T01:19:55.655Z] [2021-01-15T01:19:56.251Z] Successfully built 60de38a117ff [2021-01-15T01:19:56.251Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T01:19:56.536Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T01:19:56.505Z] $ docker stop --time=1 aa88e0fa1a286e64ce7b235993b337bfb18154fbbef328585be44ee8bf3e9a60 [2021-01-15T01:19:58.396Z] $ docker rm -f aa88e0fa1a286e64ce7b235993b337bfb18154fbbef328585be44ee8bf3e9a60 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T01:19:59.175Z] + docker images [2021-01-15T01:19:59.175Z] + grep docker [2021-01-15T01:19:59.444Z] docker-core-data-go-arm64 latest 60de38a117ff 4 seconds ago 21MB [2021-01-15T01:19:59.444Z] docker-support-notifications-go-arm64 latest 3da731860693 13 seconds ago 15.9MB [2021-01-15T01:19:59.444Z] docker-security-secretstore-setup-go-arm64 latest a989273c212f 20 seconds ago 23.4MB [2021-01-15T01:19:59.444Z] docker-support-scheduler-go-arm64 latest 28c11bee1bb8 31 seconds ago 15.5MB [2021-01-15T01:19:59.444Z] docker-sys-mgmt-agent-go-arm64 latest 4568f6163d68 About a minute ago 300MB [2021-01-15T01:19:59.444Z] docker-security-bootstrapper-go-arm64 latest 9e2c8150b3a8 2 minutes ago 40.3MB [2021-01-15T01:19:59.444Z] docker-core-metadata-go-arm64 latest b2a2854202aa 3 minutes ago 17.7MB [2021-01-15T01:19:59.444Z] docker-core-command-go-arm64 latest 2b8fc3a7cd35 3 minutes ago 15.4MB [2021-01-15T01:19:59.444Z] docker-security-proxy-setup-go-arm64 latest 5a5cd87f34b6 3 minutes ago 23.2MB [2021-01-15T01:19:59.444Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T01:20:01.848Z] provisioning config files... [2021-01-15T01:20:01.860Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/27@tmp/config2058636920353529074tmp [Pipeline] { [Pipeline] sh [2021-01-15T01:20:02.269Z] + set +x [2021-01-15T01:20:02.269Z] + curl -s https://codecov.io/bash [2021-01-15T01:20:02.269Z] + bash -s -- [2021-01-15T01:20:02.842Z] [2021-01-15T01:20:02.843Z] _____ _ [2021-01-15T01:20:02.843Z] / ____| | | [2021-01-15T01:20:02.843Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T01:20:02.843Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T01:20:02.843Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T01:20:02.843Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T01:20:02.843Z] Bash-20201231-23d4836 [2021-01-15T01:20:02.843Z] [2021-01-15T01:20:02.843Z] [2021-01-15T01:20:02.843Z] ==> git version 2.24.3 found [2021-01-15T01:20:02.843Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-15T01:20:02.843Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T01:20:02.843Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T01:20:02.843Z] ==> Jenkins CI detected. [2021-01-15T01:20:02.843Z] project root: . [2021-01-15T01:20:02.843Z] --> token set from env [2021-01-15T01:20:02.843Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T01:20:02.843Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T01:20:02.843Z] ==> Python coveragepy not found [2021-01-15T01:20:02.843Z] ==> Searching for coverage reports in: [2021-01-15T01:20:02.843Z] + . [2021-01-15T01:20:02.843Z] -> Found 1 reports [2021-01-15T01:20:02.843Z] ==> Detecting git/mercurial file structure [2021-01-15T01:20:02.843Z] ==> Reading reports [2021-01-15T01:20:02.843Z] + ./coverage.out bytes=555396 [2021-01-15T01:20:02.843Z] ==> Appending adjustments [2021-01-15T01:20:02.843Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T01:20:06.149Z] + Found adjustments [2021-01-15T01:20:06.149Z] ==> Gzipping contents [2021-01-15T01:20:06.149Z] 84K /tmp/codecov.j9wHYX.gz [2021-01-15T01:20:06.149Z] ==> Uploading reports [2021-01-15T01:20:06.149Z] url: https://codecov.io [2021-01-15T01:20:06.149Z] query: branch=PR-2970&commit=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F27%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-15T01:20:06.149Z] -> Pinging Codecov [2021-01-15T01:20:06.149Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F27%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-15T01:20:06.409Z] -> Uploading to [2021-01-15T01:20:06.409Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/d1b6f8cb6c14c156082104a9acd2063c8ad82e6b/e23d5e18-26a9-448d-8d23-085107a4d3ca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T012006Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0637d2ef91b4b94852f3935830f45cb181a05596b8f41829e2ee859423ffdf6f [2021-01-15T01:20:06.409Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T01:20:06.409Z] Dload Upload Total Spent Left Speed [2021-01-15T01:20:06.982Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84547 0 0 100 84547 0 139k --:--:-- --:--:-- --:--:-- 138k 100 84547 0 0 100 84547 0 138k --:--:-- --:--:-- --:--:-- 138k [2021-01-15T01:20:06.982Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [Pipeline] } [2021-01-15T01:20:06.991Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:20:09.340Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:20:10.222Z] ---> package-listing.sh [2021-01-15T01:20:10.222Z] ++ facter osfamily [2021-01-15T01:20:10.222Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T01:20:10.222Z] + OS_FAMILY=redhat [2021-01-15T01:20:10.222Z] + workspace=/w/workspace/edgex-go/27 [2021-01-15T01:20:10.222Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T01:20:10.222Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T01:20:10.222Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T01:20:10.222Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T01:20:10.222Z] + '[' /w/workspace/edgex-go/27 ']' [2021-01-15T01:20:10.222Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T01:20:10.222Z] + case "${OS_FAMILY}" in [2021-01-15T01:20:10.222Z] + sort [2021-01-15T01:20:10.222Z] + rpm -qa [2021-01-15T01:20:15.603Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T01:20:15.603Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T01:20:15.603Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T01:20:15.603Z] + '[' /w/workspace/edgex-go/27 ']' [2021-01-15T01:20:15.603Z] + mkdir -p /w/workspace/edgex-go/27/archives/ [2021-01-15T01:20:15.603Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/27/archives/ [Pipeline] echo [2021-01-15T01:20:15.617Z] 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/27/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T01:20:15.910Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:20:16.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T01:20:16.211Z] [2021-01-15T01:20:16.211Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T01:20:16.582Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T01:20:16.582Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T01:20:16.582Z] df20fa9351a1: Pulling fs layer [2021-01-15T01:20:16.582Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T01:20:16.582Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T01:20:16.582Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T01:20:16.582Z] 93b61091891f: Pulling fs layer [2021-01-15T01:20:16.582Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T01:20:16.582Z] 5e14af77c1be: Pulling fs layer [2021-01-15T01:20:16.582Z] 01666e4c0597: Pulling fs layer [2021-01-15T01:20:16.582Z] aa168da1d23b: Pulling fs layer [2021-01-15T01:20:16.582Z] 93b9cdb0e59b: Waiting [2021-01-15T01:20:16.582Z] 5e14af77c1be: Waiting [2021-01-15T01:20:16.582Z] 01666e4c0597: Waiting [2021-01-15T01:20:16.582Z] 46f8f816bc3b: Waiting [2021-01-15T01:20:16.582Z] 93b61091891f: Waiting [2021-01-15T01:20:16.582Z] aa168da1d23b: Waiting [2021-01-15T01:20:16.582Z] 36b3adc4ff6f: Download complete [2021-01-15T01:20:16.582Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T01:20:16.582Z] 46f8f816bc3b: Download complete [2021-01-15T01:20:16.582Z] df20fa9351a1: Verifying Checksum [2021-01-15T01:20:16.582Z] df20fa9351a1: Download complete [2021-01-15T01:20:16.843Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T01:20:16.843Z] 93b9cdb0e59b: Download complete [2021-01-15T01:20:16.843Z] 93b61091891f: Verifying Checksum [2021-01-15T01:20:16.843Z] 93b61091891f: Download complete [2021-01-15T01:20:16.843Z] 5e14af77c1be: Download complete [2021-01-15T01:20:16.843Z] 01666e4c0597: Verifying Checksum [2021-01-15T01:20:16.843Z] 01666e4c0597: Download complete [2021-01-15T01:20:17.116Z] df20fa9351a1: Pull complete [2021-01-15T01:20:17.378Z] 36b3adc4ff6f: Pull complete [2021-01-15T01:20:17.641Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T01:20:17.641Z] 8ad3a11d3b57: Download complete [2021-01-15T01:20:18.215Z] 8ad3a11d3b57: Pull complete [2021-01-15T01:20:18.478Z] 46f8f816bc3b: Pull complete [2021-01-15T01:20:19.158Z] aa168da1d23b: Verifying Checksum [2021-01-15T01:20:19.158Z] aa168da1d23b: Download complete [2021-01-15T01:20:20.104Z] 93b61091891f: Pull complete [2021-01-15T01:20:20.104Z] 93b9cdb0e59b: Pull complete [2021-01-15T01:20:20.104Z] 5e14af77c1be: Pull complete [2021-01-15T01:20:20.368Z] 01666e4c0597: Pull complete [2021-01-15T01:20:30.399Z] aa168da1d23b: Pull complete [2021-01-15T01:20:30.399Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T01:20:30.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T01:20:30.399Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T01:20:30.629Z] prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container [2021-01-15T01:20:30.676Z] $ 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/27/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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T01:20:39.043Z] $ docker top c9927b074452f5700340ad52dffd21036918d2e88ee0f10e8ec59c67ffcc933c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T01:20:39.617Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T01:20:39.921Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T01:20:40.223Z] + ls /var/log/sa-host [2021-01-15T01:20:40.224Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T01:20:40.224Z] file_magic: OK [2021-01-15T01:20:40.224Z] HZ: Using current value: 100 [2021-01-15T01:20:40.224Z] file_header: OK [2021-01-15T01:20:40.224Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T01:20:40.224Z] Statistics: [2021-01-15T01:20:40.224Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T01:20:40.224Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T01:20:40.224Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T01:20:40.224Z] file_magic: OK [2021-01-15T01:20:40.224Z] HZ: Using current value: 100 [2021-01-15T01:20:40.224Z] file_header: OK [2021-01-15T01:20:40.224Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T01:20:40.224Z] Statistics: [2021-01-15T01:20:40.224Z] Hnuu...uuuununununu... [2021-01-15T01:20:40.224Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T01:20:40.959Z] provisioning config files... [2021-01-15T01:20:40.975Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/27@tmp/config4355862140157575404tmp [Pipeline] { [Pipeline] echo [2021-01-15T01:20:41.052Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:20:41.347Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T01:20:41.356Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T01:20:41.470Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:20:41.765Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T01:20:41.775Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:20:42.069Z] ---> sudo-logs.sh [2021-01-15T01:20:42.069Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T01:20:42.080Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:20:42.379Z] ---> job-cost.sh [2021-01-15T01:20:42.379Z] lf-activate-venv: SKIPPING [2021-01-15T01:20:42.379Z] INFO: No Stack... [2021-01-15T01:20:43.323Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T01:20:43.896Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T01:20:43.909Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T01:20:44.210Z] ---> logs-deploy.sh [2021-01-15T01:20:44.210Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/27 [2021-01-15T01:20:44.210Z] INFO: archiving workspace using pattern(s): [2021-01-15T01:20:45.597Z] Archives upload complete. [2021-01-15T01:20:45.597Z] INFO: archiving logs to Nexus