Pull request #3196 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at cc679f17c5203d1805fe25c40abcaf676b6725c1 rather than 191125bad590df5eca5bf019996a39733ee48d27 Obtained Jenkinsfile from cc679f17c5203d1805fe25c40abcaf676b6725c1 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27642 in /w/workspace/edgexfoundry_edgex-go_PR-3196 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 191125bad590df5eca5bf019996a39733ee48d27 > 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/3196/head:refs/remotes/origin/PR-3196 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 Merge succeeded, producing 191125bad590df5eca5bf019996a39733ee48d27 Checking out Revision 191125bad590df5eca5bf019996a39733ee48d27 (PR-3196) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 Commit message: "refactor: Modify config.Clients to use service key" First time build. Skipping changelog. > git rev-list --no-walk e4cd17d2e8e852239d401424f277333cd197ba1e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-25T12:23:32.948Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-25T12:23:33.263Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-25T12:23:33.411Z] ========================================================= [2021-02-25T12:23:33.411Z] EdgeX Global Pipelines Version Info [2021-02-25T12:23:33.411Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:23:38.728Z] ------------------- [2021-02-25T12:23:38.728Z] stable info: [2021-02-25T12:23:38.728Z] ------------------- [2021-02-25T12:23:38.728Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-25T12:23:38.728Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-25T12:23:38.728Z] Message: update stable to v1.0.181 [2021-02-25T12:23:39.779Z] ------------------- [2021-02-25T12:23:39.779Z] experimental info: [2021-02-25T12:23:39.779Z] ------------------- [2021-02-25T12:23:39.779Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-25T12:23:39.779Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-25T12:23:39.779Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-25T12:23:40.117Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-25T12:23:40.244Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-25T12:23:40.356Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-25T12:23:40.469Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-25T12:23:40.598Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-25T12:23:40.718Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-25T12:23:40.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-25T12:23:40.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-25T12:23:41.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-25T12:23:41.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-25T12:23:41.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-25T12:23:41.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-25T12:23:41.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-25T12:23:41.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-25T12:23:41.637Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T12:23:41.738Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T12:23:41.829Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-25T12:23:41.920Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-25T12:23:42.009Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-25T12:23:42.102Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-25T12:23:42.195Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-25T12:23:42.290Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3196 [Pipeline] echo [2021-02-25T12:23:42.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3196 [Pipeline] echo [2021-02-25T12:23:42.479Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3196 [Pipeline] echo [2021-02-25T12:23:42.698Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 191125bad590df5eca5bf019996a39733ee48d27 [Pipeline] echo [2021-02-25T12:23:42.782Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 191125b [Pipeline] echo [2021-02-25T12:23:42.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T12:23:43.060Z] provisioning config files... [2021-02-25T12:23:43.364Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1436145633476047410tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:23:44.627Z] ---> docker-login.sh [2021-02-25T12:23:44.627Z] nexus3.edgexfoundry.org:10001 [2021-02-25T12:23:48.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T12:23:50.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T12:23:50.982Z] Configure a credential helper to remove this warning. See [2021-02-25T12:23:50.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T12:23:50.982Z] [2021-02-25T12:23:50.982Z] Login Succeeded [2021-02-25T12:23:50.982Z] nexus3.edgexfoundry.org:10002 [2021-02-25T12:23:51.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T12:23:52.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T12:23:52.340Z] Configure a credential helper to remove this warning. See [2021-02-25T12:23:52.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T12:23:52.340Z] [2021-02-25T12:23:52.340Z] Login Succeeded [2021-02-25T12:23:52.340Z] nexus3.edgexfoundry.org:10003 [2021-02-25T12:23:52.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T12:23:53.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T12:23:53.473Z] Configure a credential helper to remove this warning. See [2021-02-25T12:23:53.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T12:23:53.473Z] [2021-02-25T12:23:53.473Z] Login Succeeded [2021-02-25T12:23:53.473Z] nexus3.edgexfoundry.org:10004 [2021-02-25T12:23:54.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T12:23:54.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T12:23:54.300Z] Configure a credential helper to remove this warning. See [2021-02-25T12:23:54.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T12:23:54.300Z] [2021-02-25T12:23:54.300Z] Login Succeeded [2021-02-25T12:23:54.300Z] docker.io [2021-02-25T12:23:55.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T12:23:56.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T12:23:56.708Z] Configure a credential helper to remove this warning. See [2021-02-25T12:23:56.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T12:23:56.708Z] [2021-02-25T12:23:56.708Z] Login Succeeded [2021-02-25T12:23:56.708Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T12:23:56.894Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T12:23:57.619Z] ++ 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-02-25T12:23:57.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T12:23:57.619Z] ++ dirname cmd/core-command/Dockerfile [2021-02-25T12:23:57.619Z] ++ cut -d/ -f2 [2021-02-25T12:23:57.619Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-25T12:23:57.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T12:23:57.619Z] ++ cut -d/ -f2 [2021-02-25T12:23:57.619Z] ++ dirname cmd/core-data/Dockerfile [2021-02-25T12:23:57.619Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-25T12:23:57.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T12:23:57.619Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-25T12:23:57.619Z] ++ cut -d/ -f2 [2021-02-25T12:23:57.619Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-25T12:23:57.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T12:23:57.619Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-25T12:23:57.619Z] ++ cut -d/ -f2 [2021-02-25T12:23:57.619Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-25T12:23:57.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T12:23:57.619Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-25T12:23:57.619Z] ++ cut -d/ -f2 [2021-02-25T12:23:57.619Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-25T12:23:57.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T12:23:57.619Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-25T12:23:57.619Z] ++ cut -d/ -f2 [2021-02-25T12:23:57.619Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-25T12:23:57.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T12:23:57.619Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-25T12:23:57.619Z] ++ cut -d/ -f2 [2021-02-25T12:23:57.619Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-25T12:23:57.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T12:23:57.619Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-25T12:23:57.619Z] ++ cut -d/ -f2 [2021-02-25T12:23:57.895Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-25T12:23:57.895Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T12:23:57.895Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-25T12:23:57.895Z] ++ cut -d/ -f2 [2021-02-25T12:23:57.895Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-25T12:23:58.039Z] 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-02-25T12:24:00.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T12:24:00.304Z] [2021-02-25T12:24:00.304Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:24:02.324Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T12:24:04.993Z] latest: Pulling from edgex-devops/git-semver [2021-02-25T12:24:04.993Z] 31603596830f: Pulling fs layer [2021-02-25T12:24:04.993Z] 2a8b12db71e7: Pulling fs layer [2021-02-25T12:24:04.993Z] 6ca5941a6612: Pulling fs layer [2021-02-25T12:24:04.993Z] ecc8261a40a4: Pulling fs layer [2021-02-25T12:24:04.993Z] ecc8261a40a4: Waiting [2021-02-25T12:24:04.993Z] 2a8b12db71e7: Verifying Checksum [2021-02-25T12:24:04.993Z] 2a8b12db71e7: Download complete [2021-02-25T12:24:05.331Z] 31603596830f: Verifying Checksum [2021-02-25T12:24:05.331Z] 31603596830f: Download complete [2021-02-25T12:24:05.690Z] ecc8261a40a4: Verifying Checksum [2021-02-25T12:24:05.690Z] ecc8261a40a4: Download complete [2021-02-25T12:24:06.033Z] 6ca5941a6612: Verifying Checksum [2021-02-25T12:24:06.033Z] 6ca5941a6612: Download complete [2021-02-25T12:24:07.126Z] 31603596830f: Pull complete [2021-02-25T12:24:07.435Z] 2a8b12db71e7: Pull complete [2021-02-25T12:24:11.292Z] 6ca5941a6612: Pull complete [2021-02-25T12:24:12.322Z] ecc8261a40a4: Pull complete [2021-02-25T12:24:12.322Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-25T12:24:12.322Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T12:24:12.322Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-25T12:24:12.693Z] prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container [2021-02-25T12:24:13.301Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T12:24:17.546Z] $ docker top 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T12:24:18.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T12:24:18.153Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T12:24:19.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T12:24:19.319Z] $ docker exec 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 ssh-agent [2021-02-25T12:24:20.607Z] SSH_AUTH_SOCK=/tmp/ssh-tEX3dYksX7s3/agent.11 [2021-02-25T12:24:20.607Z] SSH_AGENT_PID=16 [2021-02-25T12:24:20.679Z] Running ssh-add (command line suppressed) [2021-02-25T12:24:21.198Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3659717484154949144.key (/w/workspace/edgex-go/2@tmp/private_key_3659717484154949144.key) [2021-02-25T12:24:21.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T12:24:22.891Z] + git tag --points-at HEAD [Pipeline] } [2021-02-25T12:24:23.241Z] $ docker exec --env ******** --env ******** 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 ssh-agent -k [2021-02-25T12:24:23.602Z] unset SSH_AUTH_SOCK; [2021-02-25T12:24:23.606Z] unset SSH_AGENT_PID; [2021-02-25T12:24:23.606Z] echo Agent pid 16 killed; [2021-02-25T12:24:23.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-25T12:24:24.040Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T12:24:24.041Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T12:24:25.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T12:24:25.448Z] $ docker exec 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 ssh-agent [2021-02-25T12:24:26.454Z] SSH_AUTH_SOCK=/tmp/ssh-5Wdhou5OJrCa/agent.44 [2021-02-25T12:24:26.454Z] SSH_AGENT_PID=49 [2021-02-25T12:24:26.530Z] Running ssh-add (command line suppressed) [2021-02-25T12:24:27.498Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5991540090899575301.key (/w/workspace/edgex-go/2@tmp/private_key_5991540090899575301.key) [2021-02-25T12:24:27.674Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T12:24:28.581Z] + git semver init [2021-02-25T12:24:28.916Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T12:24:28.916Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-25T12:24:28.916Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-25T12:24:28.916Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T12:24:28.917Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T12:24:28.917Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T12:24:28.917Z] # $SEMVER_BRANCH = PR-3196 [2021-02-25T12:24:28.917Z] # $SEMVER_TEMP = /tmp/semver-892496097 [2021-02-25T12:24:28.917Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-25T12:25:12.856Z] # '/tmp/semver-892496097' -> '/w/workspace/edgex-go/2/.semver' [2021-02-25T12:25:12.856Z] # -> Force: false [2021-02-25T12:25:12.856Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-25T12:25:12.879Z] $ docker exec --env ******** --env ******** 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 ssh-agent -k [2021-02-25T12:25:13.391Z] unset SSH_AUTH_SOCK; [2021-02-25T12:25:13.392Z] unset SSH_AGENT_PID; [2021-02-25T12:25:13.393Z] echo Agent pid 49 killed; [2021-02-25T12:25:13.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T12:25:14.766Z] + git semver [Pipeline] } [2021-02-25T12:25:15.118Z] $ docker stop --time=1 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 [2021-02-25T12:25:18.316Z] $ docker rm -f 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T12:25:19.951Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-25T12:25:21.983Z] Stashed 1 file(s) [Pipeline] echo [2021-02-25T12:25:21.986Z] [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-02-25T12:25:23.316Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-25T12:25:24.179Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T12:25:24.565Z] + true [2021-02-25T12:25:24.565Z] + sudo service docker restart [2021-02-25T12:25:24.565Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-25T12:25:25.760Z] ========================================================= [2021-02-25T12:25:25.760Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-25T12:25:25.760Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:25:26.246Z] + 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-02-25T12:25:36.857Z] Sending build context to Docker daemon 328MB [2021-02-25T12:25:36.857Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T12:25:36.857Z] Step 2/6 : FROM ${BASE} [2021-02-25T12:25:37.353Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-25T12:25:37.353Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T12:25:37.353Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T12:25:37.353Z] de9db76c5a1d: Pulling fs layer [2021-02-25T12:25:37.353Z] bca2f99d35d6: Pulling fs layer [2021-02-25T12:25:37.353Z] 93359f2a8cfa: Pulling fs layer [2021-02-25T12:25:37.353Z] 7c6f9722023f: Pulling fs layer [2021-02-25T12:25:37.353Z] a35cf1a2eb13: Pulling fs layer [2021-02-25T12:25:37.353Z] bca2f99d35d6: Waiting [2021-02-25T12:25:37.353Z] 93359f2a8cfa: Waiting [2021-02-25T12:25:37.353Z] 7c6f9722023f: Waiting [2021-02-25T12:25:37.353Z] a35cf1a2eb13: Waiting [2021-02-25T12:25:37.353Z] de9db76c5a1d: Verifying Checksum [2021-02-25T12:25:37.353Z] de9db76c5a1d: Download complete [2021-02-25T12:25:37.360Z] Still waiting to schedule task [2021-02-25T12:25:37.361Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-25T12:25:38.012Z] 0ef7d3d256c8: Verifying Checksum [2021-02-25T12:25:38.012Z] 0ef7d3d256c8: Download complete [2021-02-25T12:25:38.012Z] 93359f2a8cfa: Verifying Checksum [2021-02-25T12:25:38.012Z] 93359f2a8cfa: Download complete [2021-02-25T12:25:38.666Z] 7c6f9722023f: Verifying Checksum [2021-02-25T12:25:38.666Z] 7c6f9722023f: Download complete [2021-02-25T12:25:39.420Z] 188c0c94c7c5: Verifying Checksum [2021-02-25T12:25:39.420Z] 188c0c94c7c5: Download complete [2021-02-25T12:25:40.251Z] 188c0c94c7c5: Pull complete [2021-02-25T12:25:40.826Z] 0ef7d3d256c8: Pull complete [2021-02-25T12:25:41.307Z] de9db76c5a1d: Pull complete [2021-02-25T12:25:50.695Z] a35cf1a2eb13: Verifying Checksum [2021-02-25T12:25:50.695Z] a35cf1a2eb13: Download complete [2021-02-25T12:25:52.187Z] bca2f99d35d6: Verifying Checksum [2021-02-25T12:25:52.187Z] bca2f99d35d6: Download complete [2021-02-25T12:26:11.444Z] bca2f99d35d6: Pull complete [2021-02-25T12:26:11.444Z] 93359f2a8cfa: Pull complete [2021-02-25T12:26:11.444Z] 7c6f9722023f: Pull complete [2021-02-25T12:26:21.014Z] a35cf1a2eb13: Pull complete [2021-02-25T12:26:21.014Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-25T12:26:21.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-25T12:26:21.014Z] ---> a62c8e92a672 [2021-02-25T12:26:21.014Z] 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-02-25T12:26:21.014Z] ---> Running in 81a418d66fd4 [2021-02-25T12:26:21.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:26:22.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:26:26.006Z] (1/12) Installing libmagic (5.38-r0) [2021-02-25T12:26:26.685Z] (2/12) Installing file (5.38-r0) [2021-02-25T12:26:26.991Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-25T12:26:26.991Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-25T12:26:40.577Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-25T12:26:40.577Z] (6/12) Installing patch (2.7.6-r6) [2021-02-25T12:26:40.577Z] (7/12) Installing build-base (0.5-r2) [2021-02-25T12:26:40.577Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-25T12:26:40.577Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-25T12:26:40.889Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-25T12:26:40.890Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-25T12:26:40.890Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-25T12:26:41.411Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:26:41.411Z] OK: 233 MiB in 51 packages [2021-02-25T12:26:47.122Z] Removing intermediate container 81a418d66fd4 [2021-02-25T12:26:47.122Z] ---> 2bdc755589f2 [2021-02-25T12:26:47.122Z] Step 4/6 : WORKDIR /edgex-go [2021-02-25T12:26:47.122Z] ---> Running in 3801eb726b05 [2021-02-25T12:26:47.641Z] Removing intermediate container 3801eb726b05 [2021-02-25T12:26:47.642Z] ---> b6f1054eb643 [2021-02-25T12:26:47.642Z] Step 5/6 : COPY go.mod . [2021-02-25T12:26:48.818Z] ---> 0433ef63367b [2021-02-25T12:26:48.818Z] Step 6/6 : RUN go mod download [2021-02-25T12:26:48.818Z] ---> Running in 830d9bbe89e3 [2021-02-25T12:27:17.503Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27643 in /w/workspace/edgexfoundry_edgex-go_PR-3196 [Pipeline] { [Pipeline] ws [2021-02-25T12:27:17.604Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-25T12:27:22.720Z] using credential edgex-jenkins-ssh [2021-02-25T12:27:22.774Z] Cloning the remote Git repository [2021-02-25T12:27:22.835Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-25T12:27:22.949Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-25T12:27:23.024Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T12:27:23.025Z] > git --version # timeout=10 [2021-02-25T12:27:23.046Z] > git --version # 'git version 2.17.1' [2021-02-25T12:27:23.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T12:27:23.125Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T12:27:39.019Z] Removing intermediate container 830d9bbe89e3 [2021-02-25T12:27:39.019Z] ---> 400bf4971e1d [2021-02-25T12:27:39.019Z] Successfully built 400bf4971e1d [2021-02-25T12:27:39.019Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:27:39.553Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T12:27:40.172Z] . [Pipeline] withDockerContainer [2021-02-25T12:27:41.240Z] prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container [2021-02-25T12:27:41.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-25T12:27:44.019Z] $ docker top 767acdcbbbdece7bd13e96ad8a859007fbef3a965b07e6c9558e3fe98f146820 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T12:27:45.988Z] + go version [2021-02-25T12:27:45.988Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-25T12:27:46.172Z] $ docker stop --time=1 767acdcbbbdece7bd13e96ad8a859007fbef3a965b07e6c9558e3fe98f146820 [2021-02-25T12:27:49.816Z] $ docker rm -f 767acdcbbbdece7bd13e96ad8a859007fbef3a965b07e6c9558e3fe98f146820 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:27:52.549Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T12:27:52.595Z] Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:27:53.329Z] Merge succeeded, producing 191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:27:53.330Z] Checking out Revision 191125bad590df5eca5bf019996a39733ee48d27 (PR-3196) [2021-02-25T12:27:53.617Z] . [Pipeline] withDockerContainer [2021-02-25T12:27:51.671Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T12:27:51.693Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T12:27:51.729Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T12:27:51.761Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T12:27:51.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T12:27:51.776Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3196/head:refs/remotes/origin/PR-3196 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T12:27:52.619Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T12:27:52.642Z] > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 [2021-02-25T12:27:52.957Z] > git remote # timeout=10 [2021-02-25T12:27:53.015Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T12:27:53.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T12:27:53.093Z] > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 [2021-02-25T12:27:53.299Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T12:27:53.341Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T12:27:53.354Z] > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 [2021-02-25T12:27:54.484Z] prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container [2021-02-25T12:27:54.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-25T12:27:57.560Z] $ docker top aa7e0bf50476a39bd35cf9debf96cbeee0df6577cea4a49f1d4e3ed2ba643cee -eo pid,comm [2021-02-25T12:27:57.739Z] Commit message: "refactor: Modify config.Clients to use service key" [Pipeline] { [Pipeline] echo [2021-02-25T12:27:58.366Z] ========================================================= [2021-02-25T12:27:58.366Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-25T12:27:58.366Z] ========================================================= [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T12:27:59.779Z] + make test [2021-02-25T12:27:59.779Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-25T12:27:59.823Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-25T12:28:00.228Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T12:28:00.569Z] + true [2021-02-25T12:28:00.569Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T12:28:02.624Z] provisioning config files... [2021-02-25T12:28:02.672Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config942475687551983357tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:28:03.074Z] ---> docker-login.sh [2021-02-25T12:28:03.074Z] nexus3.edgexfoundry.org:10001 [2021-02-25T12:28:04.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T12:28:04.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T12:28:04.331Z] Configure a credential helper to remove this warning. See [2021-02-25T12:28:04.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T12:28:04.331Z] [2021-02-25T12:28:04.331Z] Login Succeeded [2021-02-25T12:28:04.331Z] nexus3.edgexfoundry.org:10002 [2021-02-25T12:28:04.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T12:28:04.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T12:28:04.928Z] Configure a credential helper to remove this warning. See [2021-02-25T12:28:04.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T12:28:04.928Z] [2021-02-25T12:28:04.928Z] Login Succeeded [2021-02-25T12:28:04.928Z] nexus3.edgexfoundry.org:10003 [2021-02-25T12:28:05.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T12:28:05.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T12:28:05.477Z] Configure a credential helper to remove this warning. See [2021-02-25T12:28:05.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T12:28:05.477Z] [2021-02-25T12:28:05.477Z] Login Succeeded [2021-02-25T12:28:05.477Z] nexus3.edgexfoundry.org:10004 [2021-02-25T12:28:05.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T12:28:06.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T12:28:06.035Z] Configure a credential helper to remove this warning. See [2021-02-25T12:28:06.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T12:28:06.035Z] [2021-02-25T12:28:06.035Z] Login Succeeded [2021-02-25T12:28:06.035Z] docker.io [2021-02-25T12:28:06.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T12:28:06.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T12:28:06.904Z] Configure a credential helper to remove this warning. See [2021-02-25T12:28:06.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T12:28:06.904Z] [2021-02-25T12:28:06.904Z] Login Succeeded [2021-02-25T12:28:06.904Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T12:28:06.921Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-25T12:28:07.365Z] ========================================================= [2021-02-25T12:28:07.365Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-25T12:28:07.365Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:28:07.738Z] + 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-02-25T12:28:10.413Z] Sending build context to Docker daemon 166.4MB [2021-02-25T12:28:10.413Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T12:28:10.413Z] Step 2/6 : FROM ${BASE} [2021-02-25T12:28:10.413Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-25T12:28:10.413Z] 5f621e34cdf4: Pulling fs layer [2021-02-25T12:28:10.413Z] a4357932f1b6: Pulling fs layer [2021-02-25T12:28:10.413Z] 18c013af1878: Pulling fs layer [2021-02-25T12:28:10.413Z] 00ac8860ef70: Pulling fs layer [2021-02-25T12:28:10.413Z] 63d7cb157983: Pulling fs layer [2021-02-25T12:28:10.413Z] b116817d02f9: Pulling fs layer [2021-02-25T12:28:10.413Z] 63d7cb157983: Waiting [2021-02-25T12:28:10.413Z] 00ac8860ef70: Waiting [2021-02-25T12:28:10.413Z] b116817d02f9: Waiting [2021-02-25T12:28:10.413Z] 745a02a5169b: Pulling fs layer [2021-02-25T12:28:10.413Z] 745a02a5169b: Waiting [2021-02-25T12:28:10.413Z] 18c013af1878: Download complete [2021-02-25T12:28:10.413Z] a4357932f1b6: Download complete [2021-02-25T12:28:10.413Z] 63d7cb157983: Verifying Checksum [2021-02-25T12:28:10.413Z] 63d7cb157983: Download complete [2021-02-25T12:28:10.413Z] 5f621e34cdf4: Verifying Checksum [2021-02-25T12:28:10.413Z] 5f621e34cdf4: Download complete [2021-02-25T12:28:10.413Z] b116817d02f9: Verifying Checksum [2021-02-25T12:28:10.413Z] b116817d02f9: Download complete [2021-02-25T12:28:11.411Z] 5f621e34cdf4: Pull complete [2021-02-25T12:28:11.689Z] a4357932f1b6: Pull complete [2021-02-25T12:28:11.966Z] 18c013af1878: Pull complete [2021-02-25T12:28:13.393Z] 745a02a5169b: Verifying Checksum [2021-02-25T12:28:13.393Z] 745a02a5169b: Download complete [2021-02-25T12:28:14.374Z] 00ac8860ef70: Verifying Checksum [2021-02-25T12:28:14.374Z] 00ac8860ef70: Download complete [2021-02-25T12:28:23.201Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-25T12:28:24.557Z] 00ac8860ef70: Pull complete [2021-02-25T12:28:24.840Z] 63d7cb157983: Pull complete [2021-02-25T12:28:25.113Z] b116817d02f9: Pull complete [2021-02-25T12:28:29.441Z] 745a02a5169b: Pull complete [2021-02-25T12:28:29.441Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-25T12:28:29.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-25T12:28:29.441Z] ---> b7e6874047d6 [2021-02-25T12:28:29.441Z] 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-02-25T12:28:32.848Z] ---> Running in 654fcdbf3bbe [2021-02-25T12:28:33.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:28:34.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:28:34.633Z] (1/12) Installing libmagic (5.38-r0) [2021-02-25T12:28:34.905Z] (2/12) Installing file (5.38-r0) [2021-02-25T12:28:35.177Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-25T12:28:35.177Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-25T12:28:40.561Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-25T12:28:40.561Z] (6/12) Installing patch (2.7.6-r6) [2021-02-25T12:28:40.561Z] (7/12) Installing build-base (0.5-r2) [2021-02-25T12:28:40.561Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-25T12:28:40.561Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-25T12:28:40.561Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-25T12:28:40.837Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-25T12:28:40.837Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-25T12:28:41.110Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:28:41.110Z] OK: 217 MiB in 51 packages [2021-02-25T12:28:45.410Z] Removing intermediate container 654fcdbf3bbe [2021-02-25T12:28:45.410Z] ---> 5d25eba32617 [2021-02-25T12:28:45.410Z] Step 4/6 : WORKDIR /edgex-go [2021-02-25T12:28:45.410Z] ---> Running in 7c5d2175e1dd [2021-02-25T12:28:45.684Z] Removing intermediate container 7c5d2175e1dd [2021-02-25T12:28:45.685Z] ---> 4c6e279993c3 [2021-02-25T12:28:45.685Z] Step 5/6 : COPY go.mod . [2021-02-25T12:28:46.293Z] ---> 5de2a2ca44a6 [2021-02-25T12:28:46.293Z] Step 6/6 : RUN go mod download [2021-02-25T12:28:46.293Z] ---> Running in 2d6053356525 [2021-02-25T12:29:04.298Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-25T12:29:06.392Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-25T12:29:12.339Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-25T12:29:12.339Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-25T12:29:18.652Z] Removing intermediate container 2d6053356525 [2021-02-25T12:29:18.652Z] ---> 87dc60a5c06e [2021-02-25T12:29:18.652Z] Successfully built 87dc60a5c06e [2021-02-25T12:29:18.652Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:29:18.988Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T12:29:18.988Z] . [Pipeline] withDockerContainer [2021-02-25T12:29:19.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-25T12:29:19.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-25T12:29:19.164Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-25T12:29:19.164Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-25T12:29:19.260Z] prd-ubuntu18.04-docker-arm64-4c-16g-27643 does not seem to be running inside a container [2021-02-25T12:29:19.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-25T12:29:20.866Z] $ docker top aa25581b7e3b453daa55ff22979636364191411b5cb09292621327342e177d9e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T12:29:21.908Z] + go version [2021-02-25T12:29:21.908Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-25T12:29:21.934Z] $ docker stop --time=1 aa25581b7e3b453daa55ff22979636364191411b5cb09292621327342e177d9e [2021-02-25T12:29:22.242Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-25T12:29:23.682Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-25T12:29:23.863Z] $ docker rm -f aa25581b7e3b453daa55ff22979636364191411b5cb09292621327342e177d9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:29:24.922Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T12:29:24.922Z] . [Pipeline] withDockerContainer [2021-02-25T12:29:25.178Z] prd-ubuntu18.04-docker-arm64-4c-16g-27643 does not seem to be running inside a container [2021-02-25T12:29:25.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-25T12:29:26.642Z] $ docker top ed057002fe291f2708559a34c785f2a3a969913bfd9e5540820a4b32f785917e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-25T12:29:27.073Z] ========================================================= [2021-02-25T12:29:27.073Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-25T12:29:27.073Z] ========================================================= [Pipeline] sh [2021-02-25T12:29:27.731Z] + make test [2021-02-25T12:29:27.731Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-25T12:29:31.534Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-25T12:29:31.534Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-25T12:29:31.534Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-25T12:29:39.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.142s coverage: 45.9% of statements [2021-02-25T12:29:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-25T12:29:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-25T12:29:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-25T12:29:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-25T12:29:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-25T12:29:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-25T12:29:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-25T12:29:39.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements [2021-02-25T12:29:46.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.726s coverage: 27.1% of statements [2021-02-25T12:29:46.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-25T12:29:46.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-25T12:29:46.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-25T12:29:46.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-25T12:29:46.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-25T12:29:46.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-25T12:29:46.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.159s coverage: 100.0% of statements [2021-02-25T12:29:46.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-25T12:29:46.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-02-25T12:29:46.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-25T12:29:46.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-25T12:29:49.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.584s coverage: 65.8% of statements [2021-02-25T12:29:49.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-25T12:29:49.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-25T12:29:49.941Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-25T12:29:52.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.875s coverage: 82.3% of statements [2021-02-25T12:29:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-25T12:29:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T12:29:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-25T12:29:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-25T12:29:56.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.617s coverage: 28.6% of statements [2021-02-25T12:29:56.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-25T12:29:56.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-25T12:29:56.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-25T12:29:56.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-25T12:29:56.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-25T12:29:56.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.125s coverage: 100.0% of statements [2021-02-25T12:29:56.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-25T12:29:56.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements [2021-02-25T12:29:56.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-25T12:29:58.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.706s coverage: 86.7% of statements [2021-02-25T12:29:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-25T12:29:59.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.358s coverage: 97.5% of statements [2021-02-25T12:29:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-25T12:29:59.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.504s coverage: 78.3% of statements [2021-02-25T12:29:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-25T12:29:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-25T12:29:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-25T12:29:59.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-25T12:30:08.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.945s coverage: 92.8% of statements [2021-02-25T12:30:08.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-25T12:30:08.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T12:30:08.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-25T12:30:08.034Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-25T12:30:08.034Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-25T12:30:08.034Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-25T12:30:08.034Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-25T12:30:08.034Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-25T12:30:08.034Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-25T12:30:08.035Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-25T12:30:08.035Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.299s coverage: 0.1% of statements [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-25T12:30:08.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-25T12:30:08.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.125s coverage: 45.5% of statements [2021-02-25T12:30:08.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements [2021-02-25T12:30:08.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-02-25T12:30:08.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.146s coverage: 96.3% of statements [2021-02-25T12:30:08.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.128s coverage: 87.5% of statements [2021-02-25T12:30:19.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.105s coverage: 94.4% of statements [2021-02-25T12:30:19.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.157s coverage: 44.8% of statements [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.464s coverage: 92.9% of statements [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 77.8% of statements [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.160s coverage: 87.2% of statements [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.169s coverage: 100.0% of statements [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.167s coverage: 75.5% of statements [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.105s coverage: 87.2% of statements [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.563s coverage: 91.6% of statements [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.530s coverage: 62.4% of statements [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-25T12:30:35.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.079s coverage: 100.0% of statements [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.194s coverage: 91.3% of statements [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.098s coverage: 100.0% of statements [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements [2021-02-25T12:30:35.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.319s coverage: 100.0% of statements [2021-02-25T12:30:36.958Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-25T12:30:37.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.369s coverage: 68.9% of statements [2021-02-25T12:30:37.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-25T12:30:37.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-25T12:30:39.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.184s coverage: 36.6% of statements [2021-02-25T12:30:39.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-25T12:30:39.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-25T12:30:39.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.176s coverage: 89.5% of statements [2021-02-25T12:30:42.239Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.201s coverage: 47.0% of statements [2021-02-25T12:30:42.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-25T12:30:42.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-25T12:30:42.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-25T12:30:42.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-25T12:30:42.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-25T12:30:42.239Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements [2021-02-25T12:30:42.239Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-25T12:30:42.239Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements [2021-02-25T12:30:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-25T12:30:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-25T12:30:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-25T12:30:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-25T12:30:42.240Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 89.4% of statements [2021-02-25T12:30:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-25T12:30:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T12:30:42.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-25T12:30:43.818Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-25T12:30:45.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.980s coverage: 29.1% of statements [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-25T12:30:45.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.137s coverage: 99.0% of statements [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-25T12:30:45.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-25T12:30:45.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.128s coverage: 92.9% of statements [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-25T12:30:45.481Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-25T12:30:45.481Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-25T12:30:45.481Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-25T12:30:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-25T12:30:46.154Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.131s coverage: 100.0% of statements [2021-02-25T12:30:46.968Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [2021-02-25T12:30:46.968Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.070s coverage: 100.0% of statements [2021-02-25T12:30:47.636Z] GO111MODULE=on go vet ./... [2021-02-25T12:30:52.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-25T12:30:52.141Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-25T12:30:54.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-25T12:30:54.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-25T12:30:54.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-25T12:30:54.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-25T12:30:56.754Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-25T12:30:58.210Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-25T12:31:04.974Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-25T12:31:04.974Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-25T12:31:04.974Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-25T12:31:11.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.287s coverage: 45.9% of statements [2021-02-25T12:31:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-25T12:31:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-25T12:31:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-25T12:31:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-25T12:31:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-25T12:31:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-25T12:31:11.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-25T12:31:11.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.240s coverage: 100.0% of statements [2021-02-25T12:31:18.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.551s coverage: 27.1% of statements [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-25T12:31:18.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-25T12:31:18.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-25T12:31:18.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.339s coverage: 65.8% of statements [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-25T12:31:18.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-25T12:31:20.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.669s coverage: 82.3% of statements [2021-02-25T12:31:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-25T12:31:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T12:31:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-25T12:31:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-25T12:31:28.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.209s coverage: 28.6% of statements [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-25T12:31:28.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.134s coverage: 100.0% of statements [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-25T12:31:28.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-25T12:31:28.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.308s coverage: 86.7% of statements [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-25T12:31:28.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.348s coverage: 97.5% of statements [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-25T12:31:28.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-25T12:31:28.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-25T12:31:37.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.303s coverage: 92.8% of statements [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-25T12:31:37.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-25T12:31:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-25T12:31:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-25T12:31:37.149Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-02-25T12:31:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-25T12:31:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-25T12:31:37.149Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements [2021-02-25T12:31:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-25T12:31:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-25T12:31:37.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-25T12:31:37.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.119s coverage: 45.5% of statements [2021-02-25T12:31:37.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 79.5% of statements [2021-02-25T12:31:37.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2021-02-25T12:31:37.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-02-25T12:31:37.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-02-25T12:31:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.089s coverage: 94.4% of statements [2021-02-25T12:31:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.119s coverage: 92.9% of statements [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 77.8% of statements [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.6% of statements [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.6% of statements [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.580s coverage: 62.4% of statements [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.800s coverage: 68.9% of statements [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 36.6% of statements [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-25T12:32:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-25T12:32:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.101s coverage: 89.5% of statements [2021-02-25T12:32:10.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.483s coverage: 47.0% of statements [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-25T12:32:10.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-25T12:32:10.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.167s coverage: 100.0% of statements [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-25T12:32:10.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.302s coverage: 89.4% of statements [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T12:32:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-25T12:32:12.094Z] gofmt -l . [2021-02-25T12:32:12.094Z] [ "`gofmt -l .`" = "" ] [2021-02-25T12:32:12.094Z] ./bin/test-go-mod-tidy.sh [2021-02-25T12:32:17.893Z] ./bin/test-attribution-txt.sh [2021-02-25T12:32:18.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.910s coverage: 29.1% of statements [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-25T12:32:18.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.247s coverage: 99.0% of statements [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-25T12:32:18.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-25T12:32:18.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.168s coverage: 92.9% of statements [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-25T12:32:18.999Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-25T12:32:18.999Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.096s coverage: 100.0% of statements [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-25T12:32:18.999Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-25T12:32:18.999Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-25T12:32:18.999Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-02-25T12:32:18.999Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-02-25T12:32:18.999Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-25T12:32:19.974Z] GO111MODULE=on go vet ./... [Pipeline] sh [2021-02-25T12:32:22.375Z] + ls -al . [2021-02-25T12:32:22.375Z] total 708 [2021-02-25T12:32:22.375Z] drwxrwxr-x 10 1001 1001 4096 Feb 25 12:32 . [2021-02-25T12:32:22.375Z] drwxr-xr-x 4 root root 28 Feb 25 12:27 .. [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 11 Feb 25 12:23 .dockerignore [2021-02-25T12:32:22.375Z] drwxrwxr-x 8 1001 1001 179 Feb 25 12:23 .git [2021-02-25T12:32:22.375Z] drwxrwxr-x 3 1001 1001 125 Feb 25 12:23 .github [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 818 Feb 25 12:23 .gitignore [2021-02-25T12:32:22.375Z] drwx------ 3 1001 1001 60 Feb 25 12:25 .semver [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 166 Feb 25 12:23 .sonarcloud.properties [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 8475 Feb 25 12:23 Attribution.txt [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 3804 Feb 25 12:23 CONTRIBUTING.md [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 931 Feb 25 12:23 Dockerfile.build [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 863 Feb 25 12:23 Jenkinsfile [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 10775 Feb 25 12:23 LICENSE [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 5774 Feb 25 12:23 Makefile [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 6524 Feb 25 12:23 README.md [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 6755 Feb 25 12:23 SECURITY.md [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 5 Feb 25 12:25 VERSION [2021-02-25T12:32:22.375Z] -rw-rw-r-- 1 1001 1001 4131 Feb 25 12:23 ZMQWindows.md [2021-02-25T12:32:22.375Z] drwxrwxr-x 2 1001 1001 117 Feb 25 12:23 bin [2021-02-25T12:32:22.375Z] drwxrwxr-x 14 1001 1001 4096 Feb 25 12:23 cmd [2021-02-25T12:32:22.375Z] -rw-r--r-- 1 root root 594620 Feb 25 12:30 coverage.out [2021-02-25T12:32:22.375Z] -rw-r--r-- 1 root root 1055 Feb 25 12:32 go.mod [2021-02-25T12:32:22.375Z] -rw-r--r-- 1 root root 21699 Feb 25 12:32 go.sum [2021-02-25T12:32:22.375Z] drwxrwxr-x 8 1001 1001 127 Feb 25 12:23 internal [2021-02-25T12:32:22.376Z] drwxrwxr-x 4 1001 1001 26 Feb 25 12:23 openapi [2021-02-25T12:32:22.376Z] drwxrwxr-x 4 1001 1001 71 Feb 25 12:23 snap [2021-02-25T12:32:22.376Z] -rw-rw-r-- 1 1001 1001 168 Feb 25 12:23 version.go [Pipeline] sh [2021-02-25T12:32:23.347Z] + '[' -e coverage.out ] [2021-02-25T12:32:23.347Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-25T12:32:23.833Z] Stashed 1 file(s) [Pipeline] sh [2021-02-25T12:32:24.786Z] + make build [2021-02-25T12:32:24.786Z] 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-02-25T12:32:33.733Z] 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-02-25T12:33:07.286Z] 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-02-25T12:33:14.865Z] 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-02-25T12:33:24.404Z] 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-02-25T12:33:27.190Z] 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-02-25T12:33:35.088Z] 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-02-25T12:33:41.851Z] gofmt -l . [2021-02-25T12:33:41.851Z] [ "`gofmt -l .`" = "" ] [2021-02-25T12:33:41.851Z] ./bin/test-go-mod-tidy.sh [2021-02-25T12:33:41.851Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-25T12:33:42.188Z] 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-02-25T12:33:42.504Z] + ls -al . [2021-02-25T12:33:42.504Z] total 736 [2021-02-25T12:33:42.504Z] drwxrwxr-x 9 1001 1001 4096 Feb 25 12:33 . [2021-02-25T12:33:42.504Z] drwxr-xr-x 4 root root 4096 Feb 25 12:29 .. [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 11 Feb 25 12:27 .dockerignore [2021-02-25T12:33:42.504Z] drwxrwxr-x 8 1001 1001 4096 Feb 25 12:27 .git [2021-02-25T12:33:42.504Z] drwxrwxr-x 3 1001 1001 4096 Feb 25 12:27 .github [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 818 Feb 25 12:27 .gitignore [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 166 Feb 25 12:27 .sonarcloud.properties [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 8475 Feb 25 12:27 Attribution.txt [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 3804 Feb 25 12:27 CONTRIBUTING.md [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 931 Feb 25 12:27 Dockerfile.build [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 863 Feb 25 12:27 Jenkinsfile [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 10775 Feb 25 12:27 LICENSE [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 5774 Feb 25 12:27 Makefile [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 6524 Feb 25 12:27 README.md [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 6755 Feb 25 12:27 SECURITY.md [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 5 Feb 25 12:25 VERSION [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 4131 Feb 25 12:27 ZMQWindows.md [2021-02-25T12:33:42.504Z] drwxrwxr-x 2 1001 1001 4096 Feb 25 12:27 bin [2021-02-25T12:33:42.504Z] drwxrwxr-x 14 1001 1001 4096 Feb 25 12:27 cmd [2021-02-25T12:33:42.504Z] -rw-r--r-- 1 root root 594620 Feb 25 12:32 coverage.out [2021-02-25T12:33:42.504Z] -rw-r--r-- 1 root root 1055 Feb 25 12:33 go.mod [2021-02-25T12:33:42.504Z] -rw-r--r-- 1 root root 21699 Feb 25 12:33 go.sum [2021-02-25T12:33:42.504Z] drwxrwxr-x 8 1001 1001 4096 Feb 25 12:27 internal [2021-02-25T12:33:42.504Z] drwxrwxr-x 4 1001 1001 4096 Feb 25 12:27 openapi [2021-02-25T12:33:42.504Z] drwxrwxr-x 4 1001 1001 4096 Feb 25 12:27 snap [2021-02-25T12:33:42.504Z] -rw-rw-r-- 1 1001 1001 168 Feb 25 12:27 version.go [Pipeline] sh [2021-02-25T12:33:43.150Z] + '[' -e coverage.out ] [2021-02-25T12:33:43.150Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-25T12:33:43.169Z] Warning: overwriting stash ‘coverage-report’ [2021-02-25T12:33:44.365Z] Stashed 1 file(s) [Pipeline] sh [2021-02-25T12:33:45.021Z] + make build [2021-02-25T12:33:45.021Z] 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-02-25T12:33:45.160Z] 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-02-25T12:33:49.484Z] 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-02-25T12:33:51.562Z] 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-02-25T12:33:55.201Z] 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-02-25T12:33:59.299Z] 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-02-25T12:34:12.904Z] $ docker stop --time=1 aa7e0bf50476a39bd35cf9debf96cbeee0df6577cea4a49f1d4e3ed2ba643cee [2021-02-25T12:34:16.705Z] $ docker rm -f aa7e0bf50476a39bd35cf9debf96cbeee0df6577cea4a49f1d4e3ed2ba643cee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:34:20.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T12:34:21.222Z] [2021-02-25T12:34:21.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:34:21.652Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T12:34:21.931Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-25T12:34:21.931Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-25T12:34:21.931Z] ca9280d653b3: Pulling fs layer [2021-02-25T12:34:21.931Z] 7e9c9ca2126c: Pulling fs layer [2021-02-25T12:34:22.001Z] 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-02-25T12:34:22.989Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-25T12:34:22.989Z] cbdbe7a5bc2a: Download complete [2021-02-25T12:34:24.785Z] cbdbe7a5bc2a: Pull complete [2021-02-25T12:34:25.386Z] 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-02-25T12:34:28.864Z] ca9280d653b3: Verifying Checksum [2021-02-25T12:34:28.864Z] ca9280d653b3: Download complete [2021-02-25T12:34:30.814Z] 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-02-25T12:34:32.790Z] 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-02-25T12:34:34.249Z] ca9280d653b3: Pull complete [2021-02-25T12:34:34.964Z] 7e9c9ca2126c: Verifying Checksum [2021-02-25T12:34:34.964Z] 7e9c9ca2126c: Download complete [2021-02-25T12:34:39.537Z] 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-02-25T12:34:44.932Z] 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-02-25T12:34:48.319Z] 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-02-25T12:34:50.765Z] 7e9c9ca2126c: Pull complete [2021-02-25T12:34:50.765Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-25T12:34:50.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T12:34:50.765Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-25T12:34:52.839Z] prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container [2021-02-25T12:34:53.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-25T12:34:53.720Z] 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-02-25T12:34:57.358Z] $ docker top e1da5d695866a6a0f382bc0dcea5520799b7bfb82f004f089a86d8e5e9510586 -eo pid,comm [2021-02-25T12:34:58.030Z] 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 [Pipeline] { [Pipeline] sh [2021-02-25T12:34:59.250Z] + grep parallel [2021-02-25T12:34:59.250Z] + docker-compose build --help [2021-02-25T12:35:01.356Z] --parallel Build images in parallel. [Pipeline] } [2021-02-25T12:35:01.381Z] $ docker stop --time=1 e1da5d695866a6a0f382bc0dcea5520799b7bfb82f004f089a86d8e5e9510586 [2021-02-25T12:35:03.452Z] 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-02-25T12:35:05.024Z] $ docker rm -f e1da5d695866a6a0f382bc0dcea5520799b7bfb82f004f089a86d8e5e9510586 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:35:06.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T12:35:07.006Z] . [Pipeline] withDockerContainer [2021-02-25T12:35:07.925Z] prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container [2021-02-25T12:35:08.154Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-25T12:35:10.659Z] $ docker top 5aab33d20e2dcb878e275dcb5c973e61e83dd97e651978479dca7e2805c61c58 -eo pid,comm [Pipeline] { [Pipeline] } [2021-02-25T12:35:11.644Z] $ docker stop --time=1 ed057002fe291f2708559a34c785f2a3a969913bfd9e5540820a4b32f785917e [2021-02-25T12:35:14.424Z] $ docker rm -f ed057002fe291f2708559a34c785f2a3a969913bfd9e5540820a4b32f785917e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:35:16.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T12:35:16.577Z] [2021-02-25T12:35:16.577Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:35:16.977Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-25T12:35:17.226Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T12:35:17.499Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-25T12:35:17.499Z] 29e5d40040c1: Pulling fs layer [2021-02-25T12:35:17.499Z] 1ce36da41761: Pulling fs layer [2021-02-25T12:35:17.499Z] 25b303627fd3: Pulling fs layer [2021-02-25T12:35:17.499Z] 29e5d40040c1: Verifying Checksum [2021-02-25T12:35:17.499Z] 29e5d40040c1: Download complete [2021-02-25T12:35:18.093Z] 1ce36da41761: Verifying Checksum [2021-02-25T12:35:18.093Z] 1ce36da41761: Download complete [2021-02-25T12:35:18.368Z] 29e5d40040c1: Pull complete [2021-02-25T12:35:19.170Z] Building docker-core-command-go ... [2021-02-25T12:35:19.170Z] Building docker-core-data-go ... [2021-02-25T12:35:19.170Z] Building docker-core-metadata-go ... [2021-02-25T12:35:19.170Z] Building docker-security-bootstrapper-go ... [2021-02-25T12:35:19.170Z] Building docker-security-proxy-setup-go ... [2021-02-25T12:35:19.170Z] Building docker-security-secretstore-setup-go ... [2021-02-25T12:35:19.170Z] Building docker-support-notifications-go ... [2021-02-25T12:35:19.170Z] Building docker-support-scheduler-go ... [2021-02-25T12:35:19.170Z] Building docker-sys-mgmt-agent-go ... [2021-02-25T12:35:19.170Z] Building docker-core-data-go [2021-02-25T12:35:19.170Z] Building docker-support-scheduler-go [2021-02-25T12:35:19.170Z] Building docker-security-bootstrapper-go [2021-02-25T12:35:19.170Z] Building docker-support-notifications-go [2021-02-25T12:35:19.170Z] Building docker-security-proxy-setup-go [2021-02-25T12:35:19.801Z] 1ce36da41761: Pull complete [2021-02-25T12:35:19.802Z] 25b303627fd3: Verifying Checksum [2021-02-25T12:35:19.802Z] 25b303627fd3: Download complete [2021-02-25T12:35:29.949Z] 25b303627fd3: Pull complete [2021-02-25T12:35:29.949Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-25T12:35:29.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T12:35:29.949Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-25T12:35:30.176Z] prd-ubuntu18.04-docker-arm64-4c-16g-27643 does not seem to be running inside a container [2021-02-25T12:35:30.246Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-25T12:35:33.392Z] $ docker top 1837e13f0bd768fbdf441640f82b51e9147aec142744f03a9bb95a30d74ba682 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T12:35:34.413Z] + docker-compose build --help+ [2021-02-25T12:35:34.413Z] grep parallel [2021-02-25T12:35:37.784Z] --parallel Build images in parallel. [Pipeline] } [2021-02-25T12:35:38.070Z] $ docker stop --time=1 1837e13f0bd768fbdf441640f82b51e9147aec142744f03a9bb95a30d74ba682 [2021-02-25T12:35:39.956Z] $ docker rm -f 1837e13f0bd768fbdf441640f82b51e9147aec142744f03a9bb95a30d74ba682 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:35:40.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T12:35:40.830Z] . [Pipeline] withDockerContainer [2021-02-25T12:35:41.100Z] prd-ubuntu18.04-docker-arm64-4c-16g-27643 does not seem to be running inside a container [2021-02-25T12:35:41.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-25T12:35:42.667Z] $ docker top 50b039cb07a9e15af4ad458c445eb3b985f62c6977548a8e9c308943ae36331e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T12:35:43.637Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-25T12:35:47.916Z] Building docker-core-command-go ... [2021-02-25T12:35:47.916Z] Building docker-core-data-go ... [2021-02-25T12:35:47.916Z] Building docker-core-metadata-go ... [2021-02-25T12:35:47.916Z] Building docker-security-bootstrapper-go ... [2021-02-25T12:35:47.916Z] Building docker-security-proxy-setup-go ... [2021-02-25T12:35:47.916Z] Building docker-security-secretstore-setup-go ... [2021-02-25T12:35:47.916Z] Building docker-support-notifications-go ... [2021-02-25T12:35:47.916Z] Building docker-support-scheduler-go ... [2021-02-25T12:35:47.916Z] Building docker-sys-mgmt-agent-go ... [2021-02-25T12:35:47.916Z] Building docker-security-secretstore-setup-go [2021-02-25T12:35:47.916Z] Building docker-core-command-go [2021-02-25T12:35:47.917Z] Building docker-support-scheduler-go [2021-02-25T12:35:47.917Z] Building docker-support-notifications-go [2021-02-25T12:35:47.917Z] Building docker-core-metadata-go [2021-02-25T12:36:55.872Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:36:55.872Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:36:55.872Z] ---> 87dc60a5c06e [2021-02-25T12:36:55.872Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T12:36:55.872Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:36:55.872Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:36:55.872Z] ---> 87dc60a5c06e [2021-02-25T12:36:55.872Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T12:36:55.872Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:36:55.872Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:36:55.872Z] ---> 87dc60a5c06e [2021-02-25T12:36:55.872Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T12:36:55.872Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:36:55.872Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:36:55.872Z] ---> 87dc60a5c06e [2021-02-25T12:36:55.872Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T12:36:55.872Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:36:55.872Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:36:55.872Z] ---> 87dc60a5c06e [2021-02-25T12:36:55.872Z] Step 3/24 : WORKDIR /edgex-go [2021-02-25T12:36:56.842Z] ---> Running in 7f307144b750 [2021-02-25T12:36:56.842Z] ---> Running in d5dbd4be4eeb [2021-02-25T12:36:56.842Z] ---> Running in 143479714b17 [2021-02-25T12:36:56.842Z] ---> Running in b43da4b31a8a [2021-02-25T12:36:56.842Z] ---> Running in 23c269f6c4ab [2021-02-25T12:36:57.435Z] Removing intermediate container 23c269f6c4ab [2021-02-25T12:36:57.435Z] ---> 1d0827ddc2c0 [2021-02-25T12:36:57.435Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:36:57.435Z] Removing intermediate container 7f307144b750 [2021-02-25T12:36:57.435Z] ---> ce62437a626f [2021-02-25T12:36:57.435Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:36:57.435Z] Removing intermediate container 143479714b17 [2021-02-25T12:36:57.435Z] ---> 53fd576e2151 [2021-02-25T12:36:57.435Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:36:57.435Z] Removing intermediate container b43da4b31a8a [2021-02-25T12:36:57.435Z] ---> fed1ffd64f9a [2021-02-25T12:36:57.435Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:36:57.435Z] Removing intermediate container d5dbd4be4eeb [2021-02-25T12:36:57.435Z] ---> 55858cfb92e2 [2021-02-25T12:36:57.435Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:36:57.706Z] ---> Running in 62577b9f51d7 [2021-02-25T12:36:57.706Z] ---> Running in af1780496095 [2021-02-25T12:36:57.706Z] ---> Running in 37dd5ff453fe [2021-02-25T12:36:57.706Z] ---> Running in b0839aa62959 [2021-02-25T12:36:57.706Z] ---> Running in 3203a2d06acd [2021-02-25T12:37:01.121Z] Removing intermediate container 62577b9f51d7 [2021-02-25T12:37:01.121Z] ---> 76d342bc620a [2021-02-25T12:37:01.121Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-25T12:37:01.397Z] ---> Running in 77e59fcf9ef4 [2021-02-25T12:37:01.678Z] Removing intermediate container 37dd5ff453fe [2021-02-25T12:37:01.678Z] ---> cdf56af318d7 [2021-02-25T12:37:01.678Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-25T12:37:01.970Z] Removing intermediate container af1780496095 [2021-02-25T12:37:01.970Z] ---> eec653e25641 [2021-02-25T12:37:01.970Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T12:37:01.970Z] ---> Running in 2d7d7d14e818 [2021-02-25T12:37:01.970Z] Removing intermediate container 3203a2d06acd [2021-02-25T12:37:01.970Z] ---> e86289851bc8 [2021-02-25T12:37:01.970Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-25T12:37:02.252Z] Removing intermediate container b0839aa62959 [2021-02-25T12:37:02.252Z] ---> a0d392a8507d [2021-02-25T12:37:02.252Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T12:37:02.252Z] ---> Running in 02b862fe9e78 [2021-02-25T12:37:02.528Z] ---> Running in 2f5f60c58604 [2021-02-25T12:37:02.529Z] ---> Running in 00b17844a5b3 [2021-02-25T12:37:03.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:37:03.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:37:03.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:37:03.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:37:04.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:37:04.280Z] OK: 217 MiB in 51 packages [2021-02-25T12:37:04.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:37:04.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:37:04.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:37:05.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:37:05.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:37:05.377Z] OK: 217 MiB in 51 packages [2021-02-25T12:37:05.651Z] OK: 217 MiB in 51 packages [2021-02-25T12:37:05.929Z] OK: 217 MiB in 51 packages [2021-02-25T12:37:05.929Z] Removing intermediate container 77e59fcf9ef4 [2021-02-25T12:37:05.929Z] ---> fcaacb03e282 [2021-02-25T12:37:05.929Z] Step 6/22 : COPY go.mod . [2021-02-25T12:37:05.929Z] OK: 217 MiB in 51 packages [2021-02-25T12:37:06.916Z] ---> 0f2fce6e0b2f [2021-02-25T12:37:06.916Z] Step 7/22 : RUN go mod download [2021-02-25T12:37:07.187Z] ---> Running in e2a39890b043 [2021-02-25T12:37:07.461Z] Removing intermediate container 2d7d7d14e818 [2021-02-25T12:37:07.461Z] ---> 06bd5811352f [2021-02-25T12:37:07.461Z] Step 6/22 : COPY go.mod . [2021-02-25T12:37:07.735Z] Removing intermediate container 02b862fe9e78 [2021-02-25T12:37:07.735Z] ---> 750081849bbf [2021-02-25T12:37:07.735Z] Step 6/23 : COPY go.mod . [2021-02-25T12:37:08.009Z] Removing intermediate container 2f5f60c58604 [2021-02-25T12:37:08.009Z] ---> 46eed333c1a0 [2021-02-25T12:37:08.009Z] Step 6/24 : COPY go.mod . [2021-02-25T12:37:08.285Z] Removing intermediate container 00b17844a5b3 [2021-02-25T12:37:08.285Z] ---> ed9bd611861e [2021-02-25T12:37:08.285Z] Step 6/23 : COPY go.mod . [2021-02-25T12:37:08.560Z] ---> 64fef5094d58 [2021-02-25T12:37:08.560Z] Step 7/22 : RUN go mod download [2021-02-25T12:37:08.839Z] ---> 86f5874e8714 [2021-02-25T12:37:08.839Z] Step 7/23 : RUN go mod download [2021-02-25T12:37:08.839Z] ---> Running in ab041a49383e [2021-02-25T12:37:09.111Z] ---> c8c4968b2b23 [2021-02-25T12:37:09.111Z] ---> Running in 008e311a40f7 [2021-02-25T12:37:09.111Z] Step 7/24 : RUN go mod download [2021-02-25T12:37:09.388Z] ---> 2f4b29f49706 [2021-02-25T12:37:09.388Z] Step 7/23 : RUN go mod download [2021-02-25T12:37:09.388Z] ---> Running in 3c484c464c17 [2021-02-25T12:37:09.664Z] ---> Running in 6d88134bb9c6 [2021-02-25T12:37:11.671Z] Removing intermediate container e2a39890b043 [2021-02-25T12:37:11.671Z] ---> 4a3e9238af94 [2021-02-25T12:37:11.671Z] Step 8/22 : COPY . . [2021-02-25T12:37:14.329Z] Removing intermediate container ab041a49383e [2021-02-25T12:37:14.329Z] ---> 1e0cb6341682 [2021-02-25T12:37:14.329Z] Step 8/22 : COPY . . [2021-02-25T12:37:14.603Z] Removing intermediate container 008e311a40f7 [2021-02-25T12:37:14.603Z] ---> ab68079a7467 [2021-02-25T12:37:14.603Z] Step 8/23 : COPY . . [2021-02-25T12:37:16.370Z] Removing intermediate container 6d88134bb9c6 [2021-02-25T12:37:16.370Z] ---> 4b9ec50f3b4f [2021-02-25T12:37:16.370Z] Step 8/23 : COPY . . [2021-02-25T12:37:16.370Z] Removing intermediate container 3c484c464c17 [2021-02-25T12:37:16.370Z] ---> 6d134563dfa4 [2021-02-25T12:37:16.370Z] Step 8/24 : COPY . . [2021-02-25T12:37:31.299Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:37:31.299Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:37:31.299Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:37:31.299Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:37:31.299Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:37:31.299Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:37:31.299Z] ---> 400bf4971e1d [2021-02-25T12:37:31.299Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T12:37:31.299Z] ---> 400bf4971e1d [2021-02-25T12:37:31.299Z] Step 3/21 : WORKDIR /edgex-go [2021-02-25T12:37:31.299Z] ---> 400bf4971e1d [2021-02-25T12:37:31.299Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T12:37:31.299Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:37:31.299Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:37:31.299Z] ---> 400bf4971e1d [2021-02-25T12:37:31.299Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T12:37:31.299Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:37:31.299Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:37:31.299Z] ---> 400bf4971e1d [2021-02-25T12:37:31.299Z] Step 3/30 : WORKDIR /edgex-go [2021-02-25T12:37:31.299Z] ---> Running in 4ca6013008f9 [2021-02-25T12:37:31.299Z] ---> Running in b1b89d675d21 [2021-02-25T12:37:31.299Z] ---> Running in b2f484cdb576 [2021-02-25T12:37:31.299Z] ---> Running in 7379bd49b07b [2021-02-25T12:37:31.299Z] ---> Running in e53922f89845 [2021-02-25T12:37:31.299Z] Removing intermediate container b2f484cdb576 [2021-02-25T12:37:31.299Z] ---> aaeba8711282 [2021-02-25T12:37:31.299Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:37:31.299Z] Removing intermediate container b1b89d675d21 [2021-02-25T12:37:31.299Z] ---> ec5a8bf585dd [2021-02-25T12:37:31.299Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:37:31.299Z] Removing intermediate container 4ca6013008f9 [2021-02-25T12:37:31.299Z] ---> 95778d961f60 [2021-02-25T12:37:31.299Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:37:31.299Z] Removing intermediate container 7379bd49b07b [2021-02-25T12:37:31.299Z] ---> d5bbceaa6c41 [2021-02-25T12:37:31.299Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:37:31.299Z] Removing intermediate container e53922f89845 [2021-02-25T12:37:31.299Z] ---> 0241d331e907 [2021-02-25T12:37:31.299Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:37:31.299Z] ---> Running in e4cc0eb46e10 [2021-02-25T12:37:31.299Z] ---> Running in 54097834e95b [2021-02-25T12:37:31.299Z] ---> Running in 3b97a7f36df1 [2021-02-25T12:37:31.299Z] ---> Running in 8e6c5dbc7c53 [2021-02-25T12:37:31.299Z] ---> Running in 44be70880887 [2021-02-25T12:37:37.509Z] Removing intermediate container e4cc0eb46e10 [2021-02-25T12:37:37.509Z] ---> cc4c6bb43d26 [2021-02-25T12:37:37.509Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-25T12:37:37.509Z] ---> Running in cdd435d50733 [2021-02-25T12:37:37.509Z] Removing intermediate container 44be70880887 [2021-02-25T12:37:37.509Z] ---> 7d66126cfc9e [2021-02-25T12:37:37.509Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-25T12:37:37.509Z] Removing intermediate container 8e6c5dbc7c53 [2021-02-25T12:37:37.509Z] ---> e6cd663244a8 [2021-02-25T12:37:37.509Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-25T12:37:37.509Z] Removing intermediate container 3b97a7f36df1 [2021-02-25T12:37:37.509Z] ---> 5b9a83251d28 [2021-02-25T12:37:37.509Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-25T12:37:37.509Z] Removing intermediate container 54097834e95b [2021-02-25T12:37:37.509Z] ---> 072b93048f76 [2021-02-25T12:37:37.509Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-25T12:37:37.833Z] ---> Running in c9622e1c4530 [2021-02-25T12:37:37.833Z] ---> Running in 7f0b3a8b2bbb [2021-02-25T12:37:37.833Z] ---> Running in 00c226b29f30 [2021-02-25T12:37:37.833Z] ---> Running in 68daa6a676cc [2021-02-25T12:37:38.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:37:39.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:37:39.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:37:40.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:37:40.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:37:40.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:37:41.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:37:41.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:37:43.186Z] ---> d4ee2b543baf [2021-02-25T12:37:43.186Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-25T12:37:43.186Z] ---> 3c52c14a8dfe [2021-02-25T12:37:43.186Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-25T12:37:43.186Z] ---> aa4214169e9d [2021-02-25T12:37:43.186Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-25T12:37:43.186Z] ---> Running in 4c54fd92251c [2021-02-25T12:37:43.186Z] ---> Running in 9a5e8d326eb9 [2021-02-25T12:37:43.186Z] ---> 2e2e6646ad4b [2021-02-25T12:37:43.186Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-25T12:37:43.186Z] ---> bb195b403c29 [2021-02-25T12:37:43.186Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-25T12:37:43.186Z] ---> Running in 4637cace8e1e [2021-02-25T12:37:43.186Z] ---> Running in 0326b927097c [2021-02-25T12:37:43.186Z] ---> Running in 70b1d443abee [2021-02-25T12:37:43.186Z] 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-02-25T12:37:43.186Z] 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-02-25T12:37:43.186Z] 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-02-25T12:37:43.186Z] 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-02-25T12:37:43.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-25T12:37:43.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:37:43.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:37:43.762Z] OK: 233 MiB in 51 packages [2021-02-25T12:37:43.762Z] OK: 233 MiB in 51 packages [2021-02-25T12:37:44.648Z] OK: 233 MiB in 51 packages [2021-02-25T12:37:45.531Z] Removing intermediate container cdd435d50733 [2021-02-25T12:37:45.531Z] ---> 983e4f05bba0 [2021-02-25T12:37:45.531Z] Step 6/22 : COPY go.mod . [2021-02-25T12:37:45.888Z] Removing intermediate container 7f0b3a8b2bbb [2021-02-25T12:37:45.888Z] ---> 64bccf65625b [2021-02-25T12:37:45.888Z] Step 6/23 : COPY go.mod . [2021-02-25T12:37:45.888Z] ---> 5155d2b33648 [2021-02-25T12:37:45.889Z] Step 7/22 : RUN go mod download [2021-02-25T12:37:45.889Z] Removing intermediate container c9622e1c4530 [2021-02-25T12:37:45.889Z] ---> 617c45558468 [2021-02-25T12:37:45.889Z] Step 6/30 : COPY go.mod . [2021-02-25T12:37:45.889Z] ---> Running in f595e1c19f77 [2021-02-25T12:37:46.251Z] ---> 719f4cda5902 [2021-02-25T12:37:46.252Z] Step 7/23 : RUN go mod download [2021-02-25T12:37:46.528Z] ---> Running in 78e81ab98b2a [2021-02-25T12:37:46.528Z] ---> 2397e982eb3a [2021-02-25T12:37:46.528Z] Step 7/30 : RUN go mod download [2021-02-25T12:37:46.865Z] ---> Running in 8b8d85917cf1 [2021-02-25T12:37:48.137Z] OK: 233 MiB in 51 packages [2021-02-25T12:37:48.930Z] OK: 233 MiB in 51 packages [2021-02-25T12:37:53.468Z] Removing intermediate container 68daa6a676cc [2021-02-25T12:37:53.468Z] ---> 29be6373c753 [2021-02-25T12:37:53.468Z] Step 6/21 : COPY go.mod . [2021-02-25T12:37:53.468Z] Removing intermediate container 00c226b29f30 [2021-02-25T12:37:53.468Z] ---> 0b4ed239b0ba [2021-02-25T12:37:53.468Z] Step 6/22 : COPY go.mod . [2021-02-25T12:37:53.775Z] ---> 93e12ae86a52 [2021-02-25T12:37:53.775Z] Step 7/22 : RUN go mod download [2021-02-25T12:37:53.775Z] ---> 283f0b051f38 [2021-02-25T12:37:53.775Z] Step 7/21 : RUN go mod download [2021-02-25T12:37:54.499Z] ---> Running in a5d25f49ffb3 [2021-02-25T12:37:54.499Z] ---> Running in e8ea39fcf7ea [2021-02-25T12:37:57.248Z] Removing intermediate container f595e1c19f77 [2021-02-25T12:37:57.248Z] ---> 28d4ac784a78 [2021-02-25T12:37:57.248Z] Step 8/22 : COPY . . [2021-02-25T12:37:57.248Z] Removing intermediate container 8b8d85917cf1 [2021-02-25T12:37:57.248Z] ---> adc9e19a07ec [2021-02-25T12:37:57.248Z] Step 8/30 : COPY . . [2021-02-25T12:37:57.534Z] Removing intermediate container 78e81ab98b2a [2021-02-25T12:37:57.534Z] ---> 9346cf914fcc [2021-02-25T12:37:57.534Z] Step 8/23 : COPY . . [2021-02-25T12:38:34.224Z] Removing intermediate container a5d25f49ffb3 [2021-02-25T12:38:34.224Z] ---> bd2268984177 [2021-02-25T12:38:34.224Z] Step 8/21 : COPY . . [2021-02-25T12:38:34.224Z] Removing intermediate container e8ea39fcf7ea [2021-02-25T12:38:34.224Z] ---> 75c82dd22f94 [2021-02-25T12:38:34.224Z] Step 8/22 : COPY . . [2021-02-25T12:39:20.014Z] 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-02-25T12:39:22.004Z] Removing intermediate container 4637cace8e1e [2021-02-25T12:39:22.004Z] ---> 7db5a1fc0f2b [2021-02-25T12:39:22.004Z] [2021-02-25T12:39:22.004Z] Step 10/24 : FROM alpine:3.12 [2021-02-25T12:39:22.004Z] 3.12: Pulling from library/alpine [2021-02-25T12:39:23.456Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T12:39:23.457Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T12:39:23.457Z] ---> d10569e2745f [2021-02-25T12:39:23.457Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-25T12:39:23.737Z] ---> Running in a9968ed12634 [2021-02-25T12:39:25.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:39:26.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:39:26.616Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-25T12:39:26.896Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T12:39:26.896Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-25T12:39:26.896Z] (4/5) Installing curl (7.69.1-r3) [2021-02-25T12:39:26.896Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-25T12:39:26.896Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:39:26.896Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T12:39:27.175Z] OK: 7 MiB in 19 packages [2021-02-25T12:39:30.585Z] Removing intermediate container a9968ed12634 [2021-02-25T12:39:30.585Z] ---> 864c26787f2b [2021-02-25T12:39:30.585Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T12:39:30.585Z] ---> Running in efd5cecd93d3 [2021-02-25T12:39:31.183Z] Removing intermediate container efd5cecd93d3 [2021-02-25T12:39:31.183Z] ---> c72c25760895 [2021-02-25T12:39:31.183Z] Step 13/24 : WORKDIR / [2021-02-25T12:39:31.183Z] ---> Running in 074648d35b9c [2021-02-25T12:39:31.782Z] Removing intermediate container 074648d35b9c [2021-02-25T12:39:31.782Z] ---> 26f57cee995c [2021-02-25T12:39:31.782Z] 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-02-25T12:39:32.769Z] ---> 70614fdabf85 [2021-02-25T12:39:32.769Z] 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-02-25T12:39:34.219Z] ---> f8d3e02504b1 [2021-02-25T12:39:34.219Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-25T12:39:35.653Z] ---> 80d7f20863e1 [2021-02-25T12:39:35.653Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-25T12:39:38.293Z] ---> 101aed1c1bef [2021-02-25T12:39:38.293Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-25T12:39:41.697Z] ---> 3f0aadf5361b [2021-02-25T12:39:41.698Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-25T12:39:42.686Z] Removing intermediate container 9a5e8d326eb9 [2021-02-25T12:39:42.686Z] ---> 684ddf9281cc [2021-02-25T12:39:42.686Z] [2021-02-25T12:39:42.686Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T12:39:42.686Z] ---> d10569e2745f [2021-02-25T12:39:42.686Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-25T12:39:42.963Z] ---> d1dc2922883a [2021-02-25T12:39:42.963Z] 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-02-25T12:39:43.235Z] Removing intermediate container 70b1d443abee [2021-02-25T12:39:43.235Z] ---> aee2124b8dfb [2021-02-25T12:39:43.235Z] [2021-02-25T12:39:43.235Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T12:39:43.235Z] ---> d10569e2745f [2021-02-25T12:39:43.235Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T12:39:43.235Z] Removing intermediate container 4c54fd92251c [2021-02-25T12:39:43.235Z] ---> b0a4c5732fa0 [2021-02-25T12:39:43.235Z] [2021-02-25T12:39:43.235Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T12:39:43.235Z] ---> d10569e2745f [2021-02-25T12:39:43.235Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-25T12:39:43.235Z] ---> Running in 711b187bce20 [2021-02-25T12:39:43.509Z] ---> Running in f9a7867786a3 [2021-02-25T12:39:43.785Z] ---> Running in 107d05ce3e7e [2021-02-25T12:39:43.785Z] ---> Running in e257f5ab517b [2021-02-25T12:39:45.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:39:45.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:39:45.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:39:45.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:39:46.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:39:46.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:39:46.336Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T12:39:46.336Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:39:46.336Z] OK: 5 MiB in 15 packages [2021-02-25T12:39:46.614Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-25T12:39:46.615Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-25T12:39:46.615Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:39:46.615Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T12:39:46.897Z] OK: 6 MiB in 16 packages [2021-02-25T12:39:46.897Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T12:39:46.897Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:39:47.174Z] OK: 5 MiB in 15 packages [2021-02-25T12:39:48.200Z] Removing intermediate container f9a7867786a3 [2021-02-25T12:39:48.200Z] ---> 21c54809f29e [2021-02-25T12:39:48.200Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-25T12:39:48.482Z] ---> Running in 694a3bca9a08 [2021-02-25T12:39:48.754Z] Removing intermediate container 711b187bce20 [2021-02-25T12:39:48.754Z] ---> 9c558a34b3ca [2021-02-25T12:39:48.754Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T12:39:49.026Z] Removing intermediate container 0326b927097c [2021-02-25T12:39:49.026Z] ---> d8cc8ec3b662 [2021-02-25T12:39:49.026Z] [2021-02-25T12:39:49.026Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T12:39:49.026Z] ---> d10569e2745f [2021-02-25T12:39:49.026Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T12:39:49.026Z] ---> Using cache [2021-02-25T12:39:49.026Z] ---> 9c558a34b3ca [2021-02-25T12:39:49.026Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T12:39:49.298Z] ---> Running in 4b8f7036e952 [2021-02-25T12:39:49.298Z] ---> Running in 61a5d8e517d1 [2021-02-25T12:39:49.569Z] Removing intermediate container 694a3bca9a08 [2021-02-25T12:39:49.569Z] ---> c18c9c5e0a1d [2021-02-25T12:39:49.569Z] Step 22/24 : LABEL arch=arm64 [2021-02-25T12:39:49.569Z] Removing intermediate container 107d05ce3e7e [2021-02-25T12:39:49.569Z] ---> 2c8d14441a96 [2021-02-25T12:39:49.569Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T12:39:49.569Z] Removing intermediate container e257f5ab517b [2021-02-25T12:39:49.569Z] ---> 2e50baa8b3f6 [2021-02-25T12:39:49.569Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T12:39:49.844Z] ---> Running in 3f6d67873345 [2021-02-25T12:39:49.844Z] ---> Running in 0aff121a94d9 [2021-02-25T12:39:49.844Z] ---> Running in a0b8c3f920af [2021-02-25T12:39:50.117Z] Removing intermediate container 4b8f7036e952 [2021-02-25T12:39:50.117Z] ---> 57dd6401ef93 [2021-02-25T12:39:50.117Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-25T12:39:50.117Z] Removing intermediate container 61a5d8e517d1 [2021-02-25T12:39:50.117Z] ---> 4d2cfec3e9dd [2021-02-25T12:39:50.117Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-25T12:39:50.389Z] ---> Running in 63887bbb5017 [2021-02-25T12:39:50.389Z] ---> Running in 7ed7bf3bea9c [2021-02-25T12:39:50.662Z] Removing intermediate container 3f6d67873345 [2021-02-25T12:39:50.662Z] ---> dacec899d9f2 [2021-02-25T12:39:50.662Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-25T12:39:50.662Z] Removing intermediate container 0aff121a94d9 [2021-02-25T12:39:50.662Z] ---> c3e67821449f [2021-02-25T12:39:50.662Z] Step 23/24 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:39:50.662Z] Removing intermediate container a0b8c3f920af [2021-02-25T12:39:50.662Z] ---> 9e0062fadcd3 [2021-02-25T12:39:50.662Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-25T12:39:50.934Z] Removing intermediate container 63887bbb5017 [2021-02-25T12:39:50.934Z] ---> 2ffbe7087e92 [2021-02-25T12:39:50.934Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T12:39:50.934Z] ---> Running in 6f2f3fd2abdc [2021-02-25T12:39:50.934Z] ---> Running in ef25ae228b6d [2021-02-25T12:39:50.934Z] ---> Running in 15d86edcc449 [2021-02-25T12:39:50.934Z] ---> Running in 83662dfb74b6 [2021-02-25T12:39:51.212Z] Removing intermediate container 7ed7bf3bea9c [2021-02-25T12:39:51.212Z] ---> 17e9b2b8ca32 [2021-02-25T12:39:51.212Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T12:39:51.212Z] ---> Running in 488d494d2118 [2021-02-25T12:39:51.482Z] Removing intermediate container 6f2f3fd2abdc [2021-02-25T12:39:51.482Z] ---> 46f49cf3c238 [2021-02-25T12:39:51.482Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T12:39:51.753Z] Removing intermediate container 15d86edcc449 [2021-02-25T12:39:51.753Z] ---> 6b86e954cabf [2021-02-25T12:39:51.753Z] Removing intermediate container ef25ae228b6d [2021-02-25T12:39:51.753Z] Step 24/24 : LABEL version=0.0.0 ---> c628e0a6ad74 [2021-02-25T12:39:51.753Z] [2021-02-25T12:39:51.753Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T12:39:51.753Z] ---> Running in 1c7e02ca3d74 [2021-02-25T12:39:52.030Z] Removing intermediate container 83662dfb74b6 [2021-02-25T12:39:52.030Z] ---> 7b384d9c1754 [2021-02-25T12:39:52.030Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:39:52.030Z] Removing intermediate container 488d494d2118 [2021-02-25T12:39:52.030Z] ---> e69ce82da54d [2021-02-25T12:39:52.030Z] Step 15/23 : WORKDIR / [2021-02-25T12:39:52.030Z] ---> Running in c96318c5b5cd [2021-02-25T12:39:52.030Z] ---> Running in 5d6ab85d03df [2021-02-25T12:39:52.315Z] ---> Running in 42fd05b713b9 [2021-02-25T12:39:52.589Z] Removing intermediate container 1c7e02ca3d74 [2021-02-25T12:39:52.589Z] ---> 716600997334 [2021-02-25T12:39:52.589Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:39:52.866Z] Removing intermediate container c96318c5b5cd [2021-02-25T12:39:52.866Z] ---> 6926ac8da755 [2021-02-25T12:39:52.866Z] Step 15/23 : WORKDIR / [2021-02-25T12:39:52.866Z] Removing intermediate container 5d6ab85d03df [2021-02-25T12:39:52.866Z] ---> 0736cd37a222 [2021-02-25T12:39:52.866Z] [2021-02-25T12:39:53.140Z] ---> 36362380a5fc [2021-02-25T12:39:53.140Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-25T12:39:53.140Z] ---> Running in d1e5c085aa50 [2021-02-25T12:39:53.140Z] Removing intermediate container 42fd05b713b9 [2021-02-25T12:39:53.140Z] ---> ece45d6be3c6 [2021-02-25T12:39:53.140Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:39:53.417Z] ---> 9aadc68972e9 [2021-02-25T12:39:53.417Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-25T12:39:53.693Z] Successfully built 0736cd37a222 [2021-02-25T12:39:53.966Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-25T12:39:53.966Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-25T12:39:53.966Z] Removing intermediate container d1e5c085aa50 [2021-02-25T12:39:53.966Z] ---> 4263c2952451 [2021-02-25T12:39:53.966Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:39:54.574Z] ---> 14915e7006b0 [2021-02-25T12:39:54.574Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-25T12:39:54.853Z] ---> b9b5943fe290 [2021-02-25T12:39:54.853Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-25T12:39:55.451Z] ---> 40749b257b87 [2021-02-25T12:39:55.451Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-25T12:39:55.726Z] ---> 2104189339ac [2021-02-25T12:39:55.726Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-25T12:39:57.708Z] ---> e5854dcbd0bc [2021-02-25T12:39:57.708Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-25T12:39:57.708Z] ---> 45077ea74ced [2021-02-25T12:39:57.708Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-25T12:39:57.981Z] ---> Running in a8a952b3f312 [2021-02-25T12:39:57.981Z] ---> 2bcfd567b65d [2021-02-25T12:39:57.981Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-25T12:39:57.981Z] ---> 4d07bbed44a0 [2021-02-25T12:39:57.981Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-25T12:39:58.583Z] ---> Running in 6745a5e50df1 [2021-02-25T12:39:58.863Z] Removing intermediate container a8a952b3f312 [2021-02-25T12:39:58.863Z] ---> bcbca548ad1a [2021-02-25T12:39:58.863Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:39:58.863Z] ---> 92590a1fceb7 [2021-02-25T12:39:58.863Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-25T12:39:59.459Z] ---> 2b036fa859e3 [2021-02-25T12:39:59.459Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-25T12:40:00.061Z] ---> Running in 8d9fc7ecbbfb [2021-02-25T12:40:00.061Z] ---> Running in 2a4f0be5941c [2021-02-25T12:40:00.061Z] Removing intermediate container 6745a5e50df1 [2021-02-25T12:40:00.061Z] ---> 57195f3197b9 [2021-02-25T12:40:00.061Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:40:00.061Z] ---> Running in d4796c47af0c [2021-02-25T12:40:00.338Z] ---> Running in ef1f28dee580 [2021-02-25T12:40:00.613Z] Removing intermediate container 8d9fc7ecbbfb [2021-02-25T12:40:00.613Z] ---> a0f5b2e83d55 [2021-02-25T12:40:00.613Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:40:00.613Z] Removing intermediate container 2a4f0be5941c [2021-02-25T12:40:00.613Z] ---> 61da59bb6725 [2021-02-25T12:40:00.613Z] Step 20/22 : LABEL arch=arm64 [2021-02-25T12:40:00.613Z] Removing intermediate container d4796c47af0c [2021-02-25T12:40:00.613Z] ---> 182b169b3778 [2021-02-25T12:40:00.613Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:40:00.884Z] ---> Running in fa9ae2e04514 [2021-02-25T12:40:00.885Z] Removing intermediate container ef1f28dee580 [2021-02-25T12:40:00.885Z] ---> a64d9d72f4c5 [2021-02-25T12:40:00.885Z] Step 20/22 : LABEL arch=arm64 [2021-02-25T12:40:00.885Z] ---> Running in 8218553319e5 [2021-02-25T12:40:00.885Z] ---> Running in e63807130f08 [2021-02-25T12:40:01.176Z] ---> Running in ea8b7d6fef9f [2021-02-25T12:40:01.456Z] Removing intermediate container fa9ae2e04514 [2021-02-25T12:40:01.456Z] ---> 0d6f5c7f6c42 [2021-02-25T12:40:01.456Z] Step 21/23 : LABEL arch=arm64 [2021-02-25T12:40:01.727Z] ---> Running in 71949a835e64 [2021-02-25T12:40:01.727Z] Removing intermediate container 8218553319e5 [2021-02-25T12:40:01.727Z] ---> 82cf237f7534 [2021-02-25T12:40:01.727Z] Step 21/22 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:40:01.727Z] Removing intermediate container e63807130f08 [2021-02-25T12:40:01.727Z] ---> 481c66380ca7 [2021-02-25T12:40:01.727Z] Step 21/23 : LABEL arch=arm64 [2021-02-25T12:40:02.000Z] Removing intermediate container ea8b7d6fef9f [2021-02-25T12:40:02.000Z] ---> b4dc8ebf19d8 [2021-02-25T12:40:02.000Z] Step 21/22 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:40:02.000Z] ---> Running in cfb7dc355f7d [2021-02-25T12:40:02.000Z] ---> Running in 3cdb8947ca1a [2021-02-25T12:40:02.603Z] ---> Running in 01f324b8778a [2021-02-25T12:40:02.603Z] Removing intermediate container 71949a835e64 [2021-02-25T12:40:02.603Z] ---> b8b8bafdea92 [2021-02-25T12:40:02.603Z] Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:40:02.897Z] Removing intermediate container 3cdb8947ca1a [2021-02-25T12:40:02.897Z] ---> 09733bf44992 [2021-02-25T12:40:02.897Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T12:40:02.897Z] Removing intermediate container cfb7dc355f7d [2021-02-25T12:40:02.897Z] ---> 875aa83cec00 [2021-02-25T12:40:02.897Z] Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:40:03.170Z] ---> Running in cdbef13ebabd [2021-02-25T12:40:03.446Z] Removing intermediate container 01f324b8778a [2021-02-25T12:40:03.446Z] ---> 466edd15cafc [2021-02-25T12:40:03.446Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T12:40:03.724Z] ---> Running in 0d3a41b47e75 [2021-02-25T12:40:03.724Z] ---> Running in def928219137 [2021-02-25T12:40:04.002Z] ---> Running in 87ba943b4e32 [2021-02-25T12:40:04.002Z] Removing intermediate container cdbef13ebabd [2021-02-25T12:40:04.002Z] ---> 6c1c57a67fdc [2021-02-25T12:40:04.002Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T12:40:04.992Z] ---> Running in 82474bbdf6eb [2021-02-25T12:40:04.992Z] Removing intermediate container 0d3a41b47e75 [2021-02-25T12:40:04.992Z] ---> 12ff34b1be59 [2021-02-25T12:40:04.992Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T12:40:05.267Z] Removing intermediate container def928219137 [2021-02-25T12:40:05.267Z] ---> 4c62b371416e [2021-02-25T12:40:05.267Z] [2021-02-25T12:40:05.546Z] ---> Running in 4707e7b2dcdf [2021-02-25T12:40:05.546Z] Removing intermediate container 87ba943b4e32 [2021-02-25T12:40:05.546Z] ---> 2377606faaf3 [2021-02-25T12:40:05.546Z] [2021-02-25T12:40:05.832Z] Removing intermediate container 82474bbdf6eb [2021-02-25T12:40:05.832Z] ---> 0f71394c0ddd [2021-02-25T12:40:05.832Z] [2021-02-25T12:40:05.832Z] Successfully built 4c62b371416e [2021-02-25T12:40:05.832Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-25T12:40:05.832Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-25T12:40:06.114Z] Successfully built 2377606faaf3 [2021-02-25T12:40:06.114Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-25T12:40:06.114Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-25T12:40:06.388Z] Successfully built 0f71394c0ddd [2021-02-25T12:40:06.388Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-25T12:40:06.388Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-25T12:40:06.388Z] Removing intermediate container 4707e7b2dcdf [2021-02-25T12:40:06.388Z] ---> 3941c0016d20 [2021-02-25T12:40:06.388Z] [2021-02-25T12:40:06.983Z] Successfully built 3941c0016d20 [2021-02-25T12:40:06.983Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-25T12:40:22.058Z]  Building docker-core-command-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:40:22.058Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:40:22.058Z] ---> 87dc60a5c06e [2021-02-25T12:40:22.058Z] Step 3/30 : WORKDIR /edgex-go [2021-02-25T12:40:22.058Z] ---> Using cache [2021-02-25T12:40:22.058Z] ---> fed1ffd64f9a [2021-02-25T12:40:22.058Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:40:22.058Z] ---> Using cache [2021-02-25T12:40:22.058Z] ---> e86289851bc8 [2021-02-25T12:40:22.058Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-25T12:40:22.058Z] ---> Using cache [2021-02-25T12:40:22.058Z] ---> 46eed333c1a0 [2021-02-25T12:40:22.058Z] Step 6/30 : COPY go.mod . [2021-02-25T12:40:22.058Z] ---> Using cache [2021-02-25T12:40:22.058Z] ---> c8c4968b2b23 [2021-02-25T12:40:22.058Z] Step 7/30 : RUN go mod download [2021-02-25T12:40:22.058Z] ---> Using cache [2021-02-25T12:40:22.058Z] ---> 6d134563dfa4 [2021-02-25T12:40:22.058Z] Step 8/30 : COPY . . [2021-02-25T12:40:22.058Z] ---> Using cache [2021-02-25T12:40:22.058Z] ---> aa4214169e9d [2021-02-25T12:40:22.058Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-25T12:40:27.466Z] ---> Running in 330332cf7df7 [2021-02-25T12:40:28.910Z] 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-02-25T12:40:46.915Z] ---> e94ada289ae7 [2021-02-25T12:40:46.915Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-25T12:40:46.915Z] ---> 756700fd1f0f [2021-02-25T12:40:46.915Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-25T12:40:46.915Z] ---> 9ba181b19e65 [2021-02-25T12:40:46.915Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-25T12:40:46.915Z] ---> Running in f56031d8c336 [2021-02-25T12:40:46.915Z] ---> Running in 210b82d6ccb5 [2021-02-25T12:40:46.915Z] ---> e371a272321c [2021-02-25T12:40:46.915Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-25T12:40:47.257Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:40:47.257Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:40:47.257Z] ---> 87dc60a5c06e [2021-02-25T12:40:47.257Z] Step 3/21 : WORKDIR /edgex-go [2021-02-25T12:40:47.257Z] ---> Using cache [2021-02-25T12:40:47.257Z] ---> fed1ffd64f9a [2021-02-25T12:40:47.257Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:40:47.257Z] ---> Using cache [2021-02-25T12:40:47.257Z] ---> e86289851bc8 [2021-02-25T12:40:47.257Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-25T12:40:47.257Z] ---> Using cache [2021-02-25T12:40:47.257Z] ---> 46eed333c1a0 [2021-02-25T12:40:47.257Z] Step 6/21 : COPY go.mod . [2021-02-25T12:40:47.257Z] ---> Using cache [2021-02-25T12:40:47.257Z] ---> c8c4968b2b23 [2021-02-25T12:40:47.257Z] Step 7/21 : RUN go mod download [2021-02-25T12:40:47.257Z] ---> Using cache [2021-02-25T12:40:47.257Z] ---> 6d134563dfa4 [2021-02-25T12:40:47.257Z] Step 8/21 : COPY . . [2021-02-25T12:40:47.257Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:40:47.257Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:40:47.257Z] ---> 87dc60a5c06e [2021-02-25T12:40:47.257Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T12:40:47.257Z] ---> Using cache [2021-02-25T12:40:47.257Z] ---> fed1ffd64f9a [2021-02-25T12:40:47.257Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:40:47.257Z] ---> Using cache [2021-02-25T12:40:47.257Z] ---> e86289851bc8 [2021-02-25T12:40:47.257Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-25T12:40:47.533Z] ---> Using cache [2021-02-25T12:40:47.533Z] ---> aa4214169e9d [2021-02-25T12:40:47.533Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-25T12:40:47.571Z] ---> 328446d9c2ea [2021-02-25T12:40:47.571Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-25T12:40:47.809Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:40:47.809Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:40:47.809Z] ---> 87dc60a5c06e [2021-02-25T12:40:47.809Z] Step 3/26 : WORKDIR /edgex-go [2021-02-25T12:40:47.809Z] ---> Using cache [2021-02-25T12:40:47.809Z] ---> fed1ffd64f9a [2021-02-25T12:40:47.809Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:40:47.809Z] ---> Using cache [2021-02-25T12:40:47.809Z] ---> e86289851bc8 [2021-02-25T12:40:47.809Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-25T12:40:48.535Z] ---> Running in df7bd12f04d7 [2021-02-25T12:40:48.535Z] ---> Running in 465e79c60f29 [2021-02-25T12:40:48.810Z] ---> Running in 000d42dd83fe [2021-02-25T12:40:51.206Z] ---> Running in 9f4dad4898c5 [2021-02-25T12:40:51.206Z] ---> Running in 4b5abdc8a557 [2021-02-25T12:40:51.511Z] ---> Running in f645e743e81e [2021-02-25T12:40:52.794Z] 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-02-25T12:40:52.794Z] 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-02-25T12:40:52.794Z] 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-02-25T12:40:52.794Z] 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-02-25T12:40:53.255Z] 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-02-25T12:40:53.715Z] 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-02-25T12:40:54.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:40:54.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:40:56.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:40:56.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:40:57.683Z] OK: 217 MiB in 51 packages [2021-02-25T12:40:57.683Z] OK: 217 MiB in 51 packages [2021-02-25T12:40:59.669Z] Removing intermediate container 4b5abdc8a557 [2021-02-25T12:40:59.669Z] ---> d4c7bf5a622b [2021-02-25T12:40:59.669Z] Step 6/26 : COPY go.mod . [2021-02-25T12:40:59.944Z] Removing intermediate container f645e743e81e [2021-02-25T12:40:59.944Z] ---> fdd49420ef03 [2021-02-25T12:40:59.944Z] Step 6/23 : COPY go.mod . [2021-02-25T12:41:00.940Z] ---> 526042f56967 [2021-02-25T12:41:00.940Z] Step 7/26 : RUN go mod download [2021-02-25T12:41:01.216Z] ---> 53e3f6ebff50 [2021-02-25T12:41:01.216Z] Step 7/23 : RUN go mod download [2021-02-25T12:41:01.216Z] ---> Running in c08bb80d3fd6 [2021-02-25T12:41:01.501Z] ---> Running in 044d70867a0f [2021-02-25T12:41:06.912Z] Removing intermediate container c08bb80d3fd6 [2021-02-25T12:41:06.912Z] ---> bc1684d344bc [2021-02-25T12:41:06.912Z] Step 8/26 : COPY . . [2021-02-25T12:41:06.912Z] Removing intermediate container 044d70867a0f [2021-02-25T12:41:06.912Z] ---> 12249c5ce23f [2021-02-25T12:41:06.912Z] Step 8/23 : COPY . . [2021-02-25T12:41:33.727Z] Removing intermediate container 330332cf7df7 [2021-02-25T12:41:33.727Z] ---> aa1b9b55ebfd [2021-02-25T12:41:33.727Z] [2021-02-25T12:41:33.727Z] Step 10/30 : FROM alpine:3.12 [2021-02-25T12:41:33.727Z] ---> d10569e2745f [2021-02-25T12:41:33.727Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-25T12:41:33.727Z] ---> Running in 109ecc864b1b [2021-02-25T12:41:33.727Z] ---> 291ab712244f [2021-02-25T12:41:33.727Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-25T12:41:33.727Z] ---> 8ee2c52c72ab [2021-02-25T12:41:33.727Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-25T12:41:33.727Z] ---> Running in 22aed9c5f897 [2021-02-25T12:41:33.727Z] ---> Running in 77c2ca391d38 [2021-02-25T12:41:33.727Z] Removing intermediate container 109ecc864b1b [2021-02-25T12:41:33.727Z] ---> 3e64c3181292 [2021-02-25T12:41:33.727Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-25T12:41:33.727Z] ---> Running in 01b3286cc6de [2021-02-25T12:41:33.727Z] 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-02-25T12:41:33.727Z] 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-02-25T12:41:33.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:41:33.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:41:33.727Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-25T12:41:33.727Z] (2/2) Installing su-exec (0.2-r1) [2021-02-25T12:41:33.727Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:41:33.727Z] OK: 5 MiB in 16 packages [2021-02-25T12:41:35.710Z] Removing intermediate container 01b3286cc6de [2021-02-25T12:41:35.710Z] ---> 95aede4a6c49 [2021-02-25T12:41:35.710Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-25T12:41:35.710Z] ---> Running in cb544717ba4a [2021-02-25T12:41:36.333Z] Removing intermediate container cb544717ba4a [2021-02-25T12:41:36.333Z] ---> 2fa1c0a0c8c9 [2021-02-25T12:41:36.333Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-25T12:41:36.622Z] ---> Running in 2eabadbe076b [2021-02-25T12:41:37.221Z] 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-02-25T12:41:37.221Z] Removing intermediate container 2eabadbe076b [2021-02-25T12:41:37.221Z] ---> 87005fdf77b1 [2021-02-25T12:41:37.221Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-25T12:41:37.494Z] ---> Running in 7551ebd9cc7d [2021-02-25T12:41:40.915Z] Removing intermediate container 7551ebd9cc7d [2021-02-25T12:41:40.915Z] ---> 51465ce837ac [2021-02-25T12:41:40.915Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-25T12:41:41.187Z] ---> Running in b60b608273cf [2021-02-25T12:41:41.783Z] Removing intermediate container b60b608273cf [2021-02-25T12:41:42.058Z] ---> cf9366efaae4 [2021-02-25T12:41:42.058Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-25T12:41:43.040Z] ---> 7fb81674663c [2021-02-25T12:41:43.040Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-25T12:41:43.312Z] ---> Running in 8f8a5cf93bb7 [2021-02-25T12:41:46.712Z] Removing intermediate container 8f8a5cf93bb7 [2021-02-25T12:41:46.712Z] ---> 4a2e0ac43ced [2021-02-25T12:41:46.712Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:41:48.152Z] ---> ab20c0e03a78 [2021-02-25T12:41:48.152Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-25T12:41:50.791Z] ---> 632f225c771d [2021-02-25T12:41:50.791Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-25T12:41:52.787Z] ---> 34a86c3f2d71 [2021-02-25T12:41:52.787Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-25T12:41:53.402Z] Removing intermediate container 9f4dad4898c5 [2021-02-25T12:41:53.402Z] ---> 8e093a9b4d7c [2021-02-25T12:41:53.402Z] [2021-02-25T12:41:53.402Z] Step 10/21 : FROM alpine:3.12 [2021-02-25T12:41:53.402Z] ---> d10569e2745f [2021-02-25T12:41:53.402Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-25T12:41:53.679Z] ---> Running in 1a9ca04d6aaa [2021-02-25T12:41:54.278Z] ---> 28a4e2c465e7 [2021-02-25T12:41:54.278Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-25T12:41:54.878Z] ---> Running in 1a3a49d3f38e [2021-02-25T12:41:55.498Z] Removing intermediate container 1a3a49d3f38e [2021-02-25T12:41:55.498Z] ---> 7e9cad1b25b1 [2021-02-25T12:41:55.498Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-25T12:41:55.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:41:56.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:41:56.660Z] ---> 32a6258a384f [2021-02-25T12:41:56.660Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-25T12:41:56.948Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-25T12:41:56.948Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T12:41:56.948Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-25T12:41:56.948Z] (4/4) Installing curl (7.69.1-r3) [2021-02-25T12:41:56.948Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:41:56.948Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T12:41:57.229Z] ---> Running in 0b60e6f237ac [2021-02-25T12:41:57.508Z] OK: 7 MiB in 18 packages [2021-02-25T12:42:00.195Z] Removing intermediate container 1a9ca04d6aaa [2021-02-25T12:42:00.196Z] ---> f3e0e4f99c74 [2021-02-25T12:42:00.196Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T12:42:00.473Z] ---> Running in 79be7a6511c6 [2021-02-25T12:42:01.076Z] Removing intermediate container 0b60e6f237ac [2021-02-25T12:42:01.076Z] ---> 7d8be758da76 [2021-02-25T12:42:01.076Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-25T12:42:01.682Z] ---> Running in 4114a75ed96e [2021-02-25T12:42:01.682Z] Removing intermediate container 79be7a6511c6 [2021-02-25T12:42:01.682Z] ---> a628c6b885e1 [2021-02-25T12:42:01.682Z] Step 13/21 : WORKDIR /edgex [2021-02-25T12:42:01.682Z] ---> Running in e8a65ed933bf [2021-02-25T12:42:02.283Z] Removing intermediate container 4114a75ed96e [2021-02-25T12:42:02.283Z] ---> a2d1b49d7e91 [2021-02-25T12:42:02.283Z] Step 27/30 : CMD ["gate"] [2021-02-25T12:42:02.561Z] Removing intermediate container e8a65ed933bf [2021-02-25T12:42:02.561Z] ---> 7c8c0603edfe [2021-02-25T12:42:02.561Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-25T12:42:02.561Z] ---> Running in 027ef43e64f4 [2021-02-25T12:42:03.553Z] Removing intermediate container 027ef43e64f4 [2021-02-25T12:42:03.553Z] ---> 58cbdddf07fa [2021-02-25T12:42:03.553Z] Step 28/30 : LABEL arch=arm64 [2021-02-25T12:42:03.553Z] ---> 5fa9b35fe540 [2021-02-25T12:42:03.553Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-25T12:42:04.173Z] ---> Running in 23d9f88d8d59 [2021-02-25T12:42:05.171Z] Removing intermediate container 23d9f88d8d59 [2021-02-25T12:42:05.171Z] ---> ad3b0737edc9 [2021-02-25T12:42:05.171Z] Step 29/30 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:42:05.764Z] ---> Running in e7047dfd52c2 [2021-02-25T12:42:05.764Z] ---> b2ed139790c8 [2021-02-25T12:42:05.764Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-25T12:42:06.369Z] Removing intermediate container e7047dfd52c2 [2021-02-25T12:42:06.369Z] ---> d6d26c0d5da0 [2021-02-25T12:42:06.369Z] Step 30/30 : LABEL version=0.0.0 [2021-02-25T12:42:06.964Z] ---> Running in f24d899c9949 [2021-02-25T12:42:07.950Z] Removing intermediate container f24d899c9949 [2021-02-25T12:42:07.950Z] ---> fea758209902 [2021-02-25T12:42:07.950Z] [2021-02-25T12:42:07.950Z] ---> 21f9e6b37716 [2021-02-25T12:42:07.950Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-25T12:42:08.225Z] ---> Running in dd1c426322c6 [2021-02-25T12:42:08.498Z] Successfully built fea758209902 [2021-02-25T12:42:08.498Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-25T12:42:09.097Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container dd1c426322c6 [2021-02-25T12:42:09.097Z] ---> a212139a3646 [2021-02-25T12:42:09.097Z] Step 18/21 : CMD ["--init=true"] [2021-02-25T12:42:09.097Z] ---> Running in a23c0c8cb5a0 [2021-02-25T12:42:09.701Z] Removing intermediate container a23c0c8cb5a0 [2021-02-25T12:42:09.701Z] ---> 7132639b7633 [2021-02-25T12:42:09.701Z] Step 19/21 : LABEL arch=arm64 [2021-02-25T12:42:09.977Z] ---> Running in ba9f90fdafae [2021-02-25T12:42:10.583Z] Removing intermediate container ba9f90fdafae [2021-02-25T12:42:10.583Z] ---> 603ec289e95f [2021-02-25T12:42:10.583Z] Step 20/21 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:42:10.583Z] ---> Running in cd69027a02a9 [2021-02-25T12:42:11.191Z] Removing intermediate container cd69027a02a9 [2021-02-25T12:42:11.192Z] ---> bfa90faab01b [2021-02-25T12:42:11.192Z] Step 21/21 : LABEL version=0.0.0 [2021-02-25T12:42:11.467Z] ---> Running in de15c445cbb7 [2021-02-25T12:42:12.074Z] Removing intermediate container de15c445cbb7 [2021-02-25T12:42:12.074Z] ---> 0c3d36dba5d2 [2021-02-25T12:42:12.074Z] [2021-02-25T12:42:12.676Z] Successfully built 0c3d36dba5d2 [2021-02-25T12:42:12.676Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-25T12:42:18.835Z] 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-02-25T12:42:34.878Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 77c2ca391d38 [2021-02-25T12:42:34.878Z] ---> ae3e07de29d6 [2021-02-25T12:42:34.878Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-25T12:42:34.878Z] ---> Running in d65e7b9a790c [2021-02-25T12:42:35.152Z] 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-02-25T12:42:38.541Z] Removing intermediate container d65e7b9a790c [2021-02-25T12:42:38.541Z] ---> 884dae72be6e [2021-02-25T12:42:38.541Z] [2021-02-25T12:42:38.541Z] Step 11/26 : FROM docker:20.10.0 [2021-02-25T12:42:38.541Z] 20.10.0: Pulling from library/docker [2021-02-25T12:42:40.476Z] Removing intermediate container df7bd12f04d7 [2021-02-25T12:42:40.476Z] ---> cf8fa25c59d4 [2021-02-25T12:42:40.476Z] [2021-02-25T12:42:40.476Z] Step 10/30 : FROM alpine:3.12 [2021-02-25T12:42:40.476Z] 3.12: Pulling from library/alpine [2021-02-25T12:42:42.489Z] Removing intermediate container 465e79c60f29 [2021-02-25T12:42:42.489Z] ---> 3b21ac417704 [2021-02-25T12:42:42.489Z] [2021-02-25T12:42:42.489Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T12:42:42.489Z] Removing intermediate container 210b82d6ccb5 [2021-02-25T12:42:42.489Z] ---> d69d0b47ef9e [2021-02-25T12:42:42.489Z] [2021-02-25T12:42:42.489Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T12:42:43.153Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T12:42:43.153Z] 3.12: Pulling from library/alpine [2021-02-25T12:42:43.153Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T12:42:43.153Z] ---> 88dd2752d2ea [2021-02-25T12:42:43.153Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-25T12:42:43.961Z] 3.12: Pulling from library/alpine [2021-02-25T12:42:43.961Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T12:42:43.961Z] Status: Image is up to date for alpine:3.12 [2021-02-25T12:42:43.961Z] ---> 88dd2752d2ea [2021-02-25T12:42:43.961Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-25T12:42:43.961Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T12:42:43.961Z] Status: Image is up to date for alpine:3.12 [2021-02-25T12:42:43.961Z] ---> 88dd2752d2ea [2021-02-25T12:42:43.961Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-25T12:42:45.575Z] ---> Running in 89b47cf32923 [2021-02-25T12:42:45.575Z] ---> Running in 254939ca81b2 [2021-02-25T12:42:45.575Z] ---> Running in df67cd9c1944 [2021-02-25T12:42:47.367Z] Removing intermediate container 000d42dd83fe [2021-02-25T12:42:47.367Z] ---> 4ad54d28339c [2021-02-25T12:42:47.367Z] [2021-02-25T12:42:47.367Z] Step 10/21 : FROM alpine:3.12 [2021-02-25T12:42:47.367Z] ---> 88dd2752d2ea [2021-02-25T12:42:47.367Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-25T12:42:47.641Z] Removing intermediate container 254939ca81b2 [2021-02-25T12:42:47.641Z] ---> a328a0af5564 [2021-02-25T12:42:47.641Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-25T12:42:48.682Z] Removing intermediate container 22aed9c5f897 [2021-02-25T12:42:48.682Z] ---> d9ccf4d32f3d [2021-02-25T12:42:48.682Z] [2021-02-25T12:42:48.682Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T12:42:48.682Z] ---> d10569e2745f [2021-02-25T12:42:48.682Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-25T12:42:48.682Z] ---> Running in 8d154e118f60 [2021-02-25T12:42:48.682Z] Removing intermediate container 8d154e118f60 [2021-02-25T12:42:48.682Z] ---> df4eb2ae2086 [2021-02-25T12:42:48.682Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-25T12:42:48.682Z] ---> Running in e84d310bf78a [2021-02-25T12:42:48.682Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T12:42:48.682Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T12:42:48.682Z] ---> eeaf43b92773 [2021-02-25T12:42:48.682Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-25T12:42:48.682Z] ---> Running in 7e1f5fd434e7 [2021-02-25T12:42:48.682Z] Removing intermediate container e84d310bf78a [2021-02-25T12:42:48.682Z] ---> d6ecd50d31ab [2021-02-25T12:42:48.682Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-25T12:42:48.954Z] ---> Running in 9b229ca853d3 [2021-02-25T12:42:49.548Z] Removing intermediate container 9b229ca853d3 [2021-02-25T12:42:49.548Z] ---> cb0df09cf228 [2021-02-25T12:42:49.548Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:42:49.548Z] ---> Running in 4c3cc1c0b62f [2021-02-25T12:42:49.680Z] ---> Running in 09a3646006d6 [2021-02-25T12:42:49.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:42:50.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:42:50.691Z] (1/2) Installing readline (8.0.4-r0) [2021-02-25T12:42:50.691Z] (2/2) Installing bash (5.0.17-r0) [2021-02-25T12:42:50.691Z] Executing bash-5.0.17-r0.post-install [2021-02-25T12:42:50.691Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:42:50.691Z] OK: 12 MiB in 22 packages [2021-02-25T12:42:50.702Z] ---> Running in 139790a2dadb [2021-02-25T12:42:50.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:42:51.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:42:51.062Z] Removing intermediate container f56031d8c336 [2021-02-25T12:42:51.062Z] ---> 41a21f3cff4d [2021-02-25T12:42:51.062Z] [2021-02-25T12:42:51.062Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T12:42:51.062Z] ---> 88dd2752d2ea [2021-02-25T12:42:51.062Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-25T12:42:51.357Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T12:42:51.357Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:42:51.357Z] OK: 6 MiB in 15 packages [2021-02-25T12:42:51.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:42:51.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:42:52.051Z] ---> Running in c618f00e5fd3 [2021-02-25T12:42:52.133Z] Removing intermediate container 4c3cc1c0b62f [2021-02-25T12:42:52.133Z] ---> c3a28fb2fa7a [2021-02-25T12:42:52.133Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-25T12:42:52.133Z] ---> Running in 1d6940bda597 [2021-02-25T12:42:52.350Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-25T12:42:52.350Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-25T12:42:52.350Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:42:52.350Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T12:42:52.403Z] Removing intermediate container 7e1f5fd434e7 [2021-02-25T12:42:52.403Z] ---> 3a102fbd232d [2021-02-25T12:42:52.403Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-25T12:42:52.675Z] ---> Running in 069ef4284b0a [2021-02-25T12:42:52.707Z] OK: 6 MiB in 16 packages [2021-02-25T12:42:53.268Z] Removing intermediate container 069ef4284b0a [2021-02-25T12:42:53.268Z] ---> 8ab020711757 [2021-02-25T12:42:53.268Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-25T12:42:53.268Z] ---> Running in 3417583976c5 [2021-02-25T12:42:53.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:42:53.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:42:53.378Z] Removing intermediate container c618f00e5fd3 [2021-02-25T12:42:53.378Z] ---> 9d55e6ad8e7b [2021-02-25T12:42:53.378Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-25T12:42:53.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:42:53.378Z] ---> Running in 35d1a3ce0ef5 [2021-02-25T12:42:53.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:42:53.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:42:53.689Z] Removing intermediate container 89b47cf32923 [2021-02-25T12:42:53.689Z] ---> 30e22f0c4767 [2021-02-25T12:42:53.689Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T12:42:53.862Z] Removing intermediate container 3417583976c5 [2021-02-25T12:42:53.862Z] ---> 3075cd114d37 [2021-02-25T12:42:53.862Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-25T12:42:53.862Z] ---> Running in 93a63f86a506 [2021-02-25T12:42:54.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:42:54.227Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-25T12:42:54.227Z] (2/2) Installing su-exec (0.2-r1) [2021-02-25T12:42:54.227Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-25T12:42:54.227Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:42:54.227Z] OK: 6 MiB in 16 packages [2021-02-25T12:42:54.227Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T12:42:54.227Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-25T12:42:54.227Z] (4/4) Installing curl (7.69.1-r3) [2021-02-25T12:42:54.227Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:42:54.227Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T12:42:54.404Z] Removing intermediate container 93a63f86a506 [2021-02-25T12:42:54.404Z] ---> 573e6168a17d [2021-02-25T12:42:54.404Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-25T12:42:54.643Z] OK: 7 MiB in 18 packages [2021-02-25T12:42:54.643Z] ---> Running in 4ead88dba7c1 [2021-02-25T12:42:54.643Z] Removing intermediate container 35d1a3ce0ef5 [2021-02-25T12:42:54.643Z] ---> db4d20105fef [2021-02-25T12:42:54.643Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-25T12:42:55.337Z] ---> Running in 151dd76763ff [2021-02-25T12:42:55.337Z] Removing intermediate container df67cd9c1944 [2021-02-25T12:42:55.337Z] ---> af8bdbc7a79b [2021-02-25T12:42:55.337Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T12:42:55.378Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-25T12:42:55.378Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-25T12:42:55.378Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-25T12:42:55.378Z] ---> 17f5b5e6c59d [2021-02-25T12:42:55.378Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-25T12:42:55.631Z] ---> Running in d238276d8e82 [2021-02-25T12:42:55.650Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-25T12:42:55.920Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-25T12:42:55.954Z] Removing intermediate container 4ead88dba7c1 [2021-02-25T12:42:55.954Z] ---> ce66af154bc8 [2021-02-25T12:42:55.954Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-25T12:42:55.954Z] Removing intermediate container 151dd76763ff [2021-02-25T12:42:55.954Z] ---> 2ffb17e33fe8 [2021-02-25T12:42:55.954Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:42:56.193Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-25T12:42:56.193Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:42:56.193Z] ---> 4b3d50f364f6 [2021-02-25T12:42:56.193Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-25T12:42:56.193Z] OK: 8 MiB in 20 packages [2021-02-25T12:42:56.323Z] ---> Running in 0b0e4e52fd47 [2021-02-25T12:42:56.323Z] Removing intermediate container 139790a2dadb [2021-02-25T12:42:56.323Z] ---> f417db9c38f0 [2021-02-25T12:42:56.323Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-25T12:42:56.323Z] ---> Running in d1e3ecf07882 [2021-02-25T12:42:56.618Z] Removing intermediate container d238276d8e82 [2021-02-25T12:42:56.618Z] ---> 81d9a9ec7756 [2021-02-25T12:42:56.618Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-25T12:42:56.618Z] ---> Running in 53e701a967f3 [2021-02-25T12:42:56.902Z] Removing intermediate container 09a3646006d6 [2021-02-25T12:42:56.902Z] ---> 48a3fbde8c2f [2021-02-25T12:42:56.902Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T12:42:56.902Z] Removing intermediate container 0b0e4e52fd47 [2021-02-25T12:42:56.902Z] ---> caaace51901f [2021-02-25T12:42:56.902Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T12:42:57.164Z] ---> 5aef3e678ae2 [2021-02-25T12:42:57.165Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-25T12:42:57.304Z] ---> Running in a38f2205c334 [2021-02-25T12:42:57.304Z] ---> Running in 5272b8ced2ca [2021-02-25T12:42:57.304Z] ---> Running in 71961f3f2092 [2021-02-25T12:42:57.439Z] ---> Running in f86ba8eb59f4 [2021-02-25T12:42:57.634Z] Removing intermediate container 53e701a967f3 [2021-02-25T12:42:57.634Z] ---> d01977ecc787 [2021-02-25T12:42:57.634Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-25T12:42:57.634Z] Removing intermediate container a38f2205c334 [2021-02-25T12:42:57.634Z] ---> 3ea7143192d0 [2021-02-25T12:42:57.634Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T12:42:57.715Z] Removing intermediate container 1d6940bda597 [2021-02-25T12:42:57.715Z] ---> ed79e39bb076 [2021-02-25T12:42:57.715Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:42:57.931Z] ---> Running in 9334471e5244 [2021-02-25T12:42:57.932Z] ---> Running in 925f49a8f086 [2021-02-25T12:42:57.932Z] Removing intermediate container 71961f3f2092 [2021-02-25T12:42:57.932Z] ---> 0e5e376caff1 [2021-02-25T12:42:57.932Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:42:58.265Z] Removing intermediate container 5272b8ced2ca [2021-02-25T12:42:58.265Z] ---> 0709e36d3d15 [2021-02-25T12:42:58.265Z] Step 13/21 : WORKDIR /edgex [2021-02-25T12:42:58.702Z] ---> cbfa561a250e [2021-02-25T12:42:58.702Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-25T12:42:58.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:42:58.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:42:59.286Z] ---> Running in 6bd2c120dc82 [2021-02-25T12:42:59.569Z] Removing intermediate container 925f49a8f086 [2021-02-25T12:42:59.569Z] ---> 364724db3916 [2021-02-25T12:42:59.569Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:42:59.569Z] Removing intermediate container 9334471e5244 [2021-02-25T12:42:59.569Z] ---> b768a19b209c [2021-02-25T12:42:59.569Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-25T12:42:59.570Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-25T12:42:59.570Z] (2/33) Installing expat (2.2.9-r1) [2021-02-25T12:42:59.570Z] (3/33) Installing libffi (3.3-r2) [2021-02-25T12:42:59.570Z] (4/33) Installing gdbm (1.13-r1) [2021-02-25T12:42:59.570Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-25T12:42:59.570Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-25T12:42:59.570Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-25T12:43:00.170Z] ---> 53711529852c [2021-02-25T12:43:00.170Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-25T12:43:00.285Z] ---> Running in bf07fd2521bb [2021-02-25T12:43:00.285Z] ---> 4f69181b7c63 [2021-02-25T12:43:00.285Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-25T12:43:00.285Z] Removing intermediate container 6bd2c120dc82 [2021-02-25T12:43:00.285Z] ---> 7e4ac08fde62 [2021-02-25T12:43:00.285Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-25T12:43:01.149Z] ---> be6581615c30 [2021-02-25T12:43:01.149Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-25T12:43:01.419Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-25T12:43:01.419Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-25T12:43:01.419Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-25T12:43:01.419Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-25T12:43:01.419Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-25T12:43:01.419Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-25T12:43:01.419Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-25T12:43:01.419Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-25T12:43:01.419Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-25T12:43:01.419Z] ---> Running in 10bab1975709 [2021-02-25T12:43:01.419Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-25T12:43:01.564Z] ---> f8125f26180e [2021-02-25T12:43:01.564Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-25T12:43:01.692Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-25T12:43:01.692Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-25T12:43:01.692Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-25T12:43:01.692Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-25T12:43:01.692Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-25T12:43:01.692Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-25T12:43:01.692Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-25T12:43:01.692Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-25T12:43:01.692Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-25T12:43:01.692Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-25T12:43:01.692Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-25T12:43:01.692Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-25T12:43:01.692Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-25T12:43:01.692Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-25T12:43:01.692Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-25T12:43:01.692Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-25T12:43:01.966Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:43:01.966Z] OK: 71 MiB in 55 packages [2021-02-25T12:43:02.245Z] Removing intermediate container 10bab1975709 [2021-02-25T12:43:02.245Z] ---> 077d4908f1d2 [2021-02-25T12:43:02.245Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:43:02.522Z] ---> Running in a1e8a85ebde8 [2021-02-25T12:43:02.585Z] Removing intermediate container d1e3ecf07882 [2021-02-25T12:43:02.585Z] ---> ae7250c7861f [2021-02-25T12:43:02.585Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-25T12:43:02.957Z] ---> 70057dc63ae6 [2021-02-25T12:43:02.957Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-25T12:43:03.116Z] Removing intermediate container a1e8a85ebde8 [2021-02-25T12:43:03.116Z] ---> c5da6a0a8c45 [2021-02-25T12:43:03.116Z] Step 21/23 : LABEL arch=arm64 [2021-02-25T12:43:03.116Z] ---> Running in 1c5cea4591ad [2021-02-25T12:43:03.677Z] ---> Running in 20bd0817e296 [2021-02-25T12:43:03.677Z] ---> 71fedce01d06 [2021-02-25T12:43:03.677Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-25T12:43:03.714Z] Removing intermediate container 1c5cea4591ad [2021-02-25T12:43:03.714Z] ---> 357d06b3930a [2021-02-25T12:43:03.714Z] Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:43:03.989Z] ---> Running in 4eb1f5efbcbb [2021-02-25T12:43:04.257Z] ---> 373c52140802 [2021-02-25T12:43:04.258Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-25T12:43:04.588Z] Removing intermediate container 4eb1f5efbcbb [2021-02-25T12:43:04.589Z] ---> c87b2ca179e6 [2021-02-25T12:43:04.589Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T12:43:04.883Z] ---> Running in 48dcf6632323 [2021-02-25T12:43:05.279Z] ---> 983dea05d1f2 [2021-02-25T12:43:05.279Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-25T12:43:05.491Z] Removing intermediate container 48dcf6632323 [2021-02-25T12:43:05.491Z] ---> 0fd13334fda3 [2021-02-25T12:43:05.491Z] [2021-02-25T12:43:05.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:43:05.762Z] Successfully built 0fd13334fda3 [2021-02-25T12:43:05.762Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-25T12:43:05.852Z] ---> f2596e020c25 [2021-02-25T12:43:05.852Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-25T12:43:05.852Z] ---> b9afa7486c90 [2021-02-25T12:43:05.852Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-25T12:43:05.852Z] ---> Running in 5c87ca01eb48 [2021-02-25T12:43:05.852Z] ---> Running in ece2f3455faa [2021-02-25T12:43:06.203Z] Removing intermediate container bf07fd2521bb [2021-02-25T12:43:06.203Z] ---> 7a5aa2e6451b [2021-02-25T12:43:06.522Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-25T12:43:06.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:43:06.522Z] ---> d2921dfe3536 [2021-02-25T12:43:06.522Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-25T12:43:06.818Z] Removing intermediate container 5c87ca01eb48 [2021-02-25T12:43:06.819Z] ---> 5853b1a5c634 [2021-02-25T12:43:06.819Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:43:06.819Z] Removing intermediate container ece2f3455faa [2021-02-25T12:43:06.819Z] ---> 7e71206244a2 [2021-02-25T12:43:06.819Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:43:06.819Z] ---> Running in 0c5aafe4bdb5 [2021-02-25T12:43:07.127Z] ---> Running in e776a71fdc37 [2021-02-25T12:43:07.127Z] ---> Running in 11f6aa25c32a [2021-02-25T12:43:07.127Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-25T12:43:07.127Z] ---> Running in d97f024548ed [2021-02-25T12:43:07.456Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-25T12:43:07.456Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-25T12:43:07.456Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-25T12:43:07.728Z]  Building docker-core-data-go ... done Removing intermediate container f86ba8eb59f4 [2021-02-25T12:43:07.728Z] ---> 9f055e60b749 [2021-02-25T12:43:07.728Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-25T12:43:07.728Z] ---> Running in 3cc9102896e7 [2021-02-25T12:43:07.758Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-25T12:43:08.071Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-25T12:43:08.071Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:43:08.071Z] OK: 8 MiB in 20 packages [2021-02-25T12:43:08.570Z] Removing intermediate container 0c5aafe4bdb5 [2021-02-25T12:43:08.570Z] ---> 433eb7bf444e [2021-02-25T12:43:08.570Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-25T12:43:08.570Z] Removing intermediate container 11f6aa25c32a [2021-02-25T12:43:08.570Z] ---> 366be37438b5 [2021-02-25T12:43:08.570Z] Step 18/21 : CMD ["--init=true"] [2021-02-25T12:43:09.077Z] Removing intermediate container d97f024548ed [2021-02-25T12:43:09.077Z] ---> 17737240eac9 [2021-02-25T12:43:09.077Z] Step 20/22 : LABEL arch=x86_64 [2021-02-25T12:43:09.077Z] Removing intermediate container e776a71fdc37 [2021-02-25T12:43:09.077Z] ---> d4b45a40ccac [2021-02-25T12:43:09.077Z] Step 20/22 : LABEL arch=x86_64 [2021-02-25T12:43:09.077Z] ---> Running in 86f24b822b86 [2021-02-25T12:43:09.077Z] ---> Running in 5aa93fee8280 [2021-02-25T12:43:09.077Z] ---> Running in 1a229144b10f [2021-02-25T12:43:09.733Z] Removing intermediate container 86f24b822b86 [2021-02-25T12:43:09.733Z] ---> d2ea94dced15 [2021-02-25T12:43:09.733Z] Step 19/21 : LABEL arch=x86_64 [2021-02-25T12:43:10.353Z] Removing intermediate container 1a229144b10f [2021-02-25T12:43:10.353Z] ---> 6fd6291d04b7 [2021-02-25T12:43:10.353Z] Step 21/22 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:43:10.353Z] Removing intermediate container 5aa93fee8280 [2021-02-25T12:43:10.353Z] ---> 8e43893ccee1 [2021-02-25T12:43:10.353Z] Step 21/22 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:43:10.353Z] ---> 803d34dd2947 [2021-02-25T12:43:10.353Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-25T12:43:10.353Z] ---> Running in bbce2661f50f [2021-02-25T12:43:10.789Z] ---> Running in 4abcf6d58216 [2021-02-25T12:43:10.789Z] ---> Running in cb9d53a6e996 [2021-02-25T12:43:10.789Z] ---> Running in ee1be6d90b82 [2021-02-25T12:43:10.789Z] Removing intermediate container 20bd0817e296 [2021-02-25T12:43:10.789Z] ---> 6f9303290e86 [2021-02-25T12:43:10.789Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:43:11.482Z] Removing intermediate container cb9d53a6e996 [2021-02-25T12:43:11.482Z] ---> 3bfa750f8f20 [2021-02-25T12:43:11.482Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T12:43:11.867Z] Removing intermediate container 4abcf6d58216 [2021-02-25T12:43:11.867Z] ---> c5add1551b03 [2021-02-25T12:43:11.868Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T12:43:11.868Z] Removing intermediate container bbce2661f50f [2021-02-25T12:43:11.868Z] ---> c37d7de5f339 [2021-02-25T12:43:11.868Z] Step 20/21 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:43:12.323Z] ---> ee6f03255d49 [2021-02-25T12:43:12.323Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-25T12:43:12.323Z] ---> Running in edd1e3798da0 [2021-02-25T12:43:12.812Z] ---> Running in 19ef0c35ec79 [2021-02-25T12:43:12.812Z] ---> Running in 342a468733e1 [2021-02-25T12:43:13.124Z] Collecting docker-compose==1.23.2 [2021-02-25T12:43:13.124Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-25T12:43:13.124Z] Collecting docopt<0.7,>=0.6.1 [2021-02-25T12:43:13.124Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-25T12:43:13.534Z] Removing intermediate container edd1e3798da0 [2021-02-25T12:43:13.535Z] ---> 70dbb572b319 [2021-02-25T12:43:13.535Z] [2021-02-25T12:43:14.681Z] Removing intermediate container 19ef0c35ec79 [2021-02-25T12:43:14.681Z] ---> 7ffe3e16c46d [2021-02-25T12:43:14.681Z] [2021-02-25T12:43:15.148Z] Collecting texttable<0.10,>=0.9.0 [2021-02-25T12:43:15.149Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-25T12:43:15.644Z] Removing intermediate container 342a468733e1 [2021-02-25T12:43:15.644Z] ---> ff643f3a6d0b [2021-02-25T12:43:15.644Z] Step 21/21 : LABEL version=0.0.0 [2021-02-25T12:43:16.950Z] ---> cee1add6e262 [2021-02-25T12:43:16.950Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-25T12:43:17.255Z] ---> Running in eec250832d45 [2021-02-25T12:43:17.591Z] Successfully built 70dbb572b319 [2021-02-25T12:43:17.591Z] Successfully tagged docker-support-notifications-go:latest [2021-02-25T12:43:17.591Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-25T12:43:17.591Z] Successfully built 7ffe3e16c46d [2021-02-25T12:43:17.963Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-25T12:43:17.963Z] Building docker-security-secretstore-setup-go [2021-02-25T12:43:18.275Z]  Building docker-support-scheduler-go ... done Removing intermediate container eec250832d45 [2021-02-25T12:43:18.275Z] ---> 92ffa980c252 [2021-02-25T12:43:18.275Z] [2021-02-25T12:43:18.584Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-25T12:43:18.584Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-25T12:43:18.584Z] 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-02-25T12:43:18.584Z] Collecting jsonschema<3,>=2.5.1 [2021-02-25T12:43:18.584Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-25T12:43:18.923Z] ---> 7cbb9488b3bc [2021-02-25T12:43:18.923Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-25T12:43:19.552Z] Collecting PyYAML<4,>=3.10 [2021-02-25T12:43:19.552Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-25T12:43:19.943Z] ---> Running in bb874705b9b4 [2021-02-25T12:43:19.943Z] Removing intermediate container ee1be6d90b82 [2021-02-25T12:43:19.943Z] ---> 60d74c80dd11 [2021-02-25T12:43:19.943Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:43:21.182Z] Successfully built 92ffa980c252 [2021-02-25T12:43:21.182Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-25T12:43:21.182Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-02-25T12:43:21.940Z] Removing intermediate container bb874705b9b4 [2021-02-25T12:43:21.940Z] ---> 627a9c65a3e3 [2021-02-25T12:43:21.940Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:43:21.940Z] ---> Running in b40977dae95a [2021-02-25T12:43:21.940Z] ---> 7f2e5b455152 [2021-02-25T12:43:21.940Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-25T12:43:22.912Z] Collecting cached-property<2,>=1.2.0 [2021-02-25T12:43:22.912Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-25T12:43:22.912Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-25T12:43:22.912Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-25T12:43:23.505Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-25T12:43:23.505Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-25T12:43:25.398Z] Removing intermediate container b40977dae95a [2021-02-25T12:43:25.398Z] ---> 035ed821a9f5 [2021-02-25T12:43:25.398Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T12:43:25.464Z] Collecting docker<4.0,>=3.6.0 [2021-02-25T12:43:25.464Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-25T12:43:26.429Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-25T12:43:26.429Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-25T12:43:26.698Z] 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-02-25T12:43:26.698Z] Collecting idna<2.8,>=2.5 [2021-02-25T12:43:26.698Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-25T12:43:26.970Z] 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-02-25T12:43:26.970Z] Collecting docker-pycreds>=0.4.0 [2021-02-25T12:43:26.970Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-25T12:43:27.239Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-25T12:43:27.239Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-25T12:43:27.239Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-25T12:43:27.239Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-25T12:43:27.826Z] Installing collected packages: docopt, texttable, urllib3, idna, requests, jsonschema, PyYAML, cached-property, websocket-client, dockerpty, docker-pycreds, docker, docker-compose [2021-02-25T12:43:27.827Z] Running setup.py install for docopt: started [2021-02-25T12:43:29.788Z] Running setup.py install for docopt: finished with status 'done' [2021-02-25T12:43:29.788Z] Running setup.py install for texttable: started [2021-02-25T12:43:30.311Z] ---> Running in c2663edc3c01 [2021-02-25T12:43:31.137Z] ---> 487eee9dda3f [2021-02-25T12:43:31.137Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-25T12:43:31.752Z] Running setup.py install for texttable: finished with status 'done' [2021-02-25T12:43:31.752Z] Attempting uninstall: urllib3 [2021-02-25T12:43:31.752Z] Found existing installation: urllib3 1.25.9 [2021-02-25T12:43:31.752Z] Uninstalling urllib3-1.25.9: [2021-02-25T12:43:31.752Z] Successfully uninstalled urllib3-1.25.9 [2021-02-25T12:43:32.341Z] Attempting uninstall: idna [2021-02-25T12:43:32.341Z] Found existing installation: idna 2.9 [2021-02-25T12:43:32.341Z] Uninstalling idna-2.9: [2021-02-25T12:43:32.341Z] Successfully uninstalled idna-2.9 [2021-02-25T12:43:32.934Z] Attempting uninstall: requests [2021-02-25T12:43:32.934Z] Found existing installation: requests 2.23.0 [2021-02-25T12:43:32.934Z] Uninstalling requests-2.23.0: [2021-02-25T12:43:32.934Z] Successfully uninstalled requests-2.23.0 [2021-02-25T12:43:33.524Z] Running setup.py install for PyYAML: started [2021-02-25T12:43:34.626Z] Removing intermediate container c2663edc3c01 [2021-02-25T12:43:34.626Z] ---> 614bd82c51d2 [2021-02-25T12:43:34.626Z] Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:43:34.626Z] ---> Running in 36b127c969ee [2021-02-25T12:43:36.006Z] ---> 871c9cef56fe [2021-02-25T12:43:36.006Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-25T12:43:36.130Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-25T12:43:36.130Z] Running setup.py install for dockerpty: started [2021-02-25T12:43:38.091Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-25T12:43:39.122Z] Removing intermediate container 36b127c969ee [2021-02-25T12:43:39.122Z] ---> 83e2f819936c [2021-02-25T12:43:39.122Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T12:43:39.514Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-25T12:43:40.150Z] ---> Running in 8ac4eb9bc7bf [2021-02-25T12:43:40.150Z] ---> 25c0a79a2d79 [2021-02-25T12:43:40.150Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-25T12:43:40.872Z] ---> Running in d51a068816e0 [2021-02-25T12:43:41.171Z] Removing intermediate container 8ac4eb9bc7bf [2021-02-25T12:43:41.171Z] ---> 467520fd164e [2021-02-25T12:43:41.171Z] [2021-02-25T12:43:42.886Z] Removing intermediate container 3cc9102896e7 [2021-02-25T12:43:42.886Z] ---> 1077b1106e2e [2021-02-25T12:43:42.886Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-25T12:43:43.165Z] ---> Running in ed4910e45cc6 [2021-02-25T12:43:43.727Z] Removing intermediate container d51a068816e0 [2021-02-25T12:43:43.727Z] ---> b642216513eb [2021-02-25T12:43:43.727Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-25T12:43:43.727Z] Successfully built 467520fd164e [2021-02-25T12:43:43.727Z] Successfully tagged docker-core-data-go:latest [2021-02-25T12:43:43.727Z] Building docker-core-command-go [2021-02-25T12:43:44.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T12:43:44.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T12:43:44.994Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T12:43:44.994Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-25T12:43:44.994Z] (3/3) Installing curl (7.69.1-r3) [2021-02-25T12:43:45.271Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:43:45.271Z] OK: 71 MiB in 58 packages [2021-02-25T12:43:46.702Z] Removing intermediate container ed4910e45cc6 [2021-02-25T12:43:46.702Z] ---> 4564d73f0e83 [2021-02-25T12:43:46.702Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-25T12:43:46.702Z] ---> Running in 6b2c4e4dad51 [2021-02-25T12:43:46.972Z] Removing intermediate container 6b2c4e4dad51 [2021-02-25T12:43:46.972Z] ---> d411221f0af7 [2021-02-25T12:43:46.972Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:43:47.216Z]  Building docker-core-data-go ... done  ---> dfd61f27a610 [2021-02-25T12:43:47.216Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-25T12:43:47.242Z] ---> Running in 5b6cb43db659 [2021-02-25T12:43:47.513Z] Removing intermediate container 5b6cb43db659 [2021-02-25T12:43:47.513Z] ---> 7e3bc0c235d5 [2021-02-25T12:43:47.513Z] Step 24/26 : LABEL arch=arm64 [2021-02-25T12:43:47.785Z] ---> Running in 51d55ba56500 [2021-02-25T12:43:48.055Z] Removing intermediate container 51d55ba56500 [2021-02-25T12:43:48.055Z] ---> 2b77f3794069 [2021-02-25T12:43:48.055Z] Step 25/26 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:43:48.327Z] ---> Running in 47af8000354a [2021-02-25T12:43:48.683Z] ---> Running in 56e05681963e [2021-02-25T12:43:48.919Z] Removing intermediate container 47af8000354a [2021-02-25T12:43:48.919Z] ---> d7d79bf57eb1 [2021-02-25T12:43:48.919Z] Step 26/26 : LABEL version=0.0.0 [2021-02-25T12:43:48.919Z] ---> Running in a534e20a2860 [2021-02-25T12:43:49.511Z] Removing intermediate container a534e20a2860 [2021-02-25T12:43:49.511Z] ---> 73c7e54f75e8 [2021-02-25T12:43:49.511Z] [2021-02-25T12:43:49.783Z] Successfully built 73c7e54f75e8 [2021-02-25T12:43:49.783Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-25T12:43:50.069Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-25T12:43:50.071Z] $ docker stop --time=1 50b039cb07a9e15af4ad458c445eb3b985f62c6977548a8e9c308943ae36331e [2021-02-25T12:43:52.082Z] $ docker rm -f 50b039cb07a9e15af4ad458c445eb3b985f62c6977548a8e9c308943ae36331e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T12:43:52.825Z] + docker images [2021-02-25T12:43:52.825Z] + grep docker [2021-02-25T12:43:53.095Z] docker-sys-mgmt-agent-go-arm64 latest 73c7e54f75e8 3 seconds ago 300MB [2021-02-25T12:43:53.095Z] docker-core-data-go-arm64 latest 0fd13334fda3 47 seconds ago 21.1MB [2021-02-25T12:43:53.095Z] docker-security-proxy-setup-go-arm64 latest 0c3d36dba5d2 About a minute ago 23.4MB [2021-02-25T12:43:53.095Z] docker-security-bootstrapper-go-arm64 latest fea758209902 About a minute ago 17.6MB [2021-02-25T12:43:53.095Z] docker-core-metadata-go-arm64 latest 0f71394c0ddd 3 minutes ago 17.9MB [2021-02-25T12:43:53.095Z] docker-support-notifications-go-arm64 latest 2377606faaf3 3 minutes ago 16.8MB [2021-02-25T12:43:53.095Z] docker-core-command-go-arm64 latest 3941c0016d20 3 minutes ago 16.2MB [2021-02-25T12:43:53.095Z] docker-support-scheduler-go-arm64 latest 4c62b371416e 3 minutes ago 16.3MB [2021-02-25T12:43:53.095Z] docker-security-secretstore-setup-go-arm64 latest 0736cd37a222 4 minutes ago 23.7MB [2021-02-25T12:43:53.095Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:43:54.320Z] ---> job-cost.sh [2021-02-25T12:43:54.320Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eg1b [2021-02-25T12:43:55.847Z] Removing intermediate container 56e05681963e [2021-02-25T12:43:55.847Z] ---> cb6c990e82b5 [2021-02-25T12:43:55.847Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-25T12:43:56.137Z] ---> Running in 4493fc54d69c [2021-02-25T12:43:59.388Z] Removing intermediate container 4493fc54d69c [2021-02-25T12:43:59.388Z] ---> a3d7e6e6047a [2021-02-25T12:43:59.388Z] Step 27/30 : CMD ["gate"] [2021-02-25T12:44:03.377Z] ---> Running in 83f9b2952070 [2021-02-25T12:44:10.289Z] Removing intermediate container 83f9b2952070 [2021-02-25T12:44:10.289Z] ---> bc14a6232ce1 [2021-02-25T12:44:10.289Z] Step 28/30 : LABEL arch=x86_64 [2021-02-25T12:44:12.672Z] ---> Running in ac61471e01a3 [2021-02-25T12:44:23.503Z] Removing intermediate container ac61471e01a3 [2021-02-25T12:44:23.503Z] ---> 53685609c722 [2021-02-25T12:44:23.503Z] Step 29/30 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:44:25.531Z] ---> Running in b55084355090 [2021-02-25T12:44:29.555Z] Removing intermediate container b55084355090 [2021-02-25T12:44:29.555Z] ---> 7eef1ad958a8 [2021-02-25T12:44:29.555Z] Step 30/30 : LABEL version=0.0.0 [2021-02-25T12:44:31.072Z] ---> Running in 0f078f261870 [2021-02-25T12:44:33.159Z] Removing intermediate container 0f078f261870 [2021-02-25T12:44:33.159Z] ---> b20a99669437 [2021-02-25T12:44:33.159Z] [2021-02-25T12:44:33.240Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T12:44:38.253Z] Successfully built b20a99669437 [2021-02-25T12:44:38.254Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-25T12:44:50.252Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:44:50.253Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:44:50.253Z] ---> 400bf4971e1d [2021-02-25T12:44:50.253Z] Step 3/26 : WORKDIR /edgex-go [2021-02-25T12:44:51.058Z] ---> Using cache [2021-02-25T12:44:51.058Z] ---> 0241d331e907 [2021-02-25T12:44:51.058Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:44:51.058Z] ---> Using cache [2021-02-25T12:44:51.058Z] ---> 7d66126cfc9e [2021-02-25T12:44:51.058Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-25T12:44:52.248Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:44:52.248Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:44:52.248Z] ---> 400bf4971e1d [2021-02-25T12:44:52.248Z] Step 3/24 : WORKDIR /edgex-go [2021-02-25T12:44:52.248Z] ---> Using cache [2021-02-25T12:44:52.248Z] ---> 0241d331e907 [2021-02-25T12:44:52.248Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:44:52.248Z] ---> Using cache [2021-02-25T12:44:52.248Z] ---> 7d66126cfc9e [2021-02-25T12:44:52.248Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-25T12:44:52.248Z] ---> Using cache [2021-02-25T12:44:52.248Z] ---> 617c45558468 [2021-02-25T12:44:52.248Z] Step 6/24 : COPY go.mod . [2021-02-25T12:44:52.248Z] ---> Using cache [2021-02-25T12:44:52.248Z] ---> 2397e982eb3a [2021-02-25T12:44:52.248Z] Step 7/24 : RUN go mod download [2021-02-25T12:44:52.248Z] ---> Using cache [2021-02-25T12:44:52.248Z] ---> adc9e19a07ec [2021-02-25T12:44:52.248Z] Step 8/24 : COPY . . [2021-02-25T12:44:52.248Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:44:52.248Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:44:52.248Z] ---> 400bf4971e1d [2021-02-25T12:44:52.248Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T12:44:52.248Z] ---> Using cache [2021-02-25T12:44:52.248Z] ---> 0241d331e907 [2021-02-25T12:44:52.248Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:44:52.248Z] ---> Using cache [2021-02-25T12:44:52.248Z] ---> 7d66126cfc9e [2021-02-25T12:44:52.248Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T12:44:52.248Z] ---> Using cache [2021-02-25T12:44:52.248Z] ---> 617c45558468 [2021-02-25T12:44:52.248Z] Step 6/23 : COPY go.mod . [2021-02-25T12:44:52.248Z] ---> Using cache [2021-02-25T12:44:52.248Z] ---> 2397e982eb3a [2021-02-25T12:44:52.248Z] Step 7/23 : RUN go mod download [2021-02-25T12:44:52.248Z] ---> Using cache [2021-02-25T12:44:52.248Z] ---> adc9e19a07ec [2021-02-25T12:44:52.248Z] Step 8/23 : COPY . . [2021-02-25T12:44:53.382Z] ---> Using cache [2021-02-25T12:44:53.382Z] ---> 9ba181b19e65 [2021-02-25T12:44:53.382Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-25T12:44:53.382Z] ---> Using cache [2021-02-25T12:44:53.382Z] ---> 9ba181b19e65 [2021-02-25T12:44:53.382Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-25T12:44:56.206Z] ---> Running in d8c4481abd15 [2021-02-25T12:44:56.206Z] ---> Running in efebd227a61d [2021-02-25T12:44:56.206Z] ---> Running in 5362c47cf7cb [2021-02-25T12:44:58.752Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T12:44:58.752Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T12:44:58.752Z] ---> 400bf4971e1d [2021-02-25T12:44:58.752Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T12:44:58.752Z] ---> Using cache [2021-02-25T12:44:58.752Z] ---> 0241d331e907 [2021-02-25T12:44:58.752Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T12:44:58.752Z] ---> Using cache [2021-02-25T12:44:58.752Z] ---> 7d66126cfc9e [2021-02-25T12:44:58.752Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T12:44:58.752Z] ---> Using cache [2021-02-25T12:44:58.752Z] ---> 617c45558468 [2021-02-25T12:44:58.752Z] Step 6/23 : COPY go.mod . [2021-02-25T12:44:58.752Z] ---> Using cache [2021-02-25T12:44:58.752Z] ---> 2397e982eb3a [2021-02-25T12:44:58.752Z] Step 7/23 : RUN go mod download [2021-02-25T12:44:58.752Z] ---> Using cache [2021-02-25T12:44:58.752Z] ---> adc9e19a07ec [2021-02-25T12:44:58.752Z] Step 8/23 : COPY . . [2021-02-25T12:44:58.752Z] ---> Using cache [2021-02-25T12:44:58.752Z] ---> 9ba181b19e65 [2021-02-25T12:44:58.752Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-25T12:44:59.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:45:00.347Z] 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-02-25T12:45:00.347Z] ---> Running in 1ddae3d1bdb8 [2021-02-25T12:45:00.347Z] 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-02-25T12:45:00.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:45:02.166Z] OK: 233 MiB in 51 packages [2021-02-25T12:45:02.958Z] 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-02-25T12:45:09.136Z] Removing intermediate container d8c4481abd15 [2021-02-25T12:45:09.136Z] ---> 89b5bc529302 [2021-02-25T12:45:09.136Z] Step 6/26 : COPY go.mod . [2021-02-25T12:45:09.811Z] ---> bcff17750f1f [2021-02-25T12:45:09.811Z] Step 7/26 : RUN go mod download [2021-02-25T12:45:10.110Z] ---> Running in 6017892014dc [2021-02-25T12:45:30.089Z] Removing intermediate container 6017892014dc [2021-02-25T12:45:30.089Z] ---> f590f607b4a3 [2021-02-25T12:45:30.089Z] Step 8/26 : COPY . . [2021-02-25T12:46:14.815Z] 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-02-25T12:46:38.640Z] Removing intermediate container 1ddae3d1bdb8 [2021-02-25T12:46:38.640Z] ---> 275e6d72974a [2021-02-25T12:46:38.641Z] [2021-02-25T12:46:38.641Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T12:46:38.641Z] ---> 88dd2752d2ea [2021-02-25T12:46:38.641Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T12:46:38.641Z] ---> Using cache [2021-02-25T12:46:38.641Z] ---> 30e22f0c4767 [2021-02-25T12:46:38.641Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T12:46:38.641Z] ---> Using cache [2021-02-25T12:46:38.641Z] ---> ce66af154bc8 [2021-02-25T12:46:38.641Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-25T12:46:39.996Z] ---> Running in 35c9014a8a25 [2021-02-25T12:46:47.525Z] Removing intermediate container 35c9014a8a25 [2021-02-25T12:46:47.525Z] ---> 9e4864905571 [2021-02-25T12:46:47.525Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T12:46:47.824Z] Removing intermediate container 5362c47cf7cb [2021-02-25T12:46:47.824Z] ---> 232dd8fa7e01 [2021-02-25T12:46:47.824Z] [2021-02-25T12:46:47.824Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T12:46:47.824Z] ---> 88dd2752d2ea [2021-02-25T12:46:47.824Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T12:46:47.824Z] ---> Using cache [2021-02-25T12:46:47.824Z] ---> 30e22f0c4767 [2021-02-25T12:46:47.824Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T12:46:47.824Z] ---> Using cache [2021-02-25T12:46:47.824Z] ---> ce66af154bc8 [2021-02-25T12:46:47.824Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-25T12:46:48.227Z] ---> Running in 4d5603f8346b [2021-02-25T12:46:48.552Z] ---> Running in 0a36088df4ad [2021-02-25T12:46:49.209Z] Removing intermediate container 4d5603f8346b [2021-02-25T12:46:49.209Z] ---> 74cbc9d1b6e6 [2021-02-25T12:46:49.209Z] Step 15/23 : WORKDIR / [2021-02-25T12:46:49.923Z] ---> Running in b2de7d5065bc [2021-02-25T12:46:49.923Z] Removing intermediate container 0a36088df4ad [2021-02-25T12:46:49.923Z] ---> 1d26f86e9bf3 [2021-02-25T12:46:49.923Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T12:46:51.027Z] Removing intermediate container efebd227a61d [2021-02-25T12:46:51.027Z] ---> 10731206625f [2021-02-25T12:46:51.027Z] [2021-02-25T12:46:51.027Z] Step 10/24 : FROM alpine:3.12 [2021-02-25T12:46:51.027Z] ---> 88dd2752d2ea [2021-02-25T12:46:51.027Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-25T12:46:52.258Z] ---> Running in e2ac51aa4004 [2021-02-25T12:46:52.742Z] Removing intermediate container b2de7d5065bc [2021-02-25T12:46:52.742Z] ---> 64afbc62e9cc [2021-02-25T12:46:52.742Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:46:52.742Z] ---> Running in 4d3e37fa1ba4 [2021-02-25T12:46:54.578Z] Removing intermediate container e2ac51aa4004 [2021-02-25T12:46:54.579Z] ---> 2beedb14ace4 [2021-02-25T12:46:54.579Z] Step 15/23 : WORKDIR / [2021-02-25T12:46:55.002Z] lf-activate-venv(): INFO: Adding /tmp/venv-eg1b/bin to PATH [2021-02-25T12:46:55.002Z] INFO: No Stack... [2021-02-25T12:46:55.002Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-25T12:46:55.002Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T12:46:55.340Z] + + catcut /w/workspace/edgex-go/2/archives/cost.csv -d, [2021-02-25T12:46:55.340Z] -f6 [Pipeline] lock [2021-02-25T12:46:55.457Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3196-2-stack-cost] [2021-02-25T12:46:55.469Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3196-2-stack-cost] did not exist. Created. [2021-02-25T12:46:55.470Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3196-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T12:46:55.921Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-25T12:46:56.242Z] Stashed 1 file(s) [Pipeline] } [2021-02-25T12:46:56.254Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3196-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T12:46:57.957Z] ---> 7e162a950674 [2021-02-25T12:46:57.957Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-25T12:46:57.957Z] ---> Running in 3d9ad4456f96 [2021-02-25T12:47:01.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:47:01.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:47:01.197Z] Removing intermediate container 3d9ad4456f96 [2021-02-25T12:47:01.197Z] ---> 91d440a42038 [2021-02-25T12:47:01.197Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T12:47:02.189Z] ---> 32372c4d9637 [2021-02-25T12:47:02.189Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-25T12:47:02.189Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-25T12:47:02.189Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T12:47:02.554Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-25T12:47:02.554Z] (4/5) Installing curl (7.69.1-r3) [2021-02-25T12:47:02.554Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-25T12:47:02.554Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:47:02.935Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T12:47:03.322Z] OK: 7 MiB in 19 packages [2021-02-25T12:47:04.078Z] ---> 0614b81bd9e6 [2021-02-25T12:47:04.078Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-25T12:47:05.232Z] ---> f3946da39ee2 [2021-02-25T12:47:05.232Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-25T12:47:07.193Z] ---> Running in cafa55768820 [2021-02-25T12:47:08.006Z] ---> 7c659d66484e [2021-02-25T12:47:08.006Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-25T12:47:08.371Z] Removing intermediate container 4d3e37fa1ba4 [2021-02-25T12:47:08.371Z] ---> 75a5b7a1de2f [2021-02-25T12:47:08.371Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T12:47:08.707Z] Removing intermediate container cafa55768820 [2021-02-25T12:47:08.707Z] ---> c8827675e430 [2021-02-25T12:47:08.707Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:47:09.181Z] ---> Running in 6bd565d3aa41 [2021-02-25T12:47:09.629Z] ---> Running in b9179c25ca97 [2021-02-25T12:47:10.023Z] ---> e06fb0240fcb [2021-02-25T12:47:10.023Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-25T12:47:10.023Z] ---> Running in 520d47db1e19 [2021-02-25T12:47:10.714Z] ---> a1d50220d868 [2021-02-25T12:47:10.714Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-25T12:47:10.714Z] Removing intermediate container 6bd565d3aa41 [2021-02-25T12:47:10.714Z] ---> 96bf304093e6 [2021-02-25T12:47:10.714Z] Step 13/24 : WORKDIR / [2021-02-25T12:47:10.714Z] Removing intermediate container b9179c25ca97 [2021-02-25T12:47:10.714Z] ---> 22f587dc2f26 [2021-02-25T12:47:10.714Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T12:47:12.262Z] ---> Running in 42b799633b2c [2021-02-25T12:47:12.262Z] ---> Running in fc4ad8ac6170 [2021-02-25T12:47:12.262Z] ---> Running in 3f109488c938 [2021-02-25T12:47:12.262Z] Removing intermediate container 520d47db1e19 [2021-02-25T12:47:12.262Z] ---> 781860177f2f [2021-02-25T12:47:12.262Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:47:12.263Z] ---> Running in 4931de5afd4f [2021-02-25T12:47:12.786Z] Removing intermediate container 3f109488c938 [2021-02-25T12:47:12.786Z] ---> 73defdbc3cbf [2021-02-25T12:47:12.786Z] Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:47:12.786Z] Removing intermediate container 42b799633b2c [2021-02-25T12:47:12.786Z] ---> ec9583f520a8 [2021-02-25T12:47:12.786Z] 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-02-25T12:47:12.786Z] ---> Running in e9f2de26afd1 [2021-02-25T12:47:13.672Z] Removing intermediate container 4931de5afd4f [2021-02-25T12:47:13.672Z] ---> 4d423efcc5ff [2021-02-25T12:47:13.672Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T12:47:13.672Z] ---> Running in 4d3098fe7fac [2021-02-25T12:47:14.369Z] Removing intermediate container e9f2de26afd1 [2021-02-25T12:47:14.369Z] ---> 2161ebb377df [2021-02-25T12:47:14.369Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T12:47:14.369Z] ---> Running in c6ffbb533fa9 [2021-02-25T12:47:14.369Z] 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-02-25T12:47:14.369Z] Removing intermediate container 4d3098fe7fac [2021-02-25T12:47:14.369Z] ---> e9ad8e9538a4 [2021-02-25T12:47:14.369Z] Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:47:14.369Z] ---> 19aad8fe1583 [2021-02-25T12:47:14.369Z] 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-02-25T12:47:15.196Z] ---> Running in 16e52e3b7480 [2021-02-25T12:47:15.826Z] Removing intermediate container c6ffbb533fa9 [2021-02-25T12:47:15.826Z] ---> 24c3b0a89271 [2021-02-25T12:47:15.826Z] [2021-02-25T12:47:15.826Z] ---> a82661faeda1 [2021-02-25T12:47:15.827Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-25T12:47:17.564Z] Removing intermediate container 16e52e3b7480 [2021-02-25T12:47:17.564Z] ---> e1f8218ad856 [2021-02-25T12:47:17.564Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T12:47:17.841Z] ---> Running in 6597b0d12c0c [2021-02-25T12:47:17.841Z] Successfully built 24c3b0a89271 [2021-02-25T12:47:17.841Z] ---> 9838e7c1074f [2021-02-25T12:47:17.841Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-25T12:47:18.151Z] Successfully tagged docker-core-command-go:latest [2021-02-25T12:47:18.775Z]  Building docker-core-command-go ... done Removing intermediate container 6597b0d12c0c [2021-02-25T12:47:18.775Z] ---> f6b9606269d7 [2021-02-25T12:47:18.775Z] [2021-02-25T12:47:19.879Z] Successfully built f6b9606269d7 [2021-02-25T12:47:19.879Z] Successfully tagged docker-core-metadata-go:latest [2021-02-25T12:47:20.200Z]  Building docker-core-metadata-go ... done  ---> 4ff256310222 [2021-02-25T12:47:20.200Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-25T12:47:23.898Z] ---> 0fef6a1a2b9e [2021-02-25T12:47:23.898Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-25T12:47:25.785Z] ---> 2bd61bcac104 [2021-02-25T12:47:25.785Z] 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-02-25T12:47:26.104Z] ---> Running in 56fcbb19d186 [2021-02-25T12:47:30.614Z] Removing intermediate container 56fcbb19d186 [2021-02-25T12:47:30.614Z] ---> a5b4b89de918 [2021-02-25T12:47:30.614Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-25T12:47:30.614Z] ---> Running in cbcf1965da30 [2021-02-25T12:47:30.614Z] Removing intermediate container cbcf1965da30 [2021-02-25T12:47:30.614Z] ---> 56112b4c0679 [2021-02-25T12:47:30.614Z] Step 22/24 : LABEL arch=x86_64 [2021-02-25T12:47:31.677Z] ---> Running in 13bfb8e28e08 [2021-02-25T12:47:32.351Z] Removing intermediate container 13bfb8e28e08 [2021-02-25T12:47:32.351Z] ---> 23bf5dd6b62d [2021-02-25T12:47:32.351Z] Step 23/24 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:47:32.776Z] ---> Running in a01032f43221 [2021-02-25T12:47:33.460Z] Removing intermediate container a01032f43221 [2021-02-25T12:47:33.460Z] ---> 4abf87905a1c [2021-02-25T12:47:33.460Z] Step 24/24 : LABEL version=0.0.0 [2021-02-25T12:47:33.765Z] ---> Running in 53d09d37788a [2021-02-25T12:47:34.477Z] Removing intermediate container 53d09d37788a [2021-02-25T12:47:34.477Z] ---> 28614ff89951 [2021-02-25T12:47:34.477Z] [2021-02-25T12:47:35.817Z] Successfully built 28614ff89951 [2021-02-25T12:47:36.357Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-25T12:47:43.745Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container fc4ad8ac6170 [2021-02-25T12:47:43.745Z] ---> e5bf4b9dd2be [2021-02-25T12:47:43.745Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-25T12:47:43.745Z] ---> Running in 1faf7b7c5c7f [2021-02-25T12:47:44.457Z] 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-02-25T12:47:47.126Z] Removing intermediate container 1faf7b7c5c7f [2021-02-25T12:47:47.126Z] ---> 5bec27ebb51c [2021-02-25T12:47:47.126Z] [2021-02-25T12:47:47.126Z] Step 11/26 : FROM docker:20.10.0 [2021-02-25T12:47:47.888Z] 20.10.0: Pulling from library/docker [2021-02-25T12:48:09.564Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T12:48:09.564Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T12:48:09.564Z] ---> aefe523efa57 [2021-02-25T12:48:09.564Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-25T12:48:09.929Z] ---> Running in b85ab0d95bbc [2021-02-25T12:48:11.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:48:11.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:48:11.733Z] (1/2) Installing readline (8.0.4-r0) [2021-02-25T12:48:11.733Z] (2/2) Installing bash (5.0.17-r0) [2021-02-25T12:48:11.733Z] Executing bash-5.0.17-r0.post-install [2021-02-25T12:48:12.059Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:48:12.059Z] OK: 12 MiB in 22 packages [2021-02-25T12:48:14.361Z] Removing intermediate container b85ab0d95bbc [2021-02-25T12:48:14.361Z] ---> 98e522b50d20 [2021-02-25T12:48:14.361Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-25T12:48:14.361Z] ---> Running in 74868f9cc427 [2021-02-25T12:48:14.624Z] Removing intermediate container 74868f9cc427 [2021-02-25T12:48:14.624Z] ---> e613ceacafb0 [2021-02-25T12:48:14.624Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-25T12:48:14.889Z] ---> Running in 95ecba3da3bb [2021-02-25T12:48:15.400Z] Removing intermediate container 95ecba3da3bb [2021-02-25T12:48:15.400Z] ---> 2cf0a0c594a7 [2021-02-25T12:48:15.400Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-25T12:48:15.400Z] ---> Running in 86ff8da45df7 [2021-02-25T12:48:15.400Z] Removing intermediate container 86ff8da45df7 [2021-02-25T12:48:15.400Z] ---> 10c1cb4a4563 [2021-02-25T12:48:15.400Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-25T12:48:16.982Z] ---> ed214123d57f [2021-02-25T12:48:16.982Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-25T12:48:19.345Z] ---> 430dbab67422 [2021-02-25T12:48:19.345Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-25T12:48:20.879Z] ---> 08f9088edd6d [2021-02-25T12:48:20.879Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-25T12:48:20.879Z] ---> Running in 041ea1e7464c [2021-02-25T12:48:22.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:48:22.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:48:22.874Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-25T12:48:22.874Z] (2/33) Installing expat (2.2.9-r1) [2021-02-25T12:48:22.874Z] (3/33) Installing libffi (3.3-r2) [2021-02-25T12:48:22.874Z] (4/33) Installing gdbm (1.13-r1) [2021-02-25T12:48:22.874Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-25T12:48:22.874Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-25T12:48:24.141Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-25T12:48:28.499Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-25T12:48:28.499Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-25T12:48:28.499Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-25T12:48:28.499Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-25T12:48:28.499Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-25T12:48:28.499Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-25T12:48:28.499Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-25T12:48:28.860Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-25T12:48:28.860Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-25T12:48:28.860Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-25T12:48:28.860Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-25T12:48:28.860Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-25T12:48:28.860Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-25T12:48:28.860Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-25T12:48:29.217Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-25T12:48:29.217Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-25T12:48:29.217Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-25T12:48:29.217Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-25T12:48:29.217Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-25T12:48:29.531Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-25T12:48:29.531Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-25T12:48:29.531Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-25T12:48:29.531Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-25T12:48:29.531Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-25T12:48:29.531Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-25T12:48:29.531Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-25T12:48:29.999Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:48:29.999Z] OK: 71 MiB in 55 packages [2021-02-25T12:48:41.533Z] Removing intermediate container 041ea1e7464c [2021-02-25T12:48:41.533Z] ---> ca05f2469869 [2021-02-25T12:48:41.533Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-25T12:48:41.533Z] ---> Running in 0ee509bf8bb4 [2021-02-25T12:48:45.991Z] Collecting docker-compose==1.23.2 [2021-02-25T12:48:45.991Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-25T12:48:46.945Z] Collecting PyYAML<4,>=3.10 [2021-02-25T12:48:46.945Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-25T12:48:48.663Z] Collecting docker<4.0,>=3.6.0 [2021-02-25T12:48:48.663Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-25T12:48:48.663Z] 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-02-25T12:48:49.075Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-25T12:48:49.075Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-25T12:48:49.417Z] Collecting jsonschema<3,>=2.5.1 [2021-02-25T12:48:49.417Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-25T12:48:49.758Z] Collecting texttable<0.10,>=0.9.0 [2021-02-25T12:48:50.174Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-25T12:48:50.791Z] Collecting cached-property<2,>=1.2.0 [2021-02-25T12:48:50.791Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-25T12:48:50.791Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-25T12:48:51.262Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-25T12:48:51.262Z] Collecting docopt<0.7,>=0.6.1 [2021-02-25T12:48:51.262Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-25T12:48:52.587Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-25T12:48:52.880Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-25T12:48:53.545Z] Collecting docker-pycreds>=0.4.0 [2021-02-25T12:48:53.867Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-25T12:48:53.867Z] 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-02-25T12:48:53.867Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-25T12:48:53.867Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-25T12:48:54.316Z] Collecting idna<2.8,>=2.5 [2021-02-25T12:48:54.316Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-25T12:48:54.316Z] 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-02-25T12:48:54.316Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-25T12:48:54.316Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-25T12:48:54.316Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-25T12:48:54.316Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-25T12:48:54.984Z] Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, texttable, cached-property, docopt, dockerpty, docker-compose [2021-02-25T12:48:54.984Z] Running setup.py install for PyYAML: started [2021-02-25T12:48:56.499Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-25T12:48:56.499Z] Attempting uninstall: urllib3 [2021-02-25T12:48:56.499Z] Found existing installation: urllib3 1.25.9 [2021-02-25T12:48:56.499Z] Uninstalling urllib3-1.25.9: [2021-02-25T12:48:56.805Z] Successfully uninstalled urllib3-1.25.9 [2021-02-25T12:48:57.165Z] Attempting uninstall: idna [2021-02-25T12:48:57.165Z] Found existing installation: idna 2.9 [2021-02-25T12:48:57.165Z] Uninstalling idna-2.9: [2021-02-25T12:48:57.165Z] Successfully uninstalled idna-2.9 [2021-02-25T12:48:57.582Z] Attempting uninstall: requests [2021-02-25T12:48:57.582Z] Found existing installation: requests 2.23.0 [2021-02-25T12:48:57.582Z] Uninstalling requests-2.23.0: [2021-02-25T12:48:57.582Z] Successfully uninstalled requests-2.23.0 [2021-02-25T12:48:58.748Z] Running setup.py install for texttable: started [2021-02-25T12:48:59.463Z] Running setup.py install for texttable: finished with status 'done' [2021-02-25T12:48:59.463Z] Running setup.py install for docopt: started [2021-02-25T12:49:00.590Z] Running setup.py install for docopt: finished with status 'done' [2021-02-25T12:49:00.590Z] Running setup.py install for dockerpty: started [2021-02-25T12:49:01.682Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-25T12:49:02.296Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-25T12:49:07.880Z] Removing intermediate container 0ee509bf8bb4 [2021-02-25T12:49:07.880Z] ---> f86505bacaea [2021-02-25T12:49:07.880Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-25T12:49:07.880Z] ---> Running in 30971ee70950 [2021-02-25T12:49:10.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T12:49:10.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T12:49:10.821Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T12:49:10.821Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-25T12:49:11.266Z] (3/3) Installing curl (7.69.1-r3) [2021-02-25T12:49:11.266Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T12:49:11.266Z] OK: 72 MiB in 58 packages [2021-02-25T12:49:12.200Z] Removing intermediate container 30971ee70950 [2021-02-25T12:49:12.200Z] ---> 9d09dbc6eef0 [2021-02-25T12:49:12.200Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-25T12:49:12.200Z] ---> Running in ec109d5327b5 [2021-02-25T12:49:12.522Z] Removing intermediate container ec109d5327b5 [2021-02-25T12:49:12.522Z] ---> 25405758407e [2021-02-25T12:49:12.522Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T12:49:12.522Z] ---> Running in 0a804b1d0e92 [2021-02-25T12:49:13.156Z] Removing intermediate container 0a804b1d0e92 [2021-02-25T12:49:13.156Z] ---> 02b512efe667 [2021-02-25T12:49:13.156Z] Step 24/26 : LABEL arch=x86_64 [2021-02-25T12:49:13.156Z] ---> Running in bae01342322c [2021-02-25T12:49:14.202Z] Removing intermediate container bae01342322c [2021-02-25T12:49:14.202Z] ---> 4e33f2a824e4 [2021-02-25T12:49:14.202Z] Step 25/26 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:49:14.202Z] ---> Running in 9f7090610b41 [2021-02-25T12:49:14.606Z] Removing intermediate container 9f7090610b41 [2021-02-25T12:49:14.606Z] ---> 1381d73f738d [2021-02-25T12:49:14.606Z] Step 26/26 : LABEL version=0.0.0 [2021-02-25T12:49:14.606Z] ---> Running in 74801f1ea460 [2021-02-25T12:49:15.782Z] Removing intermediate container 74801f1ea460 [2021-02-25T12:49:15.782Z] ---> 2d6c5f886496 [2021-02-25T12:49:15.782Z] [2021-02-25T12:49:16.190Z] Successfully built 2d6c5f886496 [2021-02-25T12:49:16.190Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-25T12:49:17.381Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-25T12:49:17.412Z] $ docker stop --time=1 5aab33d20e2dcb878e275dcb5c973e61e83dd97e651978479dca7e2805c61c58 [2021-02-25T12:49:21.008Z] $ docker rm -f 5aab33d20e2dcb878e275dcb5c973e61e83dd97e651978479dca7e2805c61c58 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T12:49:23.606Z] + docker images [2021-02-25T12:49:23.606Z] + grep docker [2021-02-25T12:49:25.433Z] docker-sys-mgmt-agent-go latest 2d6c5f886496 10 seconds ago 313MB [2021-02-25T12:49:25.433Z] docker-security-secretstore-setup-go latest 28614ff89951 About a minute ago 24.9MB [2021-02-25T12:49:25.433Z] docker-core-metadata-go latest f6b9606269d7 2 minutes ago 19MB [2021-02-25T12:49:25.433Z] docker-core-command-go latest 24c3b0a89271 2 minutes ago 17MB [2021-02-25T12:49:25.433Z] docker-security-bootstrapper-go latest b20a99669437 4 minutes ago 18.7MB [2021-02-25T12:49:25.433Z] docker-core-data-go latest 467520fd164e 5 minutes ago 22.4MB [2021-02-25T12:49:25.433Z] docker-security-proxy-setup-go latest 92ffa980c252 6 minutes ago 24.7MB [2021-02-25T12:49:25.433Z] docker-support-scheduler-go latest 7ffe3e16c46d 6 minutes ago 17.2MB [2021-02-25T12:49:25.433Z] docker-support-notifications-go latest 70dbb572b319 6 minutes ago 17.7MB [2021-02-25T12:49:25.433Z] docker 20.10.0 aefe523efa57 2 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-02-25T12:49:41.389Z] Still waiting to schedule task [2021-02-25T12:49:41.389Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-25T12:50:37.117Z] Running on prd-ubuntu18.04-docker-8c-8g-27647 in /w/workspace/edgexfoundry_edgex-go_PR-3196 [Pipeline] { [Pipeline] ws [2021-02-25T12:50:37.181Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-25T12:50:39.373Z] using credential edgex-jenkins-ssh [2021-02-25T12:50:39.433Z] Cloning the remote Git repository [2021-02-25T12:50:39.465Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-25T12:50:39.533Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-25T12:50:39.564Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T12:50:39.565Z] > git --version # timeout=10 [2021-02-25T12:50:39.570Z] > git --version # 'git version 2.17.1' [2021-02-25T12:50:39.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T12:50:39.596Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T12:50:49.518Z] Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:50:49.646Z] Merge succeeded, producing 191125bad590df5eca5bf019996a39733ee48d27 [2021-02-25T12:50:49.647Z] Checking out Revision 191125bad590df5eca5bf019996a39733ee48d27 (PR-3196) [2021-02-25T12:50:48.919Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T12:50:48.926Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T12:50:48.937Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T12:50:48.950Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T12:50:48.951Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T12:50:48.955Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3196/head:refs/remotes/origin/PR-3196 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T12:50:49.550Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T12:50:49.556Z] > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 [2021-02-25T12:50:49.631Z] > git remote # timeout=10 [2021-02-25T12:50:49.637Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T12:50:49.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T12:50:49.654Z] > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 [2021-02-25T12:50:49.664Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T12:50:49.673Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T12:50:49.679Z] > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 [2021-02-25T12:50:53.310Z] Commit message: "refactor: Modify config.Clients to use service key" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:50:54.489Z] + echo snap-build.sh [2021-02-25T12:50:54.489Z] snap-build.sh [2021-02-25T12:50:54.489Z] + SNAP_BASE_DIR=. [2021-02-25T12:50:54.489Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-25T12:50:54.489Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-25T12:50:54.489Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-25T12:50:54.489Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-25T12:50:54.490Z] + cd /w/workspace/edgex-go/2 [2021-02-25T12:50:54.490Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-25T12:50:54.490Z] Reading package lists... [2021-02-25T12:50:54.490Z] Building dependency tree... [2021-02-25T12:50:54.490Z] Reading state information... [2021-02-25T12:50:54.756Z] The following packages were automatically installed and are no longer required: [2021-02-25T12:50:54.756Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-25T12:50:54.756Z] uidmap xdelta3 [2021-02-25T12:50:54.756Z] Use 'sudo apt autoremove' to remove them. [2021-02-25T12:50:54.756Z] The following packages will be REMOVED: [2021-02-25T12:50:54.756Z] lxd* lxd-client* [2021-02-25T12:50:55.018Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-25T12:50:55.018Z] After this operation, 31.7 MB disk space will be freed. [2021-02-25T12:50:56.327Z] (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-02-25T12:50:56.328Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-25T12:50:57.274Z] Removing lxd dnsmasq configuration [2021-02-25T12:50:57.274Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-25T12:50:57.274Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-25T12:50:58.221Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-25T12:50:58.484Z] (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-02-25T12:50:58.484Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-25T12:50:59.878Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-25T12:50:59.878Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-25T12:51:01.266Z] + sudo snap remove --purge lxd [2021-02-25T12:51:01.267Z] snap "lxd" is not installed [2021-02-25T12:51:01.267Z] + sudo groupadd --force --system lxd [2021-02-25T12:51:01.267Z] ++ whoami [2021-02-25T12:51:01.267Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-25T12:51:01.267Z] + newgrp - lxd [2021-02-25T12:51:01.267Z] + sudo snap install lxd [2021-02-25T12:51:09.432Z] 2021-02-25T12:51:07Z INFO Waiting for automatic snapd restart... [2021-02-25T12:51:21.706Z] lxd 4.11 from Canonical* installed [2021-02-25T12:51:21.706Z] + sudo lxd init --auto [2021-02-25T12:51:29.852Z] + sudo snap install --classic snapcraft [2021-02-25T12:51:35.145Z] snapcraft 4.5.1 from Canonical* installed [2021-02-25T12:51:35.145Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-25T12:51:35.145Z] + patch --verbose -p1 [2021-02-25T12:51:35.145Z] Hmm... Looks like a unified diff to me... [2021-02-25T12:51:35.145Z] The text leading up to this was: [2021-02-25T12:51:35.145Z] -------------------------- [2021-02-25T12:51:35.145Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-25T12:51:35.145Z] |From: Tony Espy [2021-02-25T12:51:35.145Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-25T12:51:35.145Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-25T12:51:35.145Z] | [2021-02-25T12:51:35.145Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-25T12:51:35.145Z] |optimize the snap CI check run for pull requests. When [2021-02-25T12:51:35.145Z] |applied, it essentially strips out everything (apps and [2021-02-25T12:51:35.145Z] |parts) from the snapcraft.yaml file except those required [2021-02-25T12:51:35.145Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-25T12:51:35.145Z] |catch changes to edgex-go that break the snap build. [2021-02-25T12:51:35.145Z] | [2021-02-25T12:51:35.145Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-25T12:51:35.145Z] |to update this patch file, otherwise it may fail to apply, [2021-02-25T12:51:35.145Z] |resulting in a failed snap build CI check in the associated [2021-02-25T12:51:35.145Z] |pull request. [2021-02-25T12:51:35.145Z] | [2021-02-25T12:51:35.145Z] |Note - in addition to applying this patch, the pipeline also [2021-02-25T12:51:35.145Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-25T12:51:35.145Z] |need to build the finally binary .snap file (and it won't [2021-02-25T12:51:35.145Z] |work with the patch applied). This further reduces the build [2021-02-25T12:51:35.145Z] |time. [2021-02-25T12:51:35.145Z] |--- [2021-02-25T12:51:35.145Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-25T12:51:35.145Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-25T12:51:35.145Z] | [2021-02-25T12:51:35.145Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-25T12:51:35.145Z] |index 1e537489..faf42425 100644 [2021-02-25T12:51:35.145Z] |--- a/snap/snapcraft.yaml [2021-02-25T12:51:35.145Z] |+++ b/snap/snapcraft.yaml [2021-02-25T12:51:35.145Z] -------------------------- [2021-02-25T12:51:35.145Z] patching file snap/snapcraft.yaml [2021-02-25T12:51:35.145Z] Using Plan A... [2021-02-25T12:51:35.145Z] Hunk #1 succeeded at 73. [2021-02-25T12:51:35.145Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-25T12:51:35.145Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-25T12:51:35.145Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-25T12:51:35.145Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-25T12:51:35.145Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-25T12:51:35.145Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-25T12:51:35.145Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-25T12:51:35.145Z] Hmm... Ignoring the trailing garbage. [2021-02-25T12:51:35.145Z] done [2021-02-25T12:51:35.145Z] + sudo snapcraft prime --use-lxd [2021-02-25T12:51:35.717Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-25T12:51:35.717Z] 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-02-25T12:51:35.717Z] - README.md [2021-02-25T12:51:35.717Z] - snapcraft.yaml.orig [2021-02-25T12:51:35.717Z] [2021-02-25T12:51:35.717Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-25T12:51:36.658Z] Launching a container. [2021-02-25T12:51:48.900Z] Waiting for container to be ready [2021-02-25T12:51:48.900Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-25T12:51:48.900Z] [2021-02-25T12:51:51.453Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-25T12:51:51.715Z] Waiting for network to be ready... [2021-02-25T12:51:52.288Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-25T12:51:52.288Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-25T12:51:52.861Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-25T12:51:52.861Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-25T12:51:53.121Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-25T12:51:53.384Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-25T12:51:53.384Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-25T12:51:53.384Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-25T12:51:53.384Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-25T12:51:53.384Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-25T12:51:53.384Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-25T12:51:53.384Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-25T12:51:53.384Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-25T12:51:53.384Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-25T12:51:53.384Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-25T12:51:53.384Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-25T12:51:53.384Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] [2021-02-25T12:51:53.384Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-25T12:51:53.645Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-25T12:51:53.906Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-25T12:51:54.167Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-25T12:51:54.167Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-25T12:51:54.167Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-25T12:51:54.167Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-25T12:51:54.167Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-25T12:51:54.167Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-02-25T12:51:54.167Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-25T12:51:56.718Z] Fetched 24.0 MB in 4s (5515 kB/s) [2021-02-25T12:51:57.295Z] Reading package lists... [2021-02-25T12:51:59.213Z] Reading package lists... [2021-02-25T12:51:59.213Z] Building dependency tree... [2021-02-25T12:51:59.213Z] Reading state information... [2021-02-25T12:51:59.213Z] The following additional packages will be installed: [2021-02-25T12:51:59.213Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-25T12:51:59.213Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-25T12:51:59.213Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-25T12:51:59.213Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-25T12:51:59.213Z] Suggested packages: [2021-02-25T12:51:59.213Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-25T12:51:59.213Z] Recommended packages: [2021-02-25T12:51:59.213Z] gnupg libsasl2-modules [2021-02-25T12:51:59.213Z] The following NEW packages will be installed: [2021-02-25T12:51:59.213Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-25T12:51:59.213Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-25T12:51:59.213Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-25T12:51:59.213Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-25T12:51:59.213Z] The following packages will be upgraded: [2021-02-25T12:51:59.213Z] gpg gpg-agent gpgconf libudev1 [2021-02-25T12:51:59.474Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-25T12:51:59.474Z] Need to get 3530 kB of archives. [2021-02-25T12:51:59.474Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-25T12:51:59.474Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-25T12:51:59.474Z] Get:2 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-02-25T12:51:59.474Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-25T12:51:59.736Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-02-25T12:51:59.736Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-25T12:51:59.736Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-02-25T12:51:59.997Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-25T12:51:59.997Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-25T12:51:59.997Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-02-25T12:51:59.997Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-02-25T12:51:59.997Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-02-25T12:51:59.997Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-25T12:51:59.997Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-25T12:51:59.997Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-25T12:51:59.997Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-25T12:51:59.997Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-25T12:52:00.268Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-25T12:52:00.268Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-25T12:52:00.268Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-25T12:52:00.268Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-25T12:52:00.268Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-25T12:52:00.268Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-02-25T12:52:00.268Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T12:52:00.268Z] Fetched 3530 kB in 1s (3483 kB/s) [2021-02-25T12:52:00.268Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-25T12:52:00.268Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-25T12:52:00.529Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T12:52:00.529Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-25T12:52:00.529Z] Selecting previously unselected package udev. [2021-02-25T12:52:00.529Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-25T12:52:00.529Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-25T12:52:00.529Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-25T12:52:00.790Z] Selecting previously unselected package libfuse2:amd64. [2021-02-25T12:52:00.790Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-25T12:52:00.790Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-25T12:52:01.058Z] Selecting previously unselected package fuse. [2021-02-25T12:52:01.058Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-25T12:52:01.058Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-25T12:52:01.058Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T12:52:01.058Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T12:52:01.319Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T12:52:01.319Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T12:52:01.319Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T12:52:01.319Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T12:52:01.580Z] Selecting previously unselected package libksba8:amd64. [2021-02-25T12:52:01.580Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-25T12:52:01.580Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-25T12:52:01.580Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-25T12:52:01.580Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T12:52:01.580Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:01.580Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-25T12:52:01.580Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T12:52:01.841Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:01.841Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-25T12:52:01.841Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T12:52:01.841Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:01.841Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-25T12:52:01.841Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T12:52:01.841Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:02.106Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-25T12:52:02.106Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T12:52:02.106Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:02.106Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-25T12:52:02.106Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T12:52:02.106Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:02.366Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-25T12:52:02.366Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T12:52:02.366Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:02.366Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-25T12:52:02.366Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T12:52:02.366Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:02.366Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-25T12:52:02.366Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T12:52:02.366Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:02.627Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-25T12:52:02.627Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-25T12:52:02.627Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T12:52:02.627Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-25T12:52:02.627Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-25T12:52:02.627Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T12:52:02.627Z] Selecting previously unselected package libldap-common. [2021-02-25T12:52:02.627Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-02-25T12:52:02.627Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T12:52:02.627Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-25T12:52:02.627Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-02-25T12:52:02.888Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T12:52:02.888Z] Selecting previously unselected package dirmngr. [2021-02-25T12:52:02.888Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T12:52:02.888Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-25T12:52:03.152Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T12:52:03.152Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-02-25T12:52:03.152Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-25T12:52:03.152Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T12:52:03.152Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T12:52:03.152Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-02-25T12:52:03.152Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:03.152Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-25T12:52:03.413Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T12:52:03.413Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-25T12:52:03.673Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-25T12:52:03.934Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:03.934Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-25T12:52:03.934Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-25T12:52:03.934Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-02-25T12:52:03.934Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:03.934Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:03.934Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:04.195Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:04.195Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:04.195Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:04.195Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T12:52:04.195Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T12:52:04.195Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-25T12:52:04.195Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T12:52:04.767Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-25T12:52:04.767Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-25T12:52:04.767Z] This means they are not meant to be enabled using systemctl. [2021-02-25T12:52:04.767Z] Possible reasons for having this kind of units are: [2021-02-25T12:52:04.767Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-25T12:52:04.767Z] .wants/ or .requires/ directory. [2021-02-25T12:52:04.767Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-25T12:52:04.767Z] a requirement dependency on it. [2021-02-25T12:52:04.767Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-25T12:52:04.767Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-25T12:52:04.767Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-25T12:52:04.767Z] instance name specified. [2021-02-25T12:52:05.028Z] Reading package lists... [2021-02-25T12:52:05.028Z] Building dependency tree... [2021-02-25T12:52:05.028Z] Reading state information... [2021-02-25T12:52:05.289Z] The following additional packages will be installed: [2021-02-25T12:52:05.289Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-25T12:52:05.289Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-25T12:52:05.289Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-25T12:52:05.289Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-25T12:52:05.289Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-25T12:52:05.289Z] Suggested packages: [2021-02-25T12:52:05.289Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-25T12:52:05.289Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-25T12:52:05.289Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-25T12:52:05.289Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-25T12:52:05.289Z] systemd-container policykit-1 [2021-02-25T12:52:05.289Z] Recommended packages: [2021-02-25T12:52:05.289Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-25T12:52:05.289Z] The following NEW packages will be installed: [2021-02-25T12:52:05.289Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-25T12:52:05.289Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-25T12:52:05.289Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-25T12:52:05.289Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-25T12:52:05.289Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-25T12:52:05.289Z] The following packages will be upgraded: [2021-02-25T12:52:05.289Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-25T12:52:05.549Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-25T12:52:05.549Z] Need to get 35.2 MB of archives. [2021-02-25T12:52:05.549Z] After this operation, 141 MB of additional disk space will be used. [2021-02-25T12:52:05.549Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-25T12:52:05.549Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-25T12:52:06.120Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-25T12:52:06.120Z] 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-02-25T12:52:06.120Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-25T12:52:06.120Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-25T12:52:06.120Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-25T12:52:06.120Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-25T12:52:06.120Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-25T12:52:06.120Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-25T12:52:06.120Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-25T12:52:06.120Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-25T12:52:06.120Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-25T12:52:06.381Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-25T12:52:06.381Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-25T12:52:06.381Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-25T12:52:06.381Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-25T12:52:06.381Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-25T12:52:06.381Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-25T12:52:06.381Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-25T12:52:06.381Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-25T12:52:06.381Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-25T12:52:06.641Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-25T12:52:06.641Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-25T12:52:06.641Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-25T12:52:06.641Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-25T12:52:06.641Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-25T12:52:06.641Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-25T12:52:06.641Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-25T12:52:06.641Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-25T12:52:07.582Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T12:52:07.845Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-02-25T12:52:07.845Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-25T12:52:07.845Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-25T12:52:08.105Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T12:52:08.677Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-25T12:52:08.677Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T12:52:08.677Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-25T12:52:08.938Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-25T12:52:08.938Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-25T12:52:08.938Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-25T12:52:09.200Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-25T12:52:09.200Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-25T12:52:09.200Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-25T12:52:09.200Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-25T12:52:09.461Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-25T12:52:09.461Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-25T12:52:10.034Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-25T12:52:10.034Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-25T12:52:10.034Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-25T12:52:10.034Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-25T12:52:10.293Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-25T12:52:10.293Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-25T12:52:10.293Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T12:52:10.555Z] Selecting previously unselected package libexpat1:amd64. [2021-02-25T12:52:10.555Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-25T12:52:10.555Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-25T12:52:10.555Z] Selecting previously unselected package python3.6-minimal. [2021-02-25T12:52:10.555Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-25T12:52:10.816Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T12:52:10.816Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-25T12:52:11.078Z] Checking for services that may need to be restarted...done. [2021-02-25T12:52:11.078Z] Checking for services that may need to be restarted...done. [2021-02-25T12:52:11.078Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T12:52:11.078Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-25T12:52:11.078Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T12:52:11.649Z] Selecting previously unselected package python3-minimal. [2021-02-25T12:52:11.649Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-25T12:52:11.649Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-25T12:52:11.649Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-25T12:52:11.649Z] Selecting previously unselected package mime-support. [2021-02-25T12:52:11.649Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-25T12:52:11.649Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-25T12:52:11.910Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-25T12:52:11.910Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-25T12:52:11.910Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-25T12:52:11.910Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-25T12:52:11.910Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-25T12:52:11.910Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T12:52:12.171Z] Selecting previously unselected package python3.6. [2021-02-25T12:52:12.172Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-25T12:52:12.172Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T12:52:12.432Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-25T12:52:12.432Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-25T12:52:12.432Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-25T12:52:12.693Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-25T12:52:12.693Z] Selecting previously unselected package python3. [2021-02-25T12:52:12.953Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-25T12:52:12.953Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-25T12:52:12.953Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-25T12:52:12.953Z] Selecting previously unselected package multiarch-support. [2021-02-25T12:52:12.953Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T12:52:12.953Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-25T12:52:12.953Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-25T12:52:12.953Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-25T12:52:12.953Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-25T12:52:12.953Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-25T12:52:13.214Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-25T12:52:13.214Z] Selecting previously unselected package libbsd0:amd64. [2021-02-25T12:52:13.214Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-25T12:52:13.214Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-25T12:52:13.214Z] Selecting previously unselected package sudo. [2021-02-25T12:52:13.214Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-25T12:52:13.214Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-25T12:52:13.475Z] Selecting previously unselected package apparmor. [2021-02-25T12:52:13.475Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-25T12:52:13.475Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-25T12:52:13.475Z] Selecting previously unselected package libedit2:amd64. [2021-02-25T12:52:13.475Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-25T12:52:13.475Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-25T12:52:13.735Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-25T12:52:13.735Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T12:52:13.735Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T12:52:13.735Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-25T12:52:13.735Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T12:52:13.735Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T12:52:13.735Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-25T12:52:13.735Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-25T12:52:13.735Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-25T12:52:13.996Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-25T12:52:13.996Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T12:52:13.996Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T12:52:13.996Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-25T12:52:13.996Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T12:52:13.996Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T12:52:14.257Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-25T12:52:14.257Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-25T12:52:14.257Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-25T12:52:14.257Z] Selecting previously unselected package openssh-client. [2021-02-25T12:52:14.257Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-25T12:52:14.257Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-25T12:52:14.518Z] Selecting previously unselected package squashfs-tools. [2021-02-25T12:52:14.518Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-25T12:52:14.518Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-25T12:52:14.518Z] Selecting previously unselected package snapd. [2021-02-25T12:52:14.518Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-25T12:52:14.518Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-25T12:52:16.431Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-25T12:52:16.431Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-25T12:52:16.693Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-25T12:52:16.693Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-25T12:52:16.693Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-25T12:52:16.693Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T12:52:16.693Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T12:52:16.693Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-25T12:52:16.693Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-25T12:52:17.637Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-25T12:52:17.637Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-25T12:52:17.898Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-25T12:52:18.843Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T12:52:18.844Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T12:52:18.844Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T12:52:19.416Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-25T12:52:19.416Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T12:52:19.416Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-25T12:52:19.416Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-25T12:52:19.416Z] running python rtupdate hooks for python3.6... [2021-02-25T12:52:19.416Z] running python post-rtupdate hooks for python3.6... [2021-02-25T12:52:19.678Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-25T12:52:21.119Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-25T12:52:21.119Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T12:52:21.119Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-25T12:52:21.119Z] Setting up snapd (2.48.3+18.04) ... [2021-02-25T12:52:21.691Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-25T12:52:21.691Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-25T12:52:21.952Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-25T12:52:22.212Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-25T12:52:22.212Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-25T12:52:22.212Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-25T12:52:22.472Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-25T12:52:22.733Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-25T12:52:22.733Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-25T12:52:22.995Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-25T12:52:22.995Z] /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-02-25T12:52:22.995Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T12:52:22.995Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-25T12:52:23.936Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-25T12:52:23.936Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-25T12:52:24.205Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-25T12:52:25.149Z] Reading package lists... [2021-02-25T12:52:25.149Z] Reading package lists... [2021-02-25T12:52:25.411Z] Building dependency tree... [2021-02-25T12:52:25.411Z] Reading state information... [2021-02-25T12:52:25.411Z] Calculating upgrade... [2021-02-25T12:52:25.678Z] The following packages will be upgraded: [2021-02-25T12:52:25.678Z] advancecomp base-files bash binutils binutils-common [2021-02-25T12:52:25.678Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-25T12:52:25.678Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-25T12:52:25.678Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-25T12:52:25.678Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-25T12:52:25.678Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-25T12:52:25.678Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-25T12:52:25.678Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-25T12:52:25.678Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-25T12:52:25.678Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-25T12:52:25.678Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-25T12:52:25.678Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-25T12:52:25.678Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-25T12:52:25.678Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-25T12:52:25.678Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-25T12:52:25.678Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-25T12:52:25.678Z] Need to get 63.8 MB of archives. [2021-02-25T12:52:25.678Z] After this operation, 5201 kB of additional disk space will be used. [2021-02-25T12:52:25.678Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-02-25T12:52:25.940Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-25T12:52:25.940Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-25T12:52:25.940Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-25T12:52:25.940Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-25T12:52:25.940Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-25T12:52:25.940Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-25T12:52:25.940Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-25T12:52:25.940Z] 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-02-25T12:52:25.940Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-25T12:52:25.940Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-25T12:52:25.940Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-25T12:52:25.940Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-25T12:52:25.940Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-25T12:52:25.940Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-25T12:52:25.940Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-25T12:52:25.940Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-25T12:52:25.940Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-25T12:52:25.940Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-25T12:52:25.940Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-25T12:52:25.940Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-25T12:52:25.940Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-25T12:52:25.940Z] 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-02-25T12:52:25.940Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-25T12:52:25.940Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-25T12:52:25.940Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-25T12:52:25.940Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-25T12:52:25.940Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-25T12:52:25.940Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-25T12:52:25.940Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-25T12:52:26.200Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-25T12:52:26.200Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-25T12:52:26.200Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-25T12:52:26.200Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-25T12:52:26.200Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-25T12:52:26.200Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-25T12:52:26.200Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-25T12:52:26.200Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-25T12:52:26.200Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-25T12:52:26.200Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-25T12:52:26.200Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-25T12:52:26.200Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-25T12:52:26.200Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-25T12:52:26.200Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-25T12:52:26.200Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-25T12:52:26.200Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-25T12:52:26.200Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-25T12:52:26.200Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-25T12:52:26.200Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-25T12:52:26.200Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-25T12:52:26.200Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-25T12:52:26.200Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-25T12:52:26.200Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-25T12:52:26.200Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-25T12:52:26.200Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-25T12:52:26.461Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-25T12:52:26.461Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-25T12:52:26.724Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-25T12:52:26.724Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-25T12:52:26.724Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-25T12:52:26.724Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-25T12:52:26.724Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-25T12:52:26.724Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-25T12:52:26.724Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-25T12:52:26.985Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-25T12:52:26.985Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-25T12:52:26.985Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-25T12:52:26.985Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-25T12:52:26.985Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-25T12:52:26.985Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-25T12:52:26.985Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-25T12:52:26.985Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-25T12:52:26.985Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-25T12:52:26.985Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-25T12:52:26.985Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-25T12:52:27.245Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-25T12:52:27.245Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-25T12:52:27.245Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-25T12:52:27.246Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-25T12:52:27.246Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-25T12:52:27.246Z] 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-02-25T12:52:27.246Z] 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-02-25T12:52:27.246Z] 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-02-25T12:52:27.246Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-25T12:52:27.246Z] 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-02-25T12:52:27.246Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-25T12:52:27.246Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-02-25T12:52:27.507Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-25T12:52:27.507Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-25T12:52:27.507Z] 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-02-25T12:52:27.507Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-25T12:52:27.507Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-25T12:52:27.507Z] 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-02-25T12:52:27.507Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-25T12:52:27.507Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-25T12:52:27.507Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-25T12:52:27.507Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-25T12:52:27.507Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-25T12:52:27.507Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-25T12:52:27.769Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T12:52:27.769Z] Fetched 63.8 MB in 2s (33.6 MB/s) [2021-02-25T12:52:28.030Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:28.030Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T12:52:28.030Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T12:52:29.943Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T12:52:29.943Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T12:52:29.943Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-02-25T12:52:29.943Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-02-25T12:52:31.842Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:31.842Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T12:52:31.842Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:32.121Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T12:52:32.121Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:32.121Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T12:52:32.422Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:32.422Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T12:52:32.422Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:32.422Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T12:52:32.682Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:32.682Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T12:52:32.682Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:32.682Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T12:52:32.682Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:52:32.943Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T12:52:32.943Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:32.943Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-25T12:52:33.334Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:52:33.334Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T12:52:33.334Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:33.334Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T12:52:33.595Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:33.595Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T12:52:33.595Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T12:52:33.855Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T12:52:33.855Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:52:34.116Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T12:52:34.116Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T12:52:34.116Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T12:52:35.059Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-25T12:52:35.059Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T12:52:35.059Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-25T12:52:35.059Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-25T12:52:35.059Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-25T12:52:35.059Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-25T12:52:35.340Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-25T12:52:35.340Z] Installing new version of config file /etc/issue ... [2021-02-25T12:52:35.601Z] Installing new version of config file /etc/issue.net ... [2021-02-25T12:52:35.601Z] Installing new version of config file /etc/lsb-release ... [2021-02-25T12:52:35.601Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-25T12:52:35.862Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-25T12:52:35.862Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-25T12:52:35.862Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-25T12:52:36.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:36.123Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-25T12:52:36.123Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-25T12:52:36.385Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-25T12:52:36.385Z] 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-02-25T12:52:36.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:36.385Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T12:52:36.385Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-25T12:52:36.649Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-25T12:52:36.649Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:36.649Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-25T12:52:36.649Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-25T12:52:36.913Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-25T12:52:37.538Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:37.538Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-25T12:52:37.800Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-25T12:52:37.800Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-25T12:52:38.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:38.088Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T12:52:38.357Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T12:52:38.357Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-25T12:52:38.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:38.618Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T12:52:38.618Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T12:52:38.879Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-25T12:52:39.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:39.139Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-25T12:52:39.139Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-25T12:52:39.139Z] Setting up grep (3.1-2build1) ... [2021-02-25T12:52:39.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:39.139Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-25T12:52:39.400Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-25T12:52:39.400Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-25T12:52:41.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:41.644Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T12:52:41.644Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T12:52:41.644Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-25T12:52:41.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:41.907Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-25T12:52:41.907Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T12:52:42.485Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-25T12:52:42.485Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T12:52:42.485Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-25T12:52:42.485Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T12:52:43.059Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-25T12:52:43.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:43.059Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-25T12:52:43.059Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T12:52:44.004Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-25T12:52:44.004Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-25T12:52:44.265Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-25T12:52:44.265Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-25T12:52:44.265Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-25T12:52:44.265Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:44.265Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-25T12:52:44.527Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-25T12:52:44.527Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-25T12:52:44.788Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:44.788Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T12:52:44.788Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T12:52:45.050Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T12:52:45.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:45.050Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T12:52:45.050Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T12:52:45.311Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T12:52:45.311Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:45.311Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T12:52:45.311Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T12:52:45.572Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T12:52:45.572Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:45.572Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T12:52:45.572Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T12:52:45.572Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T12:52:45.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:45.833Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T12:52:45.833Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T12:52:45.833Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T12:52:45.833Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T12:52:46.095Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-25T12:52:46.095Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:46.095Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T12:52:46.095Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T12:52:46.355Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-25T12:52:46.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:46.355Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T12:52:46.355Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T12:52:46.355Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T12:52:46.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:46.616Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T12:52:46.616Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T12:52:46.616Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-25T12:52:46.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:46.616Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T12:52:46.877Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T12:52:47.139Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-25T12:52:47.401Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-25T12:52:47.663Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-25T12:52:47.923Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:47.923Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T12:52:47.923Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T12:52:47.923Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-25T12:52:48.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T12:52:48.185Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-25T12:52:48.185Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T12:52:48.185Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-25T12:52:48.444Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:48.444Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-25T12:52:48.444Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-25T12:52:48.444Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-25T12:52:48.705Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:48.705Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-25T12:52:48.965Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-25T12:52:48.966Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-25T12:52:48.966Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:48.966Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-25T12:52:48.966Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-25T12:52:49.226Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-25T12:52:49.226Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:49.226Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-25T12:52:49.226Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T12:52:49.488Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T12:52:49.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:49.488Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-25T12:52:49.488Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T12:52:49.488Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T12:52:49.748Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:49.748Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-25T12:52:49.748Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T12:52:50.320Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T12:52:50.581Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:50.581Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T12:52:50.581Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T12:52:50.581Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-25T12:52:50.581Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T12:52:50.846Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T12:52:50.846Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T12:52:50.846Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-25T12:52:51.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:51.108Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-25T12:52:51.108Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-25T12:52:51.108Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-25T12:52:51.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:51.368Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-25T12:52:51.368Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T12:52:51.368Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T12:52:51.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:51.629Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T12:52:51.629Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T12:52:51.629Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-25T12:52:51.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:51.891Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-25T12:52:51.891Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-25T12:52:51.891Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-25T12:52:52.152Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:52.152Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-25T12:52:52.152Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-25T12:52:53.581Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-25T12:52:54.157Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:54.157Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T12:52:54.157Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T12:52:54.418Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-02-25T12:52:54.418Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:54.418Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-25T12:52:54.418Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-25T12:52:54.680Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-25T12:52:54.680Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:54.680Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-25T12:52:54.680Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-25T12:52:54.957Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-25T12:52:54.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:54.957Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-25T12:52:55.221Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-25T12:52:55.221Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-25T12:52:55.524Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:55.524Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-25T12:52:55.524Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-25T12:52:55.786Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-25T12:52:55.786Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:55.786Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-25T12:52:55.786Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-25T12:52:56.048Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-25T12:52:56.048Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T12:52:56.048Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-25T12:52:56.048Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-25T12:52:56.309Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-25T12:52:56.309Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-25T12:52:56.309Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-25T12:52:56.309Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-25T12:52:56.570Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-25T12:52:56.570Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-25T12:52:56.831Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-25T12:52:56.831Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-25T12:52:57.092Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-25T12:52:57.092Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-25T12:52:57.092Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-25T12:52:57.353Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-25T12:52:57.353Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-25T12:52:57.353Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-25T12:52:57.614Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-25T12:52:57.614Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-25T12:52:57.875Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-25T12:52:57.875Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-25T12:52:57.875Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-25T12:52:57.875Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-25T12:52:58.137Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-25T12:52:58.137Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-25T12:52:58.137Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-25T12:52:58.137Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-25T12:52:58.398Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-25T12:52:58.398Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-25T12:52:59.851Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-25T12:52:59.851Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-25T12:52:59.851Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-25T12:52:59.851Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-25T12:53:00.119Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T12:53:00.119Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T12:53:00.763Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T12:53:00.763Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T12:53:00.763Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T12:53:00.763Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T12:53:01.148Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T12:53:01.148Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T12:53:01.148Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T12:53:01.148Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T12:53:01.415Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T12:53:01.415Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T12:53:01.415Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T12:53:01.415Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T12:53:01.688Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T12:53:01.688Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T12:53:02.628Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T12:53:02.628Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T12:53:03.568Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T12:53:03.568Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T12:53:04.140Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T12:53:04.141Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T12:53:04.717Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T12:53:04.717Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T12:53:05.659Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T12:53:05.659Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T12:53:05.659Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-25T12:53:05.659Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-25T12:53:05.919Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-25T12:53:05.919Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-25T12:53:06.181Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-25T12:53:06.181Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-25T12:53:06.443Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-25T12:53:06.443Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-25T12:53:06.443Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-25T12:53:06.443Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-25T12:53:06.703Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-25T12:53:06.703Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-25T12:53:06.703Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-25T12:53:06.967Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-25T12:53:06.967Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:53:06.967Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-25T12:53:06.967Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:53:06.967Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:53:07.229Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:53:07.229Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-25T12:53:07.229Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-25T12:53:07.229Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-25T12:53:07.490Z] [2021-02-25T12:53:07.490Z] Current default time zone: 'Etc/UTC' [2021-02-25T12:53:07.490Z] Local time is now: Thu Feb 25 12:53:07 UTC 2021. [2021-02-25T12:53:07.490Z] Universal Time is now: Thu Feb 25 12:53:07 UTC 2021. [2021-02-25T12:53:07.490Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-25T12:53:07.490Z] [2021-02-25T12:53:07.490Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-25T12:53:07.490Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:53:07.490Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-02-25T12:53:07.490Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-25T12:53:07.490Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-25T12:53:07.752Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-25T12:53:07.752Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-25T12:53:07.752Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-25T12:53:07.752Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-25T12:53:07.752Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-25T12:53:07.752Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:53:08.013Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-25T12:53:08.274Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T12:53:08.274Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-25T12:53:08.274Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:53:08.274Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-25T12:53:08.274Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-25T12:53:08.274Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-25T12:53:08.536Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-25T12:53:08.536Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-25T12:53:08.536Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-25T12:53:08.536Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-25T12:53:08.536Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-25T12:53:10.468Z] Updating certificates in /etc/ssl/certs... [2021-02-25T12:53:11.038Z] 23 added, 27 removed; done. [2021-02-25T12:53:11.300Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-25T12:53:11.300Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T12:53:11.300Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-25T12:53:11.300Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-25T12:53:11.300Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-25T12:53:11.300Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T12:53:11.300Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-25T12:53:11.300Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T12:53:11.561Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T12:53:11.561Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T12:53:11.561Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T12:53:11.561Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T12:53:11.561Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-25T12:53:11.561Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-25T12:53:11.561Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-25T12:53:11.822Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-25T12:53:11.822Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-25T12:53:11.822Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T12:53:11.822Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T12:53:11.822Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-25T12:53:11.822Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-25T12:53:12.083Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-25T12:53:12.083Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-25T12:53:12.083Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-25T12:53:12.083Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-25T12:53:12.343Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-25T12:53:12.343Z] Updating certificates in /etc/ssl/certs... [2021-02-25T12:53:12.914Z] 0 added, 0 removed; done. [2021-02-25T12:53:12.914Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-25T12:53:12.914Z] done. [2021-02-25T12:53:13.176Z] Reading package lists... [2021-02-25T12:53:13.435Z] Building dependency tree... [2021-02-25T12:53:13.435Z] Reading state information... [2021-02-25T12:53:13.696Z] The following NEW packages will be installed: [2021-02-25T12:53:13.696Z] apt-transport-https [2021-02-25T12:53:13.696Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-25T12:53:13.696Z] Need to get 1696 B of archives. [2021-02-25T12:53:13.696Z] After this operation, 153 kB of additional disk space will be used. [2021-02-25T12:53:13.696Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-25T12:53:13.696Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T12:53:13.696Z] Fetched 1696 B in 0s (22.7 kB/s) [2021-02-25T12:53:13.696Z] Selecting previously unselected package apt-transport-https. [2021-02-25T12:53:13.696Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-25T12:53:13.696Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-25T12:53:13.956Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-25T12:53:13.956Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-25T12:53:14.216Z] Waiting for network to be ready... [2021-02-25T12:53:19.505Z] 2021-02-25T12:53:17Z INFO Waiting for automatic snapd restart... [2021-02-25T12:53:19.505Z] snapd 2.48.2.1 from Canonical* installed [2021-02-25T12:53:19.505Z] "snapd" switched to the "latest/stable" channel [2021-02-25T12:53:19.505Z] [2021-02-25T12:53:22.048Z] core18 20210128 from Canonical* installed [2021-02-25T12:53:22.048Z] "core18" switched to the "latest/stable" channel [2021-02-25T12:53:22.048Z] [2021-02-25T12:53:25.345Z] snapcraft 4.5.1 from Canonical* installed [2021-02-25T12:53:25.345Z] "snapcraft" switched to the "latest/stable" channel [2021-02-25T12:53:25.345Z] [2021-02-25T12:53:28.638Z] 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-02-25T12:53:28.638Z] - README.md [2021-02-25T12:53:28.638Z] - snapcraft.yaml.orig [2021-02-25T12:53:28.638Z] [2021-02-25T12:53:28.638Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-25T12:53:35.229Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T12:53:35.229Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-25T12:53:35.229Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-25T12:53:35.229Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-25T12:53:36.430Z] Reading package lists... [2021-02-25T12:53:36.691Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-25T12:53:43.277Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T12:53:43.277Z] Reading package lists... [2021-02-25T12:53:43.277Z] Building dependency tree... [2021-02-25T12:53:43.277Z] Reading state information... [2021-02-25T12:53:43.277Z] Suggested packages: [2021-02-25T12:53:43.277Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-25T12:53:43.277Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-25T12:53:43.277Z] Recommended packages: [2021-02-25T12:53:43.277Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-25T12:53:43.277Z] The following NEW packages will be installed: [2021-02-25T12:53:43.277Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-25T12:53:43.277Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-25T12:53:43.277Z] pkg-config zip [2021-02-25T12:53:43.277Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-25T12:53:43.277Z] Need to get 7655 kB of archives. [2021-02-25T12:53:43.277Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-25T12:53:43.277Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-25T12:53:43.277Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-25T12:53:43.278Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-25T12:53:43.278Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-25T12:53:43.278Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-25T12:53:43.278Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-25T12:53:43.278Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-25T12:53:43.278Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-25T12:53:43.538Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-25T12:53:43.538Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-25T12:53:43.538Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-25T12:53:43.538Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-25T12:53:43.538Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-25T12:53:43.800Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-25T12:53:43.800Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-25T12:53:43.800Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T12:53:43.800Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-02-25T12:53:43.800Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-25T12:53:43.800Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-25T12:53:43.800Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-25T12:53:43.800Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-25T12:53:44.061Z] Selecting previously unselected package libpsl5:amd64. [2021-02-25T12:53:44.061Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-25T12:53:44.061Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-25T12:53:44.061Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-25T12:53:44.061Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-25T12:53:44.322Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-25T12:53:44.322Z] Selecting previously unselected package librtmp1:amd64. [2021-02-25T12:53:44.322Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-25T12:53:44.322Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-25T12:53:44.322Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-25T12:53:44.322Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-25T12:53:44.322Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-25T12:53:44.584Z] Selecting previously unselected package liberror-perl. [2021-02-25T12:53:44.584Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-25T12:53:44.584Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-25T12:53:44.584Z] Selecting previously unselected package git-man. [2021-02-25T12:53:44.584Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-25T12:53:44.584Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-25T12:53:44.584Z] Selecting previously unselected package git. [2021-02-25T12:53:44.584Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-25T12:53:44.851Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-25T12:53:45.424Z] Selecting previously unselected package libnorm1:amd64. [2021-02-25T12:53:45.424Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-25T12:53:45.424Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-25T12:53:45.424Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-25T12:53:45.684Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-25T12:53:45.684Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-25T12:53:45.684Z] Selecting previously unselected package libsodium23:amd64. [2021-02-25T12:53:45.684Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-25T12:53:45.684Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-25T12:53:45.684Z] Selecting previously unselected package libzmq5:amd64. [2021-02-25T12:53:45.684Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-25T12:53:45.684Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T12:53:45.946Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-25T12:53:45.946Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-25T12:53:45.946Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T12:53:45.946Z] Selecting previously unselected package pkg-config. [2021-02-25T12:53:45.946Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-25T12:53:45.946Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-25T12:53:46.208Z] Selecting previously unselected package zip. [2021-02-25T12:53:46.208Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-25T12:53:46.208Z] Unpacking zip (3.0-11build1) ... [2021-02-25T12:53:46.208Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-25T12:53:46.208Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-25T12:53:46.208Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-25T12:53:46.469Z] Setting up liberror-perl (0.17025-1) ... [2021-02-25T12:53:46.469Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-25T12:53:46.469Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-25T12:53:46.469Z] No schema files found: doing nothing. [2021-02-25T12:53:46.469Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-25T12:53:46.469Z] Setting up zip (3.0-11build1) ... [2021-02-25T12:53:46.469Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-25T12:53:46.469Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-25T12:53:46.469Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-25T12:53:46.469Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T12:53:46.469Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-25T12:53:46.729Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T12:53:46.729Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-25T12:53:46.729Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-25T12:53:53.317Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T12:53:53.317Z] git set to automatically installed. [2021-02-25T12:53:53.317Z] git-man set to automatically installed. [2021-02-25T12:53:53.317Z] libcurl3-gnutls set to automatically installed. [2021-02-25T12:53:53.317Z] liberror-perl set to automatically installed. [2021-02-25T12:53:53.317Z] libglib2.0-0 set to automatically installed. [2021-02-25T12:53:53.317Z] libnghttp2-14 set to automatically installed. [2021-02-25T12:53:53.317Z] libnorm1 set to automatically installed. [2021-02-25T12:53:53.317Z] libpgm-5.2-0 set to automatically installed. [2021-02-25T12:53:53.317Z] libpsl5 set to automatically installed. [2021-02-25T12:53:53.317Z] librtmp1 set to automatically installed. [2021-02-25T12:53:53.317Z] libsodium23 set to automatically installed. [2021-02-25T12:53:53.317Z] libzmq3-dev set to automatically installed. [2021-02-25T12:53:53.317Z] libzmq5 set to automatically installed. [2021-02-25T12:53:53.317Z] pkg-config set to automatically installed. [2021-02-25T12:53:53.317Z] zip set to automatically installed. [2021-02-25T12:53:55.231Z] snapd is not logged in, snap install commands will use sudo [2021-02-25T12:54:01.816Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T12:54:02.758Z] snap "core18" has no updates available [2021-02-25T12:54:03.703Z] Pulling config-common [2021-02-25T12:54:03.703Z] + snapcraftctl pull [2021-02-25T12:54:04.274Z] Pulling go-build-helper [2021-02-25T12:54:04.535Z] + snapcraftctl pull [2021-02-25T12:54:26.506Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-25T12:54:26.506Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-25T12:54:26.506Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-25T12:54:26.507Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-25T12:54:26.507Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-25T12:54:26.507Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-25T12:54:26.507Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-25T12:54:26.507Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-25T12:54:26.507Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-25T12:54:26.507Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-25T12:54:26.507Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-25T12:54:26.507Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-25T12:54:26.507Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-25T12:54:26.507Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-25T12:54:26.507Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-25T12:54:26.507Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-25T12:54:26.507Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] [2021-02-25T12:54:26.507Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-25T12:54:26.507Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-25T12:54:26.507Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-25T12:54:26.507Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-25T12:54:26.507Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-25T12:54:26.507Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-25T12:54:26.507Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-25T12:54:26.507Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-25T12:54:26.507Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-02-25T12:54:26.507Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-25T12:54:26.507Z] Fetched 24.0 MB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-25T12:54:26.507Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-25T12:54:26.507Z] Fetched 279 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-25T12:54:26.507Z] Fetched 122 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-25T12:54:26.507Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-25T12:54:26.507Z] Fetched 8848 B in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-25T12:54:26.507Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-25T12:54:26.507Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-25T12:54:26.507Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-25T12:54:26.507Z] Fetched 214 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-02-25T12:54:26.507Z] Fetched 154 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-25T12:54:26.507Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-25T12:54:26.507Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-25T12:54:26.507Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-25T12:54:26.507Z] Fetched 499 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-25T12:54:26.507Z] Fetched 111 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-25T12:54:26.507Z] Fetched 240 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-25T12:54:26.507Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-25T12:54:26.507Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-25T12:54:26.507Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-25T12:54:26.507Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-25T12:54:26.507Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-25T12:54:26.507Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-02-25T12:54:26.507Z] Fetched 15.8 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-25T12:54:26.507Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-25T12:54:26.507Z] Fetched 8720 B in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-25T12:54:26.507Z] Fetched 137 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-25T12:54:26.507Z] Fetched 119 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-25T12:54:26.507Z] Fetched 109 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-25T12:54:26.507Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-25T12:54:26.507Z] Fetched 645 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-25T12:54:26.507Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-25T12:54:26.507Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-25T12:54:26.507Z] Fetched 368 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-25T12:54:26.507Z] Fetched 187 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-25T12:54:26.507Z] Fetched 175 kB in 0s (0 B/s) [2021-02-25T12:54:26.507Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-25T12:54:29.276Z] Fetched 206 kB in 0s (0 B/s) [2021-02-25T12:54:29.276Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-25T12:54:29.276Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-25T12:54:29.276Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-25T12:54:29.276Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-25T12:54:29.276Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-25T12:54:29.276Z] Fetched 159 kB in 0s (0 B/s) [2021-02-25T12:54:29.276Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-25T12:54:29.276Z] Fetched 107 kB in 0s (0 B/s) [2021-02-25T12:54:29.276Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-25T12:54:29.276Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-25T12:54:29.276Z] Pulling static-packages [2021-02-25T12:54:29.276Z] + snapcraftctl pull [2021-02-25T12:54:29.617Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-25T12:54:29.617Z] Skipping pull go-build-helper (already ran) [2021-02-25T12:54:29.617Z] Skipping pull static-packages (already ran) [2021-02-25T12:54:29.617Z] Building go-build-helper [2021-02-25T12:54:29.617Z] + snapcraftctl build [2021-02-25T12:54:33.819Z] Building static-packages [2021-02-25T12:54:33.819Z] + snapcraftctl build [2021-02-25T12:54:35.202Z] Staging go-build-helper [2021-02-25T12:54:35.202Z] + snapcraftctl stage [2021-02-25T12:54:35.771Z] Staging static-packages [2021-02-25T12:54:35.771Z] + snapcraftctl stage [2021-02-25T12:54:36.710Z] Pulling go115 [2021-02-25T12:54:36.972Z] + snapcraftctl pull [2021-02-25T12:54:37.920Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-25T12:54:37.920Z] Skipping pull go115 (already ran) [2021-02-25T12:54:37.920Z] Building go115 [2021-02-25T12:54:37.920Z] + dpkg --print-architecture [2021-02-25T12:54:37.920Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-25T12:54:37.920Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-25T12:54:37.920Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-25T12:54:37.920Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T12:54:37.920Z] Dload Upload Total Spent Left Speed [2021-02-25T12:54:41.048Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 115M 27 31.2M 0 0 29.2M 0 0:00:03 0:00:01 0:00:02 29.1M 58 115M 58 68.0M 0 0 32.8M 0 0:00:03 0:00:02 0:00:01 32.8M 92 115M 92 106M 0 0 34.7M 0 0:00:03 0:00:03 --:--:-- 34.7M 100 115M 100 115M 0 0 35.9M 0 0:00:03 0:00:03 --:--:-- 35.9M [2021-02-25T12:54:41.048Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-25T12:54:41.048Z] + sha256sum -c sha256 [2021-02-25T12:54:41.048Z] + grep OK [2021-02-25T12:54:41.619Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-25T12:54:41.619Z] + mkdir -p /root/stage/go1.15 [2021-02-25T12:54:41.619Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-25T12:54:45.819Z] Staging go115 [2021-02-25T12:54:45.819Z] + snapcraftctl stage [2021-02-25T12:54:51.102Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-25T12:54:51.102Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-25T12:54:51.102Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-25T12:54:51.102Z] Fetched 0 B in 0s (0 B/s) [2021-02-25T12:54:51.102Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-25T12:54:51.102Z] Fetched 224 kB in 0s (0 B/s) [2021-02-25T12:54:51.102Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-25T12:54:51.102Z] Fetched 157 kB in 0s (0 B/s) [2021-02-25T12:54:51.102Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-25T12:54:51.102Z] Fetched 221 kB in 0s (0 B/s) [2021-02-25T12:54:51.102Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-25T12:54:51.102Z] Fetched 143 kB in 0s (0 B/s) [2021-02-25T12:54:51.102Z] Pulling edgex-go [2021-02-25T12:54:51.102Z] + snapcraftctl pull [2021-02-25T12:54:51.362Z] Pulling version [2021-02-25T12:54:51.362Z] + cd /root/project [2021-02-25T12:54:51.362Z] + [ -f VERSION ] [2021-02-25T12:54:51.362Z] + PROJECT_VERSION=local-dev [2021-02-25T12:54:51.362Z] + git rev-parse --short HEAD [2021-02-25T12:54:51.362Z] + GIT_REVISION=191125ba [2021-02-25T12:54:51.362Z] + snapcraftctl set-version local-dev [2021-02-25T12:54:52.301Z] Building config-common [2021-02-25T12:54:52.301Z] + snapcraftctl build [2021-02-25T12:54:54.214Z] Skipping build go-build-helper (already ran) [2021-02-25T12:54:54.214Z] Skipping build static-packages (already ran) [2021-02-25T12:54:54.214Z] Skipping build go115 (already ran) [2021-02-25T12:54:54.475Z] Building edgex-go [2021-02-25T12:54:54.475Z] + 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/6050/bin/scriptlet-bin [2021-02-25T12:54:54.475Z] + cd /root/parts/edgex-go/src [2021-02-25T12:54:54.475Z] + make build [2021-02-25T12:54:54.475Z] 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-02-25T12:54:56.387Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-25T12:54:56.387Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-02-25T12:54:56.387Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 [2021-02-25T12:54:56.387Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-02-25T12:54:56.387Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-25T12:54:56.650Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-25T12:54:56.650Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-02-25T12:54:56.650Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-25T12:54:56.650Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-25T12:54:56.650Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-25T12:54:56.650Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-25T12:54:56.650Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-25T12:54:56.650Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-25T12:54:56.650Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-25T12:54:56.650Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-25T12:54:56.650Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-25T12:54:56.650Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-25T12:54:56.650Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-25T12:54:56.650Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-02-25T12:54:56.650Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-25T12:54:56.650Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-25T12:54:56.650Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-25T12:54:56.650Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-25T12:54:56.650Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-25T12:54:56.650Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-25T12:54:56.650Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-25T12:54:56.650Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-25T12:54:56.650Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-25T12:54:56.650Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T12:54:56.650Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-25T12:54:56.914Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-25T12:54:56.914Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-25T12:54:56.914Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-25T12:54:56.914Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-25T12:54:56.914Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-25T12:54:56.914Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-25T12:54:56.914Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-25T12:54:56.914Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-25T12:54:56.914Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-25T12:54:56.914Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-25T12:54:56.914Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-25T12:54:56.914Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-25T12:54:57.178Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-25T12:54:57.178Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-25T12:55:03.767Z] 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-02-25T12:55:03.767Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-25T12:55:07.967Z] 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-02-25T12:55:08.907Z] 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-02-25T12:55:10.291Z] 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-02-25T12:55:10.550Z] 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-02-25T12:55:10.550Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-25T12:55:10.812Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-25T12:55:10.812Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-25T12:55:10.812Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-25T12:55:12.193Z] 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-02-25T12:55:12.193Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-25T12:55:12.193Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-25T12:55:13.574Z] 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-02-25T12:55:14.518Z] 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-02-25T12:55:14.518Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-25T12:55:15.915Z] 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-02-25T12:55:16.486Z] 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-02-25T12:55:16.486Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-25T12:55:17.869Z] 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-02-25T12:55:17.870Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-25T12:55:19.258Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-25T12:55:19.258Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-25T12:55:19.258Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-25T12:55:19.258Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-25T12:55:19.258Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-25T12:55:19.258Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-25T12:55:19.258Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-25T12:55:19.258Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-25T12:55:19.258Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-25T12:55:19.258Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-25T12:55:19.258Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-25T12:55:19.258Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-25T12:55:19.258Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-25T12:55:19.258Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-25T12:55:19.258Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-25T12:55:19.258Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-25T12:55:19.258Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-25T12:55:19.258Z] + 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-02-25T12:55:19.258Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-25T12:55:19.258Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-25T12:55:19.258Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-25T12:55:19.518Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-25T12:55:19.518Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-25T12:55:19.518Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-25T12:55:19.518Z] + 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-02-25T12:55:20.464Z] Building version [2021-02-25T12:55:20.464Z] + snapcraftctl build [2021-02-25T12:55:22.377Z] Staging config-common [2021-02-25T12:55:22.377Z] + snapcraftctl stage [2021-02-25T12:55:23.321Z] Skipping stage go-build-helper (already ran) [2021-02-25T12:55:23.321Z] Skipping stage static-packages (already ran) [2021-02-25T12:55:23.321Z] Skipping stage go115 (already ran) [2021-02-25T12:55:23.321Z] Staging edgex-go [2021-02-25T12:55:23.321Z] + snapcraftctl stage [2021-02-25T12:55:24.263Z] Staging version [2021-02-25T12:55:24.263Z] + snapcraftctl stage [2021-02-25T12:55:25.204Z] Priming config-common [2021-02-25T12:55:25.204Z] + snapcraftctl prime [2021-02-25T12:55:26.145Z] Priming go-build-helper [2021-02-25T12:55:26.145Z] + snapcraftctl prime [2021-02-25T12:55:27.087Z] Priming static-packages [2021-02-25T12:55:27.087Z] + snapcraftctl prime [2021-02-25T12:55:29.000Z] Priming go115 [2021-02-25T12:55:29.000Z] + snapcraftctl prime [2021-02-25T12:55:29.943Z] Priming edgex-go [2021-02-25T12:55:29.943Z] + snapcraftctl prime [2021-02-25T12:55:31.328Z] Priming version [2021-02-25T12:55:31.328Z] + snapcraftctl prime [2021-02-25T12:55:32.268Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-25T12:55:35.841Z] provisioning config files... [2021-02-25T12:55:35.986Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config8305195054666944726tmp [Pipeline] { [Pipeline] sh [2021-02-25T12:55:36.564Z] + set +x [2021-02-25T12:55:36.565Z] + curl -s https://codecov.io/bash [2021-02-25T12:55:36.565Z] + bash -s -- [2021-02-25T12:55:38.423Z] [2021-02-25T12:55:38.423Z] _____ _ [2021-02-25T12:55:38.423Z] / ____| | | [2021-02-25T12:55:38.423Z] | | ___ __| | ___ ___ _____ __ [2021-02-25T12:55:38.423Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-25T12:55:38.423Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-25T12:55:38.423Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-25T12:55:38.423Z] Bash-20210129-7c25fce [2021-02-25T12:55:38.423Z] [2021-02-25T12:55:38.423Z] [2021-02-25T12:55:38.423Z] ==> git version 2.24.3 found [2021-02-25T12:55:38.423Z] ==> 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-02-25T12:55:38.423Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-25T12:55:38.423Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-25T12:55:38.423Z] ==> Jenkins CI detected. [2021-02-25T12:55:38.423Z] project root: . [2021-02-25T12:55:38.423Z] --> token set from env [2021-02-25T12:55:38.760Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-25T12:55:39.060Z] ==> Running gcov in . (disable via -X gcov) [2021-02-25T12:55:39.334Z] ==> Python coveragepy not found [2021-02-25T12:55:39.334Z] ==> Searching for coverage reports in: [2021-02-25T12:55:39.334Z] + . [2021-02-25T12:55:39.334Z] -> Found 1 reports [2021-02-25T12:55:39.334Z] ==> Detecting git/mercurial file structure [2021-02-25T12:55:39.334Z] ==> Reading reports [2021-02-25T12:55:39.334Z] + ./coverage.out bytes=594620 [2021-02-25T12:55:39.334Z] ==> Appending adjustments [2021-02-25T12:55:39.334Z] https://docs.codecov.io/docs/fixing-reports [2021-02-25T12:55:48.309Z] + Found adjustments [2021-02-25T12:55:48.309Z] ==> Gzipping contents [2021-02-25T12:55:48.309Z] 88K /tmp/codecov.Mo4Jcu.gz [2021-02-25T12:55:48.309Z] ==> Uploading reports [2021-02-25T12:55:48.309Z] url: https://codecov.io [2021-02-25T12:55:48.309Z] query: branch=PR-3196&commit=191125bad590df5eca5bf019996a39733ee48d27&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3196%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3196&job=&cmd_args= [2021-02-25T12:55:48.309Z] -> Pinging Codecov [2021-02-25T12:55:48.309Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3196&commit=191125bad590df5eca5bf019996a39733ee48d27&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3196%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3196&job=&cmd_args= [2021-02-25T12:55:49.099Z] -> Uploading to [2021-02-25T12:55:49.099Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-25/00271124DB129430A58F1EEE437C3FCB/191125bad590df5eca5bf019996a39733ee48d27/5a2331d5-5ec2-417f-b8dd-236a98a45a3e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T125548Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ada57626ff57b12d557e02a78bcb70d1ad1ed00754325253494666c84be2d666 [2021-02-25T12:55:49.099Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T12:55:49.099Z] Dload Upload Total Spent Left Speed [2021-02-25T12:55:50.155Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88758 0 0 100 88758 0 98k --:--:-- --:--:-- --:--:-- 98k [2021-02-25T12:55:50.155Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/191125bad590df5eca5bf019996a39733ee48d27 [Pipeline] } [2021-02-25T12:55:50.216Z] 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-02-25T12:55:52.740Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:55:55.177Z] ---> package-listing.sh [2021-02-25T12:55:55.178Z] ++ facter osfamily [2021-02-25T12:55:55.178Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-25T12:55:55.465Z] + OS_FAMILY=redhat [2021-02-25T12:55:55.465Z] + workspace=/w/workspace/edgex-go/2 [2021-02-25T12:55:55.465Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-25T12:55:55.465Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-25T12:55:55.465Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-25T12:55:55.465Z] + PACKAGES=/tmp/packages_start.txt [2021-02-25T12:55:55.465Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-25T12:55:55.465Z] + PACKAGES=/tmp/packages_end.txt [2021-02-25T12:55:55.465Z] + case "${OS_FAMILY}" in [2021-02-25T12:55:55.465Z] + sort [2021-02-25T12:55:55.465Z] + rpm -qa [2021-02-25T12:56:06.449Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-25T12:56:06.449Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-25T12:56:06.449Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-25T12:56:06.449Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-25T12:56:06.449Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-25T12:56:06.449Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-25T12:56:06.682Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-25T12:56:07.126Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:56:08.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T12:56:09.492Z] [2021-02-25T12:56:09.492Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-25T12:56:10.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T12:56:11.412Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-25T12:56:11.412Z] df20fa9351a1: Pulling fs layer [2021-02-25T12:56:11.413Z] 36b3adc4ff6f: Pulling fs layer [2021-02-25T12:56:11.413Z] 8ad3a11d3b57: Pulling fs layer [2021-02-25T12:56:11.413Z] 46f8f816bc3b: Pulling fs layer [2021-02-25T12:56:11.413Z] 93b61091891f: Pulling fs layer [2021-02-25T12:56:11.413Z] 93b9cdb0e59b: Pulling fs layer [2021-02-25T12:56:11.413Z] 5e14af77c1be: Pulling fs layer [2021-02-25T12:56:11.413Z] 01666e4c0597: Pulling fs layer [2021-02-25T12:56:11.413Z] aa168da1d23b: Pulling fs layer [2021-02-25T12:56:11.413Z] 46f8f816bc3b: Waiting [2021-02-25T12:56:11.413Z] 93b61091891f: Waiting [2021-02-25T12:56:11.413Z] 01666e4c0597: Waiting [2021-02-25T12:56:11.413Z] 93b9cdb0e59b: Waiting [2021-02-25T12:56:11.413Z] 5e14af77c1be: Waiting [2021-02-25T12:56:11.413Z] aa168da1d23b: Waiting [2021-02-25T12:56:11.413Z] 36b3adc4ff6f: Verifying Checksum [2021-02-25T12:56:11.413Z] 36b3adc4ff6f: Download complete [2021-02-25T12:56:11.732Z] 46f8f816bc3b: Verifying Checksum [2021-02-25T12:56:11.732Z] 46f8f816bc3b: Download complete [2021-02-25T12:56:11.732Z] df20fa9351a1: Verifying Checksum [2021-02-25T12:56:11.732Z] df20fa9351a1: Download complete [2021-02-25T12:56:12.012Z] 93b9cdb0e59b: Verifying Checksum [2021-02-25T12:56:12.012Z] 93b9cdb0e59b: Download complete [2021-02-25T12:56:12.012Z] 93b61091891f: Download complete [2021-02-25T12:56:12.302Z] 01666e4c0597: Verifying Checksum [2021-02-25T12:56:12.302Z] 01666e4c0597: Download complete [2021-02-25T12:56:12.302Z] 5e14af77c1be: Verifying Checksum [2021-02-25T12:56:12.302Z] 5e14af77c1be: Download complete [2021-02-25T12:56:12.928Z] 8ad3a11d3b57: Verifying Checksum [2021-02-25T12:56:12.928Z] 8ad3a11d3b57: Download complete [2021-02-25T12:56:13.240Z] df20fa9351a1: Pull complete [2021-02-25T12:56:13.546Z] 36b3adc4ff6f: Pull complete [2021-02-25T12:56:17.590Z] 8ad3a11d3b57: Pull complete [2021-02-25T12:56:18.286Z] 46f8f816bc3b: Pull complete [2021-02-25T12:56:19.883Z] 93b61091891f: Pull complete [2021-02-25T12:56:20.199Z] 93b9cdb0e59b: Pull complete [2021-02-25T12:56:21.898Z] 5e14af77c1be: Pull complete [2021-02-25T12:56:22.268Z] aa168da1d23b: Verifying Checksum [2021-02-25T12:56:22.268Z] aa168da1d23b: Download complete [2021-02-25T12:56:22.672Z] 01666e4c0597: Pull complete [2021-02-25T12:56:50.569Z] aa168da1d23b: Pull complete [2021-02-25T12:56:50.569Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-25T12:56:50.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T12:56:50.569Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-25T12:56:51.582Z] prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container [2021-02-25T12:56:54.059Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-25T12:56:58.975Z] $ docker top b0a1410efe98cf15a2dbdafad46cdcfc593a713ef031e27f24b0bbaa4b1405f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T12:57:00.817Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-25T12:57:02.298Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-25T12:57:03.305Z] + ls /var/log/sa-host [2021-02-25T12:57:03.305Z] + sadf -c /var/log/sa-host/sa23 [2021-02-25T12:57:03.305Z] file_magic: OK [2021-02-25T12:57:03.305Z] HZ: Using current value: 100 [2021-02-25T12:57:03.305Z] file_header: OK [2021-02-25T12:57:03.305Z] 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-02-25T12:57:03.305Z] Statistics: [2021-02-25T12:57:03.305Z] Hnuu...uuuununununu... [2021-02-25T12:57:03.305Z] File successfully converted to sysstat format version 12.2.1 [2021-02-25T12:57:03.305Z] + sadf -c /var/log/sa-host/sa25 [2021-02-25T12:57:03.305Z] file_magic: OK [2021-02-25T12:57:03.305Z] HZ: Using current value: 100 [2021-02-25T12:57:03.305Z] file_header: OK [2021-02-25T12:57:03.305Z] 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-02-25T12:57:03.305Z] Statistics: [2021-02-25T12:57:03.305Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-25T12:57:03.305Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-25T12:57:04.024Z] provisioning config files... [2021-02-25T12:57:04.046Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7449659497469453592tmp [Pipeline] { [Pipeline] echo [2021-02-25T12:57:04.139Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:57:05.761Z] ---> create-netrc.sh [Pipeline] } [2021-02-25T12:57:05.867Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-25T12:57:05.976Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:57:07.425Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-25T12:57:07.428Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:57:08.040Z] ---> sudo-logs.sh [2021-02-25T12:57:08.040Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-25T12:57:08.119Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:57:09.259Z] ---> job-cost.sh [2021-02-25T12:57:09.259Z] lf-activate-venv: SKIPPING [2021-02-25T12:57:09.259Z] DEBUG: total: 0.20999999344348907 [2021-02-25T12:57:09.259Z] INFO: Retrieving Stack Cost... [2021-02-25T12:57:10.248Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T12:57:10.845Z] INFO: Archiving Costs [Pipeline] echo [2021-02-25T12:57:10.860Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T12:57:12.078Z] ---> logs-deploy.sh [2021-02-25T12:57:12.079Z] lf-activate-venv: SKIPPING [2021-02-25T12:57:12.079Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3196/2 [2021-02-25T12:57:12.079Z] INFO: archiving workspace using pattern(s): [2021-02-25T12:57:16.014Z] Archives upload complete. [2021-02-25T12:57:16.014Z] INFO: archiving logs to Nexus [2021-02-25T12:57:17.582Z] ---> uname -a: [2021-02-25T12:57:17.582Z] Linux prd-centos7-docker-4c-2g-27642.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-25T12:57:17.582Z] [2021-02-25T12:57:17.582Z]