Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f935893ff1699d40f71ed7bb7d84c5110eb69c9a+8a69c127c9b04e641d44d2e92838084644d97324 (e59a640b13ab7083eb198af14dd1af5b0efaaf92) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29457’ Running on prd-centos7-docker-4c-2g-29465 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit f935893ff1699d40f71ed7bb7d84c5110eb69c9a Merge succeeded, producing f935893ff1699d40f71ed7bb7d84c5110eb69c9a Checking out Revision f935893ff1699d40f71ed7bb7d84c5110eb69c9a (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f935893ff1699d40f71ed7bb7d84c5110eb69c9a # 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 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f935893ff1699d40f71ed7bb7d84c5110eb69c9a # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T04:48:29.922Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T04:48:30.136Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T04:48:30.222Z] ========================================================= [2021-03-11T04:48:30.222Z] EdgeX Global Pipelines Version Info [2021-03-11T04:48:30.222Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 41cc11b64182ebae78931eac422638693eb842a3 # timeout=10 [2021-03-11T04:48:31.698Z] ------------------- [2021-03-11T04:48:31.698Z] stable info: [2021-03-11T04:48:31.698Z] ------------------- [2021-03-11T04:48:31.698Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T04:48:31.698Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T04:48:31.698Z] Message: update stable to v1.0.184 [2021-03-11T04:48:32.668Z] ------------------- [2021-03-11T04:48:32.668Z] experimental info: [2021-03-11T04:48:32.668Z] ------------------- [2021-03-11T04:48:32.668Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T04:48:32.668Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T04:48:32.668Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T04:48:32.943Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T04:48:33.101Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T04:48:33.189Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T04:48:33.277Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T04:48:33.358Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T04:48:33.474Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T04:48:33.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T04:48:33.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T04:48:33.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T04:48:33.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T04:48:33.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T04:48:34.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T04:48:34.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T04:48:34.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T04:48:34.299Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T04:48:34.405Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T04:48:34.484Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T04:48:34.573Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T04:48:34.658Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T04:48:34.764Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T04:48:34.874Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T04:48:34.955Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T04:48:35.038Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-11T04:48:35.122Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-11T04:48:35.205Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-11T04:48:35.287Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f935893ff1699d40f71ed7bb7d84c5110eb69c9a [Pipeline] echo [2021-03-11T04:48:35.368Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f935893 [Pipeline] echo [2021-03-11T04:48:35.449Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T04:48:35.676Z] provisioning config files... [2021-03-11T04:48:35.719Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config4183119611478669978tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:48:36.142Z] ---> docker-login.sh [2021-03-11T04:48:36.142Z] nexus3.edgexfoundry.org:10001 [2021-03-11T04:48:36.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:48:36.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:48:36.673Z] Configure a credential helper to remove this warning. See [2021-03-11T04:48:36.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:48:36.673Z] [2021-03-11T04:48:36.673Z] Login Succeeded [2021-03-11T04:48:36.673Z] nexus3.edgexfoundry.org:10002 [2021-03-11T04:48:36.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:48:36.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:48:36.941Z] Configure a credential helper to remove this warning. See [2021-03-11T04:48:36.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:48:36.941Z] [2021-03-11T04:48:36.941Z] Login Succeeded [2021-03-11T04:48:36.941Z] nexus3.edgexfoundry.org:10003 [2021-03-11T04:48:36.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:48:36.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:48:36.941Z] Configure a credential helper to remove this warning. See [2021-03-11T04:48:36.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:48:36.941Z] [2021-03-11T04:48:36.941Z] Login Succeeded [2021-03-11T04:48:36.941Z] nexus3.edgexfoundry.org:10004 [2021-03-11T04:48:37.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:48:37.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:48:37.206Z] Configure a credential helper to remove this warning. See [2021-03-11T04:48:37.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:48:37.206Z] [2021-03-11T04:48:37.206Z] Login Succeeded [2021-03-11T04:48:37.206Z] docker.io [2021-03-11T04:48:37.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:48:37.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:48:37.736Z] Configure a credential helper to remove this warning. See [2021-03-11T04:48:37.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:48:37.736Z] [2021-03-11T04:48:37.736Z] Login Succeeded [2021-03-11T04:48:37.736Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T04:48:37.748Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T04:48:38.220Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-11T04:48:38.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:38.220Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T04:48:38.220Z] ++ cut -d/ -f2 [2021-03-11T04:48:38.220Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T04:48:38.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:38.220Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T04:48:38.220Z] ++ cut -d/ -f2 [2021-03-11T04:48:38.220Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T04:48:38.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:38.220Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T04:48:38.220Z] ++ cut -d/ -f2 [2021-03-11T04:48:38.220Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T04:48:38.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:38.220Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T04:48:38.220Z] ++ cut -d/ -f2 [2021-03-11T04:48:38.220Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T04:48:38.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:38.220Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T04:48:38.220Z] ++ cut -d/ -f2 [2021-03-11T04:48:38.220Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T04:48:38.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:38.220Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T04:48:38.220Z] ++ cut -d/ -f2 [2021-03-11T04:48:38.220Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T04:48:38.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:38.220Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T04:48:38.220Z] ++ cut -d/ -f2 [2021-03-11T04:48:38.220Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T04:48:38.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:38.220Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T04:48:38.220Z] ++ cut -d/ -f2 [2021-03-11T04:48:38.220Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T04:48:38.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:48:38.220Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T04:48:38.220Z] ++ cut -d/ -f2 [2021-03-11T04:48:38.220Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T04:48:38.312Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:48:39.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T04:48:39.207Z] [2021-03-11T04:48:39.207Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:48:39.554Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T04:48:39.554Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T04:48:39.554Z] 31603596830f: Pulling fs layer [2021-03-11T04:48:39.554Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T04:48:39.554Z] 6ca5941a6612: Pulling fs layer [2021-03-11T04:48:39.554Z] ecc8261a40a4: Pulling fs layer [2021-03-11T04:48:39.554Z] ecc8261a40a4: Waiting [2021-03-11T04:48:39.554Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T04:48:39.554Z] 2a8b12db71e7: Download complete [2021-03-11T04:48:39.819Z] 31603596830f: Verifying Checksum [2021-03-11T04:48:39.819Z] 31603596830f: Download complete [2021-03-11T04:48:39.819Z] ecc8261a40a4: Verifying Checksum [2021-03-11T04:48:39.819Z] ecc8261a40a4: Download complete [2021-03-11T04:48:39.819Z] 6ca5941a6612: Verifying Checksum [2021-03-11T04:48:39.819Z] 6ca5941a6612: Download complete [2021-03-11T04:48:40.082Z] 31603596830f: Pull complete [2021-03-11T04:48:40.347Z] 2a8b12db71e7: Pull complete [2021-03-11T04:48:41.301Z] 6ca5941a6612: Pull complete [2021-03-11T04:48:41.301Z] ecc8261a40a4: Pull complete [2021-03-11T04:48:41.301Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T04:48:41.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T04:48:41.567Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T04:48:41.684Z] prd-centos7-docker-4c-2g-29465 does not seem to be running inside a container [2021-03-11T04:48:41.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T04:48:44.873Z] $ docker top a2aa4730bc11457acac6dc4ce7006a2008363bb321a1d121fb6bda7caab4ee5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T04:48:45.228Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T04:48:45.229Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T04:48:45.485Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T04:48:45.491Z] $ docker exec a2aa4730bc11457acac6dc4ce7006a2008363bb321a1d121fb6bda7caab4ee5b ssh-agent [2021-03-11T04:48:45.689Z] SSH_AUTH_SOCK=/tmp/ssh-fBAK7rHE4hyf/agent.12 [2021-03-11T04:48:45.689Z] SSH_AGENT_PID=18 [2021-03-11T04:48:45.706Z] Running ssh-add (command line suppressed) [2021-03-11T04:48:45.848Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_6952151528757829674.key (/w/workspace/edgex-go/9@tmp/private_key_6952151528757829674.key) [2021-03-11T04:48:45.900Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T04:48:46.236Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T04:48:46.264Z] $ docker exec --env ******** --env ******** a2aa4730bc11457acac6dc4ce7006a2008363bb321a1d121fb6bda7caab4ee5b ssh-agent -k [2021-03-11T04:48:46.381Z] unset SSH_AUTH_SOCK; [2021-03-11T04:48:46.381Z] unset SSH_AGENT_PID; [2021-03-11T04:48:46.382Z] echo Agent pid 18 killed; [2021-03-11T04:48:46.429Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T04:48:46.579Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T04:48:46.580Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T04:48:46.809Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T04:48:46.815Z] $ docker exec a2aa4730bc11457acac6dc4ce7006a2008363bb321a1d121fb6bda7caab4ee5b ssh-agent [2021-03-11T04:48:47.034Z] SSH_AUTH_SOCK=/tmp/ssh-9VwKVHWRPDoZ/agent.48 [2021-03-11T04:48:47.034Z] SSH_AGENT_PID=53 [2021-03-11T04:48:47.042Z] Running ssh-add (command line suppressed) [2021-03-11T04:48:47.195Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_1884175153194626859.key (/w/workspace/edgex-go/9@tmp/private_key_1884175153194626859.key) [2021-03-11T04:48:47.264Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T04:48:47.609Z] + git semver init [2021-03-11T04:48:47.609Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T04:48:47.609Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-03-11T04:48:47.609Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-03-11T04:48:47.609Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T04:48:47.609Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T04:48:47.609Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T04:48:47.609Z] # $SEMVER_BRANCH = PR-3234 [2021-03-11T04:48:47.609Z] # $SEMVER_TEMP = /tmp/semver-864736638 [2021-03-11T04:48:47.609Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T04:49:05.927Z] # '/tmp/semver-864736638' -> '/w/workspace/edgex-go/9/.semver' [2021-03-11T04:49:06.503Z] # -> Force: false [2021-03-11T04:49:06.503Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-03-11T04:49:06.524Z] $ docker exec --env ******** --env ******** a2aa4730bc11457acac6dc4ce7006a2008363bb321a1d121fb6bda7caab4ee5b ssh-agent -k [2021-03-11T04:49:06.762Z] unset SSH_AUTH_SOCK; [2021-03-11T04:49:06.763Z] unset SSH_AGENT_PID; [2021-03-11T04:49:06.763Z] echo Agent pid 53 killed; [2021-03-11T04:49:06.822Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T04:49:07.346Z] + git semver [Pipeline] } [2021-03-11T04:49:07.365Z] $ docker stop --time=1 a2aa4730bc11457acac6dc4ce7006a2008363bb321a1d121fb6bda7caab4ee5b [2021-03-11T04:49:09.066Z] $ docker rm -f a2aa4730bc11457acac6dc4ce7006a2008363bb321a1d121fb6bda7caab4ee5b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T04:49:09.687Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T04:49:10.322Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T04:49:10.325Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T04:49:11.339Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:49:11.652Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:49:11.961Z] + sudo service docker restart [2021-03-11T04:49:11.961Z] + true [2021-03-11T04:49:11.961Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T04:49:12.941Z] ========================================================= [2021-03-11T04:49:12.941Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T04:49:12.941Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:49:13.300Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-11T04:49:17.566Z] Sending build context to Docker daemon 328.4MB [2021-03-11T04:49:17.837Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T04:49:17.837Z] Step 2/6 : FROM ${BASE} [2021-03-11T04:49:17.837Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T04:49:17.837Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T04:49:17.837Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T04:49:17.837Z] de9db76c5a1d: Pulling fs layer [2021-03-11T04:49:17.837Z] bca2f99d35d6: Pulling fs layer [2021-03-11T04:49:17.837Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T04:49:17.837Z] 7c6f9722023f: Pulling fs layer [2021-03-11T04:49:17.837Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T04:49:17.837Z] 93359f2a8cfa: Waiting [2021-03-11T04:49:17.837Z] 7c6f9722023f: Waiting [2021-03-11T04:49:17.837Z] a35cf1a2eb13: Waiting [2021-03-11T04:49:17.837Z] bca2f99d35d6: Waiting [2021-03-11T04:49:17.837Z] de9db76c5a1d: Verifying Checksum [2021-03-11T04:49:17.837Z] de9db76c5a1d: Download complete [2021-03-11T04:49:17.837Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T04:49:17.837Z] 0ef7d3d256c8: Download complete [2021-03-11T04:49:17.837Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T04:49:17.837Z] 93359f2a8cfa: Download complete [2021-03-11T04:49:17.837Z] 7c6f9722023f: Verifying Checksum [2021-03-11T04:49:17.837Z] 7c6f9722023f: Download complete [2021-03-11T04:49:17.837Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T04:49:17.837Z] 188c0c94c7c5: Download complete [2021-03-11T04:49:18.438Z] 188c0c94c7c5: Pull complete [2021-03-11T04:49:19.033Z] 0ef7d3d256c8: Pull complete [2021-03-11T04:49:19.306Z] de9db76c5a1d: Pull complete [2021-03-11T04:49:22.701Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T04:49:22.701Z] a35cf1a2eb13: Download complete [2021-03-11T04:49:23.284Z] bca2f99d35d6: Verifying Checksum [2021-03-11T04:49:23.284Z] bca2f99d35d6: Download complete [2021-03-11T04:49:25.783Z] Still waiting to schedule task [2021-03-11T04:49:25.783Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-11T04:49:29.952Z] bca2f99d35d6: Pull complete [2021-03-11T04:49:29.952Z] 93359f2a8cfa: Pull complete [2021-03-11T04:49:29.952Z] 7c6f9722023f: Pull complete [2021-03-11T04:49:34.222Z] a35cf1a2eb13: Pull complete [2021-03-11T04:49:34.222Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T04:49:34.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T04:49:34.222Z] ---> a62c8e92a672 [2021-03-11T04:49:34.222Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-11T04:49:34.487Z] ---> Running in 5599048331a5 [2021-03-11T04:49:35.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:49:36.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:49:36.978Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T04:49:36.978Z] (2/12) Installing file (5.38-r0) [2021-03-11T04:49:37.249Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T04:49:37.249Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T04:49:55.462Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T04:49:55.462Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T04:49:55.462Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T04:49:55.462Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T04:49:55.462Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T04:49:55.462Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T04:49:55.462Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T04:49:55.462Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T04:49:55.462Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:49:55.462Z] OK: 233 MiB in 51 packages [2021-03-11T04:49:57.410Z] Removing intermediate container 5599048331a5 [2021-03-11T04:49:57.410Z] ---> 17d32b0859e3 [2021-03-11T04:49:57.410Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T04:49:57.410Z] ---> Running in 8cc68d7ccc68 [2021-03-11T04:49:57.674Z] Removing intermediate container 8cc68d7ccc68 [2021-03-11T04:49:57.674Z] ---> 0da545c46d85 [2021-03-11T04:49:57.674Z] Step 5/6 : COPY go.mod . [2021-03-11T04:49:57.944Z] ---> 758ff4a52325 [2021-03-11T04:49:57.944Z] Step 6/6 : RUN go mod download [2021-03-11T04:49:57.944Z] ---> Running in 0a0734b0173f [2021-03-11T04:50:24.701Z] Removing intermediate container 0a0734b0173f [2021-03-11T04:50:24.701Z] ---> b15cd793c92c [2021-03-11T04:50:24.701Z] Successfully built b15cd793c92c [2021-03-11T04:50:24.701Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:50:25.028Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T04:50:25.028Z] . [Pipeline] withDockerContainer [2021-03-11T04:50:25.155Z] prd-centos7-docker-4c-2g-29465 does not seem to be running inside a container [2021-03-11T04:50:25.220Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-x86_64 cat [2021-03-11T04:50:26.198Z] $ docker top e3ddf3019bb5858d3f46bd0631fb573e5d666773049fbf442bf3858227debeee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:50:26.712Z] + go version [2021-03-11T04:50:26.712Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T04:50:26.736Z] $ docker stop --time=1 e3ddf3019bb5858d3f46bd0631fb573e5d666773049fbf442bf3858227debeee [2021-03-11T04:50:28.150Z] $ docker rm -f e3ddf3019bb5858d3f46bd0631fb573e5d666773049fbf442bf3858227debeee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:50:28.974Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T04:50:28.974Z] . [Pipeline] withDockerContainer [2021-03-11T04:50:29.086Z] prd-centos7-docker-4c-2g-29465 does not seem to be running inside a container [2021-03-11T04:50:29.148Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-x86_64 cat [2021-03-11T04:50:30.062Z] $ docker top 8396a8b2cb2c91501b7813e6b66604459a71cbf0fcf206357ecf21784e6708bb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T04:50:30.279Z] ========================================================= [2021-03-11T04:50:30.279Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T04:50:30.279Z] ========================================================= [Pipeline] sh [2021-03-11T04:50:30.641Z] + make test [2021-03-11T04:50:30.641Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T04:50:43.076Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T04:51:10.316Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T04:51:14.773Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T04:51:14.773Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T04:51:14.773Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T04:51:18.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T04:51:18.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T04:51:18.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T04:51:18.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T04:51:19.919Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T04:51:20.545Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T04:51:24.115Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T04:51:24.115Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T04:51:24.115Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T04:51:27.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.168s coverage: 45.9% of statements [2021-03-11T04:51:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T04:51:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T04:51:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T04:51:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T04:51:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T04:51:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T04:51:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T04:51:27.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.149s coverage: 100.0% of statements [2021-03-11T04:51:30.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.316s coverage: 27.1% of statements [2021-03-11T04:51:30.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T04:51:30.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T04:51:30.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T04:51:30.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T04:51:30.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T04:51:30.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T04:51:30.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-03-11T04:51:30.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T04:51:30.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-03-11T04:51:30.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T04:51:30.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T04:51:30.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 71.3% of statements [2021-03-11T04:51:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T04:51:30.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T04:51:30.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.9% of statements [2021-03-11T04:51:30.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T04:51:30.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:51:30.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.088s coverage: 78.9% of statements [2021-03-11T04:51:30.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T04:51:35.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.395s coverage: 28.6% of statements [2021-03-11T04:51:35.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T04:51:35.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T04:51:35.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T04:51:35.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T04:51:35.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T04:51:35.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-03-11T04:51:35.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T04:51:35.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-03-11T04:51:35.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T04:51:35.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.150s coverage: 86.7% of statements [2021-03-11T04:51:35.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T04:51:35.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.173s coverage: 97.5% of statements [2021-03-11T04:51:35.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T04:51:35.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements [2021-03-11T04:51:35.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T04:51:35.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T04:51:35.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T04:51:35.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T04:51:38.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.508s coverage: 92.8% of statements [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T04:51:38.703Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T04:51:38.703Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T04:51:38.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T04:51:38.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 47.1% of statements [2021-03-11T04:51:38.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.071s coverage: 79.5% of statements [2021-03-11T04:51:38.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-03-11T04:51:38.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-03-11T04:51:39.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-03-11T04:51:51.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements [2021-03-11T04:51:51.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-03-11T04:51:51.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.052s coverage: 81.4% of statements [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.091s coverage: 77.8% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.133s coverage: 87.2% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.6% of statements [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.136s coverage: 91.6% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.246s coverage: 62.4% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.428s coverage: 69.0% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.127s coverage: 38.4% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.152s coverage: 47.0% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.081s coverage: 100.0% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.079s coverage: 100.0% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 87.1% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.780s coverage: 29.1% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.116s coverage: 99.0% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T04:52:03.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T04:52:03.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T04:52:03.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.087s coverage: 96.5% of statements [2021-03-11T04:52:03.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T04:52:03.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:52:03.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T04:52:03.924Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-03-11T04:52:03.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T04:52:03.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-03-11T04:52:03.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T04:52:03.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T04:52:03.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T04:52:03.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T04:52:03.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.063s coverage: 87.9% of statements [2021-03-11T04:52:03.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T04:52:03.924Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T04:52:03.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-03-11T04:52:03.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-11T04:52:04.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-03-11T04:52:04.457Z] GO111MODULE=on go vet ./... [2021-03-11T04:52:43.574Z] gofmt -l . [2021-03-11T04:52:43.574Z] [ "`gofmt -l .`" = "" ] [2021-03-11T04:52:43.574Z] ./bin/test-go-mod-tidy.sh [2021-03-11T04:52:43.574Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T04:52:43.938Z] + ls -al . [2021-03-11T04:52:43.938Z] total 740 [2021-03-11T04:52:43.938Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 04:52 . [2021-03-11T04:52:43.938Z] drwxr-xr-x 4 root root 28 Mar 11 04:50 .. [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 04:48 .dockerignore [2021-03-11T04:52:43.938Z] drwxrwxr-x 8 1001 1001 179 Mar 11 04:48 .git [2021-03-11T04:52:43.938Z] drwxrwxr-x 3 1001 1001 125 Mar 11 04:48 .github [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 04:48 .gitignore [2021-03-11T04:52:43.938Z] drwx------ 3 1001 1001 60 Mar 11 04:49 .semver [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 04:48 .sonarcloud.properties [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 04:48 Attribution.txt [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 04:48 CONTRIBUTING.md [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 04:48 Dockerfile.build [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 04:48 Jenkinsfile [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 04:48 LICENSE [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 04:48 Makefile [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 04:48 README.md [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 04:48 SECURITY.md [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 04:49 VERSION [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 04:48 ZMQWindows.md [2021-03-11T04:52:43.938Z] drwxrwxr-x 2 1001 1001 117 Mar 11 04:48 bin [2021-03-11T04:52:43.938Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 04:48 cmd [2021-03-11T04:52:43.938Z] -rw-r--r-- 1 root root 628838 Mar 11 04:52 coverage.out [2021-03-11T04:52:43.938Z] -rw-r--r-- 1 root root 1056 Mar 11 04:52 go.mod [2021-03-11T04:52:43.938Z] -rw-r--r-- 1 root root 21983 Mar 11 04:52 go.sum [2021-03-11T04:52:43.938Z] drwxrwxr-x 8 1001 1001 127 Mar 11 04:48 internal [2021-03-11T04:52:43.938Z] drwxrwxr-x 4 1001 1001 26 Mar 11 04:48 openapi [2021-03-11T04:52:43.938Z] drwxrwxr-x 4 1001 1001 71 Mar 11 04:48 snap [2021-03-11T04:52:43.938Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 04:48 version.go [Pipeline] sh [2021-03-11T04:52:44.265Z] + '[' -e coverage.out ] [2021-03-11T04:52:44.265Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T04:52:44.580Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T04:52:44.908Z] + make build [2021-03-11T04:52:45.177Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T04:52:50.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T04:53:00.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T04:53:02.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T04:53:04.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T04:53:05.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T04:53:06.715Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29469 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-11T04:53:06.820Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-03-11T04:53:07.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T04:53:09.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T04:53:10.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T04:53:12.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T04:53:12.628Z] using credential edgex-jenkins-ssh [2021-03-11T04:53:12.695Z] Cloning the remote Git repository [2021-03-11T04:53:12.777Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:53:14.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T04:53:14.190Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-03-11T04:53:14.284Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:53:14.285Z] > git --version # timeout=10 [2021-03-11T04:53:14.307Z] > git --version # 'git version 2.17.1' [2021-03-11T04:53:14.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:53:14.403Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T04:53:14.798Z] 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-03-11T04:53:18.311Z] $ docker stop --time=1 8396a8b2cb2c91501b7813e6b66604459a71cbf0fcf206357ecf21784e6708bb [2021-03-11T04:53:20.857Z] $ docker rm -f 8396a8b2cb2c91501b7813e6b66604459a71cbf0fcf206357ecf21784e6708bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:53:23.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:53:23.057Z] [2021-03-11T04:53:23.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:53:23.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:53:23.439Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T04:53:23.439Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T04:53:23.439Z] ca9280d653b3: Pulling fs layer [2021-03-11T04:53:23.439Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T04:53:24.030Z] cbdbe7a5bc2a: Download complete [2021-03-11T04:53:24.624Z] ca9280d653b3: Verifying Checksum [2021-03-11T04:53:24.624Z] ca9280d653b3: Download complete [2021-03-11T04:53:24.624Z] cbdbe7a5bc2a: Pull complete [2021-03-11T04:53:26.613Z] ca9280d653b3: Pull complete [2021-03-11T04:53:26.613Z] 7e9c9ca2126c: Verifying Checksum [2021-03-11T04:53:26.613Z] 7e9c9ca2126c: Download complete [2021-03-11T04:53:33.309Z] 7e9c9ca2126c: Pull complete [2021-03-11T04:53:33.309Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T04:53:33.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:53:33.309Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T04:53:33.476Z] prd-centos7-docker-4c-2g-29465 does not seem to be running inside a container [2021-03-11T04:53:33.580Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T04:53:36.640Z] $ docker top cd242b73c7f60a6faf43a9a6c7daccb8c986e7b708964a4412929f058c39dc85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:53:37.358Z] + docker-compose build --help [2021-03-11T04:53:37.358Z] + grep parallel [2021-03-11T04:53:38.400Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T04:53:38.694Z] $ docker stop --time=1 cd242b73c7f60a6faf43a9a6c7daccb8c986e7b708964a4412929f058c39dc85 [2021-03-11T04:53:40.206Z] $ docker rm -f cd242b73c7f60a6faf43a9a6c7daccb8c986e7b708964a4412929f058c39dc85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:53:40.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:53:40.974Z] . [Pipeline] withDockerContainer [2021-03-11T04:53:41.112Z] prd-centos7-docker-4c-2g-29465 does not seem to be running inside a container [2021-03-11T04:53:41.174Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T04:53:42.166Z] $ docker top 9e761f8d6c813adc1a4bed3bc758e8d35210d280d9dc3b24089f520664f7bedf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:53:42.773Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T04:53:44.216Z] Building docker-core-command-go ... [2021-03-11T04:53:44.216Z] Building docker-core-data-go ... [2021-03-11T04:53:44.216Z] Building docker-core-metadata-go ... [2021-03-11T04:53:44.216Z] Building docker-security-bootstrapper-go ... [2021-03-11T04:53:44.216Z] Building docker-security-proxy-setup-go ... [2021-03-11T04:53:44.216Z] Building docker-security-secretstore-setup-go ... [2021-03-11T04:53:44.216Z] Building docker-support-notifications-go ... [2021-03-11T04:53:44.216Z] Building docker-support-scheduler-go ... [2021-03-11T04:53:44.216Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T04:53:44.216Z] Building docker-security-bootstrapper-go [2021-03-11T04:53:44.216Z] Building docker-core-data-go [2021-03-11T04:53:44.216Z] Building docker-support-notifications-go [2021-03-11T04:53:44.216Z] Building docker-security-secretstore-setup-go [2021-03-11T04:53:44.216Z] Building docker-support-scheduler-go [2021-03-11T04:53:48.941Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:53:48.082Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T04:53:48.105Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T04:53:48.140Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T04:53:48.188Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:53:48.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:53:48.204Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T04:53:48.970Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T04:53:49.023Z] > git checkout -f f935893ff1699d40f71ed7bb7d84c5110eb69c9a # timeout=10 [2021-03-11T04:53:49.468Z] Merge succeeded, producing f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:53:49.468Z] Checking out Revision f935893ff1699d40f71ed7bb7d84c5110eb69c9a (PR-3234) [2021-03-11T04:53:49.385Z] > git remote # timeout=10 [2021-03-11T04:53:49.403Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T04:53:49.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:53:49.429Z] > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [2021-03-11T04:53:49.455Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T04:53:49.481Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T04:53:49.493Z] > git checkout -f f935893ff1699d40f71ed7bb7d84c5110eb69c9a # timeout=10 [2021-03-11T04:53:54.225Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T04:53:55.930Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:53:56.428Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:53:56.829Z] + sudo service docker restart+ [2021-03-11T04:53:56.829Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T04:53:59.551Z] provisioning config files... [2021-03-11T04:53:59.598Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config5028306956346238642tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:54:00.035Z] ---> docker-login.sh [2021-03-11T04:54:00.035Z] nexus3.edgexfoundry.org:10001 [2021-03-11T04:54:01.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:54:01.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:54:01.635Z] Configure a credential helper to remove this warning. See [2021-03-11T04:54:01.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:54:01.635Z] [2021-03-11T04:54:01.635Z] Login Succeeded [2021-03-11T04:54:01.635Z] nexus3.edgexfoundry.org:10002 [2021-03-11T04:54:01.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:54:02.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:54:02.189Z] Configure a credential helper to remove this warning. See [2021-03-11T04:54:02.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:54:02.189Z] [2021-03-11T04:54:02.189Z] Login Succeeded [2021-03-11T04:54:02.189Z] nexus3.edgexfoundry.org:10003 [2021-03-11T04:54:02.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:54:02.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:54:02.794Z] Configure a credential helper to remove this warning. See [2021-03-11T04:54:02.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:54:02.794Z] [2021-03-11T04:54:02.794Z] Login Succeeded [2021-03-11T04:54:02.794Z] nexus3.edgexfoundry.org:10004 [2021-03-11T04:54:03.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:54:03.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:54:03.399Z] Configure a credential helper to remove this warning. See [2021-03-11T04:54:03.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:54:03.399Z] [2021-03-11T04:54:03.399Z] Login Succeeded [2021-03-11T04:54:03.399Z] docker.io [2021-03-11T04:54:04.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:54:04.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:54:04.295Z] Configure a credential helper to remove this warning. See [2021-03-11T04:54:04.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:54:04.295Z] [2021-03-11T04:54:04.295Z] Login Succeeded [2021-03-11T04:54:04.295Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T04:54:04.315Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T04:54:04.813Z] ========================================================= [2021-03-11T04:54:04.813Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T04:54:04.813Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:54:05.196Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-11T04:54:07.855Z] Sending build context to Docker daemon 166.7MB [2021-03-11T04:54:07.855Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T04:54:07.855Z] Step 2/6 : FROM ${BASE} [2021-03-11T04:54:07.855Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T04:54:07.855Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T04:54:07.855Z] a4357932f1b6: Pulling fs layer [2021-03-11T04:54:07.855Z] 18c013af1878: Pulling fs layer [2021-03-11T04:54:07.855Z] 00ac8860ef70: Pulling fs layer [2021-03-11T04:54:07.855Z] 63d7cb157983: Pulling fs layer [2021-03-11T04:54:07.855Z] b116817d02f9: Pulling fs layer [2021-03-11T04:54:07.855Z] 745a02a5169b: Pulling fs layer [2021-03-11T04:54:07.855Z] 00ac8860ef70: Waiting [2021-03-11T04:54:07.855Z] b116817d02f9: Waiting [2021-03-11T04:54:07.855Z] 745a02a5169b: Waiting [2021-03-11T04:54:07.855Z] 63d7cb157983: Waiting [2021-03-11T04:54:07.855Z] 18c013af1878: Verifying Checksum [2021-03-11T04:54:07.855Z] 18c013af1878: Download complete [2021-03-11T04:54:07.855Z] a4357932f1b6: Download complete [2021-03-11T04:54:07.855Z] 63d7cb157983: Verifying Checksum [2021-03-11T04:54:07.855Z] 63d7cb157983: Download complete [2021-03-11T04:54:07.855Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T04:54:07.855Z] 5f621e34cdf4: Download complete [2021-03-11T04:54:07.855Z] b116817d02f9: Verifying Checksum [2021-03-11T04:54:07.855Z] b116817d02f9: Download complete [2021-03-11T04:54:08.451Z] 5f621e34cdf4: Pull complete [2021-03-11T04:54:09.065Z] a4357932f1b6: Pull complete [2021-03-11T04:54:09.341Z] 18c013af1878: Pull complete [2021-03-11T04:54:10.785Z] 745a02a5169b: Verifying Checksum [2021-03-11T04:54:10.785Z] 745a02a5169b: Download complete [2021-03-11T04:54:11.774Z] 00ac8860ef70: Download complete [2021-03-11T04:54:21.978Z] 00ac8860ef70: Pull complete [2021-03-11T04:54:22.253Z] 63d7cb157983: Pull complete [2021-03-11T04:54:22.529Z] b116817d02f9: Pull complete [2021-03-11T04:54:26.874Z] 745a02a5169b: Pull complete [2021-03-11T04:54:26.874Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T04:54:26.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T04:54:26.874Z] ---> b7e6874047d6 [2021-03-11T04:54:26.874Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-11T04:54:31.225Z] ---> Running in 628716ef53c2 [2021-03-11T04:54:31.350Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:54:31.351Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:54:31.351Z] ---> b15cd793c92c [2021-03-11T04:54:31.351Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T04:54:31.351Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:54:31.351Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:54:31.351Z] ---> b15cd793c92c [2021-03-11T04:54:31.351Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T04:54:31.630Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:54:31.630Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:54:31.630Z] ---> b15cd793c92c [2021-03-11T04:54:31.630Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T04:54:31.630Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:54:31.630Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:54:31.630Z] ---> b15cd793c92c [2021-03-11T04:54:31.630Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T04:54:31.904Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:54:31.904Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:54:31.904Z] ---> b15cd793c92c [2021-03-11T04:54:31.904Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:54:32.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:54:32.508Z] ---> Running in 9420d364b99f [2021-03-11T04:54:32.508Z] ---> Running in d99ef3517d1e [2021-03-11T04:54:32.508Z] ---> Running in cb0fa7a9de86 [2021-03-11T04:54:32.508Z] ---> Running in 2e11ce3f1e47 [2021-03-11T04:54:32.508Z] ---> Running in b154c012836a [2021-03-11T04:54:33.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:54:33.541Z] Removing intermediate container 2e11ce3f1e47 [2021-03-11T04:54:33.541Z] ---> c743bbf8f03e [2021-03-11T04:54:33.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:54:33.541Z] Removing intermediate container d99ef3517d1e [2021-03-11T04:54:33.541Z] ---> f00b15e9ceef [2021-03-11T04:54:33.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:54:33.541Z] Removing intermediate container b154c012836a [2021-03-11T04:54:33.541Z] ---> a87acf448392 [2021-03-11T04:54:33.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:54:33.541Z] Removing intermediate container cb0fa7a9de86 [2021-03-11T04:54:33.541Z] ---> 575af0b9cb67 [2021-03-11T04:54:33.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:54:33.541Z] Removing intermediate container 9420d364b99f [2021-03-11T04:54:33.541Z] ---> 9c2a643b87b6 [2021-03-11T04:54:33.541Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:54:33.541Z] ---> Running in 58504ade7fb4 [2021-03-11T04:54:33.821Z] ---> Running in 9721c1838aca [2021-03-11T04:54:33.821Z] ---> Running in a40ff15d7a79 [2021-03-11T04:54:33.821Z] ---> Running in b7187693f200 [2021-03-11T04:54:33.821Z] ---> Running in 4171f6f6ec2e [2021-03-11T04:54:34.189Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T04:54:34.465Z] (2/12) Installing file (5.38-r0) [2021-03-11T04:54:34.738Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T04:54:34.739Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T04:54:37.363Z] Removing intermediate container 9721c1838aca [2021-03-11T04:54:37.363Z] ---> 6a430a897ff1 [2021-03-11T04:54:37.363Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T04:54:37.640Z] Removing intermediate container a40ff15d7a79 [2021-03-11T04:54:37.640Z] ---> 2b62878b8feb [2021-03-11T04:54:37.640Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T04:54:37.640Z] Removing intermediate container b7187693f200 [2021-03-11T04:54:37.640Z] ---> 04293badf09c [2021-03-11T04:54:37.640Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T04:54:37.640Z] Removing intermediate container 58504ade7fb4 [2021-03-11T04:54:37.640Z] ---> dbb995e00971 [2021-03-11T04:54:37.640Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T04:54:37.640Z] ---> Running in 66d5d0bff1da [2021-03-11T04:54:37.928Z] Removing intermediate container 4171f6f6ec2e [2021-03-11T04:54:37.928Z] ---> 9a466084e527 [2021-03-11T04:54:37.928Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T04:54:37.928Z] ---> Running in 73dfc71fd180 [2021-03-11T04:54:37.928Z] ---> Running in 2643d6a499f9 [2021-03-11T04:54:37.928Z] ---> Running in a035cff9ffff [2021-03-11T04:54:37.928Z] ---> Running in 826951f71490 [2021-03-11T04:54:39.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:54:39.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:54:39.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:54:39.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:54:39.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:54:40.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:54:40.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:54:40.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:54:40.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:54:40.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:54:40.792Z] OK: 233 MiB in 51 packages [2021-03-11T04:54:41.078Z] OK: 233 MiB in 51 packages [2021-03-11T04:54:41.078Z] OK: 233 MiB in 51 packages [2021-03-11T04:54:41.366Z] OK: 233 MiB in 51 packages [2021-03-11T04:54:41.642Z] OK: 233 MiB in 51 packages [2021-03-11T04:54:42.265Z] Removing intermediate container 73dfc71fd180 [2021-03-11T04:54:42.265Z] ---> 791260fecba0 [2021-03-11T04:54:42.265Z] Step 6/22 : COPY go.mod . [2021-03-11T04:54:42.552Z] Removing intermediate container 66d5d0bff1da [2021-03-11T04:54:42.552Z] ---> 42d51b0f2f38 [2021-03-11T04:54:42.552Z] Step 6/24 : COPY go.mod . [2021-03-11T04:54:42.552Z] Removing intermediate container a035cff9ffff [2021-03-11T04:54:42.552Z] ---> f88454db1dbb [2021-03-11T04:54:42.552Z] Step 6/22 : COPY go.mod . [2021-03-11T04:54:42.847Z] Removing intermediate container 826951f71490 [2021-03-11T04:54:42.847Z] ---> bae8b5b7057a [2021-03-11T04:54:42.847Z] Step 6/31 : COPY go.mod . [2021-03-11T04:54:42.847Z] ---> 4c6f1384f771 [2021-03-11T04:54:42.847Z] Step 7/22 : RUN go mod download [2021-03-11T04:54:43.131Z] Removing intermediate container 2643d6a499f9 [2021-03-11T04:54:43.131Z] ---> 3b74539928d0 [2021-03-11T04:54:43.131Z] Step 6/23 : COPY go.mod . [2021-03-11T04:54:43.131Z] ---> Running in 48688b74bb24 [2021-03-11T04:54:43.405Z] ---> 0de39b80896b [2021-03-11T04:54:43.405Z] Step 7/24 : RUN go mod download [2021-03-11T04:54:43.405Z] ---> e94710467bfc [2021-03-11T04:54:43.405Z] Step 7/22 : RUN go mod download [2021-03-11T04:54:43.405Z] ---> e09104082209 [2021-03-11T04:54:43.405Z] Step 7/31 : RUN go mod download [2021-03-11T04:54:43.694Z] ---> Running in 1eada78098f0 [2021-03-11T04:54:43.694Z] ---> Running in 1f635ad8f911 [2021-03-11T04:54:43.694Z] ---> Running in 145eddc57ee3 [2021-03-11T04:54:43.694Z] ---> 3485cc330474 [2021-03-11T04:54:43.694Z] Step 7/23 : RUN go mod download [2021-03-11T04:54:43.971Z] ---> Running in 12e9cb3d78bb [2021-03-11T04:54:47.136Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T04:54:47.136Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T04:54:47.136Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T04:54:47.136Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T04:54:47.136Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T04:54:47.136Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T04:54:47.136Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T04:54:47.136Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T04:54:47.136Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:54:47.136Z] OK: 217 MiB in 51 packages [2021-03-11T04:54:48.343Z] Removing intermediate container 1f635ad8f911 [2021-03-11T04:54:48.343Z] ---> ed30cec41e31 [2021-03-11T04:54:48.343Z] Step 8/22 : COPY . . [2021-03-11T04:54:49.809Z] Removing intermediate container 12e9cb3d78bb [2021-03-11T04:54:49.809Z] ---> 3444001f0fa4 [2021-03-11T04:54:49.809Z] Step 8/23 : COPY . . [2021-03-11T04:54:50.444Z] Removing intermediate container 1eada78098f0 [2021-03-11T04:54:50.444Z] ---> 9df0012143a3 [2021-03-11T04:54:50.444Z] Step 8/24 : COPY . . [2021-03-11T04:54:50.444Z] Removing intermediate container 145eddc57ee3 [2021-03-11T04:54:50.444Z] ---> 61faa0bd2dae [2021-03-11T04:54:50.444Z] Step 8/31 : COPY . . [2021-03-11T04:54:50.767Z] Removing intermediate container 48688b74bb24 [2021-03-11T04:54:50.767Z] ---> bf91c32b233d [2021-03-11T04:54:50.767Z] Step 8/22 : COPY . . [2021-03-11T04:54:51.450Z] Removing intermediate container 628716ef53c2 [2021-03-11T04:54:51.450Z] ---> eb50c2161e9f [2021-03-11T04:54:51.450Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T04:54:51.450Z] ---> Running in 8a1a76672a5e [2021-03-11T04:54:51.725Z] Removing intermediate container 8a1a76672a5e [2021-03-11T04:54:51.725Z] ---> 9a35b3bd803c [2021-03-11T04:54:51.725Z] Step 5/6 : COPY go.mod . [2021-03-11T04:54:52.724Z] ---> dfdd68e7f0f3 [2021-03-11T04:54:52.724Z] Step 6/6 : RUN go mod download [2021-03-11T04:54:52.724Z] ---> Running in aef44f5ee761 [2021-03-11T04:55:25.092Z] Removing intermediate container aef44f5ee761 [2021-03-11T04:55:25.092Z] ---> 01d104982cb9 [2021-03-11T04:55:25.092Z] Successfully built 01d104982cb9 [2021-03-11T04:55:25.092Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:55:25.454Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T04:55:25.455Z] . [Pipeline] withDockerContainer [2021-03-11T04:55:25.773Z] prd-ubuntu18.04-docker-arm64-4c-16g-29469 does not seem to be running inside a container [2021-03-11T04:55:25.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-arm64 cat [2021-03-11T04:55:27.624Z] $ docker top 5e07bd986e9cf2af55290b1e19b1340161a5840649c27589fac550bad9efbbb3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:55:28.707Z] + go version [2021-03-11T04:55:28.707Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T04:55:28.744Z] $ docker stop --time=1 5e07bd986e9cf2af55290b1e19b1340161a5840649c27589fac550bad9efbbb3 [2021-03-11T04:55:30.806Z] $ docker rm -f 5e07bd986e9cf2af55290b1e19b1340161a5840649c27589fac550bad9efbbb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:55:31.936Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T04:55:31.936Z] . [Pipeline] withDockerContainer [2021-03-11T04:55:32.257Z] prd-ubuntu18.04-docker-arm64-4c-16g-29469 does not seem to be running inside a container [2021-03-11T04:55:32.366Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-arm64 cat [2021-03-11T04:55:33.845Z] $ docker top 83a5a884c432e2e79f2907b81b00eb10657d40e47f9c7003ed4380f7522427dc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T04:55:34.224Z] ========================================================= [2021-03-11T04:55:34.224Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T04:55:34.224Z] ========================================================= [Pipeline] sh [2021-03-11T04:55:34.898Z] + make test [2021-03-11T04:55:34.898Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T04:55:59.725Z] ---> f7466b09df5e [2021-03-11T04:55:59.725Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T04:55:59.725Z] ---> d0e645687a25 [2021-03-11T04:55:59.725Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T04:55:59.725Z] ---> 2f6aca155b12 [2021-03-11T04:55:59.725Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T04:55:59.725Z] ---> 7a68df6bf859 [2021-03-11T04:55:59.725Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T04:55:59.725Z] ---> cbe190ea0a15 [2021-03-11T04:55:59.725Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T04:55:59.725Z] ---> Running in f2d02dc93140 [2021-03-11T04:55:59.725Z] ---> Running in 7c2ee2cd64bd [2021-03-11T04:55:59.725Z] ---> Running in c1608256eea2 [2021-03-11T04:55:59.725Z] ---> Running in 4c60b90a4d0b [2021-03-11T04:55:59.725Z] ---> Running in e23f1293d309 [2021-03-11T04:55:59.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T04:55:59.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T04:55:59.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T04:55:59.725Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T04:55:59.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-03-11T04:56:01.740Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T04:56:47.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T04:56:54.268Z] Removing intermediate container 4c60b90a4d0b [2021-03-11T04:56:54.268Z] ---> 161fe17246d1 [2021-03-11T04:56:54.268Z] [2021-03-11T04:56:54.268Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T04:56:54.268Z] 3.12: Pulling from library/alpine [2021-03-11T04:56:55.818Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T04:56:57.505Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T04:56:57.505Z] ---> 88dd2752d2ea [2021-03-11T04:56:57.505Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T04:57:00.982Z] ---> Running in 1d7cd534e4df [2021-03-11T04:57:00.982Z] Removing intermediate container 7c2ee2cd64bd [2021-03-11T04:57:00.982Z] ---> 7b5e453dfb47 [2021-03-11T04:57:00.982Z] [2021-03-11T04:57:00.982Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T04:57:00.982Z] ---> 88dd2752d2ea [2021-03-11T04:57:00.982Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T04:57:00.982Z] Removing intermediate container c1608256eea2 [2021-03-11T04:57:00.982Z] ---> aec4b0fd31c4 [2021-03-11T04:57:00.982Z] [2021-03-11T04:57:00.982Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T04:57:00.982Z] ---> 88dd2752d2ea [2021-03-11T04:57:00.982Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T04:57:00.982Z] Removing intermediate container f2d02dc93140 [2021-03-11T04:57:00.982Z] ---> c18129506b08 [2021-03-11T04:57:00.982Z] [2021-03-11T04:57:00.982Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T04:57:00.982Z] ---> 88dd2752d2ea [2021-03-11T04:57:00.982Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:57:00.982Z] ---> Running in c0c4ff383ebd [2021-03-11T04:57:00.982Z] ---> Running in 62732632988b [2021-03-11T04:57:00.982Z] ---> Running in fa91cc7aaba9 [2021-03-11T04:57:01.314Z] Removing intermediate container 1d7cd534e4df [2021-03-11T04:57:01.314Z] ---> 5e54d32c4ac6 [2021-03-11T04:57:01.314Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T04:57:01.621Z] ---> Running in e78344447e50 [2021-03-11T04:57:03.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:03.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:03.512Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T04:57:03.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:03.512Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:57:03.512Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T04:57:03.512Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T04:57:03.512Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T04:57:03.512Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:57:03.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:03.512Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:57:03.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:03.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:03.512Z] OK: 7 MiB in 19 packages [2021-03-11T04:57:03.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:03.817Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T04:57:03.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:03.817Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T04:57:03.817Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:57:03.817Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T04:57:03.817Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:57:03.817Z] OK: 6 MiB in 15 packages [2021-03-11T04:57:03.817Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:57:04.115Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T04:57:04.115Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T04:57:04.115Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:57:04.115Z] OK: 6 MiB in 16 packages [2021-03-11T04:57:04.115Z] OK: 6 MiB in 16 packages [2021-03-11T04:57:07.628Z] Removing intermediate container e23f1293d309 [2021-03-11T04:57:07.628Z] ---> cb81e3f0f9cc [2021-03-11T04:57:07.628Z] [2021-03-11T04:57:07.628Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:57:07.945Z] ---> 88dd2752d2ea [2021-03-11T04:57:07.946Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T04:57:07.946Z] Removing intermediate container c0c4ff383ebd [2021-03-11T04:57:07.946Z] ---> 8b9594659229 [2021-03-11T04:57:07.946Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T04:57:08.263Z] ---> Running in cc402da2dca0 [2021-03-11T04:57:08.263Z] ---> Running in 0b4bedbc9866 [2021-03-11T04:57:08.549Z] Removing intermediate container e78344447e50 [2021-03-11T04:57:08.549Z] ---> 74fb73dd55d8 [2021-03-11T04:57:08.549Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T04:57:08.549Z] Removing intermediate container fa91cc7aaba9 [2021-03-11T04:57:08.549Z] ---> 962a44a83951 [2021-03-11T04:57:08.549Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:57:08.549Z] Removing intermediate container 62732632988b [2021-03-11T04:57:08.549Z] ---> 2fdf7a334722 [2021-03-11T04:57:08.549Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:57:08.549Z] ---> Running in 2d5d9e8f9bdf [2021-03-11T04:57:08.549Z] ---> Running in bf0e29a9e90b [2021-03-11T04:57:08.549Z] ---> Running in 272ad47616ab [2021-03-11T04:57:08.831Z] Removing intermediate container cc402da2dca0 [2021-03-11T04:57:08.831Z] ---> c5d3a8f9dd89 [2021-03-11T04:57:08.831Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T04:57:08.831Z] Removing intermediate container 0b4bedbc9866 [2021-03-11T04:57:08.831Z] ---> a318374b0286 [2021-03-11T04:57:08.831Z] Step 13/24 : WORKDIR / [2021-03-11T04:57:09.148Z] ---> Running in 573f5790c0ee [2021-03-11T04:57:09.148Z] ---> Running in ea1316173c7c [2021-03-11T04:57:09.148Z] Removing intermediate container 272ad47616ab [2021-03-11T04:57:09.148Z] ---> e9b685d8eabc [2021-03-11T04:57:09.148Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T04:57:09.446Z] Removing intermediate container 2d5d9e8f9bdf [2021-03-11T04:57:09.446Z] ---> eb77acb77537 [2021-03-11T04:57:09.446Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T04:57:09.446Z] Removing intermediate container bf0e29a9e90b [2021-03-11T04:57:09.446Z] ---> bf7a1f904134 [2021-03-11T04:57:09.446Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T04:57:09.446Z] ---> Running in 4d0e0fe9f81f [2021-03-11T04:57:09.732Z] ---> Running in 8e552e760a1a [2021-03-11T04:57:09.732Z] ---> Running in 7443526d9f22 [2021-03-11T04:57:09.732Z] Removing intermediate container 573f5790c0ee [2021-03-11T04:57:09.732Z] ---> 8912471c18bb [2021-03-11T04:57:09.732Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T04:57:09.732Z] Removing intermediate container ea1316173c7c [2021-03-11T04:57:09.732Z] ---> 653ef2879720 [2021-03-11T04:57:09.732Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-11T04:57:09.850Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T04:57:09.850Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T04:57:10.041Z] ---> Running in 679b21381043 [2021-03-11T04:57:10.041Z] Removing intermediate container 4d0e0fe9f81f [2021-03-11T04:57:10.041Z] ---> 388491f43c4a [2021-03-11T04:57:10.041Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T04:57:10.319Z] Removing intermediate container 7443526d9f22 [2021-03-11T04:57:10.320Z] ---> 67a389f8e81b [2021-03-11T04:57:10.320Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T04:57:10.320Z] Removing intermediate container 8e552e760a1a [2021-03-11T04:57:10.320Z] ---> aa7ee63b8cb0 [2021-03-11T04:57:10.320Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T04:57:10.612Z] ---> Running in fbf6f6b7dd9f [2021-03-11T04:57:10.612Z] ---> Running in 9a54436c60ee [2021-03-11T04:57:10.612Z] ---> 5d864ce7a277 [2021-03-11T04:57:10.612Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-11T04:57:10.612Z] ---> Running in 6297a0de7836 [2021-03-11T04:57:10.891Z] Removing intermediate container 679b21381043 [2021-03-11T04:57:10.891Z] ---> aee13b309d38 [2021-03-11T04:57:10.891Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:57:11.190Z] ---> Running in d9c21b6cbf9b [2021-03-11T04:57:11.485Z] Removing intermediate container fbf6f6b7dd9f [2021-03-11T04:57:11.485Z] ---> 59be0f409a56 [2021-03-11T04:57:11.485Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:57:11.485Z] Removing intermediate container 6297a0de7836 [2021-03-11T04:57:11.485Z] ---> f68344aa8132 [2021-03-11T04:57:11.485Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:57:11.812Z] ---> 2548a211960d [2021-03-11T04:57:11.812Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T04:57:12.640Z] ---> ef6a9085cdb1 [2021-03-11T04:57:12.641Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T04:57:12.641Z] ---> 7b2d1fee938c [2021-03-11T04:57:12.641Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T04:57:12.641Z] ---> 3e78a9f9ca7c [2021-03-11T04:57:12.641Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T04:57:13.630Z] Removing intermediate container 9a54436c60ee [2021-03-11T04:57:13.630Z] ---> b4f6a5df791e [2021-03-11T04:57:13.630Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T04:57:14.019Z] ---> Running in 0be1568222d7 [2021-03-11T04:57:14.511Z] ---> 3d92ddacc99e [2021-03-11T04:57:14.511Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T04:57:15.087Z] Removing intermediate container d9c21b6cbf9b [2021-03-11T04:57:15.087Z] ---> e60d1d33a945 [2021-03-11T04:57:15.087Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T04:57:15.816Z] ---> cda5ac9529e4 [2021-03-11T04:57:15.816Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T04:57:15.816Z] ---> 6c198d012913 [2021-03-11T04:57:15.816Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T04:57:15.816Z] ---> Running in 7220f60c9af4 [2021-03-11T04:57:16.231Z] Removing intermediate container 0be1568222d7 [2021-03-11T04:57:16.231Z] ---> d38fe18b82db [2021-03-11T04:57:16.231Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T04:57:16.566Z] ---> 1905d59b9c82 [2021-03-11T04:57:16.566Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T04:57:17.275Z] ---> d42af4b553a8 [2021-03-11T04:57:17.275Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T04:57:17.275Z] ---> 4fd5ec602cce [2021-03-11T04:57:17.275Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T04:57:17.559Z] ---> Running in 225ecd665732 [2021-03-11T04:57:17.559Z] ---> Running in a1ef83e78f5e [2021-03-11T04:57:17.559Z] ---> 88a6bd27bd60 [2021-03-11T04:57:17.559Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T04:57:17.877Z] ---> 7163793be4f8 [2021-03-11T04:57:17.877Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-11T04:57:17.877Z] ---> Running in 5350d233c2a8 [2021-03-11T04:57:18.468Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T04:57:18.468Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T04:57:18.563Z] ---> Running in be1141587b88 [2021-03-11T04:57:18.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:18.563Z] Removing intermediate container 225ecd665732 [2021-03-11T04:57:18.563Z] ---> 421750ccc6dd [2021-03-11T04:57:18.563Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:57:18.564Z] ---> Running in 6b989275c4cd [2021-03-11T04:57:18.883Z] Removing intermediate container a1ef83e78f5e [2021-03-11T04:57:18.883Z] ---> 6f5dcfefbed3 [2021-03-11T04:57:18.883Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:57:18.883Z] ---> Running in e77a5aa81aef [2021-03-11T04:57:19.174Z] Removing intermediate container 6b989275c4cd [2021-03-11T04:57:19.174Z] ---> 6ee707d111b8 [2021-03-11T04:57:19.174Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T04:57:19.483Z] ---> Running in 65345e320462 [2021-03-11T04:57:19.773Z] Removing intermediate container e77a5aa81aef [2021-03-11T04:57:19.773Z] ---> 55e951ac77c2 [2021-03-11T04:57:19.773Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T04:57:20.054Z] ---> Running in f35dd8d645fb [2021-03-11T04:57:20.054Z] Removing intermediate container 65345e320462 [2021-03-11T04:57:20.054Z] ---> 47d0a16d60e9 [2021-03-11T04:57:20.054Z] Step 21/22 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:57:20.389Z] ---> Running in 87bc27a764ad [2021-03-11T04:57:20.389Z] Removing intermediate container f35dd8d645fb [2021-03-11T04:57:20.389Z] ---> b2625ad587d9 [2021-03-11T04:57:20.389Z] Step 21/22 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:57:20.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:57:20.446Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T04:57:20.446Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T04:57:20.446Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T04:57:21.011Z] ---> Running in 3022f2aca1c7 [2021-03-11T04:57:21.066Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T04:57:21.617Z] Removing intermediate container 87bc27a764ad [2021-03-11T04:57:21.617Z] ---> 29c26aed7965 [2021-03-11T04:57:21.617Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T04:57:21.918Z] Removing intermediate container 3022f2aca1c7 [2021-03-11T04:57:21.918Z] ---> 857a20644b1e [2021-03-11T04:57:21.918Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T04:57:21.918Z] Removing intermediate container 5350d233c2a8 [2021-03-11T04:57:21.918Z] ---> ae542d704f3c [2021-03-11T04:57:21.918Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:57:22.237Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T04:57:22.237Z] ---> Running in a1bed3b993c9 [2021-03-11T04:57:22.237Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T04:57:22.237Z] ---> Running in 7be7ea3a1889 [2021-03-11T04:57:22.519Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T04:57:22.519Z] Removing intermediate container be1141587b88 [2021-03-11T04:57:22.519Z] ---> 9701d3070911 [2021-03-11T04:57:22.519Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T04:57:22.519Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T04:57:22.821Z] ---> Running in f6e774720a14 [2021-03-11T04:57:22.821Z] Removing intermediate container a1bed3b993c9 [2021-03-11T04:57:22.821Z] ---> 70101cea0d40 [2021-03-11T04:57:22.821Z] [2021-03-11T04:57:22.821Z] ---> ede13a9c2132 [2021-03-11T04:57:22.821Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T04:57:23.168Z] Removing intermediate container 7be7ea3a1889 [2021-03-11T04:57:23.168Z] ---> f840ca6e2efa [2021-03-11T04:57:23.168Z] [2021-03-11T04:57:23.168Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T04:57:23.466Z] Removing intermediate container f6e774720a14 [2021-03-11T04:57:23.466Z] ---> 9344cda9a312 [2021-03-11T04:57:23.466Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T04:57:23.768Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T04:57:23.768Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:57:23.768Z] OK: 8 MiB in 20 packages [2021-03-11T04:57:23.768Z] Successfully built 70101cea0d40 [2021-03-11T04:57:24.103Z] Successfully built f840ca6e2efa [2021-03-11T04:57:24.103Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T04:57:24.103Z] Building docker-sys-mgmt-agent-go [2021-03-11T04:57:24.103Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest [2021-03-11T04:57:24.103Z] Building docker-security-proxy-setup-go [2021-03-11T04:57:24.103Z]  Building docker-support-notifications-go ... done  ---> Running in 9ed32c325459 [2021-03-11T04:57:24.437Z] ---> 7a7015859263 [2021-03-11T04:57:24.438Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T04:57:24.493Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T04:57:24.744Z] Removing intermediate container 9ed32c325459 [2021-03-11T04:57:24.744Z] ---> f3fa99df19ee [2021-03-11T04:57:24.744Z] Step 23/24 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:57:25.378Z] ---> Running in f42f88cea907 [2021-03-11T04:57:25.378Z] ---> 73ce50461bfd [2021-03-11T04:57:25.378Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T04:57:25.484Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T04:57:25.699Z] Removing intermediate container 7220f60c9af4 [2021-03-11T04:57:25.699Z] ---> 4a8cb301d7a8 [2021-03-11T04:57:25.699Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:57:26.311Z] Removing intermediate container f42f88cea907 [2021-03-11T04:57:26.311Z] ---> e1529bdb712f [2021-03-11T04:57:26.311Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T04:57:26.958Z] ---> Running in 221d867f0ba7 [2021-03-11T04:57:27.256Z] ---> 9db94e05666f [2021-03-11T04:57:27.256Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T04:57:27.550Z] ---> 4d9e7323d3a7 [2021-03-11T04:57:27.550Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T04:57:29.071Z] Removing intermediate container 221d867f0ba7 [2021-03-11T04:57:29.071Z] ---> c049a0e57950 [2021-03-11T04:57:29.071Z] [2021-03-11T04:57:29.071Z] ---> b1edbd0b7c4f [2021-03-11T04:57:29.071Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T04:57:29.362Z] Successfully built c049a0e57950 [2021-03-11T04:57:29.362Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T04:57:29.362Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-11T04:57:29.634Z] ---> Running in bbb30e4c5d9f [2021-03-11T04:57:29.634Z] ---> 096845ce38e3 [2021-03-11T04:57:29.634Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T04:57:33.294Z] ---> f4bcb04c50c7 [2021-03-11T04:57:33.294Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T04:57:33.294Z] Removing intermediate container bbb30e4c5d9f [2021-03-11T04:57:33.294Z] ---> bdce7ea42a94 [2021-03-11T04:57:33.294Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T04:57:33.572Z] ---> Running in 7b4f0238c213 [2021-03-11T04:57:34.166Z] ---> 6012964efe22 [2021-03-11T04:57:34.166Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T04:57:34.784Z] Removing intermediate container 7b4f0238c213 [2021-03-11T04:57:34.784Z] ---> 281dc88745a2 [2021-03-11T04:57:34.784Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:57:35.508Z] ---> Running in 4fff6b751721 [2021-03-11T04:57:35.677Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T04:57:35.677Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T04:57:35.677Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T04:57:36.144Z] ---> Running in 1c73a615c2b9 [2021-03-11T04:57:37.191Z] Removing intermediate container 1c73a615c2b9 [2021-03-11T04:57:37.191Z] ---> e7f6cf40c8d0 [2021-03-11T04:57:37.191Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T04:57:37.806Z] ---> Running in 28a17c92b2bb [2021-03-11T04:57:38.082Z] Removing intermediate container 28a17c92b2bb [2021-03-11T04:57:38.082Z] ---> 2f6520e8b88c [2021-03-11T04:57:38.082Z] Step 22/23 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:57:38.366Z] ---> Running in 6963cbc8753a [2021-03-11T04:57:38.643Z] Removing intermediate container 6963cbc8753a [2021-03-11T04:57:38.643Z] ---> 07f1db22a195 [2021-03-11T04:57:38.643Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:57:38.643Z] Removing intermediate container 4fff6b751721 [2021-03-11T04:57:38.643Z] ---> c1756e18cf3c [2021-03-11T04:57:38.643Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T04:57:38.921Z] ---> Running in b6d17319873e [2021-03-11T04:57:39.196Z] ---> Running in 8ff97e933832 [2021-03-11T04:57:39.196Z] Removing intermediate container b6d17319873e [2021-03-11T04:57:39.196Z] ---> cd68e7442ccc [2021-03-11T04:57:39.196Z] [2021-03-11T04:57:39.888Z] Removing intermediate container 8ff97e933832 [2021-03-11T04:57:39.889Z] ---> dee03076a440 [2021-03-11T04:57:39.889Z] Step 28/31 : CMD ["gate"] [2021-03-11T04:57:39.889Z] Successfully built cd68e7442ccc [2021-03-11T04:57:40.162Z] Successfully tagged docker-core-data-go:latest [2021-03-11T04:57:40.162Z] Building docker-core-command-go [2021-03-11T04:57:40.162Z]  Building docker-core-data-go ... done  ---> Running in e5052c43563b [2021-03-11T04:57:40.446Z] Removing intermediate container e5052c43563b [2021-03-11T04:57:40.446Z] ---> 310253fff682 [2021-03-11T04:57:40.446Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T04:57:40.746Z] ---> Running in 28df51200057 [2021-03-11T04:57:42.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.367s coverage: 45.9% of statements [2021-03-11T04:57:42.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T04:57:42.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T04:57:42.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T04:57:42.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T04:57:42.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T04:57:42.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T04:57:42.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T04:57:43.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.278s coverage: 100.0% of statements [2021-03-11T04:57:43.575Z] Removing intermediate container 28df51200057 [2021-03-11T04:57:43.575Z] ---> 38500963ed83 [2021-03-11T04:57:43.575Z] Step 30/31 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:57:43.859Z] ---> Running in eb1621318ea2 [2021-03-11T04:57:44.840Z] Removing intermediate container eb1621318ea2 [2021-03-11T04:57:44.840Z] ---> bf0712f555d6 [2021-03-11T04:57:44.840Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T04:57:45.211Z] ---> Running in ef321c94e0f2 [2021-03-11T04:57:46.313Z] Removing intermediate container ef321c94e0f2 [2021-03-11T04:57:46.313Z] ---> efa2f9f4e239 [2021-03-11T04:57:46.313Z] [2021-03-11T04:57:46.670Z] Successfully built efa2f9f4e239 [2021-03-11T04:57:46.670Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T04:57:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.615s coverage: 27.1% of statements [2021-03-11T04:57:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T04:57:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T04:57:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T04:57:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T04:57:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T04:57:51.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T04:57:51.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-03-11T04:57:51.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T04:57:51.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-03-11T04:57:51.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T04:57:51.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T04:57:51.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.304s coverage: 71.3% of statements [2021-03-11T04:57:51.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T04:57:51.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T04:57:55.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.580s coverage: 82.9% of statements [2021-03-11T04:57:55.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T04:57:55.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:57:55.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.187s coverage: 78.9% of statements [2021-03-11T04:57:55.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T04:58:05.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.402s coverage: 28.6% of statements [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T04:58:05.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.197s coverage: 100.0% of statements [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T04:58:05.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.113s coverage: 100.0% of statements [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T04:58:05.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.397s coverage: 86.7% of statements [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T04:58:05.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.425s coverage: 97.5% of statements [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T04:58:05.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T04:58:05.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T04:58:05.373Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:58:05.373Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:58:05.373Z] ---> b15cd793c92c [2021-03-11T04:58:05.373Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T04:58:05.373Z] ---> Using cache [2021-03-11T04:58:05.373Z] ---> 9c2a643b87b6 [2021-03-11T04:58:05.373Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:58:05.373Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> 9a466084e527 [2021-03-11T04:58:05.374Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T04:58:05.374Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:58:05.374Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:58:05.374Z] ---> b15cd793c92c [2021-03-11T04:58:05.374Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> 9c2a643b87b6 [2021-03-11T04:58:05.374Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> 9a466084e527 [2021-03-11T04:58:05.374Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> bae8b5b7057a [2021-03-11T04:58:05.374Z] Step 6/21 : COPY go.mod . [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> e09104082209 [2021-03-11T04:58:05.374Z] Step 7/21 : RUN go mod download [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> 61faa0bd2dae [2021-03-11T04:58:05.374Z] Step 8/21 : COPY . . [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> f7466b09df5e [2021-03-11T04:58:05.374Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T04:58:05.374Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:58:05.374Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:58:05.374Z] ---> b15cd793c92c [2021-03-11T04:58:05.374Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> 9c2a643b87b6 [2021-03-11T04:58:05.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> 9a466084e527 [2021-03-11T04:58:05.374Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> bae8b5b7057a [2021-03-11T04:58:05.374Z] Step 6/23 : COPY go.mod . [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> e09104082209 [2021-03-11T04:58:05.374Z] Step 7/23 : RUN go mod download [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> 61faa0bd2dae [2021-03-11T04:58:05.374Z] Step 8/23 : COPY . . [2021-03-11T04:58:05.374Z] ---> Using cache [2021-03-11T04:58:05.374Z] ---> f7466b09df5e [2021-03-11T04:58:05.374Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T04:58:05.374Z] ---> Running in 2bd1115e1ed8 [2021-03-11T04:58:05.374Z] ---> Running in 0e091ed2b87c [2021-03-11T04:58:05.374Z] ---> Running in 416690d9ed4e [2021-03-11T04:58:06.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T04:58:06.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T04:58:07.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:58:08.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:58:09.800Z] OK: 233 MiB in 51 packages [2021-03-11T04:58:11.839Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:58:11.839Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:58:11.839Z] ---> b15cd793c92c [2021-03-11T04:58:11.839Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:58:11.839Z] ---> Using cache [2021-03-11T04:58:11.839Z] ---> 9c2a643b87b6 [2021-03-11T04:58:11.839Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:58:11.839Z] ---> Using cache [2021-03-11T04:58:11.839Z] ---> 9a466084e527 [2021-03-11T04:58:11.839Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T04:58:11.839Z] ---> Using cache [2021-03-11T04:58:11.839Z] ---> bae8b5b7057a [2021-03-11T04:58:11.839Z] Step 6/23 : COPY go.mod . [2021-03-11T04:58:11.839Z] ---> Using cache [2021-03-11T04:58:11.839Z] ---> e09104082209 [2021-03-11T04:58:11.839Z] Step 7/23 : RUN go mod download [2021-03-11T04:58:11.839Z] ---> Using cache [2021-03-11T04:58:11.839Z] ---> 61faa0bd2dae [2021-03-11T04:58:11.839Z] Step 8/23 : COPY . . [2021-03-11T04:58:11.839Z] ---> Using cache [2021-03-11T04:58:11.839Z] ---> f7466b09df5e [2021-03-11T04:58:11.839Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T04:58:12.162Z] ---> Running in 4495fafaa514 [2021-03-11T04:58:12.465Z] Removing intermediate container 416690d9ed4e [2021-03-11T04:58:12.466Z] ---> be692ae363b2 [2021-03-11T04:58:12.466Z] Step 6/26 : COPY go.mod . [2021-03-11T04:58:13.593Z] ---> 6128fc75d61a [2021-03-11T04:58:13.593Z] Step 7/26 : RUN go mod download [2021-03-11T04:58:13.905Z] ---> Running in 31c19a3aeaaa [2021-03-11T04:58:13.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T04:58:17.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.718s coverage: 92.8% of statements [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T04:58:17.770Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T04:58:17.770Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.273s coverage: 0.1% of statements [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T04:58:17.770Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T04:58:17.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 47.1% of statements [2021-03-11T04:58:17.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.119s coverage: 79.5% of statements [2021-03-11T04:58:17.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-03-11T04:58:17.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements [2021-03-11T04:58:17.770Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements [2021-03-11T04:58:18.396Z] Removing intermediate container 31c19a3aeaaa [2021-03-11T04:58:18.396Z] ---> 94141c65da5a [2021-03-11T04:58:18.396Z] Step 8/26 : COPY . . [2021-03-11T04:58:30.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements [2021-03-11T04:58:30.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-03-11T04:58:30.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.093s coverage: 81.4% of statements [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.163s coverage: 92.9% of statements [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.097s coverage: 87.2% of statements [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.6% of statements [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.189s coverage: 91.6% of statements [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.569s coverage: 62.4% of statements [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T04:58:45.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-03-11T04:58:45.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-03-11T04:58:45.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-03-11T04:58:45.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T04:58:51.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.991s coverage: 69.0% of statements [2021-03-11T04:58:51.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T04:58:51.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T04:58:51.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T04:58:51.434Z] ---> 4ab0537638ce [2021-03-11T04:58:51.434Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T04:58:51.434Z] ---> Running in 4ec4b1fd6f7e [2021-03-11T04:58:52.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.525s coverage: 38.4% of statements [2021-03-11T04:58:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T04:58:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T04:58:52.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.148s coverage: 89.5% of statements [2021-03-11T04:58:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T04:58:52.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [2021-03-11T04:58:52.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T04:58:57.307Z] Removing intermediate container 4495fafaa514 [2021-03-11T04:58:57.307Z] ---> ea50c181fc99 [2021-03-11T04:58:57.307Z] [2021-03-11T04:58:57.307Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:58:57.307Z] ---> 88dd2752d2ea [2021-03-11T04:58:57.307Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:58:57.581Z] ---> Using cache [2021-03-11T04:58:57.581Z] ---> 962a44a83951 [2021-03-11T04:58:57.581Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:58:57.581Z] ---> Using cache [2021-03-11T04:58:57.581Z] ---> bf7a1f904134 [2021-03-11T04:58:57.581Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T04:58:58.214Z] Removing intermediate container 2bd1115e1ed8 [2021-03-11T04:58:58.214Z] ---> e24e1d21dbc3 [2021-03-11T04:58:58.214Z] [2021-03-11T04:58:58.214Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T04:58:58.214Z] ---> Running in ae5abe5c631b [2021-03-11T04:58:58.214Z] ---> 88dd2752d2ea [2021-03-11T04:58:58.214Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T04:58:58.214Z] ---> Running in bdbeba0d9ce7 [2021-03-11T04:58:58.494Z] Removing intermediate container 0e091ed2b87c [2021-03-11T04:58:58.494Z] ---> c97daae0bd29 [2021-03-11T04:58:58.494Z] [2021-03-11T04:58:58.494Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:58:58.494Z] ---> 88dd2752d2ea [2021-03-11T04:58:58.494Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:58:58.495Z] ---> Using cache [2021-03-11T04:58:58.495Z] ---> 962a44a83951 [2021-03-11T04:58:58.495Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:58:58.495Z] ---> Using cache [2021-03-11T04:58:58.495Z] ---> bf7a1f904134 [2021-03-11T04:58:58.495Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T04:58:58.495Z] ---> Running in 7cf0ffdcb82f [2021-03-11T04:58:58.495Z] Removing intermediate container ae5abe5c631b [2021-03-11T04:58:58.779Z] ---> 1dc8ac2f64cb [2021-03-11T04:58:58.779Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T04:58:58.779Z] ---> Running in 43278003c5f1 [2021-03-11T04:58:59.084Z] Removing intermediate container 7cf0ffdcb82f [2021-03-11T04:58:59.084Z] ---> 2e5e7c82edb0 [2021-03-11T04:58:59.084Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T04:58:59.376Z] ---> Running in 3855fff0f491 [2021-03-11T04:58:59.376Z] Removing intermediate container 43278003c5f1 [2021-03-11T04:58:59.376Z] ---> 9cae4f6f7ad8 [2021-03-11T04:58:59.376Z] Step 15/23 : WORKDIR / [2021-03-11T04:58:59.376Z] ---> Running in ce95ebc3d4d5 [2021-03-11T04:58:59.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:58:59.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:58:59.676Z] Removing intermediate container 3855fff0f491 [2021-03-11T04:58:59.676Z] ---> c8ffc5375434 [2021-03-11T04:58:59.676Z] Step 15/23 : WORKDIR / [2021-03-11T04:58:59.676Z] ---> Running in e891071b8f5f [2021-03-11T04:58:59.970Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T04:58:59.970Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:58:59.970Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T04:58:59.970Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T04:58:59.970Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:58:59.970Z] Removing intermediate container ce95ebc3d4d5 [2021-03-11T04:58:59.970Z] ---> 0bf39afdffad [2021-03-11T04:58:59.970Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:58:59.970Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:59:00.259Z] OK: 7 MiB in 18 packages [2021-03-11T04:59:00.259Z] Removing intermediate container e891071b8f5f [2021-03-11T04:59:00.259Z] ---> eab1436e9c9b [2021-03-11T04:59:00.259Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:59:00.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.535s coverage: 47.0% of statements [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T04:59:00.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T04:59:00.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T04:59:00.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.535s coverage: 87.1% of statements [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:59:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T04:59:00.900Z] ---> b9831540fe5c [2021-03-11T04:59:00.900Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T04:59:01.194Z] ---> 51ab05f2a015 [2021-03-11T04:59:01.194Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T04:59:02.956Z] ---> 177315caca3d [2021-03-11T04:59:02.956Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T04:59:02.956Z] Removing intermediate container bdbeba0d9ce7 [2021-03-11T04:59:02.956Z] ---> 69cd69c58475 [2021-03-11T04:59:02.956Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T04:59:02.956Z] ---> 77fb942b4ec6 [2021-03-11T04:59:02.956Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T04:59:02.956Z] ---> Running in d8022981c2cd [2021-03-11T04:59:03.354Z] Removing intermediate container d8022981c2cd [2021-03-11T04:59:03.354Z] ---> c2e822a95f25 [2021-03-11T04:59:03.354Z] Step 13/21 : WORKDIR /edgex [2021-03-11T04:59:03.354Z] ---> 5a2180a1dbab [2021-03-11T04:59:03.354Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T04:59:03.354Z] ---> e4f1d3848b48 [2021-03-11T04:59:03.354Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T04:59:03.354Z] ---> Running in 6a93e5a2085a [2021-03-11T04:59:03.354Z] ---> Running in 9f0103ad935e [2021-03-11T04:59:03.354Z] ---> Running in d6d4fb51e3e2 [2021-03-11T04:59:03.696Z] Removing intermediate container 9f0103ad935e [2021-03-11T04:59:03.696Z] ---> c136e9f9f00d [2021-03-11T04:59:03.696Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:59:03.696Z] Removing intermediate container d6d4fb51e3e2 [2021-03-11T04:59:03.696Z] ---> 179864d510f4 [2021-03-11T04:59:03.696Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:59:03.998Z] Removing intermediate container 6a93e5a2085a [2021-03-11T04:59:03.998Z] ---> 1dc6cc0ab726 [2021-03-11T04:59:03.998Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T04:59:03.998Z] ---> Running in cf07bd1406a0 [2021-03-11T04:59:03.998Z] ---> Running in cd48cf57c095 [2021-03-11T04:59:04.339Z] Removing intermediate container cf07bd1406a0 [2021-03-11T04:59:04.339Z] ---> b1a21e6e45ee [2021-03-11T04:59:04.339Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T04:59:04.339Z] Removing intermediate container cd48cf57c095 [2021-03-11T04:59:04.339Z] ---> c0417e4a63df [2021-03-11T04:59:04.339Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T04:59:04.682Z] ---> Running in 48a853da22e2 [2021-03-11T04:59:04.967Z] ---> 7995abe79c01 [2021-03-11T04:59:04.967Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T04:59:04.967Z] ---> Running in 98d2c981ddb3 [2021-03-11T04:59:05.257Z] Removing intermediate container 48a853da22e2 [2021-03-11T04:59:05.257Z] ---> f8978249b5d4 [2021-03-11T04:59:05.257Z] Step 22/23 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:59:05.537Z] Removing intermediate container 98d2c981ddb3 [2021-03-11T04:59:05.537Z] ---> ca6b8e178e09 [2021-03-11T04:59:05.537Z] Step 22/23 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:59:05.537Z] ---> Running in 8cde32805790 [2021-03-11T04:59:05.537Z] ---> Running in ab36d63e183b [2021-03-11T04:59:06.184Z] Removing intermediate container 8cde32805790 [2021-03-11T04:59:06.184Z] ---> 371185d426ee [2021-03-11T04:59:06.184Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:59:06.184Z] Removing intermediate container ab36d63e183b [2021-03-11T04:59:06.184Z] ---> b72241b14c3d [2021-03-11T04:59:06.185Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:59:06.185Z] ---> 5a1ec1f0bddc [2021-03-11T04:59:06.185Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T04:59:06.473Z] ---> Running in 34119713d0ce [2021-03-11T04:59:06.473Z] ---> Running in b096008070d6 [2021-03-11T04:59:07.099Z] Removing intermediate container b096008070d6 [2021-03-11T04:59:07.099Z] ---> 95679b170930 [2021-03-11T04:59:07.099Z] [2021-03-11T04:59:07.099Z] Removing intermediate container 34119713d0ce [2021-03-11T04:59:07.099Z] ---> b6759da362e8 [2021-03-11T04:59:07.099Z] [2021-03-11T04:59:07.374Z] Successfully built 95679b170930 [2021-03-11T04:59:07.374Z] Successfully tagged docker-core-command-go:latest [2021-03-11T04:59:07.374Z]  Building docker-core-command-go ... done Successfully built b6759da362e8 [2021-03-11T04:59:07.670Z] ---> db2affd632db [2021-03-11T04:59:07.670Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T04:59:07.670Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T04:59:07.670Z]  Building docker-core-metadata-go ... done  ---> Running in 6c1e13f4c699 [2021-03-11T04:59:09.480Z] Removing intermediate container 6c1e13f4c699 [2021-03-11T04:59:09.480Z] ---> d3f5c82d08ea [2021-03-11T04:59:09.480Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T04:59:09.480Z] ---> Running in 95980b1a768d [2021-03-11T04:59:09.480Z] Removing intermediate container 95980b1a768d [2021-03-11T04:59:09.480Z] ---> 018bb6300644 [2021-03-11T04:59:09.480Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T04:59:09.480Z] ---> Running in 5251a0537d14 [2021-03-11T04:59:09.480Z] Removing intermediate container 5251a0537d14 [2021-03-11T04:59:09.480Z] ---> 73679438608b [2021-03-11T04:59:09.480Z] Step 20/21 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:59:09.480Z] ---> Running in e9a9379919ac [2021-03-11T04:59:09.480Z] Removing intermediate container e9a9379919ac [2021-03-11T04:59:09.480Z] ---> d4a98c3d904f [2021-03-11T04:59:09.480Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T04:59:09.480Z] ---> Running in 6d8ba08a0a27 [2021-03-11T04:59:09.768Z] Removing intermediate container 6d8ba08a0a27 [2021-03-11T04:59:09.768Z] ---> 6594802cddd1 [2021-03-11T04:59:09.768Z] [2021-03-11T04:59:10.054Z] Successfully built 6594802cddd1 [2021-03-11T04:59:10.054Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T04:59:11.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 5.027s coverage: 29.1% of statements [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T04:59:11.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T04:59:11.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T04:59:11.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.287s coverage: 96.5% of statements [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T04:59:11.362Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T04:59:11.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.080s coverage: 100.0% of statements [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T04:59:11.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T04:59:11.362Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T04:59:11.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-03-11T04:59:11.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-03-11T04:59:11.977Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 100.0% of statements [2021-03-11T04:59:12.087Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4ec4b1fd6f7e [2021-03-11T04:59:12.087Z] ---> 35deaa31fe83 [2021-03-11T04:59:12.087Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T04:59:12.087Z] ---> Running in 74534cbad09b [2021-03-11T04:59:12.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T04:59:12.963Z] GO111MODULE=on go vet ./... [2021-03-11T04:59:13.799Z] Removing intermediate container 74534cbad09b [2021-03-11T04:59:13.799Z] ---> 5fa5f3690bf8 [2021-03-11T04:59:13.799Z] [2021-03-11T04:59:13.799Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T04:59:13.799Z] 20.10.0: Pulling from library/docker [2021-03-11T04:59:20.475Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T04:59:20.475Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T04:59:20.475Z] ---> aefe523efa57 [2021-03-11T04:59:20.475Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T04:59:20.746Z] ---> Running in c2445d9be6c4 [2021-03-11T04:59:21.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:59:21.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:59:21.603Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T04:59:21.869Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T04:59:21.869Z] Executing bash-5.0.17-r0.post-install [2021-03-11T04:59:21.869Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:59:21.869Z] OK: 12 MiB in 22 packages [2021-03-11T04:59:22.460Z] Removing intermediate container c2445d9be6c4 [2021-03-11T04:59:22.460Z] ---> 10909837205b [2021-03-11T04:59:22.460Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T04:59:22.460Z] ---> Running in 27e2f258afa3 [2021-03-11T04:59:22.727Z] Removing intermediate container 27e2f258afa3 [2021-03-11T04:59:22.727Z] ---> ccfa38438349 [2021-03-11T04:59:22.727Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T04:59:22.727Z] ---> Running in 2718bcacea70 [2021-03-11T04:59:23.005Z] Removing intermediate container 2718bcacea70 [2021-03-11T04:59:23.005Z] ---> 081a9d3ea5bd [2021-03-11T04:59:23.005Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T04:59:23.005Z] ---> Running in 6e767e4af5d4 [2021-03-11T04:59:23.270Z] Removing intermediate container 6e767e4af5d4 [2021-03-11T04:59:23.270Z] ---> f0cc01b7348d [2021-03-11T04:59:23.270Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T04:59:23.856Z] ---> 590b61871107 [2021-03-11T04:59:23.856Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T04:59:24.128Z] ---> 2e0ef9d7a0e4 [2021-03-11T04:59:24.128Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T04:59:24.715Z] ---> ad844b0a13ba [2021-03-11T04:59:24.715Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T04:59:24.715Z] ---> Running in 07835fb1de76 [2021-03-11T04:59:25.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:59:25.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:59:25.590Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T04:59:25.590Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T04:59:25.590Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T04:59:25.590Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T04:59:25.590Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T04:59:25.590Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T04:59:25.590Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T04:59:27.046Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T04:59:27.046Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T04:59:27.046Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T04:59:27.046Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T04:59:27.046Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T04:59:27.046Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T04:59:27.046Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T04:59:27.046Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T04:59:27.046Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T04:59:27.046Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T04:59:27.046Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T04:59:27.320Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T04:59:27.320Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T04:59:27.320Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T04:59:27.320Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T04:59:27.320Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T04:59:27.320Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T04:59:27.320Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T04:59:27.320Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T04:59:27.320Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T04:59:27.320Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T04:59:27.320Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T04:59:27.321Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T04:59:27.592Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T04:59:27.592Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T04:59:27.592Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T04:59:27.592Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:59:27.592Z] OK: 71 MiB in 55 packages [2021-03-11T04:59:37.702Z] Removing intermediate container 07835fb1de76 [2021-03-11T04:59:37.702Z] ---> 64ea4ac8dbe1 [2021-03-11T04:59:37.702Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T04:59:37.702Z] ---> Running in 0ae73be3edd6 [2021-03-11T04:59:37.973Z] Collecting docker-compose==1.23.2 [2021-03-11T04:59:37.973Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T04:59:38.563Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T04:59:38.563Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T04:59:38.563Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T04:59:38.563Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T04:59:38.563Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T04:59:38.843Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T04:59:39.428Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T04:59:39.428Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T04:59:40.023Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T04:59:40.023Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T04:59:40.023Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-11T04:59:40.294Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T04:59:40.294Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T04:59:40.870Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T04:59:40.870Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T04:59:40.870Z] Collecting PyYAML<4,>=3.10 [2021-03-11T04:59:40.870Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T04:59:42.288Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T04:59:42.288Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T04:59:42.288Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-11T04:59:42.288Z] Collecting idna<2.8,>=2.5 [2021-03-11T04:59:42.288Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T04:59:42.288Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-11T04:59:42.288Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T04:59:42.288Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T04:59:42.552Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T04:59:42.552Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T04:59:42.552Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T04:59:42.552Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T04:59:42.552Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T04:59:42.552Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T04:59:42.819Z] Installing collected packages: idna, urllib3, requests, jsonschema, docopt, dockerpty, websocket-client, docker-pycreds, docker, texttable, cached-property, PyYAML, docker-compose [2021-03-11T04:59:42.819Z] Attempting uninstall: idna [2021-03-11T04:59:42.819Z] Found existing installation: idna 2.9 [2021-03-11T04:59:42.819Z] Uninstalling idna-2.9: [2021-03-11T04:59:42.819Z] Successfully uninstalled idna-2.9 [2021-03-11T04:59:42.819Z] Attempting uninstall: urllib3 [2021-03-11T04:59:42.819Z] Found existing installation: urllib3 1.25.9 [2021-03-11T04:59:42.819Z] Uninstalling urllib3-1.25.9: [2021-03-11T04:59:43.082Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T04:59:43.082Z] Attempting uninstall: requests [2021-03-11T04:59:43.082Z] Found existing installation: requests 2.23.0 [2021-03-11T04:59:43.082Z] Uninstalling requests-2.23.0: [2021-03-11T04:59:43.348Z] Successfully uninstalled requests-2.23.0 [2021-03-11T04:59:43.615Z] Running setup.py install for docopt: started [2021-03-11T04:59:44.194Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T04:59:44.194Z] Running setup.py install for dockerpty: started [2021-03-11T04:59:44.460Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T04:59:45.041Z] Running setup.py install for texttable: started [2021-03-11T04:59:45.309Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T04:59:45.573Z] Running setup.py install for PyYAML: started [2021-03-11T04:59:46.148Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T04:59:46.410Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T04:59:50.634Z] Removing intermediate container 0ae73be3edd6 [2021-03-11T04:59:50.634Z] ---> 1f991b508269 [2021-03-11T04:59:50.634Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T04:59:50.634Z] ---> Running in e4a3c8ae7eaf [2021-03-11T04:59:50.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:59:50.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:59:50.904Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:59:50.904Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T04:59:50.904Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T04:59:50.904Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:59:50.904Z] OK: 72 MiB in 58 packages [2021-03-11T04:59:51.488Z] Removing intermediate container e4a3c8ae7eaf [2021-03-11T04:59:51.488Z] ---> 420fe1df5619 [2021-03-11T04:59:51.488Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T04:59:52.066Z] ---> Running in 028506213c1d [2021-03-11T04:59:52.331Z] Removing intermediate container 028506213c1d [2021-03-11T04:59:52.331Z] ---> 6015d08857a1 [2021-03-11T04:59:52.331Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:59:52.331Z] ---> Running in d2b9b75c9a07 [2021-03-11T04:59:52.594Z] Removing intermediate container d2b9b75c9a07 [2021-03-11T04:59:52.594Z] ---> 17d10b86ad91 [2021-03-11T04:59:52.594Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T04:59:52.594Z] ---> Running in 57a9e043e3c0 [2021-03-11T04:59:52.594Z] Removing intermediate container 57a9e043e3c0 [2021-03-11T04:59:52.594Z] ---> e4ff37781272 [2021-03-11T04:59:52.594Z] Step 25/26 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T04:59:52.856Z] ---> Running in ae7f2f1b280e [2021-03-11T04:59:53.142Z] Removing intermediate container ae7f2f1b280e [2021-03-11T04:59:53.142Z] ---> c2a0bd0c4849 [2021-03-11T04:59:53.142Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T04:59:53.142Z] ---> Running in 63c630c6f70f [2021-03-11T04:59:53.142Z] Removing intermediate container 63c630c6f70f [2021-03-11T04:59:53.142Z] ---> fb26f935d42f [2021-03-11T04:59:53.142Z] [2021-03-11T04:59:53.406Z] Successfully built fb26f935d42f [2021-03-11T04:59:53.406Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T04:59:53.685Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T04:59:53.706Z] $ docker stop --time=1 9e761f8d6c813adc1a4bed3bc758e8d35210d280d9dc3b24089f520664f7bedf [2021-03-11T04:59:55.421Z] $ docker rm -f 9e761f8d6c813adc1a4bed3bc758e8d35210d280d9dc3b24089f520664f7bedf [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T04:59:55.974Z] + docker images [2021-03-11T04:59:55.974Z] + grep docker [2021-03-11T04:59:56.238Z] docker-sys-mgmt-agent-go latest fb26f935d42f 3 seconds ago 313MB [2021-03-11T04:59:56.238Z] docker-security-proxy-setup-go latest 6594802cddd1 47 seconds ago 24.7MB [2021-03-11T04:59:56.238Z] docker-core-command-go latest 95679b170930 50 seconds ago 17.2MB [2021-03-11T04:59:56.238Z] docker-core-metadata-go latest b6759da362e8 50 seconds ago 19MB [2021-03-11T04:59:56.238Z] docker-security-bootstrapper-go latest efa2f9f4e239 2 minutes ago 18.7MB [2021-03-11T04:59:56.238Z] docker-core-data-go latest cd68e7442ccc 2 minutes ago 22.6MB [2021-03-11T04:59:56.238Z] docker-security-secretstore-setup-go latest c049a0e57950 2 minutes ago 24.9MB [2021-03-11T04:59:56.238Z] docker-support-notifications-go latest f840ca6e2efa 2 minutes ago 17.8MB [2021-03-11T04:59:56.238Z] docker-support-scheduler-go latest 70101cea0d40 2 minutes ago 17.3MB [2021-03-11T04:59:56.238Z] docker 20.10.0 aefe523efa57 3 months 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-03-11T05:00:11.929Z] Still waiting to schedule task [2021-03-11T05:00:11.929Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-29471’ [2021-03-11T05:00:49.898Z] gofmt -l . [2021-03-11T05:00:49.899Z] [ "`gofmt -l .`" = "" ] [2021-03-11T05:00:49.899Z] ./bin/test-go-mod-tidy.sh [2021-03-11T05:00:50.170Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T05:00:52.979Z] + ls -al . [2021-03-11T05:00:52.979Z] total 768 [2021-03-11T05:00:52.979Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 05:00 . [2021-03-11T05:00:52.979Z] drwxr-xr-x 4 root root 4096 Mar 11 04:55 .. [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 04:53 .dockerignore [2021-03-11T05:00:52.979Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 04:53 .git [2021-03-11T05:00:52.979Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 04:53 .github [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 04:53 .gitignore [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 04:53 .sonarcloud.properties [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 04:53 Attribution.txt [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 04:53 CONTRIBUTING.md [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 04:53 Dockerfile.build [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 04:53 Jenkinsfile [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 04:53 LICENSE [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 04:53 Makefile [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 04:53 README.md [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 04:53 SECURITY.md [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 04:49 VERSION [2021-03-11T05:00:52.979Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 04:53 ZMQWindows.md [2021-03-11T05:00:52.979Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 04:53 bin [2021-03-11T05:00:52.979Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 04:53 cmd [2021-03-11T05:00:52.979Z] -rw-r--r-- 1 root root 628838 Mar 11 04:59 coverage.out [2021-03-11T05:00:52.979Z] -rw-r--r-- 1 root root 1056 Mar 11 05:00 go.mod [2021-03-11T05:00:52.979Z] -rw-r--r-- 1 root root 21983 Mar 11 05:00 go.sum [2021-03-11T05:00:52.979Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 04:53 internal [2021-03-11T05:00:52.979Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 04:53 openapi [2021-03-11T05:00:52.979Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 04:53 snap [2021-03-11T05:00:52.980Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 04:53 version.go [Pipeline] sh [2021-03-11T05:00:53.673Z] + '[' -e coverage.out ] [2021-03-11T05:00:53.673Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T05:00:53.737Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T05:00:54.916Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T05:00:55.564Z] + make build [2021-03-11T05:00:55.564Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T05:01:07.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T05:01:40.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T05:01:50.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T05:02:00.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T05:02:01.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T05:02:09.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T05:02:16.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T05:02:23.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T05:02:23.275Z] Running on prd-ubuntu18.04-docker-8c-8g-29473 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-11T05:02:23.360Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-03-11T05:02:25.794Z] using credential edgex-jenkins-ssh [2021-03-11T05:02:25.845Z] Cloning the remote Git repository [2021-03-11T05:02:25.888Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T05:02:25.955Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-03-11T05:02:25.984Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T05:02:25.984Z] > git --version # timeout=10 [2021-03-11T05:02:25.992Z] > git --version # 'git version 2.17.1' [2021-03-11T05:02:25.993Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:02:26.021Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T05:02:29.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T05:02:35.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T05:02:37.931Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T05:02:37.937Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T05:02:37.946Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T05:02:37.956Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T05:02:37.956Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:02:37.960Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T05:02:38.457Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:02:38.630Z] Merge succeeded, producing f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:02:38.632Z] Checking out Revision f935893ff1699d40f71ed7bb7d84c5110eb69c9a (PR-3234) [2021-03-11T05:02:38.478Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T05:02:38.482Z] > git checkout -f f935893ff1699d40f71ed7bb7d84c5110eb69c9a # timeout=10 [2021-03-11T05:02:38.616Z] > git remote # timeout=10 [2021-03-11T05:02:38.622Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T05:02:38.626Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:02:38.629Z] > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [2021-03-11T05:02:38.638Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T05:02:38.647Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T05:02:38.657Z] > git checkout -f f935893ff1699d40f71ed7bb7d84c5110eb69c9a # timeout=10 [2021-03-11T05:02:40.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T05:02:42.404Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:02:43.423Z] + echo snap-build.sh [2021-03-11T05:02:43.423Z] snap-build.sh [2021-03-11T05:02:43.423Z] + SNAP_BASE_DIR=. [2021-03-11T05:02:43.423Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2021-03-11T05:02:43.423Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2021-03-11T05:02:43.423Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2021-03-11T05:02:43.423Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2021-03-11T05:02:43.423Z] + cd /w/workspace/edgex-go/9 [2021-03-11T05:02:43.423Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T05:02:43.423Z] Reading package lists... [2021-03-11T05:02:43.689Z] Building dependency tree... [2021-03-11T05:02:43.689Z] Reading state information... [2021-03-11T05:02:43.689Z] The following packages were automatically installed and are no longer required: [2021-03-11T05:02:43.689Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T05:02:43.689Z] uidmap xdelta3 [2021-03-11T05:02:43.689Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T05:02:43.950Z] The following packages will be REMOVED: [2021-03-11T05:02:43.950Z] lxd* lxd-client* [2021-03-11T05:02:44.523Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T05:02:44.523Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T05:02:45.309Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-11T05:02:45.309Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T05:02:46.254Z] Removing lxd dnsmasq configuration [2021-03-11T05:02:46.516Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T05:02:46.516Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T05:02:47.466Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T05:02:47.466Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-11T05:02:47.466Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] } [2021-03-11T05:02:49.118Z] $ docker stop --time=1 83a5a884c432e2e79f2907b81b00eb10657d40e47f9c7003ed4380f7522427dc [2021-03-11T05:02:49.385Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T05:02:49.385Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T05:02:51.303Z] + sudo snap remove --purge lxd [2021-03-11T05:02:51.303Z] snap "lxd" is not installed [2021-03-11T05:02:51.303Z] + sudo groupadd --force --system lxd [2021-03-11T05:02:51.303Z] ++ whoami [2021-03-11T05:02:51.303Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T05:02:51.303Z] + newgrp - lxd [2021-03-11T05:02:51.303Z] + sudo snap install lxd [2021-03-11T05:02:52.013Z] $ docker rm -f 83a5a884c432e2e79f2907b81b00eb10657d40e47f9c7003ed4380f7522427dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:02:54.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T05:02:54.336Z] [2021-03-11T05:02:54.336Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:02:54.719Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T05:02:54.719Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T05:02:54.719Z] 29e5d40040c1: Pulling fs layer [2021-03-11T05:02:54.719Z] 1ce36da41761: Pulling fs layer [2021-03-11T05:02:54.719Z] 25b303627fd3: Pulling fs layer [2021-03-11T05:02:55.319Z] 29e5d40040c1: Verifying Checksum [2021-03-11T05:02:55.319Z] 29e5d40040c1: Download complete [2021-03-11T05:02:55.920Z] 1ce36da41761: Verifying Checksum [2021-03-11T05:02:55.920Z] 1ce36da41761: Download complete [2021-03-11T05:02:55.920Z] 29e5d40040c1: Pull complete [2021-03-11T05:02:57.350Z] 1ce36da41761: Pull complete [2021-03-11T05:02:57.625Z] 25b303627fd3: Verifying Checksum [2021-03-11T05:02:57.625Z] 25b303627fd3: Download complete [2021-03-11T05:03:03.547Z] 2021-03-11T05:03:01Z INFO Waiting for automatic snapd restart... [2021-03-11T05:03:07.807Z] 25b303627fd3: Pull complete [2021-03-11T05:03:07.807Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T05:03:07.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T05:03:07.807Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T05:03:08.122Z] prd-ubuntu18.04-docker-arm64-4c-16g-29469 does not seem to be running inside a container [2021-03-11T05:03:08.245Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T05:03:11.791Z] $ docker top 71fe753550ff2779e38983235d02f8cc711762771098a1a725f24d6b5dc55dd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T05:03:12.814Z] + docker-compose build --help [2021-03-11T05:03:12.814Z] + grep parallel [2021-03-11T05:03:19.548Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T05:03:19.599Z] $ docker stop --time=1 71fe753550ff2779e38983235d02f8cc711762771098a1a725f24d6b5dc55dd6 [2021-03-11T05:03:21.568Z] $ docker rm -f 71fe753550ff2779e38983235d02f8cc711762771098a1a725f24d6b5dc55dd6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:03:22.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T05:03:22.399Z] . [Pipeline] withDockerContainer [2021-03-11T05:03:22.683Z] prd-ubuntu18.04-docker-arm64-4c-16g-29469 does not seem to be running inside a container [2021-03-11T05:03:22.805Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T05:03:24.410Z] $ docker top b769930d1c8e0cc4afdd84cf633d8de26ce4274183a8e87684008f9e3d5b5ae5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T05:03:25.559Z] lxd 4.12 from Canonical* installed [2021-03-11T05:03:25.559Z] + sudo lxd init --auto [2021-03-11T05:03:25.711Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T05:03:31.179Z] + sudo snap install --classic snapcraft [2021-03-11T05:03:34.052Z] Building docker-core-command-go ... [2021-03-11T05:03:34.052Z] Building docker-core-data-go ... [2021-03-11T05:03:34.052Z] Building docker-core-metadata-go ... [2021-03-11T05:03:34.052Z] Building docker-security-bootstrapper-go ... [2021-03-11T05:03:34.052Z] Building docker-security-proxy-setup-go ... [2021-03-11T05:03:34.052Z] Building docker-security-secretstore-setup-go ... [2021-03-11T05:03:34.052Z] Building docker-support-notifications-go ... [2021-03-11T05:03:34.052Z] Building docker-support-scheduler-go ... [2021-03-11T05:03:34.052Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T05:03:34.052Z] Building docker-support-notifications-go [2021-03-11T05:03:34.053Z] Building docker-core-command-go [2021-03-11T05:03:34.053Z] Building docker-security-proxy-setup-go [2021-03-11T05:03:34.053Z] Building docker-security-secretstore-setup-go [2021-03-11T05:03:34.053Z] Building docker-core-metadata-go [2021-03-11T05:03:36.486Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T05:03:36.487Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T05:03:36.487Z] + patch --verbose -p1 [2021-03-11T05:03:36.487Z] Hmm... Looks like a unified diff to me... [2021-03-11T05:03:36.487Z] The text leading up to this was: [2021-03-11T05:03:36.487Z] -------------------------- [2021-03-11T05:03:36.487Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T05:03:36.487Z] |From: Tony Espy [2021-03-11T05:03:36.487Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-11T05:03:36.487Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T05:03:36.487Z] | [2021-03-11T05:03:36.487Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T05:03:36.487Z] |optimize the snap CI check run for pull requests. When [2021-03-11T05:03:36.487Z] |applied, it essentially strips out everything (apps and [2021-03-11T05:03:36.487Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T05:03:36.487Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T05:03:36.487Z] |catch changes to edgex-go that break the snap build. [2021-03-11T05:03:36.487Z] | [2021-03-11T05:03:36.487Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T05:03:36.487Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T05:03:36.487Z] |resulting in a failed snap build CI check in the associated [2021-03-11T05:03:36.487Z] |pull request. [2021-03-11T05:03:36.487Z] | [2021-03-11T05:03:36.487Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T05:03:36.487Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T05:03:36.487Z] |need to build the finally binary .snap file (and it won't [2021-03-11T05:03:36.487Z] |work with the patch applied). This further reduces the build [2021-03-11T05:03:36.487Z] |time. [2021-03-11T05:03:36.487Z] |--- [2021-03-11T05:03:36.487Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-11T05:03:36.487Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-11T05:03:36.487Z] | [2021-03-11T05:03:36.487Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T05:03:36.487Z] |index 1e537489..faf42425 100644 [2021-03-11T05:03:36.487Z] |--- a/snap/snapcraft.yaml [2021-03-11T05:03:36.487Z] |+++ b/snap/snapcraft.yaml [2021-03-11T05:03:36.487Z] -------------------------- [2021-03-11T05:03:36.487Z] patching file snap/snapcraft.yaml [2021-03-11T05:03:36.487Z] Using Plan A... [2021-03-11T05:03:36.487Z] Hunk #1 succeeded at 73. [2021-03-11T05:03:36.487Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-11T05:03:36.487Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-11T05:03:36.487Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-11T05:03:36.487Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-11T05:03:36.487Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-11T05:03:36.487Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-11T05:03:36.487Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-11T05:03:36.487Z] Hmm... Ignoring the trailing garbage. [2021-03-11T05:03:36.487Z] done [2021-03-11T05:03:36.487Z] + sudo snapcraft prime --use-lxd [2021-03-11T05:03:37.876Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-11T05:03:37.877Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-11T05:03:37.877Z] - README.md [2021-03-11T05:03:37.877Z] - snapcraft.yaml.orig [2021-03-11T05:03:37.877Z] [2021-03-11T05:03:37.877Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T05:03:38.823Z] Launching a container. [2021-03-11T05:03:51.068Z] Waiting for container to be ready [2021-03-11T05:03:51.068Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-11T05:03:51.068Z] [2021-03-11T05:03:55.287Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-11T05:03:55.548Z] Waiting for network to be ready... [2021-03-11T05:03:56.124Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T05:03:56.124Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T05:03:56.385Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T05:03:56.385Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T05:03:56.645Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T05:03:56.645Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T05:03:56.908Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T05:03:56.908Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T05:03:56.908Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T05:03:56.908Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T05:03:56.908Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T05:03:56.908Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T05:03:56.908Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T05:03:56.908Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T05:03:56.908Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T05:03:56.908Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T05:03:56.908Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T05:03:56.908Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T05:03:57.171Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T05:03:57.432Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T05:03:57.432Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T05:03:57.432Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T05:03:57.432Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T05:03:57.432Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T05:03:57.433Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T05:03:57.433Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T05:03:57.433Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T05:04:01.641Z] Fetched 24.0 MB in 6s (4200 kB/s) [2021-03-11T05:04:03.035Z] Reading package lists... [2021-03-11T05:04:03.035Z] Reading package lists... [2021-03-11T05:04:03.299Z] Building dependency tree... [2021-03-11T05:04:03.299Z] Reading state information... [2021-03-11T05:04:03.299Z] The following additional packages will be installed: [2021-03-11T05:04:03.299Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T05:04:03.299Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T05:04:03.299Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T05:04:03.299Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-11T05:04:03.299Z] Suggested packages: [2021-03-11T05:04:03.299Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-11T05:04:03.299Z] Recommended packages: [2021-03-11T05:04:03.299Z] gnupg libsasl2-modules [2021-03-11T05:04:03.299Z] The following NEW packages will be installed: [2021-03-11T05:04:03.299Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T05:04:03.299Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T05:04:03.299Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T05:04:03.299Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-11T05:04:03.299Z] The following packages will be upgraded: [2021-03-11T05:04:03.299Z] gpg gpg-agent gpgconf libudev1 [2021-03-11T05:04:03.299Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-11T05:04:03.299Z] Need to get 3530 kB of archives. [2021-03-11T05:04:03.299Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-11T05:04:03.299Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-11T05:04:03.561Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-11T05:04:03.561Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-11T05:04:03.561Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-11T05:04:03.561Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-11T05:04:03.845Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-11T05:04:04.426Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-11T05:04:04.426Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-11T05:04:04.426Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-11T05:04:04.426Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-11T05:04:04.426Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-11T05:04:04.426Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-11T05:04:04.426Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-11T05:04:04.426Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-11T05:04:04.426Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-11T05:04:04.426Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-11T05:04:04.426Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-11T05:04:04.426Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-11T05:04:04.426Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-11T05:04:04.426Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-11T05:04:04.426Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-11T05:04:04.426Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-11T05:04:04.691Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T05:04:04.691Z] Fetched 3530 kB in 1s (3249 kB/s) [2021-03-11T05:04:04.691Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T05:04:04.691Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-11T05:04:04.691Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T05:04:04.955Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-11T05:04:04.955Z] Selecting previously unselected package udev. [2021-03-11T05:04:04.955Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T05:04:04.955Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-11T05:04:04.955Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-11T05:04:05.217Z] Selecting previously unselected package libfuse2:amd64. [2021-03-11T05:04:05.217Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T05:04:05.479Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T05:04:05.479Z] Selecting previously unselected package fuse. [2021-03-11T05:04:05.479Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T05:04:05.479Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-11T05:04:05.479Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T05:04:05.479Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T05:04:05.741Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T05:04:05.741Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T05:04:05.741Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T05:04:06.002Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T05:04:06.002Z] Selecting previously unselected package libksba8:amd64. [2021-03-11T05:04:06.002Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-11T05:04:06.002Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-11T05:04:06.002Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-11T05:04:06.002Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:04:06.263Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:06.263Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-11T05:04:06.263Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:04:06.263Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:06.263Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-11T05:04:06.263Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:04:06.263Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:06.527Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-11T05:04:06.527Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:04:06.527Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:06.527Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-11T05:04:06.527Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:04:06.527Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:06.527Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-11T05:04:06.527Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:04:06.527Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:06.788Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-11T05:04:06.789Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:04:06.789Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:06.789Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-11T05:04:06.789Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:04:06.789Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.204Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-11T05:04:08.204Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T05:04:08.204Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.204Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-11T05:04:08.204Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T05:04:08.204Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T05:04:08.204Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-11T05:04:08.204Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T05:04:08.204Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T05:04:08.204Z] Selecting previously unselected package libldap-common. [2021-03-11T05:04:08.204Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-11T05:04:08.204Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T05:04:08.204Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-11T05:04:08.204Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-11T05:04:08.204Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T05:04:08.204Z] Selecting previously unselected package dirmngr. [2021-03-11T05:04:08.204Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T05:04:08.204Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T05:04:08.204Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T05:04:08.204Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-11T05:04:08.204Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T05:04:08.204Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T05:04:08.204Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T05:04:08.204Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-11T05:04:08.204Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.204Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-11T05:04:08.204Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T05:04:08.204Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-11T05:04:08.204Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-11T05:04:08.471Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.471Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-11T05:04:08.471Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-11T05:04:08.471Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-11T05:04:08.471Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.471Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.745Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.745Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.745Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.745Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.745Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T05:04:08.745Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T05:04:08.745Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T05:04:08.745Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T05:04:09.323Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-11T05:04:09.323Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-11T05:04:09.323Z] This means they are not meant to be enabled using systemctl. [2021-03-11T05:04:09.323Z] Possible reasons for having this kind of units are: [2021-03-11T05:04:09.323Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-11T05:04:09.323Z] .wants/ or .requires/ directory. [2021-03-11T05:04:09.323Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-11T05:04:09.323Z] a requirement dependency on it. [2021-03-11T05:04:09.323Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-11T05:04:09.323Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-11T05:04:09.323Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-11T05:04:09.323Z] instance name specified. [2021-03-11T05:04:09.588Z] Reading package lists... [2021-03-11T05:04:09.849Z] Building dependency tree... [2021-03-11T05:04:09.849Z] Reading state information... [2021-03-11T05:04:10.114Z] The following additional packages will be installed: [2021-03-11T05:04:10.114Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-11T05:04:10.114Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-11T05:04:10.114Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-11T05:04:10.114Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-11T05:04:10.114Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-11T05:04:10.114Z] Suggested packages: [2021-03-11T05:04:10.114Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-11T05:04:10.114Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-11T05:04:10.114Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-11T05:04:10.114Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-11T05:04:10.114Z] systemd-container policykit-1 [2021-03-11T05:04:10.114Z] Recommended packages: [2021-03-11T05:04:10.114Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-11T05:04:10.114Z] The following NEW packages will be installed: [2021-03-11T05:04:10.114Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-11T05:04:10.114Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-11T05:04:10.114Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-11T05:04:10.114Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-11T05:04:10.114Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-11T05:04:10.114Z] The following packages will be upgraded: [2021-03-11T05:04:10.114Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-11T05:04:10.376Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-11T05:04:10.377Z] Need to get 35.2 MB of archives. [2021-03-11T05:04:10.377Z] After this operation, 141 MB of additional disk space will be used. [2021-03-11T05:04:10.377Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-11T05:04:10.377Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-11T05:04:10.951Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-11T05:04:10.951Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-11T05:04:10.951Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-11T05:04:10.951Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-11T05:04:10.951Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-11T05:04:10.951Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-11T05:04:10.951Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-11T05:04:10.951Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-11T05:04:10.951Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-11T05:04:10.951Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-11T05:04:10.951Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-11T05:04:11.215Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-11T05:04:11.215Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-11T05:04:11.215Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-11T05:04:11.215Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-11T05:04:11.215Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-11T05:04:11.215Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-11T05:04:11.215Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-11T05:04:11.215Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-11T05:04:11.215Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-11T05:04:11.215Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-11T05:04:11.215Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-11T05:04:11.215Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-11T05:04:11.215Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-11T05:04:11.215Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-11T05:04:11.215Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-11T05:04:11.481Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-11T05:04:11.481Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-11T05:04:12.889Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T05:04:12.889Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-03-11T05:04:12.890Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T05:04:12.890Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-11T05:04:13.151Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T05:04:13.729Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-11T05:04:13.729Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T05:04:13.729Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-11T05:04:13.999Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T05:04:13.999Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T05:04:13.999Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T05:04:14.266Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-11T05:04:14.266Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T05:04:14.266Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T05:04:14.266Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T05:04:14.861Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-11T05:04:14.861Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-11T05:04:15.437Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-11T05:04:15.437Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-11T05:04:15.437Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T05:04:15.437Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T05:04:15.706Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-11T05:04:15.706Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T05:04:15.706Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:04:15.967Z] Selecting previously unselected package libexpat1:amd64. [2021-03-11T05:04:15.967Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-11T05:04:15.967Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T05:04:15.967Z] Selecting previously unselected package python3.6-minimal. [2021-03-11T05:04:15.967Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T05:04:15.967Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:04:16.231Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T05:04:16.231Z] Checking for services that may need to be restarted...done. [2021-03-11T05:04:16.231Z] Checking for services that may need to be restarted...done. [2021-03-11T05:04:16.497Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:04:16.497Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T05:04:16.497Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:04:17.072Z] Selecting previously unselected package python3-minimal. [2021-03-11T05:04:17.072Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-11T05:04:17.072Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-11T05:04:17.072Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-11T05:04:17.072Z] Selecting previously unselected package mime-support. [2021-03-11T05:04:17.072Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-11T05:04:17.072Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-11T05:04:17.339Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-11T05:04:17.339Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-11T05:04:17.339Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T05:04:17.339Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-11T05:04:17.339Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T05:04:17.339Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:04:18.766Z] Selecting previously unselected package python3.6. [2021-03-11T05:04:18.766Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T05:04:18.766Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:04:19.032Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-11T05:04:19.032Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-11T05:04:19.032Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T05:04:19.032Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-11T05:04:19.295Z] Selecting previously unselected package python3. [2021-03-11T05:04:19.295Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-11T05:04:19.295Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-11T05:04:19.295Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-11T05:04:19.556Z] Selecting previously unselected package multiarch-support. [2021-03-11T05:04:19.556Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T05:04:19.557Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T05:04:19.557Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T05:04:19.557Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-11T05:04:19.557Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-11T05:04:19.557Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-11T05:04:19.557Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T05:04:19.820Z] Selecting previously unselected package libbsd0:amd64. [2021-03-11T05:04:19.820Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-11T05:04:19.820Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T05:04:19.820Z] Selecting previously unselected package sudo. [2021-03-11T05:04:19.820Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-11T05:04:19.820Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T05:04:20.082Z] Selecting previously unselected package apparmor. [2021-03-11T05:04:20.082Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T05:04:20.082Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-11T05:04:20.082Z] Selecting previously unselected package libedit2:amd64. [2021-03-11T05:04:20.082Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-11T05:04:20.082Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T05:04:20.345Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-11T05:04:20.345Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T05:04:20.345Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:04:20.345Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-11T05:04:20.345Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T05:04:20.345Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:04:20.608Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-11T05:04:20.608Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-11T05:04:20.608Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T05:04:20.608Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-11T05:04:20.608Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T05:04:20.608Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:04:20.873Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-11T05:04:20.873Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T05:04:20.873Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:04:20.873Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-11T05:04:20.873Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-11T05:04:21.140Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T05:04:21.140Z] Selecting previously unselected package openssh-client. [2021-03-11T05:04:21.140Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-11T05:04:21.140Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T05:04:21.404Z] Selecting previously unselected package squashfs-tools. [2021-03-11T05:04:21.404Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-11T05:04:21.404Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T05:04:21.404Z] Selecting previously unselected package snapd. [2021-03-11T05:04:21.404Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-11T05:04:21.670Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-11T05:04:25.007Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T05:04:25.007Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T05:04:25.007Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-11T05:04:25.007Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T05:04:25.007Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T05:04:25.007Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:04:25.007Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T05:04:25.007Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-11T05:04:25.007Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-11T05:04:25.587Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T05:04:25.587Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T05:04:25.851Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T05:04:25.851Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:04:25.851Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:04:25.851Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T05:04:26.811Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T05:04:26.811Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:04:26.811Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T05:04:26.811Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-11T05:04:26.811Z] running python rtupdate hooks for python3.6... [2021-03-11T05:04:26.811Z] running python post-rtupdate hooks for python3.6... [2021-03-11T05:04:26.811Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-11T05:04:28.215Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-11T05:04:28.479Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T05:04:28.479Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T05:04:28.745Z] Setting up snapd (2.48.3+18.04) ... [2021-03-11T05:04:29.327Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-11T05:04:29.591Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-11T05:04:29.855Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-11T05:04:30.117Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-11T05:04:30.380Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T05:04:30.380Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T05:04:30.380Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-11T05:04:30.642Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-11T05:04:30.906Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-11T05:04:31.169Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-11T05:04:31.431Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-11T05:04:31.431Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T05:04:31.431Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T05:04:32.821Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T05:04:32.821Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T05:04:32.821Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T05:04:34.473Z] Reading package lists... [2021-03-11T05:04:34.736Z] Reading package lists... [2021-03-11T05:04:34.998Z] Building dependency tree... [2021-03-11T05:04:34.998Z] Reading state information... [2021-03-11T05:04:34.998Z] Calculating upgrade... [2021-03-11T05:04:35.262Z] The following packages will be upgraded: [2021-03-11T05:04:35.262Z] advancecomp base-files bash binutils binutils-common [2021-03-11T05:04:35.262Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-11T05:04:35.262Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-11T05:04:35.262Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-11T05:04:35.262Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-11T05:04:35.262Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-11T05:04:35.262Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-11T05:04:35.262Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-11T05:04:35.262Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-11T05:04:35.262Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-11T05:04:35.262Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-11T05:04:35.262Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-11T05:04:35.262Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-11T05:04:35.262Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-11T05:04:35.262Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-11T05:04:35.262Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T05:04:35.262Z] Need to get 63.8 MB of archives. [2021-03-11T05:04:35.262Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-11T05:04:35.262Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-11T05:04:35.525Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-11T05:04:35.525Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-11T05:04:35.525Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-11T05:04:35.525Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-11T05:04:35.525Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-11T05:04:35.525Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-11T05:04:35.525Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-11T05:04:35.525Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-11T05:04:35.525Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-11T05:04:35.525Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-11T05:04:35.525Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-11T05:04:35.525Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-11T05:04:35.525Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-11T05:04:35.525Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-11T05:04:35.525Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-11T05:04:35.525Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-11T05:04:35.525Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-11T05:04:35.525Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-11T05:04:35.525Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-11T05:04:35.525Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-11T05:04:35.525Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-11T05:04:35.525Z] 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-03-11T05:04:35.525Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-11T05:04:35.525Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-11T05:04:35.525Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-11T05:04:35.525Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-11T05:04:35.525Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-11T05:04:35.788Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-11T05:04:35.788Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-11T05:04:35.788Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-11T05:04:35.788Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-11T05:04:35.788Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-11T05:04:35.788Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-11T05:04:35.788Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-11T05:04:35.788Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-11T05:04:35.788Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-11T05:04:35.788Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-11T05:04:35.788Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-11T05:04:35.788Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-11T05:04:35.788Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-11T05:04:35.788Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-11T05:04:35.788Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-11T05:04:35.788Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-11T05:04:35.788Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-11T05:04:35.788Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-11T05:04:35.788Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-11T05:04:35.788Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-11T05:04:35.788Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-11T05:04:35.788Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-11T05:04:35.788Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-11T05:04:35.788Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-11T05:04:35.788Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-11T05:04:35.788Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-11T05:04:35.788Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-11T05:04:36.057Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-11T05:04:36.057Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-11T05:04:36.324Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-11T05:04:36.324Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-11T05:04:36.324Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-11T05:04:36.324Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-11T05:04:36.324Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-11T05:04:36.324Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-11T05:04:36.324Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-11T05:04:36.324Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-11T05:04:36.324Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-11T05:04:36.324Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-11T05:04:36.324Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-11T05:04:36.324Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-11T05:04:36.324Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-11T05:04:36.324Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-11T05:04:36.587Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-11T05:04:36.587Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-11T05:04:36.587Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-11T05:04:36.587Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-11T05:04:36.587Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-11T05:04:36.587Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-11T05:04:36.587Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-11T05:04:36.587Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-11T05:04:36.587Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-11T05:04:36.587Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-11T05:04:36.587Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-11T05:04:36.587Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-11T05:04:36.849Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-11T05:04:36.849Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-11T05:04:36.849Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-11T05:04:36.849Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-11T05:04:36.849Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-11T05:04:36.849Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-11T05:04:36.849Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-11T05:04:36.849Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-11T05:04:36.849Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-11T05:04:36.849Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-11T05:04:36.849Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-11T05:04:36.849Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-11T05:04:37.110Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-11T05:04:37.110Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-11T05:04:37.110Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-11T05:04:37.110Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-11T05:04:37.370Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T05:04:37.370Z] Fetched 63.8 MB in 2s (34.4 MB/s) [2021-03-11T05:04:37.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:37.370Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T05:04:37.370Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T05:04:38.316Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T05:04:38.316Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T05:04:38.316Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-11T05:04:38.316Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-11T05:04:39.262Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:39.262Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:04:39.262Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:39.262Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:04:39.262Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:39.262Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:04:39.525Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:39.525Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:04:39.525Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:39.525Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:04:39.787Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:39.787Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:04:39.787Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:39.787Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:04:40.048Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:04:40.048Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T05:04:40.048Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:40.048Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-11T05:04:40.309Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:04:40.309Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T05:04:40.309Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:40.309Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:04:40.309Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:40.309Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:04:40.573Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T05:04:40.573Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T05:04:40.835Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:04:41.097Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T05:04:41.097Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T05:04:41.097Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T05:04:41.671Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T05:04:41.934Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T05:04:41.934Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-11T05:04:41.934Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-11T05:04:41.934Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-11T05:04:42.198Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-11T05:04:42.463Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-11T05:04:42.463Z] Installing new version of config file /etc/issue ... [2021-03-11T05:04:42.463Z] Installing new version of config file /etc/issue.net ... [2021-03-11T05:04:42.463Z] Installing new version of config file /etc/lsb-release ... [2021-03-11T05:04:42.463Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-11T05:04:42.726Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-11T05:04:42.726Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-11T05:04:42.988Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-11T05:04:42.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:42.988Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-11T05:04:42.988Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-11T05:04:43.253Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-11T05:04:43.253Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-11T05:04:43.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:43.253Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:04:43.253Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-11T05:04:43.520Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:04:43.520Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:43.520Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-11T05:04:43.520Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-11T05:04:43.785Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-11T05:04:43.785Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:43.785Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-11T05:04:43.785Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T05:04:44.049Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-11T05:04:44.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:44.049Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T05:04:44.049Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T05:04:44.315Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T05:04:44.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:44.315Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T05:04:44.315Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T05:04:44.578Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-11T05:04:44.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:44.579Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-11T05:04:44.579Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-11T05:04:44.841Z] Setting up grep (3.1-2build1) ... [2021-03-11T05:04:44.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:44.841Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T05:04:44.841Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T05:04:45.102Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-11T05:04:45.102Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:45.102Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T05:04:45.102Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T05:04:45.365Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-11T05:04:45.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:45.365Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T05:04:45.365Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T05:04:46.314Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T05:04:46.314Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T05:04:46.574Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T05:04:46.574Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T05:04:47.146Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-11T05:04:47.146Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:47.146Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-11T05:04:47.146Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T05:04:48.535Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T05:04:48.535Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T05:04:48.535Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T05:04:48.802Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T05:04:48.802Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T05:04:49.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:49.064Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-11T05:04:49.064Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-11T05:04:49.064Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-11T05:04:49.327Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:49.327Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:04:49.327Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:04:49.590Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:04:49.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:49.590Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:04:49.590Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:04:49.887Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:04:49.887Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:49.887Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:04:50.148Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:04:50.148Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:04:50.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:50.148Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:04:50.410Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:04:50.410Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:04:50.410Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:50.410Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T05:04:50.410Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T05:04:50.670Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T05:04:50.670Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T05:04:50.670Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T05:04:50.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:50.930Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T05:04:50.930Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T05:04:50.930Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T05:04:51.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:51.190Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:04:51.190Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:04:51.190Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:04:51.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:51.190Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:04:51.190Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:04:51.451Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:04:51.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:51.451Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:04:51.451Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:04:52.024Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:04:52.285Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-11T05:04:52.546Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-11T05:04:52.883Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:52.883Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T05:04:52.883Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T05:04:53.146Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T05:04:53.146Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T05:04:53.146Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-11T05:04:53.408Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T05:04:53.408Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-11T05:04:53.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:53.670Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-11T05:04:53.670Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-11T05:04:53.670Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-11T05:04:53.932Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:53.932Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-11T05:04:54.194Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T05:04:54.194Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-11T05:04:54.194Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:54.194Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-11T05:04:54.455Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T05:04:54.455Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-11T05:04:54.455Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:54.455Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T05:04:54.715Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T05:04:54.715Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T05:04:54.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:54.975Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T05:04:54.975Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T05:04:55.236Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T05:04:55.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:55.236Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T05:04:55.497Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T05:04:55.758Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T05:04:55.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:55.758Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T05:04:55.857Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:04:55.857Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:04:55.857Z] ---> 01d104982cb9 [2021-03-11T05:04:55.857Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T05:04:55.857Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:04:55.857Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:04:55.857Z] ---> 01d104982cb9 [2021-03-11T05:04:55.857Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T05:04:55.857Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:04:55.857Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:04:55.857Z] ---> 01d104982cb9 [2021-03-11T05:04:55.857Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T05:04:55.857Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:04:55.857Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:04:55.857Z] ---> 01d104982cb9 [2021-03-11T05:04:55.857Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T05:04:55.857Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:04:55.857Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:04:55.857Z] ---> 01d104982cb9 [2021-03-11T05:04:55.857Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T05:04:56.019Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T05:04:56.019Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-11T05:04:56.019Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T05:04:56.019Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T05:04:56.281Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T05:04:56.282Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T05:04:56.282Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:56.282Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-11T05:04:56.282Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-11T05:04:56.542Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-11T05:04:56.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:56.542Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-11T05:04:56.542Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T05:04:56.806Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T05:04:56.848Z] ---> Running in a37e5351b232 [2021-03-11T05:04:56.848Z] ---> Running in 76431278127e [2021-03-11T05:04:56.848Z] ---> Running in 090c1da7d011 [2021-03-11T05:04:56.848Z] ---> Running in dc3a1933874b [2021-03-11T05:04:56.848Z] ---> Running in 66068ba0587c [2021-03-11T05:04:57.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:57.068Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T05:04:57.068Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T05:04:57.331Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T05:04:57.331Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:57.331Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-11T05:04:57.331Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-11T05:04:57.331Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-11T05:04:57.451Z] Removing intermediate container a37e5351b232 [2021-03-11T05:04:57.451Z] ---> 068e5c5ad112 [2021-03-11T05:04:57.451Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:04:57.594Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:57.594Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T05:04:57.594Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T05:04:57.731Z] Removing intermediate container 090c1da7d011 [2021-03-11T05:04:57.731Z] ---> 9a05ff86394e [2021-03-11T05:04:57.731Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:04:57.731Z] Removing intermediate container dc3a1933874b [2021-03-11T05:04:57.731Z] ---> 156c051c9609 [2021-03-11T05:04:57.731Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:04:57.731Z] Removing intermediate container 76431278127e [2021-03-11T05:04:57.731Z] ---> 4afb74a413c3 [2021-03-11T05:04:57.731Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:04:57.731Z] Removing intermediate container 66068ba0587c [2021-03-11T05:04:57.731Z] ---> e9c0bd20bb1b [2021-03-11T05:04:57.731Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:04:57.855Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-11T05:04:58.022Z] ---> Running in d8c5c251d747 [2021-03-11T05:04:58.022Z] ---> Running in 0862ff50a486 [2021-03-11T05:04:58.022Z] ---> Running in 5a40bf4e50a8 [2021-03-11T05:04:58.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:58.118Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T05:04:58.118Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T05:04:58.309Z] ---> Running in 10d498c693d1 [2021-03-11T05:04:58.309Z] ---> Running in 20a30a6989cb [2021-03-11T05:04:58.379Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-11T05:04:58.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:58.379Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-11T05:04:58.379Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-11T05:04:58.642Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-11T05:04:58.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:58.642Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-11T05:04:58.642Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-11T05:04:58.642Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-11T05:04:58.909Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:58.909Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-11T05:04:58.909Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-11T05:04:58.909Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-11T05:04:59.169Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:59.169Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-11T05:04:59.169Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-11T05:04:59.169Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-11T05:04:59.431Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:59.431Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T05:04:59.431Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-11T05:04:59.431Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-11T05:04:59.431Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T05:04:59.431Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-11T05:04:59.431Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-11T05:04:59.692Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-11T05:04:59.692Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-11T05:04:59.692Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T05:04:59.692Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T05:04:59.958Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T05:04:59.958Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T05:05:00.529Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T05:05:00.529Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T05:05:00.790Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-11T05:05:00.790Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-11T05:05:00.790Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T05:05:01.052Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-11T05:05:01.052Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T05:05:01.052Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-11T05:05:01.052Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-11T05:05:01.315Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-11T05:05:01.315Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-11T05:05:01.315Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-11T05:05:01.315Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-11T05:05:01.577Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-11T05:05:01.577Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-11T05:05:01.577Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-11T05:05:01.577Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-11T05:05:01.839Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-11T05:05:01.840Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-11T05:05:01.840Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-11T05:05:02.662Z] Removing intermediate container d8c5c251d747 [2021-03-11T05:05:02.662Z] ---> 27d8a1d8e063 [2021-03-11T05:05:02.663Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T05:05:02.783Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-11T05:05:02.784Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-11T05:05:02.942Z] ---> Running in 9d89b8035720 [2021-03-11T05:05:03.046Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-11T05:05:03.046Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-11T05:05:03.046Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T05:05:03.046Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T05:05:03.213Z] Removing intermediate container 5a40bf4e50a8 [2021-03-11T05:05:03.213Z] ---> a50278668b6f [2021-03-11T05:05:03.213Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T05:05:03.213Z] Removing intermediate container 0862ff50a486 [2021-03-11T05:05:03.213Z] ---> c859a5d79d7a [2021-03-11T05:05:03.213Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T05:05:03.489Z] Removing intermediate container 10d498c693d1 [2021-03-11T05:05:03.489Z] ---> 77985f7c8a2f [2021-03-11T05:05:03.489Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T05:05:03.489Z] Removing intermediate container 20a30a6989cb [2021-03-11T05:05:03.489Z] ---> 82887c38a2bf [2021-03-11T05:05:03.489Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T05:05:03.489Z] ---> Running in 6eda4c30a20e [2021-03-11T05:05:03.621Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T05:05:03.621Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T05:05:03.763Z] ---> Running in cebc67c100d5 [2021-03-11T05:05:03.763Z] ---> Running in 2b3ca3055e2e [2021-03-11T05:05:03.763Z] ---> Running in 1b30e4d94397 [2021-03-11T05:05:03.883Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T05:05:03.883Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T05:05:03.883Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T05:05:04.144Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T05:05:04.144Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:05:04.144Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:05:04.405Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:05:04.405Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:05:04.405Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:05:04.405Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:05:04.666Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:05:04.666Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:05:04.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:05.612Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:05:05.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:05.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:05.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:05.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:05.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:05.874Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:05:06.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:06.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:06.612Z] OK: 217 MiB in 51 packages [2021-03-11T05:05:06.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:06.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:05:06.821Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:05:06.821Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:05:07.602Z] OK: 217 MiB in 51 packages [2021-03-11T05:05:07.602Z] OK: 217 MiB in 51 packages [2021-03-11T05:05:07.602Z] OK: 217 MiB in 51 packages [2021-03-11T05:05:07.602Z] OK: 217 MiB in 51 packages [2021-03-11T05:05:07.765Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:05:07.766Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:05:08.027Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:05:08.027Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:05:08.206Z] Removing intermediate container 9d89b8035720 [2021-03-11T05:05:08.206Z] ---> 3553fb8e6176 [2021-03-11T05:05:08.206Z] Step 6/21 : COPY go.mod . [2021-03-11T05:05:08.975Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T05:05:08.976Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T05:05:08.976Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T05:05:08.976Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T05:05:08.976Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T05:05:08.976Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T05:05:09.209Z] ---> 1e11c98d9726 [2021-03-11T05:05:09.209Z] Step 7/21 : RUN go mod download [2021-03-11T05:05:09.240Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T05:05:09.240Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T05:05:09.492Z] Removing intermediate container 1b30e4d94397 [2021-03-11T05:05:09.492Z] ---> 02f4fb8c071d [2021-03-11T05:05:09.492Z] Step 6/23 : COPY go.mod . [2021-03-11T05:05:09.492Z] ---> Running in ba3cedadd11c [2021-03-11T05:05:09.505Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-11T05:05:09.505Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-11T05:05:09.505Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T05:05:09.766Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T05:05:09.766Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T05:05:09.766Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T05:05:09.768Z] Removing intermediate container 6eda4c30a20e [2021-03-11T05:05:09.768Z] ---> 3d4d948c67d9 [2021-03-11T05:05:09.768Z] Step 6/22 : COPY go.mod . [2021-03-11T05:05:09.768Z] Removing intermediate container 2b3ca3055e2e [2021-03-11T05:05:09.768Z] ---> d446a5000a4b [2021-03-11T05:05:09.768Z] Step 6/23 : COPY go.mod . [2021-03-11T05:05:10.027Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-11T05:05:10.027Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-11T05:05:10.027Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:05:10.027Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T05:05:10.027Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:05:10.055Z] Removing intermediate container cebc67c100d5 [2021-03-11T05:05:10.055Z] ---> 6e0a2fcc9737 [2021-03-11T05:05:10.055Z] Step 6/24 : COPY go.mod . [2021-03-11T05:05:10.288Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:05:10.288Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:05:10.288Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-11T05:05:10.288Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-11T05:05:10.288Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-11T05:05:10.549Z] [2021-03-11T05:05:10.549Z] Current default time zone: 'Etc/UTC' [2021-03-11T05:05:10.549Z] Local time is now: Thu Mar 11 05:05:10 UTC 2021. [2021-03-11T05:05:10.549Z] Universal Time is now: Thu Mar 11 05:05:10 UTC 2021. [2021-03-11T05:05:10.549Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-11T05:05:10.549Z] [2021-03-11T05:05:10.549Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-11T05:05:10.549Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:05:10.549Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-11T05:05:10.549Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-11T05:05:10.549Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-11T05:05:10.549Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-11T05:05:10.549Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-11T05:05:10.660Z] ---> 4cca3df8eded [2021-03-11T05:05:10.660Z] Step 7/23 : RUN go mod download [2021-03-11T05:05:10.815Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-11T05:05:10.815Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-11T05:05:10.815Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T05:05:10.815Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:05:10.815Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-11T05:05:10.942Z] ---> Running in 9a65cebc590d [2021-03-11T05:05:11.077Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:05:11.077Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T05:05:11.077Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:05:11.077Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-11T05:05:11.077Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-11T05:05:11.224Z] ---> 8356f3be5660 [2021-03-11T05:05:11.224Z] Step 7/23 : RUN go mod download [2021-03-11T05:05:11.338Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-11T05:05:11.338Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T05:05:11.338Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-11T05:05:11.338Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-11T05:05:11.338Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-11T05:05:11.338Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-11T05:05:11.503Z] ---> Running in 9bcbcb7f7412 [2021-03-11T05:05:11.503Z] ---> 2b5297595fae [2021-03-11T05:05:11.503Z] Step 7/22 : RUN go mod download [2021-03-11T05:05:11.803Z] ---> 97158aa02eb4 [2021-03-11T05:05:11.803Z] Step 7/24 : RUN go mod download [2021-03-11T05:05:11.803Z] ---> Running in 02fb9bdfa14a [2021-03-11T05:05:12.094Z] ---> Running in faf6283c6a14 [2021-03-11T05:05:13.255Z] Updating certificates in /etc/ssl/certs... [2021-03-11T05:05:14.115Z] Removing intermediate container ba3cedadd11c [2021-03-11T05:05:14.115Z] ---> 4e8226d10f5d [2021-03-11T05:05:14.115Z] Step 8/21 : COPY . . [2021-03-11T05:05:14.198Z] 23 added, 27 removed; done. [2021-03-11T05:05:14.198Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T05:05:14.198Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T05:05:14.198Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-11T05:05:14.198Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-11T05:05:14.198Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-11T05:05:14.198Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:05:14.198Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T05:05:14.460Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:05:14.460Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:05:14.460Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:05:14.460Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:05:14.460Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:05:14.460Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-11T05:05:14.460Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-11T05:05:14.460Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-11T05:05:14.460Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-11T05:05:14.722Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-11T05:05:14.722Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:05:14.722Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T05:05:14.722Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-11T05:05:14.722Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-11T05:05:14.722Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-11T05:05:14.984Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T05:05:14.984Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T05:05:14.984Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-11T05:05:14.984Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-11T05:05:15.246Z] Updating certificates in /etc/ssl/certs... [2021-03-11T05:05:15.822Z] 0 added, 0 removed; done. [2021-03-11T05:05:15.822Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-11T05:05:15.822Z] done. [2021-03-11T05:05:16.156Z] Removing intermediate container 9a65cebc590d [2021-03-11T05:05:16.156Z] ---> 8f6c1a164fd2 [2021-03-11T05:05:16.156Z] Step 8/23 : COPY . . [2021-03-11T05:05:16.667Z] Reading package lists... [2021-03-11T05:05:16.667Z] Building dependency tree... [2021-03-11T05:05:16.667Z] Reading state information... [2021-03-11T05:05:16.929Z] The following NEW packages will be installed: [2021-03-11T05:05:16.929Z] apt-transport-https [2021-03-11T05:05:17.190Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T05:05:17.190Z] Need to get 1696 B of archives. [2021-03-11T05:05:17.190Z] After this operation, 153 kB of additional disk space will be used. [2021-03-11T05:05:17.190Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-11T05:05:17.450Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T05:05:17.450Z] Fetched 1696 B in 0s (9265 B/s) [2021-03-11T05:05:17.450Z] Selecting previously unselected package apt-transport-https. [2021-03-11T05:05:17.450Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-11T05:05:17.450Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-11T05:05:17.450Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T05:05:17.450Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T05:05:17.600Z] Removing intermediate container 9bcbcb7f7412 [2021-03-11T05:05:17.600Z] ---> e35d1afcd230 [2021-03-11T05:05:17.600Z] Step 8/23 : COPY . . [2021-03-11T05:05:17.713Z] Waiting for network to be ready... [2021-03-11T05:05:18.199Z] Removing intermediate container faf6283c6a14 [2021-03-11T05:05:18.199Z] ---> 2d746c611805 [2021-03-11T05:05:18.199Z] Step 8/24 : COPY . . [2021-03-11T05:05:18.199Z] Removing intermediate container 02fb9bdfa14a [2021-03-11T05:05:18.199Z] ---> 13a3b63dc776 [2021-03-11T05:05:18.199Z] Step 8/22 : COPY . . [2021-03-11T05:05:25.905Z] 2021-03-11T05:05:21Z INFO Waiting for automatic snapd restart... [2021-03-11T05:05:25.905Z] snapd 2.49 from Canonical* installed [2021-03-11T05:05:26.175Z] "snapd" switched to the "latest/stable" channel [2021-03-11T05:05:26.175Z] [2021-03-11T05:05:31.471Z] core18 20210128 from Canonical* installed [2021-03-11T05:05:31.732Z] "core18" switched to the "latest/stable" channel [2021-03-11T05:05:31.732Z] [2021-03-11T05:05:38.324Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T05:05:38.324Z] "snapcraft" switched to the "latest/stable" channel [2021-03-11T05:05:38.324Z] [2021-03-11T05:05:41.630Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-11T05:05:41.630Z] - README.md [2021-03-11T05:05:41.630Z] - snapcraft.yaml.orig [2021-03-11T05:05:41.630Z] [2021-03-11T05:05:41.630Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T05:05:45.028Z] ---> ccffc5252119 [2021-03-11T05:05:45.028Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T05:05:45.028Z] ---> f65d509a0cf7 [2021-03-11T05:05:45.028Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T05:05:45.028Z] ---> 08c7d7855316 [2021-03-11T05:05:45.028Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T05:05:45.028Z] ---> 8cdc41b09e7a [2021-03-11T05:05:45.028Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T05:05:45.028Z] ---> 51238cd08b57 [2021-03-11T05:05:45.028Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T05:05:45.028Z] ---> Running in e01587f701d9 [2021-03-11T05:05:45.028Z] ---> Running in 1c3d5927a056 [2021-03-11T05:05:45.028Z] ---> Running in db7dd9f534a2 [2021-03-11T05:05:45.028Z] ---> Running in cd691b0ddc25 [2021-03-11T05:05:45.028Z] ---> Running in 3850b5a811ef [2021-03-11T05:05:47.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T05:05:47.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T05:05:47.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T05:05:47.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T05:05:47.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T05:05:48.227Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T05:05:48.227Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T05:05:48.227Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T05:05:48.227Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T05:05:49.631Z] Reading package lists... [2021-03-11T05:05:50.203Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-11T05:05:56.804Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T05:05:56.804Z] Reading package lists... [2021-03-11T05:05:56.804Z] Building dependency tree... [2021-03-11T05:05:56.805Z] Reading state information... [2021-03-11T05:05:56.805Z] Suggested packages: [2021-03-11T05:05:56.805Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-11T05:05:56.805Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-11T05:05:56.805Z] Recommended packages: [2021-03-11T05:05:56.805Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-11T05:05:56.805Z] The following NEW packages will be installed: [2021-03-11T05:05:56.805Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-11T05:05:56.805Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-11T05:05:56.805Z] pkg-config zip [2021-03-11T05:05:56.805Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T05:05:56.805Z] Need to get 7658 kB of archives. [2021-03-11T05:05:56.805Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-11T05:05:56.805Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-11T05:05:56.805Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-11T05:05:57.066Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-11T05:05:57.066Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-11T05:05:57.066Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-11T05:05:57.327Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-11T05:05:57.327Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-11T05:05:57.327Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-11T05:05:57.327Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-11T05:05:57.327Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-11T05:05:57.588Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-11T05:05:57.588Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-11T05:05:57.588Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-11T05:05:57.849Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-11T05:05:57.849Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-11T05:05:57.849Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T05:05:57.849Z] Fetched 7658 kB in 1s (7059 kB/s) [2021-03-11T05:05:58.109Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-11T05:05:58.109Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-11T05:05:58.109Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-11T05:05:58.109Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T05:05:58.373Z] Selecting previously unselected package libpsl5:amd64. [2021-03-11T05:05:58.373Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-11T05:05:58.373Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T05:05:58.635Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-11T05:05:58.635Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-11T05:05:58.635Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T05:05:58.635Z] Selecting previously unselected package librtmp1:amd64. [2021-03-11T05:05:58.635Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-11T05:05:58.635Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T05:05:58.635Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-11T05:05:58.635Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-11T05:05:58.635Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T05:05:58.896Z] Selecting previously unselected package liberror-perl. [2021-03-11T05:05:58.896Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-11T05:05:58.896Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-11T05:05:58.896Z] Selecting previously unselected package git-man. [2021-03-11T05:05:58.896Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-11T05:05:58.896Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T05:05:59.161Z] Selecting previously unselected package git. [2021-03-11T05:05:59.161Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-11T05:05:59.161Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T05:06:00.110Z] Selecting previously unselected package libnorm1:amd64. [2021-03-11T05:06:00.110Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-11T05:06:00.110Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T05:06:00.370Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-11T05:06:00.370Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-11T05:06:00.370Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T05:06:00.370Z] Selecting previously unselected package libsodium23:amd64. [2021-03-11T05:06:00.370Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-11T05:06:00.370Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-11T05:06:00.370Z] Selecting previously unselected package libzmq5:amd64. [2021-03-11T05:06:00.370Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T05:06:00.370Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T05:06:00.631Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-11T05:06:00.632Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T05:06:00.632Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T05:06:00.893Z] Selecting previously unselected package pkg-config. [2021-03-11T05:06:00.893Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-11T05:06:00.893Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T05:06:00.893Z] Selecting previously unselected package zip. [2021-03-11T05:06:00.893Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-11T05:06:00.893Z] Unpacking zip (3.0-11build1) ... [2021-03-11T05:06:01.155Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T05:06:01.155Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T05:06:01.155Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T05:06:01.155Z] Setting up liberror-perl (0.17025-1) ... [2021-03-11T05:06:01.155Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T05:06:01.155Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T05:06:01.155Z] No schema files found: doing nothing. [2021-03-11T05:06:01.155Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T05:06:01.155Z] Setting up zip (3.0-11build1) ... [2021-03-11T05:06:01.416Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T05:06:01.416Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-11T05:06:01.416Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T05:06:01.416Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T05:06:01.416Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T05:06:01.416Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T05:06:01.416Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T05:06:01.680Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T05:06:08.276Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T05:06:08.537Z] git set to automatically installed. [2021-03-11T05:06:08.537Z] git-man set to automatically installed. [2021-03-11T05:06:08.537Z] libcurl3-gnutls set to automatically installed. [2021-03-11T05:06:08.537Z] liberror-perl set to automatically installed. [2021-03-11T05:06:08.538Z] libglib2.0-0 set to automatically installed. [2021-03-11T05:06:08.538Z] libnghttp2-14 set to automatically installed. [2021-03-11T05:06:08.538Z] libnorm1 set to automatically installed. [2021-03-11T05:06:08.538Z] libpgm-5.2-0 set to automatically installed. [2021-03-11T05:06:08.538Z] libpsl5 set to automatically installed. [2021-03-11T05:06:08.538Z] librtmp1 set to automatically installed. [2021-03-11T05:06:08.538Z] libsodium23 set to automatically installed. [2021-03-11T05:06:08.538Z] libzmq3-dev set to automatically installed. [2021-03-11T05:06:08.538Z] libzmq5 set to automatically installed. [2021-03-11T05:06:08.538Z] pkg-config set to automatically installed. [2021-03-11T05:06:08.538Z] zip set to automatically installed. [2021-03-11T05:06:09.924Z] snapd is not logged in, snap install commands will use sudo [2021-03-11T05:06:16.527Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T05:06:16.527Z] snap "core18" has no updates available [2021-03-11T05:06:17.472Z] Pulling config-common [2021-03-11T05:06:17.472Z] + snapcraftctl pull [2021-03-11T05:06:18.419Z] Pulling go-build-helper [2021-03-11T05:06:18.419Z] + snapcraftctl pull [2021-03-11T05:06:45.021Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T05:06:45.021Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T05:06:45.021Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T05:06:45.021Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T05:06:45.021Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T05:06:45.021Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T05:06:45.021Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T05:06:45.021Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T05:06:45.021Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T05:06:45.021Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T05:06:45.021Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T05:06:45.021Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T05:06:45.021Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T05:06:45.021Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T05:06:45.021Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T05:06:45.021Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T05:06:45.021Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T05:06:45.021Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T05:06:45.021Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T05:06:45.021Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T05:06:45.021Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T05:06:45.021Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T05:06:45.021Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T05:06:45.021Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T05:06:45.021Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T05:06:45.021Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T05:06:45.021Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T05:06:45.021Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-11T05:06:45.021Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-11T05:06:45.021Z] Fetched 279 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-11T05:06:45.021Z] Fetched 122 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-11T05:06:45.021Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-11T05:06:45.021Z] Fetched 8848 B in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-11T05:06:45.021Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-11T05:06:45.021Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-11T05:06:45.021Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-11T05:06:45.021Z] Fetched 214 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-11T05:06:45.021Z] Fetched 154 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-11T05:06:45.021Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-11T05:06:45.021Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-11T05:06:45.021Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-11T05:06:45.021Z] Fetched 499 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-11T05:06:45.021Z] Fetched 111 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-11T05:06:45.021Z] Fetched 240 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-11T05:06:45.021Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-11T05:06:45.021Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-11T05:06:45.021Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-11T05:06:45.021Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-11T05:06:45.021Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-11T05:06:45.021Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-11T05:06:45.021Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-11T05:06:45.021Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-11T05:06:45.021Z] Fetched 8720 B in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-11T05:06:45.021Z] Fetched 137 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-11T05:06:45.021Z] Fetched 119 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-11T05:06:45.021Z] Fetched 109 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-11T05:06:45.021Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-11T05:06:45.021Z] Fetched 645 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-11T05:06:45.021Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-11T05:06:45.021Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-11T05:06:45.021Z] Fetched 368 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-11T05:06:45.021Z] Fetched 187 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-11T05:06:45.021Z] Fetched 175 kB in 0s (0 B/s) [2021-03-11T05:06:45.021Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-11T05:06:45.599Z] Fetched 206 kB in 0s (0 B/s) [2021-03-11T05:06:45.599Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-11T05:06:45.599Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-11T05:06:45.599Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-11T05:06:45.599Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-11T05:06:45.599Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-11T05:06:45.599Z] Fetched 159 kB in 0s (0 B/s) [2021-03-11T05:06:45.599Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-11T05:06:45.599Z] Fetched 107 kB in 0s (0 B/s) [2021-03-11T05:06:45.599Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-11T05:06:45.599Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-11T05:06:45.599Z] Pulling static-packages [2021-03-11T05:06:45.599Z] + snapcraftctl pull [2021-03-11T05:06:46.986Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-11T05:06:46.986Z] Skipping pull go-build-helper (already ran) [2021-03-11T05:06:46.986Z] Skipping pull static-packages (already ran) [2021-03-11T05:06:46.986Z] Building go-build-helper [2021-03-11T05:06:46.986Z] + snapcraftctl build [2021-03-11T05:06:51.200Z] Building static-packages [2021-03-11T05:06:51.200Z] + snapcraftctl build [2021-03-11T05:06:53.758Z] Staging go-build-helper [2021-03-11T05:06:53.758Z] + snapcraftctl stage [2021-03-11T05:06:54.705Z] Staging static-packages [2021-03-11T05:06:54.705Z] + snapcraftctl stage [2021-03-11T05:06:56.090Z] Pulling go115 [2021-03-11T05:06:56.090Z] + snapcraftctl pull [2021-03-11T05:06:57.032Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-11T05:06:57.032Z] Skipping pull go115 (already ran) [2021-03-11T05:06:57.032Z] Building go115 [2021-03-11T05:06:57.032Z] + dpkg --print-architecture [2021-03-11T05:06:57.032Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-11T05:06:57.032Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-11T05:06:57.032Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-11T05:06:57.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T05:06:57.032Z] Dload Upload Total Spent Left Speed [2021-03-11T05:07:01.491Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 29298 0 0 221k 0 0:08:53 --:--:-- 0:08:53 220k 29 115M 29 34.5M 0 0 30.5M 0 0:00:03 0:00:01 0:00:02 30.5M 52 115M 52 60.4M 0 0 28.3M 0 0:00:04 0:00:02 0:00:02 28.3M 75 115M 75 87.3M 0 0 27.9M 0 0:00:04 0:00:03 0:00:01 27.9M 97 115M 97 113M 0 0 27.4M 0 0:00:04 0:00:04 --:--:-- 27.3M 100 115M 100 115M 0 0 27.3M 0 0:00:04 0:00:04 --:--:-- 28.2M [2021-03-11T05:07:01.491Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-11T05:07:01.491Z] + sha256sum -c sha256 [2021-03-11T05:07:01.491Z] + grep OK [2021-03-11T05:07:02.068Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-11T05:07:02.068Z] + mkdir -p /root/stage/go1.15 [2021-03-11T05:07:02.068Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-11T05:07:07.375Z] Staging go115 [2021-03-11T05:07:07.375Z] + snapcraftctl stage [2021-03-11T05:07:13.975Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T05:07:13.975Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T05:07:13.975Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T05:07:13.975Z] Fetched 0 B in 0s (0 B/s) [2021-03-11T05:07:13.975Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-11T05:07:13.975Z] Fetched 224 kB in 0s (0 B/s) [2021-03-11T05:07:13.975Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-11T05:07:13.975Z] Fetched 157 kB in 0s (0 B/s) [2021-03-11T05:07:13.975Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-11T05:07:13.975Z] Fetched 221 kB in 0s (0 B/s) [2021-03-11T05:07:13.975Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-11T05:07:13.975Z] Fetched 143 kB in 0s (0 B/s) [2021-03-11T05:07:13.975Z] Pulling edgex-go [2021-03-11T05:07:13.975Z] + snapcraftctl pull [2021-03-11T05:07:15.891Z] Pulling version [2021-03-11T05:07:15.891Z] + cd /root/project [2021-03-11T05:07:15.891Z] + [ -f VERSION ] [2021-03-11T05:07:15.891Z] + PROJECT_VERSION=local-dev [2021-03-11T05:07:15.891Z] + git rev-parse --short HEAD [2021-03-11T05:07:15.891Z] + GIT_REVISION=f935893f [2021-03-11T05:07:15.891Z] + snapcraftctl set-version local-dev [2021-03-11T05:07:16.839Z] Building config-common [2021-03-11T05:07:16.839Z] + snapcraftctl build [2021-03-11T05:07:19.387Z] Skipping build go-build-helper (already ran) [2021-03-11T05:07:19.387Z] Skipping build static-packages (already ran) [2021-03-11T05:07:19.387Z] Skipping build go115 (already ran) [2021-03-11T05:07:19.649Z] Building edgex-go [2021-03-11T05:07:21.044Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-11T05:07:21.044Z] + cd /root/parts/edgex-go/src [2021-03-11T05:07:21.044Z] + make build [2021-03-11T05:07:21.044Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T05:07:22.963Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-11T05:07:22.963Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-11T05:07:22.963Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-11T05:07:22.963Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-11T05:07:22.963Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-11T05:07:22.963Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-11T05:07:22.963Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-11T05:07:22.963Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-11T05:07:22.963Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-11T05:07:22.963Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-11T05:07:22.963Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-11T05:07:22.963Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-11T05:07:22.963Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-11T05:07:22.963Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-11T05:07:22.963Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-11T05:07:22.963Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-11T05:07:22.963Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-11T05:07:22.963Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-11T05:07:22.963Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-11T05:07:22.963Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-11T05:07:22.963Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-11T05:07:22.963Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-11T05:07:22.963Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-11T05:07:23.235Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-11T05:07:23.235Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-11T05:07:23.235Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-11T05:07:23.235Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-11T05:07:23.235Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-11T05:07:23.235Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-11T05:07:23.235Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-11T05:07:23.235Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-11T05:07:23.235Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-11T05:07:23.236Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-11T05:07:23.236Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-11T05:07:23.236Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-11T05:07:23.236Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-11T05:07:23.504Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-11T05:07:23.504Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-11T05:07:23.504Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-11T05:07:23.504Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-11T05:07:23.765Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-11T05:07:23.765Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-11T05:07:23.765Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-11T05:07:23.765Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-11T05:07:23.765Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-11T05:07:31.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T05:07:31.941Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-11T05:07:38.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T05:07:38.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T05:07:40.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T05:07:40.751Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T05:07:40.751Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-11T05:07:41.012Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-11T05:07:41.012Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-11T05:07:41.012Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-11T05:07:42.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T05:07:42.930Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-11T05:07:42.930Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-11T05:07:44.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T05:07:45.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T05:07:45.436Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-11T05:07:46.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T05:07:47.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T05:07:48.086Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-11T05:07:49.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T05:07:49.345Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-11T05:07:51.327Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-11T05:07:51.328Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-11T05:07:51.328Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-11T05:07:51.328Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-11T05:07:51.328Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-11T05:07:51.328Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-11T05:07:51.328Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-11T05:07:51.328Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-11T05:07:51.328Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-11T05:07:51.328Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-11T05:07:51.328Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-11T05:07:51.328Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-11T05:07:51.328Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-11T05:07:51.328Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-11T05:07:51.328Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-11T05:07:53.245Z] Building version [2021-03-11T05:07:53.245Z] + snapcraftctl build [2021-03-11T05:07:54.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T05:07:54.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T05:07:55.790Z] Staging config-common [2021-03-11T05:07:55.790Z] + snapcraftctl stage [2021-03-11T05:07:56.734Z] Skipping stage go-build-helper (already ran) [2021-03-11T05:07:56.734Z] Skipping stage static-packages (already ran) [2021-03-11T05:07:56.734Z] Skipping stage go115 (already ran) [2021-03-11T05:07:56.734Z] Staging edgex-go [2021-03-11T05:07:56.734Z] + snapcraftctl stage [2021-03-11T05:07:57.684Z] Staging version [2021-03-11T05:07:57.684Z] + snapcraftctl stage [2021-03-11T05:07:59.071Z] Priming config-common [2021-03-11T05:07:59.071Z] + snapcraftctl prime [2021-03-11T05:08:00.014Z] Priming go-build-helper [2021-03-11T05:08:00.014Z] + snapcraftctl prime [2021-03-11T05:08:01.409Z] Priming static-packages [2021-03-11T05:08:01.409Z] + snapcraftctl prime [2021-03-11T05:08:03.963Z] Priming go115 [2021-03-11T05:08:03.963Z] + snapcraftctl prime [2021-03-11T05:08:04.908Z] Priming edgex-go [2021-03-11T05:08:04.908Z] + snapcraftctl prime [2021-03-11T05:08:06.298Z] Priming version [2021-03-11T05:08:06.298Z] + snapcraftctl prime [2021-03-11T05:08:07.242Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T05:08:13.052Z] Removing intermediate container cd691b0ddc25 [2021-03-11T05:08:13.052Z] ---> 879fdfcc54a3 [2021-03-11T05:08:13.052Z] [2021-03-11T05:08:13.052Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T05:08:13.052Z] 3.12: Pulling from library/alpine [2021-03-11T05:08:13.052Z] Removing intermediate container 1c3d5927a056 [2021-03-11T05:08:13.052Z] ---> 1038373a241d [2021-03-11T05:08:13.052Z] [2021-03-11T05:08:13.052Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T05:08:13.052Z] 3.12: Pulling from library/alpine [2021-03-11T05:08:14.131Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T05:08:14.131Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T05:08:14.131Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T05:08:14.131Z] ---> d10569e2745f [2021-03-11T05:08:14.131Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T05:08:14.131Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T05:08:14.131Z] ---> d10569e2745f [2021-03-11T05:08:14.131Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T05:08:14.418Z] ---> Running in a8e8399edcc4 [2021-03-11T05:08:14.418Z] ---> Running in 95849664d3a1 [2021-03-11T05:08:17.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:08:17.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:08:17.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:08:17.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:08:18.892Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T05:08:18.892Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T05:08:18.892Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T05:08:18.892Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T05:08:18.892Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T05:08:18.892Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T05:08:18.892Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:08:18.892Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T05:08:19.171Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T05:08:19.171Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T05:08:19.171Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T05:08:19.171Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:08:19.171Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T05:08:19.454Z] OK: 7 MiB in 19 packages [2021-03-11T05:08:19.454Z] OK: 7 MiB in 18 packages [2021-03-11T05:08:23.889Z] Removing intermediate container 95849664d3a1 [2021-03-11T05:08:23.889Z] ---> 373803eff272 [2021-03-11T05:08:23.889Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T05:08:23.889Z] ---> Running in e3ea9b711b2b [2021-03-11T05:08:23.889Z] Removing intermediate container a8e8399edcc4 [2021-03-11T05:08:23.889Z] ---> b64862a51c2b [2021-03-11T05:08:23.889Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T05:08:24.515Z] ---> Running in 1308e5794e45 [2021-03-11T05:08:24.515Z] Removing intermediate container e3ea9b711b2b [2021-03-11T05:08:24.515Z] ---> 0e042edcd4ea [2021-03-11T05:08:24.515Z] Step 13/24 : WORKDIR / [2021-03-11T05:08:24.799Z] ---> Running in 61d1d18d6175 [2021-03-11T05:08:25.416Z] Removing intermediate container 1308e5794e45 [2021-03-11T05:08:25.416Z] ---> 7f62a9d13bfa [2021-03-11T05:08:25.416Z] Step 13/21 : WORKDIR /edgex [2021-03-11T05:08:25.705Z] ---> Running in 257b37eb0992 [2021-03-11T05:08:25.990Z] Removing intermediate container 61d1d18d6175 [2021-03-11T05:08:26.272Z] ---> ab33d15b58b2 [2021-03-11T05:08:26.272Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-11T05:08:26.893Z] Removing intermediate container 257b37eb0992 [2021-03-11T05:08:26.894Z] ---> 4326a3a15170 [2021-03-11T05:08:26.894Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T05:08:28.413Z] ---> 9c0f4f39e90c [2021-03-11T05:08:28.413Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-11T05:08:29.440Z] ---> e8910b6cb582 [2021-03-11T05:08:29.440Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T05:08:30.951Z] ---> 59d4ca57f689 [2021-03-11T05:08:30.951Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T05:08:32.451Z] ---> e0bf1d6e845a [2021-03-11T05:08:32.451Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T05:08:33.072Z] ---> f22858efa847 [2021-03-11T05:08:33.072Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T05:08:36.523Z] ---> 97f97b4bba44 [2021-03-11T05:08:36.523Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T05:08:37.122Z] ---> Running in bf69f0179b04 [2021-03-11T05:08:37.398Z] ---> 35c4d3e28ee6 [2021-03-11T05:08:37.398Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T05:08:37.680Z] Removing intermediate container e01587f701d9 [2021-03-11T05:08:37.680Z] ---> 7056c2006898 [2021-03-11T05:08:37.680Z] [2021-03-11T05:08:37.680Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T05:08:37.680Z] ---> d10569e2745f [2021-03-11T05:08:37.680Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T05:08:38.305Z] ---> Running in ab0ab5fe3894 [2021-03-11T05:08:38.305Z] Removing intermediate container 3850b5a811ef [2021-03-11T05:08:38.305Z] ---> 6fe5af403122 [2021-03-11T05:08:38.305Z] [2021-03-11T05:08:38.306Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T05:08:38.306Z] ---> d10569e2745f [2021-03-11T05:08:38.306Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T05:08:38.596Z] Removing intermediate container bf69f0179b04 [2021-03-11T05:08:38.596Z] ---> c652c421f549 [2021-03-11T05:08:38.596Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T05:08:38.596Z] ---> Running in 3761ab4a8529 [2021-03-11T05:08:38.892Z] ---> Running in 277d6bd0adb1 [2021-03-11T05:08:39.907Z] ---> 19ad7c728912 [2021-03-11T05:08:39.907Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T05:08:39.907Z] Removing intermediate container 277d6bd0adb1 [2021-03-11T05:08:39.907Z] ---> a8b2914a373e [2021-03-11T05:08:39.907Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T05:08:40.187Z] ---> Running in eb366372a576 [2021-03-11T05:08:40.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:08:41.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:08:41.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:08:41.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:08:41.352Z] Removing intermediate container eb366372a576 [2021-03-11T05:08:41.352Z] ---> fc3a33080943 [2021-03-11T05:08:41.352Z] Step 20/21 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:08:41.352Z] ---> 3c2ffa4d035c [2021-03-11T05:08:41.352Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-11T05:08:41.636Z] ---> Running in 817824c00a79 [2021-03-11T05:08:41.636Z] ---> Running in ffe714ae04e5 [2021-03-11T05:08:41.927Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T05:08:41.927Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:08:42.204Z] OK: 5 MiB in 15 packages [2021-03-11T05:08:42.483Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T05:08:42.483Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T05:08:42.483Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:08:42.483Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T05:08:42.768Z] OK: 6 MiB in 16 packages [2021-03-11T05:08:43.045Z] Removing intermediate container 817824c00a79 [2021-03-11T05:08:43.045Z] ---> 6188d497d06d [2021-03-11T05:08:43.045Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T05:08:43.649Z] ---> Running in 307a77f70607 [2021-03-11T05:08:44.639Z] Removing intermediate container 307a77f70607 [2021-03-11T05:08:44.639Z] ---> c517575ac216 [2021-03-11T05:08:44.639Z] [2021-03-11T05:08:44.639Z] Removing intermediate container ab0ab5fe3894 [2021-03-11T05:08:44.639Z] ---> 28764443ba86 [2021-03-11T05:08:44.639Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T05:08:44.918Z] ---> Running in 82334fbedb8a [2021-03-11T05:08:45.528Z] Successfully built c517575ac216 [2021-03-11T05:08:45.803Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T05:08:45.803Z] Building docker-support-scheduler-go [2021-03-11T05:08:46.096Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3761ab4a8529 [2021-03-11T05:08:46.096Z] ---> fd0258bd3215 [2021-03-11T05:08:46.096Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T05:08:46.372Z] Removing intermediate container 82334fbedb8a [2021-03-11T05:08:46.373Z] ---> a35dc3b38472 [2021-03-11T05:08:46.373Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T05:08:46.373Z] Removing intermediate container ffe714ae04e5 [2021-03-11T05:08:46.373Z] ---> 28512934b59d [2021-03-11T05:08:46.373Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T05:08:46.652Z] ---> Running in 2367ac5d61b4 [2021-03-11T05:08:46.652Z] ---> Running in c39d0fcc54bb [2021-03-11T05:08:46.652Z] ---> Running in efab8202fb52 [2021-03-11T05:08:47.635Z] Removing intermediate container 2367ac5d61b4 [2021-03-11T05:08:47.635Z] ---> d45ade6ced24 [2021-03-11T05:08:47.635Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T05:08:48.665Z] Removing intermediate container efab8202fb52 [2021-03-11T05:08:48.665Z] Removing intermediate container c39d0fcc54bb [2021-03-11T05:08:48.665Z] ---> 05f0e52d7ace [2021-03-11T05:08:48.665Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T05:08:48.665Z] ---> 5ed8239e6bd6 [2021-03-11T05:08:48.665Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T05:08:49.260Z] ---> Running in 4c9f2e9172fd [2021-03-11T05:08:49.532Z] Removing intermediate container db7dd9f534a2 [2021-03-11T05:08:49.532Z] ---> 7b1efa84344e [2021-03-11T05:08:49.532Z] [2021-03-11T05:08:49.532Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T05:08:49.532Z] ---> d10569e2745f [2021-03-11T05:08:49.532Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T05:08:49.532Z] ---> Using cache [2021-03-11T05:08:49.532Z] ---> 28764443ba86 [2021-03-11T05:08:49.532Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T05:08:49.532Z] ---> Using cache [2021-03-11T05:08:49.532Z] ---> a35dc3b38472 [2021-03-11T05:08:49.532Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T05:08:49.809Z] ---> Running in 340424f416a2 [2021-03-11T05:08:49.809Z] ---> Running in bc256a7ec31f [2021-03-11T05:08:50.087Z] ---> Running in 33b20fc30dcf [2021-03-11T05:08:50.360Z] Removing intermediate container 4c9f2e9172fd [2021-03-11T05:08:50.360Z] ---> 90a97e8f6778 [2021-03-11T05:08:50.360Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T05:08:50.634Z] ---> Running in 184e354edf94 [2021-03-11T05:08:50.634Z] Removing intermediate container bc256a7ec31f [2021-03-11T05:08:50.634Z] ---> bc943cdd92ff [2021-03-11T05:08:50.634Z] Step 23/24 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:08:50.634Z] Removing intermediate container 340424f416a2 [2021-03-11T05:08:50.634Z] ---> dc08bb2fe191 [2021-03-11T05:08:50.634Z] Step 15/23 : WORKDIR / [2021-03-11T05:08:50.909Z] Removing intermediate container 33b20fc30dcf [2021-03-11T05:08:50.909Z] ---> 8f7db0fbe545 [2021-03-11T05:08:50.909Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T05:08:51.513Z] ---> Running in a18e076f054a [2021-03-11T05:08:51.513Z] ---> Running in e4bf86614104 [2021-03-11T05:08:51.513Z] Removing intermediate container 184e354edf94 [2021-03-11T05:08:51.513Z] ---> 91363e8385d9 [2021-03-11T05:08:51.513Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:08:51.792Z] ---> Running in 4ecd7d0d0680 [2021-03-11T05:08:52.401Z] Removing intermediate container a18e076f054a [2021-03-11T05:08:52.401Z] ---> 219502152a8d [2021-03-11T05:08:52.401Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T05:08:52.998Z] Removing intermediate container 4ecd7d0d0680 [2021-03-11T05:08:52.998Z] ---> cbde529d11f1 [2021-03-11T05:08:52.998Z] Step 15/23 : WORKDIR / [2021-03-11T05:08:52.998Z] ---> Running in b1864070654c [2021-03-11T05:08:52.998Z] Removing intermediate container e4bf86614104 [2021-03-11T05:08:52.998Z] ---> 1ef7dff1d86f [2021-03-11T05:08:52.998Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:08:53.272Z] ---> ff92d089ce01 [2021-03-11T05:08:53.272Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T05:08:53.544Z] ---> Running in 429ebb616be9 [2021-03-11T05:08:53.815Z] Removing intermediate container b1864070654c [2021-03-11T05:08:53.815Z] ---> 5e23beea17f8 [2021-03-11T05:08:53.815Z] [2021-03-11T05:08:54.423Z] Removing intermediate container 429ebb616be9 [2021-03-11T05:08:54.423Z] ---> 96fdbaf541d6 [2021-03-11T05:08:54.423Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:08:54.423Z] Successfully built 5e23beea17f8 [2021-03-11T05:08:54.423Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T05:08:54.423Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-11T05:08:55.026Z] ---> 2e7f14aaac8a [2021-03-11T05:08:55.026Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T05:08:55.026Z] ---> 1a2d4bdd09c1 [2021-03-11T05:08:55.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T05:08:55.623Z] ---> bebe91401800 [2021-03-11T05:08:55.623Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T05:08:56.624Z] ---> b9fb678409b0 [2021-03-11T05:08:56.624Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T05:08:57.241Z] ---> 52dbdb1e7018 [2021-03-11T05:08:57.241Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T05:08:57.241Z] ---> Running in ab9e5d727035 [2021-03-11T05:08:57.853Z] ---> ee3fe79a50fd [2021-03-11T05:08:57.853Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T05:08:58.448Z] Removing intermediate container ab9e5d727035 [2021-03-11T05:08:58.448Z] ---> 82fb29a4e1ce [2021-03-11T05:08:58.448Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:08:59.433Z] ---> 23f41e350a45 [2021-03-11T05:08:59.433Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T05:08:59.711Z] ---> Running in 6fef320d5838 [2021-03-11T05:09:00.355Z] ---> c53bfd8a4eb4 [2021-03-11T05:09:00.355Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T05:09:01.342Z] ---> Running in b84da6c898a9 [2021-03-11T05:09:01.342Z] Removing intermediate container 6fef320d5838 [2021-03-11T05:09:01.342Z] ---> b4ab6b17b1d2 [2021-03-11T05:09:01.342Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T05:09:01.342Z] ---> Running in 4cc601fe76fe [2021-03-11T05:09:01.625Z] ---> Running in aa005014fe33 [2021-03-11T05:09:01.903Z] Removing intermediate container b84da6c898a9 [2021-03-11T05:09:01.903Z] ---> 23a50c678cd8 [2021-03-11T05:09:01.903Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:09:02.176Z] Removing intermediate container 4cc601fe76fe [2021-03-11T05:09:02.176Z] ---> a8009ac1f5d8 [2021-03-11T05:09:02.176Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:09:02.450Z] ---> Running in b043344d829b [2021-03-11T05:09:02.738Z] ---> Running in 8e073774e4bb [2021-03-11T05:09:02.738Z] Removing intermediate container aa005014fe33 [2021-03-11T05:09:02.738Z] ---> 2c150e973cbf [2021-03-11T05:09:02.738Z] Step 21/22 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:09:03.015Z] Removing intermediate container b043344d829b [2021-03-11T05:09:03.015Z] ---> b882726c288a [2021-03-11T05:09:03.291Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T05:09:03.576Z] ---> Running in fcf69433a084 [2021-03-11T05:09:04.174Z] ---> Running in 242cdfe8aac5 [2021-03-11T05:09:04.174Z] Removing intermediate container 8e073774e4bb [2021-03-11T05:09:04.174Z] ---> 7c15ce7dbd7c [2021-03-11T05:09:04.174Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T05:09:04.797Z] Removing intermediate container fcf69433a084 [2021-03-11T05:09:04.797Z] ---> 04c5d2ff3728 [2021-03-11T05:09:04.797Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T05:09:04.797Z] ---> Running in cf5ae1b7e244 [2021-03-11T05:09:05.402Z] Removing intermediate container 242cdfe8aac5 [2021-03-11T05:09:05.402Z] ---> a15bfbad7ae2 [2021-03-11T05:09:05.402Z] Step 22/23 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:09:05.678Z] ---> Running in f988b444a655 [2021-03-11T05:09:05.678Z] ---> Running in 0db0ab9550fb [2021-03-11T05:09:05.679Z] Removing intermediate container cf5ae1b7e244 [2021-03-11T05:09:05.956Z] ---> 7fa75a9afde1 [2021-03-11T05:09:05.956Z] Step 22/23 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:09:06.235Z] ---> Running in 2e6a7e56c576 [2021-03-11T05:09:06.235Z] Removing intermediate container f988b444a655 [2021-03-11T05:09:06.235Z] ---> 7293de80f1b4 [2021-03-11T05:09:06.235Z] [2021-03-11T05:09:06.511Z] Removing intermediate container 0db0ab9550fb [2021-03-11T05:09:06.511Z] ---> 483288e55aac [2021-03-11T05:09:06.511Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T05:09:06.788Z] Successfully built 7293de80f1b4 [2021-03-11T05:09:06.788Z] ---> Running in 15309f85dc49 [2021-03-11T05:09:06.788Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T05:09:06.788Z] Building docker-sys-mgmt-agent-go [2021-03-11T05:09:07.064Z]  Building docker-support-notifications-go ... done Removing intermediate container 2e6a7e56c576 [2021-03-11T05:09:07.064Z] ---> cf900d87fe10 [2021-03-11T05:09:07.064Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T05:09:07.340Z] ---> Running in f32a701d5c84 [2021-03-11T05:09:07.618Z] Removing intermediate container 15309f85dc49 [2021-03-11T05:09:07.618Z] ---> 244830308252 [2021-03-11T05:09:07.618Z] [2021-03-11T05:09:08.227Z] Successfully built 244830308252 [2021-03-11T05:09:08.227Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T05:09:08.227Z] Removing intermediate container f32a701d5c84 [2021-03-11T05:09:08.227Z] ---> 236d99d9166c [2021-03-11T05:09:08.227Z] Building docker-core-data-go [2021-03-11T05:09:08.227Z] [2021-03-11T05:09:08.826Z]  Building docker-core-command-go ... done Successfully built 236d99d9166c [2021-03-11T05:09:08.826Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T05:09:17.093Z]  Building docker-core-metadata-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:09:17.093Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:09:17.093Z] ---> 01d104982cb9 [2021-03-11T05:09:17.093Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T05:09:17.093Z] ---> Using cache [2021-03-11T05:09:17.093Z] ---> e9c0bd20bb1b [2021-03-11T05:09:17.093Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:09:17.093Z] ---> Using cache [2021-03-11T05:09:17.093Z] ---> 77985f7c8a2f [2021-03-11T05:09:17.093Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T05:09:17.093Z] ---> Using cache [2021-03-11T05:09:17.093Z] ---> d446a5000a4b [2021-03-11T05:09:17.093Z] Step 6/22 : COPY go.mod . [2021-03-11T05:09:17.093Z] ---> Using cache [2021-03-11T05:09:17.093Z] ---> 8356f3be5660 [2021-03-11T05:09:17.093Z] Step 7/22 : RUN go mod download [2021-03-11T05:09:17.093Z] ---> Using cache [2021-03-11T05:09:17.093Z] ---> e35d1afcd230 [2021-03-11T05:09:17.093Z] Step 8/22 : COPY . . [2021-03-11T05:09:17.093Z] ---> Using cache [2021-03-11T05:09:17.093Z] ---> 08c7d7855316 [2021-03-11T05:09:17.093Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T05:09:20.560Z] ---> Running in 99038ba601a3 [2021-03-11T05:09:22.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T05:09:40.405Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:09:40.405Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:09:40.405Z] ---> 01d104982cb9 [2021-03-11T05:09:40.405Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T05:09:40.405Z] ---> Using cache [2021-03-11T05:09:40.405Z] ---> e9c0bd20bb1b [2021-03-11T05:09:40.405Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:09:40.405Z] ---> Using cache [2021-03-11T05:09:40.405Z] ---> 77985f7c8a2f [2021-03-11T05:09:40.405Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T05:09:40.405Z] ---> Using cache [2021-03-11T05:09:40.405Z] ---> d446a5000a4b [2021-03-11T05:09:40.405Z] Step 6/31 : COPY go.mod . [2021-03-11T05:09:40.405Z] ---> Using cache [2021-03-11T05:09:40.405Z] ---> 8356f3be5660 [2021-03-11T05:09:40.405Z] Step 7/31 : RUN go mod download [2021-03-11T05:09:40.405Z] ---> Using cache [2021-03-11T05:09:40.405Z] ---> e35d1afcd230 [2021-03-11T05:09:40.405Z] Step 8/31 : COPY . . [2021-03-11T05:09:40.405Z] ---> Using cache [2021-03-11T05:09:40.405Z] ---> 08c7d7855316 [2021-03-11T05:09:40.405Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T05:09:45.836Z] ---> Running in fc48680758bd [2021-03-11T05:09:47.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T05:09:49.269Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:09:49.269Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:09:49.269Z] ---> 01d104982cb9 [2021-03-11T05:09:49.269Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T05:09:49.269Z] ---> Using cache [2021-03-11T05:09:49.269Z] ---> e9c0bd20bb1b [2021-03-11T05:09:49.269Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:09:49.269Z] ---> Using cache [2021-03-11T05:09:49.269Z] ---> 77985f7c8a2f [2021-03-11T05:09:49.269Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T05:09:49.269Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T05:09:49.269Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T05:09:49.269Z] ---> 01d104982cb9 [2021-03-11T05:09:49.269Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T05:09:49.269Z] ---> Using cache [2021-03-11T05:09:49.269Z] ---> e9c0bd20bb1b [2021-03-11T05:09:49.269Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:09:49.269Z] ---> Using cache [2021-03-11T05:09:49.269Z] ---> 77985f7c8a2f [2021-03-11T05:09:49.269Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T05:09:49.887Z] ---> Running in 38b6c400e364 [2021-03-11T05:09:49.887Z] ---> Running in 1385b8de0ae9 [2021-03-11T05:09:52.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:09:52.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:09:52.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:09:52.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:09:54.266Z] OK: 217 MiB in 51 packages [2021-03-11T05:09:54.266Z] OK: 217 MiB in 51 packages [2021-03-11T05:09:55.703Z] Removing intermediate container 38b6c400e364 [2021-03-11T05:09:55.703Z] ---> ed0aa44e7770 [2021-03-11T05:09:55.703Z] Step 6/26 : COPY go.mod . [2021-03-11T05:09:56.307Z] Removing intermediate container 1385b8de0ae9 [2021-03-11T05:09:56.307Z] ---> 8eaf82f072f1 [2021-03-11T05:09:56.307Z] Step 6/23 : COPY go.mod . [2021-03-11T05:09:57.296Z] ---> fc4f35c1be30 [2021-03-11T05:09:57.296Z] Step 7/26 : RUN go mod download [2021-03-11T05:09:57.296Z] ---> Running in 2cb2f0a3a30b [2021-03-11T05:09:57.574Z] ---> 8800c0fa3c4c [2021-03-11T05:09:57.574Z] Step 7/23 : RUN go mod download [2021-03-11T05:09:57.854Z] ---> Running in 0426afd6956a [2021-03-11T05:10:02.198Z] Removing intermediate container 2cb2f0a3a30b [2021-03-11T05:10:02.198Z] ---> cf1c90552833 [2021-03-11T05:10:02.198Z] Step 8/26 : COPY . . [2021-03-11T05:10:03.193Z] Removing intermediate container 0426afd6956a [2021-03-11T05:10:03.193Z] ---> dba5f94b79bd [2021-03-11T05:10:03.193Z] Step 8/23 : COPY . . [2021-03-11T05:10:42.214Z] ---> c66a434faca1 [2021-03-11T05:10:42.214Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T05:10:42.214Z] ---> a80fbf1f7bf3 [2021-03-11T05:10:42.214Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T05:10:42.214Z] ---> Running in b1dc3ad49ec1 [2021-03-11T05:10:42.214Z] ---> Running in 86780c38fac7 [2021-03-11T05:10:42.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T05:10:42.214Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T05:10:42.214Z] Removing intermediate container 99038ba601a3 [2021-03-11T05:10:42.214Z] ---> f470915f725a [2021-03-11T05:10:42.214Z] [2021-03-11T05:10:42.214Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T05:10:42.214Z] ---> d10569e2745f [2021-03-11T05:10:42.214Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T05:10:42.214Z] ---> Using cache [2021-03-11T05:10:42.214Z] ---> 28764443ba86 [2021-03-11T05:10:42.214Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T05:10:42.214Z] ---> Using cache [2021-03-11T05:10:42.214Z] ---> a35dc3b38472 [2021-03-11T05:10:42.214Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T05:10:42.214Z] ---> Running in 75b7cace2d2b [2021-03-11T05:10:42.214Z] Removing intermediate container 75b7cace2d2b [2021-03-11T05:10:42.214Z] ---> 7fbf7db4c20a [2021-03-11T05:10:42.214Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T05:10:42.214Z] ---> Running in b524f45763f3 [2021-03-11T05:10:42.815Z] Removing intermediate container b524f45763f3 [2021-03-11T05:10:42.815Z] ---> 3d9d4136f25d [2021-03-11T05:10:42.815Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:10:44.261Z] ---> a48da4517da9 [2021-03-11T05:10:44.261Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T05:10:46.252Z] ---> 29eee95e103c [2021-03-11T05:10:46.252Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T05:10:47.703Z] ---> 37a93f95191f [2021-03-11T05:10:47.703Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T05:10:47.703Z] ---> Running in 7710b0c5bc3a [2021-03-11T05:10:48.692Z] Removing intermediate container 7710b0c5bc3a [2021-03-11T05:10:48.692Z] ---> b66a9882f4bf [2021-03-11T05:10:48.692Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:10:48.692Z] ---> Running in a46cf10fcafb [2021-03-11T05:10:49.696Z] Removing intermediate container a46cf10fcafb [2021-03-11T05:10:49.696Z] ---> 045e4a674948 [2021-03-11T05:10:49.696Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T05:10:49.976Z] ---> Running in ab0d2ef4a719 [2021-03-11T05:10:50.971Z] Removing intermediate container ab0d2ef4a719 [2021-03-11T05:10:50.971Z] ---> 9bd68295eed5 [2021-03-11T05:10:50.971Z] Step 21/22 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:10:51.572Z] ---> Running in 95b2ca002497 [2021-03-11T05:10:52.562Z] Removing intermediate container 95b2ca002497 [2021-03-11T05:10:52.562Z] ---> 53765a250719 [2021-03-11T05:10:52.562Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T05:10:53.163Z] ---> Running in 58a133b89769 [2021-03-11T05:10:54.155Z] Removing intermediate container fc48680758bd [2021-03-11T05:10:54.155Z] ---> acb8906efef2 [2021-03-11T05:10:54.155Z] [2021-03-11T05:10:54.155Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T05:10:54.155Z] ---> d10569e2745f [2021-03-11T05:10:54.155Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T05:10:54.155Z] Removing intermediate container 58a133b89769 [2021-03-11T05:10:54.155Z] ---> f0178da50b8a [2021-03-11T05:10:54.155Z] [2021-03-11T05:10:54.434Z] ---> Running in 69ec6ec6a66c [2021-03-11T05:10:55.046Z] Successfully built f0178da50b8a [2021-03-11T05:10:55.046Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T05:10:55.329Z]  Building docker-support-scheduler-go ... done Removing intermediate container 69ec6ec6a66c [2021-03-11T05:10:55.329Z] ---> 7fd5635a35cb [2021-03-11T05:10:55.329Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T05:10:55.329Z] ---> Running in 4c13d8c7a12c [2021-03-11T05:10:57.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:10:57.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:10:58.225Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T05:10:58.225Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T05:10:58.225Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:10:58.225Z] OK: 5 MiB in 16 packages [2021-03-11T05:11:00.888Z] Removing intermediate container 4c13d8c7a12c [2021-03-11T05:11:00.888Z] ---> 570553aa49c2 [2021-03-11T05:11:00.888Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T05:11:00.888Z] ---> Running in eee100b44fe2 [2021-03-11T05:11:01.903Z] Removing intermediate container eee100b44fe2 [2021-03-11T05:11:01.903Z] ---> 244dc540d7d4 [2021-03-11T05:11:01.903Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T05:11:01.903Z] ---> Running in 3108a1811495 [2021-03-11T05:11:02.895Z] Removing intermediate container 3108a1811495 [2021-03-11T05:11:02.895Z] ---> 28f02cf254b7 [2021-03-11T05:11:02.895Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T05:11:02.895Z] ---> Running in fbbc7ce5b11d [2021-03-11T05:11:07.236Z] Removing intermediate container fbbc7ce5b11d [2021-03-11T05:11:07.236Z] ---> 864e113a289b [2021-03-11T05:11:07.236Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T05:11:07.236Z] ---> Running in 7047cc34e3ba [2021-03-11T05:11:07.510Z] Removing intermediate container 7047cc34e3ba [2021-03-11T05:11:07.510Z] ---> 71ef4ac3e995 [2021-03-11T05:11:07.510Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T05:11:08.951Z] ---> 18aabd8f37a9 [2021-03-11T05:11:08.951Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T05:11:08.951Z] ---> Running in e7a956509d12 [2021-03-11T05:11:12.831Z] Removing intermediate container e7a956509d12 [2021-03-11T05:11:12.831Z] ---> 43291067897b [2021-03-11T05:11:12.831Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:11:13.815Z] ---> 10177ff32ef4 [2021-03-11T05:11:13.815Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T05:11:16.450Z] ---> 5be0e87d7924 [2021-03-11T05:11:16.450Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T05:11:17.435Z] ---> 5be7d11b6e97 [2021-03-11T05:11:17.435Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T05:11:18.420Z] ---> 63d43a75062e [2021-03-11T05:11:18.420Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T05:11:19.863Z] ---> f462ef840337 [2021-03-11T05:11:19.863Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T05:11:20.141Z] ---> Running in c2d48d356efb [2021-03-11T05:11:20.745Z] Removing intermediate container c2d48d356efb [2021-03-11T05:11:20.745Z] ---> 7c7f9fe99a4f [2021-03-11T05:11:20.745Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T05:11:22.195Z] ---> 036ec3a6e13e [2021-03-11T05:11:22.195Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T05:11:22.472Z] ---> Running in 24cc68e7f510 [2021-03-11T05:11:26.787Z] Removing intermediate container 24cc68e7f510 [2021-03-11T05:11:26.787Z] ---> 8da353797afb [2021-03-11T05:11:26.787Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T05:11:26.787Z] ---> Running in 4397f7ccc7bd [2021-03-11T05:11:27.397Z] Removing intermediate container 4397f7ccc7bd [2021-03-11T05:11:27.397Z] ---> 884d408ea916 [2021-03-11T05:11:27.397Z] Step 28/31 : CMD ["gate"] [2021-03-11T05:11:27.672Z] ---> Running in f76a0946e92a [2021-03-11T05:11:28.661Z] Removing intermediate container f76a0946e92a [2021-03-11T05:11:28.661Z] ---> 0064ce0bfe67 [2021-03-11T05:11:28.661Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T05:11:29.262Z] ---> Running in 7da101662478 [2021-03-11T05:11:29.875Z] Removing intermediate container 7da101662478 [2021-03-11T05:11:29.875Z] ---> 70d866953f19 [2021-03-11T05:11:29.875Z] Step 30/31 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:11:30.477Z] ---> Running in 79d1252867fc [2021-03-11T05:11:31.077Z] Removing intermediate container 79d1252867fc [2021-03-11T05:11:31.077Z] ---> 086423676398 [2021-03-11T05:11:31.077Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T05:11:31.680Z] ---> Running in 78497267fb2e [2021-03-11T05:11:32.293Z] Removing intermediate container 78497267fb2e [2021-03-11T05:11:32.293Z] ---> eed45d92788d [2021-03-11T05:11:32.293Z] [2021-03-11T05:11:32.894Z] Successfully built eed45d92788d [2021-03-11T05:11:32.894Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T05:11:51.482Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container b1dc3ad49ec1 [2021-03-11T05:11:51.482Z] ---> cd49b2f01f17 [2021-03-11T05:11:51.482Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T05:11:51.482Z] ---> Running in e974fabdf1b8 [2021-03-11T05:11:51.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T05:11:53.459Z] Removing intermediate container e974fabdf1b8 [2021-03-11T05:11:53.459Z] ---> 3f25a9732c12 [2021-03-11T05:11:53.459Z] [2021-03-11T05:11:53.459Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T05:11:53.459Z] 20.10.0: Pulling from library/docker [2021-03-11T05:12:03.611Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T05:12:03.611Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T05:12:03.611Z] ---> eeaf43b92773 [2021-03-11T05:12:03.611Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T05:12:03.611Z] ---> Running in 2d3574d6ca26 [2021-03-11T05:12:03.611Z] Removing intermediate container 86780c38fac7 [2021-03-11T05:12:03.611Z] ---> aecb944d3397 [2021-03-11T05:12:03.611Z] [2021-03-11T05:12:03.611Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T05:12:03.611Z] ---> d10569e2745f [2021-03-11T05:12:03.611Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T05:12:03.894Z] ---> Running in cba3f1a9b210 [2021-03-11T05:12:04.492Z] Removing intermediate container cba3f1a9b210 [2021-03-11T05:12:04.492Z] ---> 27095c0ac5a0 [2021-03-11T05:12:04.492Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T05:12:04.492Z] ---> Running in 39953ae0254f [2021-03-11T05:12:04.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:12:05.036Z] Removing intermediate container 39953ae0254f [2021-03-11T05:12:05.036Z] ---> 2459f14fb23d [2021-03-11T05:12:05.036Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T05:12:05.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:12:05.311Z] ---> Running in 4187146588ca [2021-03-11T05:12:05.584Z] Removing intermediate container 4187146588ca [2021-03-11T05:12:05.584Z] ---> 68aeb64d04fd [2021-03-11T05:12:05.584Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T05:12:05.858Z] ---> Running in f7fa03728b75 [2021-03-11T05:12:05.858Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T05:12:05.858Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T05:12:05.858Z] Executing bash-5.0.17-r0.post-install [2021-03-11T05:12:06.132Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:12:06.132Z] OK: 12 MiB in 22 packages [2021-03-11T05:12:07.568Z] Removing intermediate container 2d3574d6ca26 [2021-03-11T05:12:07.568Z] ---> 4545f37e7a72 [2021-03-11T05:12:07.568Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T05:12:07.849Z] ---> Running in 827deb9bec94 [2021-03-11T05:12:08.121Z] Removing intermediate container 827deb9bec94 [2021-03-11T05:12:08.121Z] ---> 75346bac7ea4 [2021-03-11T05:12:08.121Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T05:12:08.393Z] Removing intermediate container f7fa03728b75 [2021-03-11T05:12:08.393Z] ---> bbd1e2e0b235 [2021-03-11T05:12:08.393Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T05:12:08.393Z] ---> Running in fcfcaf8a0785 [2021-03-11T05:12:08.666Z] ---> Running in f779ca63872c [2021-03-11T05:12:08.940Z] Removing intermediate container fcfcaf8a0785 [2021-03-11T05:12:08.940Z] ---> 6ff22db30aa1 [2021-03-11T05:12:08.940Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T05:12:09.211Z] ---> Running in a7ca099b2da2 [2021-03-11T05:12:09.803Z] Removing intermediate container a7ca099b2da2 [2021-03-11T05:12:09.803Z] ---> 5ede90551174 [2021-03-11T05:12:09.803Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T05:12:09.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:12:10.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:12:10.777Z] ---> e5a4881861a7 [2021-03-11T05:12:10.777Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T05:12:11.369Z] ---> 193efa1420ac [2021-03-11T05:12:11.369Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T05:12:12.358Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T05:12:12.358Z] ---> 66a3cd954be3 [2021-03-11T05:12:12.358Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T05:12:12.358Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T05:12:12.358Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T05:12:12.358Z] ---> Running in de27c9fa9fd2 [2021-03-11T05:12:12.631Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T05:12:13.221Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T05:12:13.221Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T05:12:13.491Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:12:13.491Z] OK: 8 MiB in 20 packages [2021-03-11T05:12:13.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:12:13.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:12:14.366Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T05:12:14.366Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T05:12:14.366Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T05:12:14.366Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T05:12:14.366Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T05:12:14.366Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T05:12:14.366Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T05:12:14.958Z] Removing intermediate container f779ca63872c [2021-03-11T05:12:14.958Z] ---> b359eee79437 [2021-03-11T05:12:14.958Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T05:12:15.949Z] ---> f57e1cfed0b6 [2021-03-11T05:12:15.949Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T05:12:16.555Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T05:12:16.555Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T05:12:16.555Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T05:12:16.555Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T05:12:16.555Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T05:12:16.555Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T05:12:16.555Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T05:12:16.828Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T05:12:16.828Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T05:12:16.828Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T05:12:16.828Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T05:12:16.828Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T05:12:16.828Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T05:12:16.828Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T05:12:16.828Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T05:12:16.828Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T05:12:16.828Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T05:12:16.828Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T05:12:16.828Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T05:12:17.101Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T05:12:17.101Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T05:12:17.101Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T05:12:17.101Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T05:12:17.101Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T05:12:17.101Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T05:12:17.101Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T05:12:17.377Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:12:17.377Z] OK: 71 MiB in 55 packages [2021-03-11T05:12:17.377Z] ---> b654af3329d9 [2021-03-11T05:12:17.377Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T05:12:18.360Z] ---> b38dc7d53557 [2021-03-11T05:12:18.360Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T05:12:18.360Z] ---> Running in 9264cdeb26af [2021-03-11T05:12:18.961Z] Removing intermediate container 9264cdeb26af [2021-03-11T05:12:18.962Z] ---> b2256c75ff8d [2021-03-11T05:12:18.962Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:12:19.235Z] ---> Running in 6b98c021ea08 [2021-03-11T05:12:19.838Z] Removing intermediate container 6b98c021ea08 [2021-03-11T05:12:19.838Z] ---> 444d744f416b [2021-03-11T05:12:19.838Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T05:12:19.838Z] ---> Running in 0bf8ce5bfd3a [2021-03-11T05:12:20.445Z] Removing intermediate container 0bf8ce5bfd3a [2021-03-11T05:12:20.445Z] ---> 2e9b2375444f [2021-03-11T05:12:20.445Z] Step 22/23 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:12:20.727Z] ---> Running in 58045a46d38e [2021-03-11T05:12:21.335Z] Removing intermediate container 58045a46d38e [2021-03-11T05:12:21.335Z] ---> f4d4ea69d4aa [2021-03-11T05:12:21.335Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T05:12:21.335Z] ---> Running in 7586ce14af4c [2021-03-11T05:12:21.934Z] Removing intermediate container 7586ce14af4c [2021-03-11T05:12:21.934Z] ---> 3205272008c1 [2021-03-11T05:12:21.934Z] [2021-03-11T05:12:22.540Z] Successfully built 3205272008c1 [2021-03-11T05:12:22.541Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T05:12:23.137Z]  Building docker-core-data-go ... done Removing intermediate container de27c9fa9fd2 [2021-03-11T05:12:23.137Z] ---> d3f4e64cea2f [2021-03-11T05:12:23.137Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T05:12:23.137Z] ---> Running in fdf49c19d841 [2021-03-11T05:12:28.581Z] Collecting docker-compose==1.23.2 [2021-03-11T05:12:28.581Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T05:12:29.203Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-11T05:12:30.180Z] Collecting PyYAML<4,>=3.10 [2021-03-11T05:12:30.180Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T05:12:33.566Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T05:12:33.566Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T05:12:36.184Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T05:12:36.184Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T05:12:36.780Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T05:12:36.780Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T05:12:37.053Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T05:12:37.053Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T05:12:40.442Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T05:12:40.442Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T05:12:40.716Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T05:12:40.716Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T05:12:42.152Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T05:12:42.152Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T05:12:42.426Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T05:12:42.426Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T05:12:45.047Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T05:12:45.047Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T05:12:45.047Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-11T05:12:45.047Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-11T05:12:45.645Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T05:12:45.645Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T05:12:45.918Z] Collecting idna<2.8,>=2.5 [2021-03-11T05:12:45.918Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T05:12:46.191Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T05:12:46.191Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T05:12:46.191Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T05:12:46.191Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T05:12:47.172Z] Installing collected packages: PyYAML, texttable, websocket-client, cached-property, dockerpty, docker-pycreds, urllib3, idna, requests, docker, jsonschema, docopt, docker-compose [2021-03-11T05:12:47.172Z] Running setup.py install for PyYAML: started [2021-03-11T05:12:49.162Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T05:12:49.162Z] Running setup.py install for texttable: started [2021-03-11T05:12:51.134Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T05:12:51.408Z] Running setup.py install for dockerpty: started [2021-03-11T05:12:53.391Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T05:12:53.391Z] Attempting uninstall: urllib3 [2021-03-11T05:12:53.663Z] Found existing installation: urllib3 1.25.9 [2021-03-11T05:12:53.663Z] Uninstalling urllib3-1.25.9: [2021-03-11T05:12:53.663Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T05:12:54.257Z] Attempting uninstall: idna [2021-03-11T05:12:54.257Z] Found existing installation: idna 2.9 [2021-03-11T05:12:54.257Z] Uninstalling idna-2.9: [2021-03-11T05:12:54.530Z] Successfully uninstalled idna-2.9 [2021-03-11T05:12:55.157Z] Attempting uninstall: requests [2021-03-11T05:12:55.158Z] Found existing installation: requests 2.23.0 [2021-03-11T05:12:55.158Z] Uninstalling requests-2.23.0: [2021-03-11T05:12:55.158Z] Successfully uninstalled requests-2.23.0 [2021-03-11T05:12:56.595Z] Running setup.py install for docopt: started [2021-03-11T05:12:58.571Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T05:12:59.549Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T05:13:03.855Z] Removing intermediate container fdf49c19d841 [2021-03-11T05:13:03.855Z] ---> 909447ef1299 [2021-03-11T05:13:03.855Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T05:13:03.855Z] ---> Running in 73fa001f76b5 [2021-03-11T05:13:05.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:13:05.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:13:05.884Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T05:13:05.884Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T05:13:05.884Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T05:13:05.884Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T05:13:05.884Z] OK: 71 MiB in 58 packages [2021-03-11T05:13:07.318Z] Removing intermediate container 73fa001f76b5 [2021-03-11T05:13:07.318Z] ---> bfd285a6ad4f [2021-03-11T05:13:07.318Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T05:13:07.318Z] ---> Running in bf2b9c51d1b8 [2021-03-11T05:13:07.914Z] Removing intermediate container bf2b9c51d1b8 [2021-03-11T05:13:07.914Z] ---> 1c2f26b59c84 [2021-03-11T05:13:07.914Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T05:13:07.914Z] ---> Running in e110e8179fba [2021-03-11T05:13:08.511Z] Removing intermediate container e110e8179fba [2021-03-11T05:13:08.511Z] ---> b3e75d7c6908 [2021-03-11T05:13:08.511Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T05:13:08.511Z] ---> Running in e6e1b77baa94 [2021-03-11T05:13:09.109Z] Removing intermediate container e6e1b77baa94 [2021-03-11T05:13:09.109Z] ---> 9f885419e950 [2021-03-11T05:13:09.109Z] Step 25/26 : LABEL git_sha=f935893ff1699d40f71ed7bb7d84c5110eb69c9a [2021-03-11T05:13:09.109Z] ---> Running in 5297ca4c5147 [2021-03-11T05:13:09.710Z] Removing intermediate container 5297ca4c5147 [2021-03-11T05:13:09.710Z] ---> a8c6bec61909 [2021-03-11T05:13:09.710Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T05:13:09.710Z] ---> Running in 972ba537539c [2021-03-11T05:13:10.307Z] Removing intermediate container 972ba537539c [2021-03-11T05:13:10.307Z] ---> 9c6e43acf617 [2021-03-11T05:13:10.307Z] [2021-03-11T05:13:10.582Z] Successfully built 9c6e43acf617 [2021-03-11T05:13:10.854Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T05:13:11.141Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T05:13:11.192Z] $ docker stop --time=1 b769930d1c8e0cc4afdd84cf633d8de26ce4274183a8e87684008f9e3d5b5ae5 [2021-03-11T05:13:13.225Z] $ docker rm -f b769930d1c8e0cc4afdd84cf633d8de26ce4274183a8e87684008f9e3d5b5ae5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T05:13:13.870Z] + docker images [2021-03-11T05:13:13.870Z] + grep docker [2021-03-11T05:13:14.140Z] docker-sys-mgmt-agent-go-arm64 latest 9c6e43acf617 4 seconds ago 300MB [2021-03-11T05:13:14.140Z] docker-core-data-go-arm64 latest 3205272008c1 53 seconds ago 21.3MB [2021-03-11T05:13:14.140Z] docker-security-bootstrapper-go-arm64 latest eed45d92788d About a minute ago 17.8MB [2021-03-11T05:13:14.140Z] docker-support-scheduler-go-arm64 latest f0178da50b8a 2 minutes ago 16.3MB [2021-03-11T05:13:14.140Z] docker-core-metadata-go-arm64 latest 236d99d9166c 4 minutes ago 17.9MB [2021-03-11T05:13:14.140Z] docker-core-command-go-arm64 latest 244830308252 4 minutes ago 16.2MB [2021-03-11T05:13:14.140Z] docker-support-notifications-go-arm64 latest 7293de80f1b4 4 minutes ago 16.9MB [2021-03-11T05:13:14.140Z] docker-security-secretstore-setup-go-arm64 latest 5e23beea17f8 4 minutes ago 23.7MB [2021-03-11T05:13:14.140Z] docker-security-proxy-setup-go-arm64 latest c517575ac216 4 minutes ago 23.4MB [2021-03-11T05:13:14.140Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:13:15.092Z] ---> job-cost.sh [2021-03-11T05:13:15.092Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ccHW [2021-03-11T05:14:02.016Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T05:15:53.841Z] lf-activate-venv(): INFO: Adding /tmp/venv-ccHW/bin to PATH [2021-03-11T05:15:53.841Z] INFO: No Stack... [2021-03-11T05:15:53.842Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T05:15:53.842Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T05:15:54.179Z] + cat /w/workspace/edgex-go/9/archives/cost.csv [2021-03-11T05:15:54.179Z] + cut -d, -f6 [Pipeline] lock [2021-03-11T05:15:54.293Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-9-stack-cost] [2021-03-11T05:15:54.311Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-9-stack-cost] did not exist. Created. [2021-03-11T05:15:54.311Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T05:15:54.727Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T05:15:54.991Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T05:15:55.003Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-9-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-11T05:15:56.163Z] provisioning config files... [2021-03-11T05:15:56.174Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config3107223250452100856tmp [Pipeline] { [Pipeline] sh [2021-03-11T05:15:56.555Z] + set +x [2021-03-11T05:15:56.555Z] + curl -s https://codecov.io/bash [2021-03-11T05:15:56.555Z] + bash -s -- [2021-03-11T05:15:56.818Z] [2021-03-11T05:15:56.818Z] _____ _ [2021-03-11T05:15:56.818Z] / ____| | | [2021-03-11T05:15:56.818Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T05:15:56.818Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T05:15:56.818Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T05:15:56.818Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T05:15:56.818Z] Bash-20210309-2b87ace [2021-03-11T05:15:56.818Z] [2021-03-11T05:15:56.818Z] [2021-03-11T05:15:56.818Z] ==> git version 2.24.3 found [2021-03-11T05:15:56.818Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-11T05:15:56.818Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T05:15:56.818Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T05:15:56.818Z] ==> Jenkins CI detected. [2021-03-11T05:15:56.818Z] project root: . [2021-03-11T05:15:56.818Z] --> token set from env [2021-03-11T05:15:57.081Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T05:15:57.081Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T05:15:57.081Z] ==> Python coveragepy not found [2021-03-11T05:15:57.082Z] ==> Searching for coverage reports in: [2021-03-11T05:15:57.082Z] + . [2021-03-11T05:15:57.082Z] -> Found 1 reports [2021-03-11T05:15:57.082Z] ==> Detecting git/mercurial file structure [2021-03-11T05:15:57.082Z] ==> Reading reports [2021-03-11T05:15:57.082Z] + ./coverage.out bytes=628838 [2021-03-11T05:15:57.082Z] ==> Appending adjustments [2021-03-11T05:15:57.082Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T05:16:01.304Z] + Found adjustments [2021-03-11T05:16:01.304Z] ==> Gzipping contents [2021-03-11T05:16:01.304Z] 92K /tmp/codecov.zGZxyl.gz [2021-03-11T05:16:01.304Z] ==> Uploading reports [2021-03-11T05:16:01.304Z] url: https://codecov.io [2021-03-11T05:16:01.304Z] query: branch=PR-3234&commit=f935893ff1699d40f71ed7bb7d84c5110eb69c9a&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-11T05:16:01.304Z] -> Pinging Codecov [2021-03-11T05:16:01.304Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=f935893ff1699d40f71ed7bb7d84c5110eb69c9a&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-11T05:16:01.304Z] -> Uploading to [2021-03-11T05:16:01.304Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/f935893ff1699d40f71ed7bb7d84c5110eb69c9a/7597faa5-b44d-442c-bd8e-c01ceb27e544.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T051600Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e0827ed39b3eb39d752410e09d8e3f11ba53c87e70c6e1ac695bbc7b536cda7c [2021-03-11T05:16:01.304Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T05:16:01.304Z] Dload Upload Total Spent Left Speed [2021-03-11T05:16:01.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92817 0 0 100 92817 0 157k --:--:-- --:--:-- --:--:-- 157k 100 92817 0 0 100 92817 0 157k --:--:-- --:--:-- --:--:-- 157k [2021-03-11T05:16:01.567Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f935893ff1699d40f71ed7bb7d84c5110eb69c9a [Pipeline] } [2021-03-11T05:16:01.578Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:16:03.392Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:16:04.403Z] ---> package-listing.sh [2021-03-11T05:16:04.403Z] ++ facter osfamily [2021-03-11T05:16:04.403Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T05:16:04.403Z] + OS_FAMILY=redhat [2021-03-11T05:16:04.403Z] + workspace=/w/workspace/edgex-go/9 [2021-03-11T05:16:04.403Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T05:16:04.403Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T05:16:04.403Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T05:16:04.403Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T05:16:04.403Z] + '[' /w/workspace/edgex-go/9 ']' [2021-03-11T05:16:04.403Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T05:16:04.403Z] + case "${OS_FAMILY}" in [2021-03-11T05:16:04.403Z] + rpm -qa [2021-03-11T05:16:04.403Z] + sort [2021-03-11T05:16:09.777Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T05:16:09.777Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T05:16:09.777Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T05:16:09.777Z] + '[' /w/workspace/edgex-go/9 ']' [2021-03-11T05:16:09.777Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-03-11T05:16:09.777Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-03-11T05:16:09.791Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T05:16:10.091Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:16:10.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T05:16:10.692Z] [2021-03-11T05:16:10.692Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:16:11.050Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T05:16:11.050Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T05:16:11.051Z] df20fa9351a1: Pulling fs layer [2021-03-11T05:16:11.051Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T05:16:11.051Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T05:16:11.051Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T05:16:11.051Z] 93b61091891f: Pulling fs layer [2021-03-11T05:16:11.051Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T05:16:11.051Z] 5e14af77c1be: Pulling fs layer [2021-03-11T05:16:11.051Z] 01666e4c0597: Pulling fs layer [2021-03-11T05:16:11.051Z] aa168da1d23b: Pulling fs layer [2021-03-11T05:16:11.051Z] 46f8f816bc3b: Waiting [2021-03-11T05:16:11.051Z] 93b61091891f: Waiting [2021-03-11T05:16:11.051Z] 93b9cdb0e59b: Waiting [2021-03-11T05:16:11.051Z] 5e14af77c1be: Waiting [2021-03-11T05:16:11.051Z] 01666e4c0597: Waiting [2021-03-11T05:16:11.051Z] aa168da1d23b: Waiting [2021-03-11T05:16:11.051Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T05:16:11.051Z] 36b3adc4ff6f: Download complete [2021-03-11T05:16:11.051Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T05:16:11.051Z] 46f8f816bc3b: Download complete [2021-03-11T05:16:11.312Z] df20fa9351a1: Download complete [2021-03-11T05:16:11.312Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T05:16:11.312Z] 93b9cdb0e59b: Download complete [2021-03-11T05:16:11.312Z] 5e14af77c1be: Verifying Checksum [2021-03-11T05:16:11.312Z] 5e14af77c1be: Download complete [2021-03-11T05:16:11.312Z] 01666e4c0597: Verifying Checksum [2021-03-11T05:16:11.312Z] 01666e4c0597: Download complete [2021-03-11T05:16:11.312Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T05:16:11.312Z] 8ad3a11d3b57: Download complete [2021-03-11T05:16:11.575Z] df20fa9351a1: Pull complete [2021-03-11T05:16:11.575Z] 93b61091891f: Download complete [2021-03-11T05:16:11.846Z] 36b3adc4ff6f: Pull complete [2021-03-11T05:16:12.813Z] 8ad3a11d3b57: Pull complete [2021-03-11T05:16:12.813Z] 46f8f816bc3b: Pull complete [2021-03-11T05:16:13.763Z] aa168da1d23b: Verifying Checksum [2021-03-11T05:16:13.763Z] aa168da1d23b: Download complete [2021-03-11T05:16:15.158Z] 93b61091891f: Pull complete [2021-03-11T05:16:15.158Z] 93b9cdb0e59b: Pull complete [2021-03-11T05:16:16.106Z] 5e14af77c1be: Pull complete [2021-03-11T05:16:16.106Z] 01666e4c0597: Pull complete [2021-03-11T05:16:26.158Z] aa168da1d23b: Pull complete [2021-03-11T05:16:26.158Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T05:16:26.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T05:16:26.158Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T05:16:26.480Z] prd-centos7-docker-4c-2g-29465 does not seem to be running inside a container [2021-03-11T05:16:26.538Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T05:16:29.940Z] $ docker top 3c65b61773f0c5b6bea737885d2fc70294ca964d3f59fab26d921d626c26d119 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T05:16:30.533Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T05:16:30.833Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T05:16:31.135Z] + ls /var/log/sa-host [2021-03-11T05:16:31.136Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T05:16:31.136Z] file_magic: OK [2021-03-11T05:16:31.136Z] HZ: Using current value: 100 [2021-03-11T05:16:31.136Z] file_header: OK [2021-03-11T05:16:31.136Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-11T05:16:31.136Z] Statistics: [2021-03-11T05:16:31.136Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-11T05:16:31.136Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T05:16:31.136Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T05:16:31.136Z] file_magic: OK [2021-03-11T05:16:31.136Z] HZ: Using current value: 100 [2021-03-11T05:16:31.136Z] file_header: OK [2021-03-11T05:16:31.136Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-11T05:16:31.136Z] Statistics: [2021-03-11T05:16:31.136Z] Hnuu...uuuununununu... [2021-03-11T05:16:31.136Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T05:16:31.351Z] provisioning config files... [2021-03-11T05:16:31.365Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config2289506507834214913tmp [Pipeline] { [Pipeline] echo [2021-03-11T05:16:31.437Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:16:31.735Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T05:16:31.747Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T05:16:31.832Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:16:32.136Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T05:16:32.147Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:16:32.446Z] ---> sudo-logs.sh [2021-03-11T05:16:32.446Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T05:16:32.512Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:16:32.837Z] ---> job-cost.sh [2021-03-11T05:16:32.838Z] lf-activate-venv: SKIPPING [2021-03-11T05:16:32.838Z] DEBUG: total: 0.20999999344348907 [2021-03-11T05:16:32.838Z] INFO: Retrieving Stack Cost... [2021-03-11T05:16:33.784Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T05:16:34.358Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T05:16:34.372Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:16:34.678Z] ---> logs-deploy.sh [2021-03-11T05:16:34.678Z] lf-activate-venv: SKIPPING [2021-03-11T05:16:34.678Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/9 [2021-03-11T05:16:34.678Z] INFO: archiving workspace using pattern(s): [2021-03-11T05:16:36.071Z] Archives upload complete. [2021-03-11T05:16:36.071Z] INFO: archiving logs to Nexus