Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b60e6eeb7f18074425901094eba94146e3f42170+e4452ab79e32c06b9a1c96c946d524d5f9ceed90 (63a314e0baee0ba7806b0b13bbe940436d7d687f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-29839’ is offline; ‘prd-centos7-docker-4c-2g-29841’ is offline; ‘prd-centos7-docker-4c-2g-29842’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29849 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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 e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit b60e6eeb7f18074425901094eba94146e3f42170 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 Merge succeeded, producing b60e6eeb7f18074425901094eba94146e3f42170 Checking out Revision b60e6eeb7f18074425901094eba94146e3f42170 (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-15T21:05:11.326Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-15T21:05:11.614Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-15T21:05:11.702Z] ========================================================= [2021-03-15T21:05:11.702Z] EdgeX Global Pipelines Version Info [2021-03-15T21:05:11.702Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e143c8ea67bc5684d6d195813e0b7f5b6ddc4793 # timeout=10 [2021-03-15T21:05:13.196Z] ------------------- [2021-03-15T21:05:13.196Z] stable info: [2021-03-15T21:05:13.196Z] ------------------- [2021-03-15T21:05:13.196Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-15T21:05:13.196Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T21:05:13.196Z] Message: update stable to v1.0.184 [2021-03-15T21:05:14.155Z] ------------------- [2021-03-15T21:05:14.155Z] experimental info: [2021-03-15T21:05:14.155Z] ------------------- [2021-03-15T21:05:14.155Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-15T21:05:14.156Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T21:05:14.156Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-15T21:05:14.434Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-15T21:05:14.523Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-15T21:05:14.610Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-15T21:05:14.695Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-15T21:05:14.777Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-15T21:05:14.860Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-15T21:05:14.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-15T21:05:15.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-15T21:05:15.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-15T21:05:15.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-15T21:05:15.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-15T21:05:15.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-15T21:05:15.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-15T21:05:15.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-15T21:05:15.688Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T21:05:15.774Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T21:05:15.862Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-15T21:05:15.949Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-15T21:05:16.041Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-15T21:05:16.164Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-15T21:05:16.512Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-15T21:05:16.610Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-15T21:05:16.701Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-15T21:05:16.796Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-15T21:05:16.892Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-15T21:05:16.985Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b60e6eeb7f18074425901094eba94146e3f42170 [Pipeline] echo [2021-03-15T21:05:17.079Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b60e6ee [Pipeline] echo [2021-03-15T21:05:17.179Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T21:05:18.706Z] provisioning config files... [2021-03-15T21:05:18.739Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config5715252922832619784tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:05:19.100Z] ---> docker-login.sh [2021-03-15T21:05:19.101Z] nexus3.edgexfoundry.org:10001 [2021-03-15T21:05:19.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:05:19.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:05:19.366Z] Configure a credential helper to remove this warning. See [2021-03-15T21:05:19.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:05:19.366Z] [2021-03-15T21:05:19.366Z] Login Succeeded [2021-03-15T21:05:19.366Z] nexus3.edgexfoundry.org:10002 [2021-03-15T21:05:19.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:05:20.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:05:20.578Z] Configure a credential helper to remove this warning. See [2021-03-15T21:05:20.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:05:20.578Z] [2021-03-15T21:05:20.578Z] Login Succeeded [2021-03-15T21:05:20.578Z] nexus3.edgexfoundry.org:10003 [2021-03-15T21:05:20.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:05:20.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:05:20.578Z] Configure a credential helper to remove this warning. See [2021-03-15T21:05:20.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:05:20.578Z] [2021-03-15T21:05:20.578Z] Login Succeeded [2021-03-15T21:05:20.578Z] nexus3.edgexfoundry.org:10004 [2021-03-15T21:05:20.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:05:20.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:05:20.841Z] Configure a credential helper to remove this warning. See [2021-03-15T21:05:20.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:05:20.841Z] [2021-03-15T21:05:20.841Z] Login Succeeded [2021-03-15T21:05:20.841Z] docker.io [2021-03-15T21:05:20.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:05:21.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:05:21.103Z] Configure a credential helper to remove this warning. See [2021-03-15T21:05:21.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:05:21.103Z] [2021-03-15T21:05:21.103Z] Login Succeeded [2021-03-15T21:05:21.103Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T21:05:21.113Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:05:21.601Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-15T21:05:21.601Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:21.601Z] ++ dirname cmd/core-command/Dockerfile [2021-03-15T21:05:21.601Z] ++ cut -d/ -f2 [2021-03-15T21:05:21.601Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-15T21:05:21.601Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:21.601Z] ++ dirname cmd/core-data/Dockerfile [2021-03-15T21:05:21.601Z] ++ cut -d/ -f2 [2021-03-15T21:05:21.601Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-15T21:05:21.601Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:21.601Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-15T21:05:21.601Z] ++ cut -d/ -f2 [2021-03-15T21:05:21.601Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-15T21:05:21.601Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:21.601Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-15T21:05:21.601Z] ++ cut -d/ -f2 [2021-03-15T21:05:21.601Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-15T21:05:21.601Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:21.601Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-15T21:05:21.601Z] ++ cut -d/ -f2 [2021-03-15T21:05:21.601Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-15T21:05:21.601Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:21.601Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-15T21:05:21.601Z] ++ cut -d/ -f2 [2021-03-15T21:05:21.601Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-15T21:05:21.601Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:21.601Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-15T21:05:21.601Z] ++ cut -d/ -f2 [2021-03-15T21:05:21.601Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-15T21:05:21.601Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:21.601Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-15T21:05:21.601Z] ++ cut -d/ -f2 [2021-03-15T21:05:21.601Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-15T21:05:21.601Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:05:21.601Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-15T21:05:21.601Z] ++ cut -d/ -f2 [2021-03-15T21:05:21.601Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-15T21:05:21.675Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:05:22.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:05:22.518Z] [2021-03-15T21:05:22.518Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:05:22.881Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:05:22.881Z] latest: Pulling from edgex-devops/git-semver [2021-03-15T21:05:22.881Z] 31603596830f: Pulling fs layer [2021-03-15T21:05:22.881Z] 2a8b12db71e7: Pulling fs layer [2021-03-15T21:05:22.881Z] 6ca5941a6612: Pulling fs layer [2021-03-15T21:05:22.881Z] ecc8261a40a4: Pulling fs layer [2021-03-15T21:05:22.881Z] ecc8261a40a4: Waiting [2021-03-15T21:05:22.881Z] 2a8b12db71e7: Verifying Checksum [2021-03-15T21:05:22.881Z] 2a8b12db71e7: Download complete [2021-03-15T21:05:22.881Z] 31603596830f: Verifying Checksum [2021-03-15T21:05:22.881Z] 31603596830f: Download complete [2021-03-15T21:05:23.144Z] 6ca5941a6612: Verifying Checksum [2021-03-15T21:05:23.144Z] 6ca5941a6612: Download complete [2021-03-15T21:05:23.144Z] ecc8261a40a4: Verifying Checksum [2021-03-15T21:05:23.144Z] ecc8261a40a4: Download complete [2021-03-15T21:05:23.409Z] 31603596830f: Pull complete [2021-03-15T21:05:23.409Z] 2a8b12db71e7: Pull complete [2021-03-15T21:05:24.380Z] 6ca5941a6612: Pull complete [2021-03-15T21:05:24.642Z] ecc8261a40a4: Pull complete [2021-03-15T21:05:24.642Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-15T21:05:24.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:05:24.642Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-15T21:05:24.747Z] prd-centos7-docker-4c-2g-29849 does not seem to be running inside a container [2021-03-15T21:05:24.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-15T21:05:27.970Z] $ docker top 90bed0e670858fd9af502618acb6cc27a7e81fb1d7bcd79694685d7fac920f4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T21:05:28.334Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:05:28.335Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:05:28.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:05:28.595Z] $ docker exec 90bed0e670858fd9af502618acb6cc27a7e81fb1d7bcd79694685d7fac920f4b ssh-agent [2021-03-15T21:05:28.768Z] SSH_AUTH_SOCK=/tmp/ssh-z8I6iv1KiSPt/agent.11 [2021-03-15T21:05:28.768Z] SSH_AGENT_PID=16 [2021-03-15T21:05:28.779Z] Running ssh-add (command line suppressed) [2021-03-15T21:05:28.912Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_7742712381148709105.key (/w/workspace/edgex-go/12@tmp/private_key_7742712381148709105.key) [2021-03-15T21:05:28.972Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:05:29.327Z] + git tag --points-at HEAD [Pipeline] } [2021-03-15T21:05:29.355Z] $ docker exec --env ******** --env ******** 90bed0e670858fd9af502618acb6cc27a7e81fb1d7bcd79694685d7fac920f4b ssh-agent -k [2021-03-15T21:05:29.493Z] unset SSH_AUTH_SOCK; [2021-03-15T21:05:29.494Z] unset SSH_AGENT_PID; [2021-03-15T21:05:29.494Z] echo Agent pid 16 killed; [2021-03-15T21:05:29.538Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-15T21:05:29.729Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:05:29.729Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:05:29.918Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:05:29.926Z] $ docker exec 90bed0e670858fd9af502618acb6cc27a7e81fb1d7bcd79694685d7fac920f4b ssh-agent [2021-03-15T21:05:30.120Z] SSH_AUTH_SOCK=/tmp/ssh-F3eC5WXwztZ8/agent.45 [2021-03-15T21:05:30.121Z] SSH_AGENT_PID=51 [2021-03-15T21:05:30.128Z] Running ssh-add (command line suppressed) [2021-03-15T21:05:30.263Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_6360705605399661355.key (/w/workspace/edgex-go/12@tmp/private_key_6360705605399661355.key) [2021-03-15T21:05:30.325Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:05:30.783Z] + git semver init [2021-03-15T21:05:30.783Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T21:05:30.783Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2021-03-15T21:05:30.783Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2021-03-15T21:05:30.783Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T21:05:30.783Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T21:05:30.783Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T21:05:30.783Z] # $SEMVER_BRANCH = PR-3234 [2021-03-15T21:05:30.783Z] # $SEMVER_TEMP = /tmp/semver-414134717 [2021-03-15T21:05:30.783Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-15T21:06:27.137Z] # '/tmp/semver-414134717' -> '/w/workspace/edgex-go/12/.semver' [2021-03-15T21:06:27.137Z] # -> Force: false [2021-03-15T21:06:27.137Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2021-03-15T21:06:27.157Z] $ docker exec --env ******** --env ******** 90bed0e670858fd9af502618acb6cc27a7e81fb1d7bcd79694685d7fac920f4b ssh-agent -k [2021-03-15T21:06:27.504Z] unset SSH_AUTH_SOCK; [2021-03-15T21:06:27.504Z] unset SSH_AGENT_PID; [2021-03-15T21:06:27.505Z] echo Agent pid 51 killed; [2021-03-15T21:06:27.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:06:28.097Z] + git semver [Pipeline] } [2021-03-15T21:06:28.134Z] $ docker stop --time=1 90bed0e670858fd9af502618acb6cc27a7e81fb1d7bcd79694685d7fac920f4b [2021-03-15T21:06:30.093Z] $ docker rm -f 90bed0e670858fd9af502618acb6cc27a7e81fb1d7bcd79694685d7fac920f4b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:06:30.720Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-15T21:06:31.292Z] Stashed 1 file(s) [Pipeline] echo [2021-03-15T21:06:31.295Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T21:06:32.199Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:06:32.501Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:06:32.803Z] + sudo service docker restart [2021-03-15T21:06:32.803Z] + true [2021-03-15T21:06:32.803Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-15T21:06:33.401Z] ========================================================= [2021-03-15T21:06:33.401Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-15T21:06:33.401Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:06:33.756Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-15T21:06:38.001Z] Sending build context to Docker daemon 328.5MB [2021-03-15T21:06:38.001Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T21:06:38.001Z] Step 2/6 : FROM ${BASE} [2021-03-15T21:06:38.001Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-15T21:06:38.001Z] 188c0c94c7c5: Pulling fs layer [2021-03-15T21:06:38.001Z] 0ef7d3d256c8: Pulling fs layer [2021-03-15T21:06:38.001Z] de9db76c5a1d: Pulling fs layer [2021-03-15T21:06:38.001Z] bca2f99d35d6: Pulling fs layer [2021-03-15T21:06:38.001Z] 93359f2a8cfa: Pulling fs layer [2021-03-15T21:06:38.001Z] 7c6f9722023f: Pulling fs layer [2021-03-15T21:06:38.001Z] a35cf1a2eb13: Pulling fs layer [2021-03-15T21:06:38.001Z] 93359f2a8cfa: Waiting [2021-03-15T21:06:38.001Z] 7c6f9722023f: Waiting [2021-03-15T21:06:38.001Z] a35cf1a2eb13: Waiting [2021-03-15T21:06:38.001Z] bca2f99d35d6: Waiting [2021-03-15T21:06:38.001Z] de9db76c5a1d: Verifying Checksum [2021-03-15T21:06:38.001Z] de9db76c5a1d: Download complete [2021-03-15T21:06:38.001Z] 0ef7d3d256c8: Download complete [2021-03-15T21:06:38.001Z] 93359f2a8cfa: Verifying Checksum [2021-03-15T21:06:38.001Z] 93359f2a8cfa: Download complete [2021-03-15T21:06:38.001Z] 7c6f9722023f: Download complete [2021-03-15T21:06:38.001Z] 188c0c94c7c5: Verifying Checksum [2021-03-15T21:06:38.001Z] 188c0c94c7c5: Download complete [2021-03-15T21:06:38.001Z] 188c0c94c7c5: Pull complete [2021-03-15T21:06:38.266Z] 0ef7d3d256c8: Pull complete [2021-03-15T21:06:38.266Z] de9db76c5a1d: Pull complete [2021-03-15T21:06:39.221Z] a35cf1a2eb13: Verifying Checksum [2021-03-15T21:06:39.221Z] a35cf1a2eb13: Download complete [2021-03-15T21:06:39.797Z] bca2f99d35d6: Verifying Checksum [2021-03-15T21:06:39.797Z] bca2f99d35d6: Download complete [2021-03-15T21:06:45.142Z] bca2f99d35d6: Pull complete [2021-03-15T21:06:45.142Z] 93359f2a8cfa: Pull complete [2021-03-15T21:06:45.142Z] 7c6f9722023f: Pull complete [2021-03-15T21:06:46.666Z] Still waiting to schedule task [2021-03-15T21:06:46.666Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-15T21:06:49.373Z] a35cf1a2eb13: Pull complete [2021-03-15T21:06:49.373Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-15T21:06:49.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-15T21:06:49.373Z] ---> a62c8e92a672 [2021-03-15T21:06:49.373Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-15T21:06:49.635Z] ---> Running in d7f04ac987ec [2021-03-15T21:06:50.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:06:51.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:06:52.551Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T21:06:52.551Z] (2/12) Installing file (5.38-r0) [2021-03-15T21:06:52.551Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T21:06:52.814Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T21:07:07.763Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T21:07:07.763Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T21:07:08.026Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T21:07:08.026Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T21:07:08.289Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T21:07:08.289Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T21:07:08.289Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T21:07:08.556Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T21:07:08.556Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:07:08.556Z] OK: 233 MiB in 51 packages [2021-03-15T21:07:12.801Z] Removing intermediate container d7f04ac987ec [2021-03-15T21:07:12.801Z] ---> 164bf82fb13f [2021-03-15T21:07:12.801Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T21:07:12.801Z] ---> Running in 88c3af20578d [2021-03-15T21:07:12.801Z] Removing intermediate container 88c3af20578d [2021-03-15T21:07:12.801Z] ---> a0680ee35295 [2021-03-15T21:07:12.801Z] Step 5/6 : COPY go.mod . [2021-03-15T21:07:12.801Z] ---> b4129e853e78 [2021-03-15T21:07:12.801Z] Step 6/6 : RUN go mod download [2021-03-15T21:07:12.801Z] ---> Running in d7156ef7e60d [2021-03-15T21:07:39.456Z] Removing intermediate container d7156ef7e60d [2021-03-15T21:07:39.456Z] ---> 87c2ea046b11 [2021-03-15T21:07:39.456Z] Successfully built 87c2ea046b11 [2021-03-15T21:07:39.456Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:07:39.773Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T21:07:39.773Z] . [Pipeline] withDockerContainer [2021-03-15T21:07:39.886Z] prd-centos7-docker-4c-2g-29849 does not seem to be running inside a container [2021-03-15T21:07:39.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T21:07:40.766Z] $ docker top 583bd465c7790503a13fa03bc369cda31867ada2122c0f16e9064bb968187110 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:07:41.234Z] + go version [2021-03-15T21:07:41.234Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-15T21:07:41.249Z] $ docker stop --time=1 583bd465c7790503a13fa03bc369cda31867ada2122c0f16e9064bb968187110 [2021-03-15T21:07:42.580Z] $ docker rm -f 583bd465c7790503a13fa03bc369cda31867ada2122c0f16e9064bb968187110 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:07:43.336Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T21:07:43.336Z] . [Pipeline] withDockerContainer [2021-03-15T21:07:43.438Z] prd-centos7-docker-4c-2g-29849 does not seem to be running inside a container [2021-03-15T21:07:43.489Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T21:07:44.226Z] $ docker top 31038d0e9257db87e5d1aa8be58e0720b00161d36fe2a085b09125fae7156dbb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T21:07:44.402Z] ========================================================= [2021-03-15T21:07:44.403Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T21:07:44.403Z] ========================================================= [Pipeline] sh [2021-03-15T21:07:44.695Z] + make test [2021-03-15T21:07:44.695Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T21:07:54.808Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T21:08:13.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T21:08:20.079Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T21:08:20.079Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T21:08:20.079Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T21:08:21.776Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T21:08:21.776Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T21:08:21.776Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T21:08:21.776Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T21:08:22.749Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T21:08:23.022Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T21:08:25.641Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T21:08:25.641Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T21:08:25.641Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T21:08:28.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements [2021-03-15T21:08:28.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T21:08:28.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T21:08:28.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T21:08:28.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T21:08:28.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T21:08:28.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T21:08:28.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.056s coverage: 19.8% of statements [2021-03-15T21:08:28.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements [2021-03-15T21:08:32.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.1% of statements [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T21:08:32.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.028s coverage: 100.0% of statements [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T21:08:32.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T21:08:32.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 71.3% of statements [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T21:08:32.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.174s coverage: 82.9% of statements [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:08:32.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.053s coverage: 78.9% of statements [2021-03-15T21:08:32.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T21:08:35.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.417s coverage: 28.6% of statements [2021-03-15T21:08:35.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T21:08:35.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T21:08:35.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T21:08:35.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T21:08:35.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T21:08:35.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.162s coverage: 97.5% of statements [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T21:08:35.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T21:08:35.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T21:08:38.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.379s coverage: 92.8% of statements [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T21:08:38.524Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T21:08:38.524Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T21:08:38.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T21:08:38.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2021-03-15T21:08:38.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements [2021-03-15T21:08:38.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-03-15T21:08:38.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-03-15T21:08:38.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-03-15T21:08:50.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements [2021-03-15T21:08:50.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-03-15T21:08:50.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.049s coverage: 81.4% of statements [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.063s coverage: 92.9% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.6% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 62.4% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 69.0% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 38.4% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.160s coverage: 87.1% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.762s coverage: 29.1% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.090s coverage: 96.5% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T21:09:05.821Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T21:09:05.821Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T21:09:05.822Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-03-15T21:09:05.822Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-15T21:09:05.822Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-15T21:09:05.822Z] GO111MODULE=on go vet ./... [2021-03-15T21:09:32.637Z] gofmt -l . [2021-03-15T21:09:32.637Z] [ "`gofmt -l .`" = "" ] [2021-03-15T21:09:32.637Z] ./bin/test-go-mod-tidy.sh [2021-03-15T21:09:33.614Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T21:09:34.516Z] + ls -al . [2021-03-15T21:09:34.517Z] total 748 [2021-03-15T21:09:34.517Z] drwxrwxr-x 10 1001 1001 4096 Mar 15 21:09 . [2021-03-15T21:09:34.517Z] drwxr-xr-x 4 root root 30 Mar 15 21:07 .. [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 21:05 .dockerignore [2021-03-15T21:09:34.517Z] drwxrwxr-x 8 1001 1001 179 Mar 15 21:05 .git [2021-03-15T21:09:34.517Z] drwxrwxr-x 3 1001 1001 125 Mar 15 21:05 .github [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 21:05 .gitignore [2021-03-15T21:09:34.517Z] drwx------ 3 1001 1001 60 Mar 15 21:06 .semver [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 21:05 .sonarcloud.properties [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:05 Attribution.txt [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:05 CONTRIBUTING.md [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 21:05 Dockerfile.build [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 21:05 Jenkinsfile [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:05 LICENSE [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:05 Makefile [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:05 README.md [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:05 SECURITY.md [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 21:06 VERSION [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:05 ZMQWindows.md [2021-03-15T21:09:34.517Z] drwxrwxr-x 2 1001 1001 117 Mar 15 21:05 bin [2021-03-15T21:09:34.517Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 21:05 cmd [2021-03-15T21:09:34.517Z] -rw-r--r-- 1 root root 635765 Mar 15 21:09 coverage.out [2021-03-15T21:09:34.517Z] -rw-r--r-- 1 root root 1056 Mar 15 21:09 go.mod [2021-03-15T21:09:34.517Z] -rw-r--r-- 1 root root 21983 Mar 15 21:09 go.sum [2021-03-15T21:09:34.517Z] drwxrwxr-x 8 1001 1001 127 Mar 15 21:05 internal [2021-03-15T21:09:34.517Z] drwxrwxr-x 4 1001 1001 26 Mar 15 21:05 openapi [2021-03-15T21:09:34.517Z] drwxrwxr-x 4 1001 1001 71 Mar 15 21:05 snap [2021-03-15T21:09:34.517Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 21:05 version.go [Pipeline] sh [2021-03-15T21:09:34.831Z] + '[' -e coverage.out ] [2021-03-15T21:09:34.831Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T21:09:35.124Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T21:09:35.434Z] + make build [2021-03-15T21:09:35.434Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:09:39.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:09:49.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:09:49.853Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29855 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-15T21:09:49.906Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-03-15T21:09:51.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:09:52.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:09:53.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:09:54.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:09:56.595Z] using credential edgex-jenkins-ssh [2021-03-15T21:09:56.667Z] Cloning the remote Git repository [2021-03-15T21:09:56.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:09:56.738Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:09:56.855Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-03-15T21:09:56.945Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:09:56.946Z] > git --version # timeout=10 [2021-03-15T21:09:56.967Z] > git --version # 'git version 2.17.1' [2021-03-15T21:09:56.970Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:09:57.041Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:09:57.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:09:59.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:10:00.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:10:01.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-15T21:10:04.299Z] $ docker stop --time=1 31038d0e9257db87e5d1aa8be58e0720b00161d36fe2a085b09125fae7156dbb [2021-03-15T21:10:05.968Z] $ docker rm -f 31038d0e9257db87e5d1aa8be58e0720b00161d36fe2a085b09125fae7156dbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:10:08.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:10:08.253Z] [2021-03-15T21:10:08.253Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:10:08.644Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:10:08.644Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-15T21:10:08.644Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-15T21:10:08.644Z] ca9280d653b3: Pulling fs layer [2021-03-15T21:10:08.644Z] 7e9c9ca2126c: Pulling fs layer [2021-03-15T21:10:08.909Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-15T21:10:08.909Z] cbdbe7a5bc2a: Download complete [2021-03-15T21:10:09.174Z] cbdbe7a5bc2a: Pull complete [2021-03-15T21:10:10.128Z] ca9280d653b3: Verifying Checksum [2021-03-15T21:10:10.128Z] ca9280d653b3: Download complete [2021-03-15T21:10:11.087Z] ca9280d653b3: Pull complete [2021-03-15T21:10:11.668Z] 7e9c9ca2126c: Download complete [2021-03-15T21:10:18.339Z] 7e9c9ca2126c: Pull complete [2021-03-15T21:10:18.339Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-15T21:10:18.339Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:10:18.339Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-15T21:10:18.527Z] prd-centos7-docker-4c-2g-29849 does not seem to be running inside a container [2021-03-15T21:10:18.584Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T21:10:21.532Z] $ docker top bf5b4bd54ccdeac3b0b668e757804633868844e1e62ad47817089b8fac1ae234 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:10:22.068Z] + docker-compose build --help [2021-03-15T21:10:22.068Z] + grep parallel [2021-03-15T21:10:23.019Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T21:10:23.303Z] $ docker stop --time=1 bf5b4bd54ccdeac3b0b668e757804633868844e1e62ad47817089b8fac1ae234 [2021-03-15T21:10:24.683Z] $ docker rm -f bf5b4bd54ccdeac3b0b668e757804633868844e1e62ad47817089b8fac1ae234 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:10:25.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:10:25.415Z] . [Pipeline] withDockerContainer [2021-03-15T21:10:25.543Z] prd-centos7-docker-4c-2g-29849 does not seem to be running inside a container [2021-03-15T21:10:25.605Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T21:10:26.333Z] $ docker top 26ca02a9ff0ebb3c54bda2ee45314ce634deaee1312d7f7beb93792143d7a9e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:10:26.916Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T21:10:28.320Z] Building docker-core-command-go ... [2021-03-15T21:10:28.320Z] Building docker-core-data-go ... [2021-03-15T21:10:28.320Z] Building docker-core-metadata-go ... [2021-03-15T21:10:28.320Z] Building docker-security-bootstrapper-go ... [2021-03-15T21:10:28.320Z] Building docker-security-proxy-setup-go ... [2021-03-15T21:10:28.320Z] Building docker-security-secretstore-setup-go ... [2021-03-15T21:10:28.320Z] Building docker-support-notifications-go ... [2021-03-15T21:10:28.320Z] Building docker-support-scheduler-go ... [2021-03-15T21:10:28.320Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T21:10:28.320Z] Building docker-security-secretstore-setup-go [2021-03-15T21:10:28.320Z] Building docker-sys-mgmt-agent-go [2021-03-15T21:10:28.320Z] Building docker-core-metadata-go [2021-03-15T21:10:28.320Z] Building docker-support-notifications-go [2021-03-15T21:10:28.320Z] Building docker-security-bootstrapper-go [2021-03-15T21:10:32.761Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:10:32.778Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:10:32.819Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:10:32.861Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:10:32.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:10:32.878Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T21:10:33.622Z] Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:10:34.255Z] Merge succeeded, producing b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:10:34.255Z] Checking out Revision b60e6eeb7f18074425901094eba94146e3f42170 (PR-3234) [2021-03-15T21:10:33.643Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:10:33.659Z] > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [2021-03-15T21:10:34.065Z] > git remote # timeout=10 [2021-03-15T21:10:34.111Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T21:10:34.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:10:34.169Z] > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 [2021-03-15T21:10:34.218Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T21:10:34.261Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:10:34.298Z] > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [2021-03-15T21:10:39.070Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T21:10:40.647Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:10:41.152Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:10:41.510Z] + + sudo service dockertrue restart [2021-03-15T21:10:41.510Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T21:10:43.602Z] provisioning config files... [2021-03-15T21:10:43.645Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config3798655919276048163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:10:44.085Z] ---> docker-login.sh [2021-03-15T21:10:44.085Z] nexus3.edgexfoundry.org:10001 [2021-03-15T21:10:45.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:10:45.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:10:45.348Z] Configure a credential helper to remove this warning. See [2021-03-15T21:10:45.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:10:45.348Z] [2021-03-15T21:10:45.348Z] Login Succeeded [2021-03-15T21:10:45.348Z] nexus3.edgexfoundry.org:10002 [2021-03-15T21:10:45.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:10:45.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:10:45.901Z] Configure a credential helper to remove this warning. See [2021-03-15T21:10:45.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:10:45.901Z] [2021-03-15T21:10:45.901Z] Login Succeeded [2021-03-15T21:10:45.901Z] nexus3.edgexfoundry.org:10003 [2021-03-15T21:10:46.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:10:46.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:10:46.496Z] Configure a credential helper to remove this warning. See [2021-03-15T21:10:46.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:10:46.496Z] [2021-03-15T21:10:46.496Z] Login Succeeded [2021-03-15T21:10:46.496Z] nexus3.edgexfoundry.org:10004 [2021-03-15T21:10:46.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:10:47.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:10:47.047Z] Configure a credential helper to remove this warning. See [2021-03-15T21:10:47.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:10:47.047Z] [2021-03-15T21:10:47.047Z] Login Succeeded [2021-03-15T21:10:47.047Z] docker.io [2021-03-15T21:10:47.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:10:47.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:10:47.591Z] Configure a credential helper to remove this warning. See [2021-03-15T21:10:47.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:10:47.591Z] [2021-03-15T21:10:47.591Z] Login Succeeded [2021-03-15T21:10:47.591Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T21:10:47.608Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-15T21:10:48.068Z] ========================================================= [2021-03-15T21:10:48.068Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-15T21:10:48.068Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:10:48.445Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-15T21:10:51.106Z] Sending build context to Docker daemon 166.7MB [2021-03-15T21:10:51.106Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:51.106Z] Step 2/6 : FROM ${BASE} [2021-03-15T21:10:51.379Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-15T21:10:51.379Z] 5f621e34cdf4: Pulling fs layer [2021-03-15T21:10:51.379Z] a4357932f1b6: Pulling fs layer [2021-03-15T21:10:51.379Z] 18c013af1878: Pulling fs layer [2021-03-15T21:10:51.379Z] 00ac8860ef70: Pulling fs layer [2021-03-15T21:10:51.379Z] 63d7cb157983: Pulling fs layer [2021-03-15T21:10:51.379Z] b116817d02f9: Pulling fs layer [2021-03-15T21:10:51.379Z] 745a02a5169b: Pulling fs layer [2021-03-15T21:10:51.379Z] 63d7cb157983: Waiting [2021-03-15T21:10:51.379Z] 00ac8860ef70: Waiting [2021-03-15T21:10:51.379Z] b116817d02f9: Waiting [2021-03-15T21:10:51.379Z] 745a02a5169b: Waiting [2021-03-15T21:10:51.379Z] 18c013af1878: Verifying Checksum [2021-03-15T21:10:51.379Z] 18c013af1878: Download complete [2021-03-15T21:10:51.379Z] a4357932f1b6: Verifying Checksum [2021-03-15T21:10:51.379Z] a4357932f1b6: Download complete [2021-03-15T21:10:51.379Z] 63d7cb157983: Verifying Checksum [2021-03-15T21:10:51.379Z] 63d7cb157983: Download complete [2021-03-15T21:10:51.379Z] b116817d02f9: Verifying Checksum [2021-03-15T21:10:51.379Z] b116817d02f9: Download complete [2021-03-15T21:10:51.379Z] 5f621e34cdf4: Verifying Checksum [2021-03-15T21:10:51.379Z] 5f621e34cdf4: Download complete [2021-03-15T21:10:52.377Z] 5f621e34cdf4: Pull complete [2021-03-15T21:10:52.981Z] a4357932f1b6: Pull complete [2021-03-15T21:10:53.262Z] 18c013af1878: Pull complete [2021-03-15T21:10:54.250Z] 745a02a5169b: Verifying Checksum [2021-03-15T21:10:54.250Z] 745a02a5169b: Download complete [2021-03-15T21:10:55.717Z] 00ac8860ef70: Verifying Checksum [2021-03-15T21:10:55.717Z] 00ac8860ef70: Download complete [2021-03-15T21:11:05.923Z] 00ac8860ef70: Pull complete [2021-03-15T21:11:05.923Z] 63d7cb157983: Pull complete [2021-03-15T21:11:06.201Z] b116817d02f9: Pull complete [2021-03-15T21:11:07.233Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:11:07.233Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:11:07.233Z] ---> 87c2ea046b11 [2021-03-15T21:11:07.233Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:11:07.233Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:11:07.233Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:11:07.233Z] ---> 87c2ea046b11 [2021-03-15T21:11:07.233Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T21:11:07.233Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:11:07.233Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:11:07.233Z] ---> 87c2ea046b11 [2021-03-15T21:11:07.233Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:11:07.233Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:11:07.233Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:11:07.233Z] ---> 87c2ea046b11 [2021-03-15T21:11:07.233Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T21:11:07.233Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:11:07.233Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:11:07.233Z] ---> 87c2ea046b11 [2021-03-15T21:11:07.233Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T21:11:07.233Z] ---> Running in 0a13086d098a [2021-03-15T21:11:07.233Z] ---> Running in 4dedf75fdc73 [2021-03-15T21:11:07.233Z] ---> Running in de16cb66bbd1 [2021-03-15T21:11:07.233Z] ---> Running in 490622b3f9ab [2021-03-15T21:11:07.233Z] ---> Running in 69e528905661 [2021-03-15T21:11:07.233Z] Removing intermediate container 490622b3f9ab [2021-03-15T21:11:07.233Z] ---> 3c59fa8820d1 [2021-03-15T21:11:07.233Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:11:07.233Z] Removing intermediate container 69e528905661 [2021-03-15T21:11:07.233Z] ---> 10ddb7ef86ea [2021-03-15T21:11:07.233Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:11:07.233Z] Removing intermediate container 0a13086d098a [2021-03-15T21:11:07.233Z] ---> 13578ab0f39b [2021-03-15T21:11:07.233Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:11:07.233Z] Removing intermediate container 4dedf75fdc73 [2021-03-15T21:11:07.233Z] ---> 534700d92ade [2021-03-15T21:11:07.233Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:11:07.233Z] Removing intermediate container de16cb66bbd1 [2021-03-15T21:11:07.233Z] ---> 4a690d04aeb9 [2021-03-15T21:11:07.233Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:11:07.233Z] ---> Running in 5ad7dc89a3ff [2021-03-15T21:11:07.233Z] ---> Running in 9f8877d6eb5c [2021-03-15T21:11:07.233Z] ---> Running in bea86f5e853a [2021-03-15T21:11:07.233Z] ---> Running in 95ff62a2c6f9 [2021-03-15T21:11:07.233Z] ---> Running in f9e5e32d5e52 [2021-03-15T21:11:07.233Z] Removing intermediate container 9f8877d6eb5c [2021-03-15T21:11:07.233Z] ---> 461bbf7ba01c [2021-03-15T21:11:07.233Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T21:11:07.233Z] Removing intermediate container bea86f5e853a [2021-03-15T21:11:07.233Z] ---> 8c74bff536ad [2021-03-15T21:11:07.233Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:11:07.233Z] ---> Running in 7b51b899abf1 [2021-03-15T21:11:07.233Z] ---> Running in 35ec0e9d5522 [2021-03-15T21:11:07.233Z] Removing intermediate container 95ff62a2c6f9 [2021-03-15T21:11:07.233Z] ---> 3314c89575ee [2021-03-15T21:11:07.233Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T21:11:07.233Z] Removing intermediate container 5ad7dc89a3ff [2021-03-15T21:11:07.233Z] ---> 9a99ea5ad618 [2021-03-15T21:11:07.233Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T21:11:07.233Z] Removing intermediate container f9e5e32d5e52 [2021-03-15T21:11:07.233Z] ---> d766dc252aef [2021-03-15T21:11:07.233Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T21:11:07.233Z] ---> Running in d06050222dfd [2021-03-15T21:11:07.233Z] ---> Running in 74f8bea2f453 [2021-03-15T21:11:07.233Z] ---> Running in 53c9eca07932 [2021-03-15T21:11:07.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:07.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:07.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:07.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:07.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:08.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:08.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:08.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:08.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:08.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:08.547Z] OK: 233 MiB in 51 packages [2021-03-15T21:11:08.547Z] OK: 233 MiB in 51 packages [2021-03-15T21:11:09.136Z] OK: 233 MiB in 51 packages [2021-03-15T21:11:09.136Z] Removing intermediate container 35ec0e9d5522 [2021-03-15T21:11:09.136Z] ---> ee31f6b90fe5 [2021-03-15T21:11:09.136Z] Step 6/23 : COPY go.mod . [2021-03-15T21:11:09.136Z] Removing intermediate container 7b51b899abf1 [2021-03-15T21:11:09.136Z] ---> 108643f7b669 [2021-03-15T21:11:09.136Z] Step 6/31 : COPY go.mod . [2021-03-15T21:11:09.399Z] OK: 233 MiB in 51 packages [2021-03-15T21:11:09.399Z] ---> 593ce2709754 [2021-03-15T21:11:09.399Z] Step 7/23 : RUN go mod download [2021-03-15T21:11:09.399Z] OK: 233 MiB in 51 packages [2021-03-15T21:11:09.627Z] 745a02a5169b: Pull complete [2021-03-15T21:11:09.628Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-15T21:11:09.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-15T21:11:09.628Z] ---> b7e6874047d6 [2021-03-15T21:11:09.628Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-15T21:11:09.662Z] ---> a9b38ddd1ecf [2021-03-15T21:11:09.662Z] Step 7/31 : RUN go mod download [2021-03-15T21:11:09.662Z] ---> Running in 09c7fce437e2 [2021-03-15T21:11:09.662Z] ---> Running in 71e278ab1e25 [2021-03-15T21:11:09.924Z] Removing intermediate container 53c9eca07932 [2021-03-15T21:11:09.925Z] ---> 528f50717577 [2021-03-15T21:11:09.925Z] Step 6/22 : COPY go.mod . [2021-03-15T21:11:10.186Z] ---> 7e2cfd9cb44c [2021-03-15T21:11:10.186Z] Step 7/22 : RUN go mod download [2021-03-15T21:11:10.449Z] ---> Running in 955b66e10981 [2021-03-15T21:11:10.721Z] Removing intermediate container 74f8bea2f453 [2021-03-15T21:11:10.721Z] ---> a1eb1f14d482 [2021-03-15T21:11:10.721Z] Step 6/24 : COPY go.mod . [2021-03-15T21:11:10.990Z] Removing intermediate container d06050222dfd [2021-03-15T21:11:10.990Z] ---> 5ca39668e389 [2021-03-15T21:11:10.990Z] Step 6/26 : COPY go.mod . [2021-03-15T21:11:10.990Z] ---> 974f92824b64 [2021-03-15T21:11:10.990Z] Step 7/24 : RUN go mod download [2021-03-15T21:11:10.990Z] ---> Running in 35efe195c1af [2021-03-15T21:11:11.264Z] ---> 9f83c93e8392 [2021-03-15T21:11:11.264Z] Step 7/26 : RUN go mod download [2021-03-15T21:11:11.529Z] ---> Running in 5dca237797e3 [2021-03-15T21:11:12.494Z] Removing intermediate container 955b66e10981 [2021-03-15T21:11:12.494Z] ---> f81698f83763 [2021-03-15T21:11:12.494Z] Step 8/22 : COPY . . [2021-03-15T21:11:12.494Z] Removing intermediate container 71e278ab1e25 [2021-03-15T21:11:12.494Z] ---> 8c4c15edb834 [2021-03-15T21:11:12.494Z] Step 8/31 : COPY . . [2021-03-15T21:11:12.756Z] Removing intermediate container 09c7fce437e2 [2021-03-15T21:11:12.756Z] ---> c7502cdd234d [2021-03-15T21:11:12.756Z] Step 8/23 : COPY . . [2021-03-15T21:11:13.964Z] ---> Running in 1e3341c89dfb [2021-03-15T21:11:14.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:11:15.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:11:16.917Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T21:11:17.189Z] (2/12) Installing file (5.38-r0) [2021-03-15T21:11:17.461Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T21:11:17.461Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T21:11:19.448Z] Removing intermediate container 35efe195c1af [2021-03-15T21:11:19.448Z] ---> 2f48ccd764a4 [2021-03-15T21:11:19.448Z] Step 8/24 : COPY . . [2021-03-15T21:11:19.448Z] Removing intermediate container 5dca237797e3 [2021-03-15T21:11:19.448Z] ---> 87a13e4948aa [2021-03-15T21:11:19.448Z] Step 8/26 : COPY . . [2021-03-15T21:11:24.163Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T21:11:24.163Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T21:11:24.163Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T21:11:24.163Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T21:11:24.163Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T21:11:24.163Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T21:11:24.163Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T21:11:24.163Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T21:11:24.163Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:11:24.163Z] OK: 217 MiB in 51 packages [2021-03-15T21:11:28.480Z] Removing intermediate container 1e3341c89dfb [2021-03-15T21:11:28.480Z] ---> d246db88dc27 [2021-03-15T21:11:28.480Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T21:11:28.480Z] ---> Running in a8853903468d [2021-03-15T21:11:29.081Z] Removing intermediate container a8853903468d [2021-03-15T21:11:29.081Z] ---> 03d2928eb3b3 [2021-03-15T21:11:29.081Z] Step 5/6 : COPY go.mod . [2021-03-15T21:11:29.680Z] ---> c1a3b13a18d8 [2021-03-15T21:11:29.680Z] Step 6/6 : RUN go mod download [2021-03-15T21:11:29.955Z] ---> Running in e15f3bdfc0eb [2021-03-15T21:11:51.770Z] ---> 9c997b501e01 [2021-03-15T21:11:51.770Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T21:11:52.718Z] ---> 84d295a81966 [2021-03-15T21:11:52.718Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T21:11:53.667Z] ---> Running in 7e5b7900ae7b [2021-03-15T21:11:53.667Z] ---> Running in 69f3313bd5d6 [2021-03-15T21:11:53.667Z] ---> 2a4a964609aa [2021-03-15T21:11:53.667Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T21:11:53.667Z] ---> 798334cc0587 [2021-03-15T21:11:53.667Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T21:11:53.930Z] ---> 32c756786eb1 [2021-03-15T21:11:53.930Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T21:11:53.930Z] ---> Running in b6c67bbf595c [2021-03-15T21:11:53.930Z] ---> Running in e18102d0f9f0 [2021-03-15T21:11:54.196Z] ---> Running in a2d1b202191d [2021-03-15T21:11:55.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:11:55.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:11:55.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:11:55.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:11:55.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:12:02.360Z] Removing intermediate container e15f3bdfc0eb [2021-03-15T21:12:02.360Z] ---> 57610846590a [2021-03-15T21:12:02.360Z] Successfully built 57610846590a [2021-03-15T21:12:02.360Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:02.705Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T21:12:02.705Z] . [Pipeline] withDockerContainer [2021-03-15T21:12:03.014Z] prd-ubuntu18.04-docker-arm64-4c-16g-29855 does not seem to be running inside a container [2021-03-15T21:12:03.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-arm64 cat [2021-03-15T21:12:04.735Z] $ docker top 7d5307ab90667a02390a25225d55f5f94530329a0e99e8dc15d1a4eb63ecc76d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:12:05.771Z] + go version [2021-03-15T21:12:05.771Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-15T21:12:05.794Z] $ docker stop --time=1 7d5307ab90667a02390a25225d55f5f94530329a0e99e8dc15d1a4eb63ecc76d [2021-03-15T21:12:07.748Z] $ docker rm -f 7d5307ab90667a02390a25225d55f5f94530329a0e99e8dc15d1a4eb63ecc76d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:08.789Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T21:12:08.789Z] . [Pipeline] withDockerContainer [2021-03-15T21:12:09.031Z] prd-ubuntu18.04-docker-arm64-4c-16g-29855 does not seem to be running inside a container [2021-03-15T21:12:09.125Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-arm64 cat [2021-03-15T21:12:10.550Z] $ docker top 7c016b61cac77fe03f8011e161ac38df737982bcc8e296d43771ed8a2fe2c153 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T21:12:10.980Z] ========================================================= [2021-03-15T21:12:10.980Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T21:12:10.980Z] ========================================================= [Pipeline] sh [2021-03-15T21:12:11.640Z] + make test [2021-03-15T21:12:11.640Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T21:12:27.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:12:38.461Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T21:12:40.370Z] Removing intermediate container b6c67bbf595c [2021-03-15T21:12:40.370Z] ---> e5ab7f84b9d4 [2021-03-15T21:12:40.370Z] [2021-03-15T21:12:40.370Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T21:12:40.370Z] Removing intermediate container a2d1b202191d [2021-03-15T21:12:40.370Z] ---> 2511f6a714af [2021-03-15T21:12:40.370Z] [2021-03-15T21:12:40.370Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T21:12:40.370Z] 3.12: Pulling from library/alpine [2021-03-15T21:12:40.370Z] Removing intermediate container e18102d0f9f0 [2021-03-15T21:12:40.370Z] ---> 21d2719cfa5d [2021-03-15T21:12:40.370Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T21:12:40.370Z] 3.12: Pulling from library/alpine [2021-03-15T21:12:40.370Z] ---> Running in 731a55474358 [2021-03-15T21:12:40.370Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:12:40.370Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:12:40.370Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:12:40.370Z] ---> 88dd2752d2ea [2021-03-15T21:12:40.370Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T21:12:40.370Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:12:40.370Z] ---> 88dd2752d2ea [2021-03-15T21:12:40.370Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T21:12:40.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:12:42.888Z] ---> Running in 8b8cb68876e3 [2021-03-15T21:12:42.888Z] ---> Running in 7ac42f202cba [2021-03-15T21:12:42.888Z] Removing intermediate container 7e5b7900ae7b [2021-03-15T21:12:42.888Z] ---> ddb28fc4bce9 [2021-03-15T21:12:42.888Z] [2021-03-15T21:12:42.888Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:12:42.888Z] ---> 88dd2752d2ea [2021-03-15T21:12:42.888Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:12:42.888Z] Removing intermediate container 69f3313bd5d6 [2021-03-15T21:12:42.888Z] ---> 14bdb0b846db [2021-03-15T21:12:42.888Z] [2021-03-15T21:12:42.888Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:12:42.888Z] ---> 88dd2752d2ea [2021-03-15T21:12:42.888Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T21:12:43.151Z] ---> Running in 95642f19545e [2021-03-15T21:12:43.151Z] Removing intermediate container 8b8cb68876e3 [2021-03-15T21:12:43.151Z] ---> b71304fbd47f [2021-03-15T21:12:43.151Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T21:12:43.151Z] ---> Running in 62b8731b97ee [2021-03-15T21:12:43.416Z] ---> Running in 3093f30e0873 [2021-03-15T21:12:43.416Z] Removing intermediate container 731a55474358 [2021-03-15T21:12:43.416Z] ---> 69450a154bfe [2021-03-15T21:12:43.416Z] [2021-03-15T21:12:43.416Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T21:12:43.416Z] 20.10.0: Pulling from library/docker [2021-03-15T21:12:43.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:43.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:44.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:44.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:44.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:44.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:44.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:44.757Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T21:12:44.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:44.757Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:12:44.757Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T21:12:44.757Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T21:12:45.021Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:45.021Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:45.021Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:45.021Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T21:12:45.021Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:45.021Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:12:45.021Z] OK: 6 MiB in 16 packages [2021-03-15T21:12:45.021Z] OK: 7 MiB in 19 packages [2021-03-15T21:12:45.021Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T21:12:45.021Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:45.289Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:45.289Z] OK: 6 MiB in 15 packages [2021-03-15T21:12:45.289Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:45.289Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:45.289Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:12:45.289Z] OK: 6 MiB in 16 packages [2021-03-15T21:12:47.237Z] Removing intermediate container 3093f30e0873 [2021-03-15T21:12:47.237Z] ---> ae26281e34db [2021-03-15T21:12:47.237Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T21:12:48.193Z] Removing intermediate container 7ac42f202cba [2021-03-15T21:12:48.193Z] ---> eda9579e2de5 [2021-03-15T21:12:48.193Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:12:48.786Z] Removing intermediate container 95642f19545e [2021-03-15T21:12:48.786Z] ---> 5f32337993c7 [2021-03-15T21:12:48.786Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:12:49.049Z] ---> Running in 271d1696fbcf [2021-03-15T21:12:49.049Z] ---> Running in ad5b70e925dc [2021-03-15T21:12:49.049Z] ---> Running in 223973e7146b [2021-03-15T21:12:49.049Z] Removing intermediate container 62b8731b97ee [2021-03-15T21:12:49.049Z] ---> beeba6a3ab84 [2021-03-15T21:12:49.049Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:12:49.049Z] ---> Running in aff8f0b529a1 [2021-03-15T21:12:49.314Z] Removing intermediate container 223973e7146b [2021-03-15T21:12:49.314Z] ---> 628ce38724f5 [2021-03-15T21:12:49.314Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T21:12:49.314Z] Removing intermediate container ad5b70e925dc [2021-03-15T21:12:49.314Z] ---> 038205d07ca2 [2021-03-15T21:12:49.314Z] Step 13/24 : WORKDIR / [2021-03-15T21:12:49.314Z] Removing intermediate container 271d1696fbcf [2021-03-15T21:12:49.314Z] ---> 7c5fed31c52d [2021-03-15T21:12:49.314Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T21:12:49.578Z] ---> Running in 8c4250aaa5fb [2021-03-15T21:12:49.578Z] ---> Running in 12eda36b4ca9 [2021-03-15T21:12:49.578Z] ---> Running in 311a1db74841 [2021-03-15T21:12:49.578Z] Removing intermediate container aff8f0b529a1 [2021-03-15T21:12:49.578Z] ---> f071251ffc86 [2021-03-15T21:12:49.578Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T21:12:49.578Z] ---> Running in b33fc25b8665 [2021-03-15T21:12:49.842Z] Removing intermediate container 12eda36b4ca9 [2021-03-15T21:12:49.842Z] ---> aa6a557bf049 [2021-03-15T21:12:49.842Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:12:49.842Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T21:12:49.842Z] Removing intermediate container 311a1db74841 [2021-03-15T21:12:49.842Z] ---> 082ff76015f1 [2021-03-15T21:12:49.842Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T21:12:49.842Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T21:12:49.842Z] ---> aefe523efa57 [2021-03-15T21:12:49.842Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T21:12:49.842Z] Removing intermediate container 8c4250aaa5fb [2021-03-15T21:12:49.842Z] ---> 3b43b119d8ce [2021-03-15T21:12:49.842Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-15T21:12:50.108Z] Removing intermediate container b33fc25b8665 [2021-03-15T21:12:50.108Z] ---> 3b1c9d2c5aca [2021-03-15T21:12:50.108Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:12:50.108Z] ---> Running in ad14f83a6974 [2021-03-15T21:12:50.108Z] ---> Running in 00cd6bf32470 [2021-03-15T21:12:50.108Z] ---> Running in 2fb798c3ffbe [2021-03-15T21:12:50.371Z] ---> Running in 925c96df3145 [2021-03-15T21:12:50.371Z] Removing intermediate container ad14f83a6974 [2021-03-15T21:12:50.637Z] ---> ef3046a4b686 [2021-03-15T21:12:50.637Z] Step 15/23 : WORKDIR / [2021-03-15T21:12:50.637Z] ---> 31862fe6a446 [2021-03-15T21:12:50.637Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-15T21:12:50.637Z] ---> Running in d86bfed46d1e [2021-03-15T21:12:50.908Z] Removing intermediate container 925c96df3145 [2021-03-15T21:12:50.908Z] ---> 29c28dba71be [2021-03-15T21:12:50.908Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:50.908Z] ---> 62383ef120a7 [2021-03-15T21:12:50.908Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:51.174Z] Removing intermediate container d86bfed46d1e [2021-03-15T21:12:51.174Z] ---> 49e2fba1035b [2021-03-15T21:12:51.174Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:52.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:52.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:52.139Z] ---> fe2500986c5d [2021-03-15T21:12:52.139Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T21:12:52.139Z] ---> 84c405ddf334 [2021-03-15T21:12:52.139Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T21:12:52.139Z] ---> 1953d2c2e61f [2021-03-15T21:12:52.139Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T21:12:52.139Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T21:12:52.139Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T21:12:52.139Z] Executing bash-5.0.17-r0.post-install [2021-03-15T21:12:52.139Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:52.139Z] OK: 12 MiB in 22 packages [2021-03-15T21:12:53.101Z] Removing intermediate container 2fb798c3ffbe [2021-03-15T21:12:53.101Z] ---> 2d0573650b8e [2021-03-15T21:12:53.101Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T21:12:53.101Z] ---> 1089fcd96637 [2021-03-15T21:12:53.101Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:53.101Z] ---> 786baee46b8d [2021-03-15T21:12:53.101Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T21:12:53.101Z] ---> d2307f9388e9 [2021-03-15T21:12:53.101Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:53.101Z] Removing intermediate container 00cd6bf32470 [2021-03-15T21:12:53.101Z] ---> 3211c0e5adf4 [2021-03-15T21:12:53.101Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T21:12:53.101Z] ---> Running in f321a0bf54ce [2021-03-15T21:12:53.101Z] ---> Running in 6738d685e355 [2021-03-15T21:12:53.363Z] ---> be8546b10bf4 [2021-03-15T21:12:53.363Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T21:12:53.625Z] ---> Running in 3d786319450a [2021-03-15T21:12:53.625Z] Removing intermediate container f321a0bf54ce [2021-03-15T21:12:53.625Z] ---> 2279ef72b547 [2021-03-15T21:12:53.625Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T21:12:53.625Z] ---> f59008bf917b [2021-03-15T21:12:53.625Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T21:12:53.625Z] Removing intermediate container 6738d685e355 [2021-03-15T21:12:53.625Z] ---> 2378ccd3d256 [2021-03-15T21:12:53.625Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T21:12:53.625Z] ---> e65e3f105a84 [2021-03-15T21:12:53.625Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T21:12:53.888Z] ---> Running in 9f7bb0aad5d1 [2021-03-15T21:12:53.888Z] ---> Running in b0701f0e824b [2021-03-15T21:12:53.888Z] Removing intermediate container 3d786319450a [2021-03-15T21:12:53.888Z] ---> bf9ea83c4466 [2021-03-15T21:12:53.888Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:12:53.888Z] ---> c75b086746e2 [2021-03-15T21:12:53.888Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T21:12:54.152Z] ---> Running in 1fa7cf6e7222 [2021-03-15T21:12:54.152Z] ---> Running in de9026f48c99 [2021-03-15T21:12:54.152Z] ---> d1e74099e446 [2021-03-15T21:12:54.152Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-15T21:12:54.424Z] Removing intermediate container b0701f0e824b [2021-03-15T21:12:54.425Z] ---> b91338fa7a3c [2021-03-15T21:12:54.425Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T21:12:54.425Z] Removing intermediate container 9f7bb0aad5d1 [2021-03-15T21:12:54.425Z] ---> ce6f2a1efd63 [2021-03-15T21:12:54.425Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:12:54.425Z] ---> Running in 4d08137b356e [2021-03-15T21:12:54.688Z] ---> Running in 7106e630a7ae [2021-03-15T21:12:54.688Z] ---> Running in d658151a530c [2021-03-15T21:12:54.688Z] Removing intermediate container 1fa7cf6e7222 [2021-03-15T21:12:54.688Z] ---> 5d17e2875d16 [2021-03-15T21:12:54.688Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T21:12:54.952Z] ---> Running in f07967986fb9 [2021-03-15T21:12:54.952Z] Removing intermediate container 7106e630a7ae [2021-03-15T21:12:54.952Z] ---> c7ba38cb0776 [2021-03-15T21:12:54.952Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T21:12:55.227Z] Removing intermediate container d658151a530c [2021-03-15T21:12:55.227Z] ---> 91d7b231198d [2021-03-15T21:12:55.227Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:12:55.493Z] ---> Running in 62c1e13d26c3 [2021-03-15T21:12:55.493Z] Removing intermediate container f07967986fb9 [2021-03-15T21:12:55.493Z] ---> 8baae8d8f528 [2021-03-15T21:12:55.493Z] Step 21/22 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:12:55.493Z] ---> Running in 43333127eafb [2021-03-15T21:12:55.755Z] Removing intermediate container 62c1e13d26c3 [2021-03-15T21:12:55.755Z] ---> fdc2bf0e38c8 [2021-03-15T21:12:55.755Z] Step 22/23 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:12:56.018Z] ---> ac6fcf1afef1 [2021-03-15T21:12:56.019Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:56.019Z] ---> Running in 270c36e06a41 [2021-03-15T21:12:56.019Z] Removing intermediate container 43333127eafb [2021-03-15T21:12:56.019Z] ---> 0eaf78b7b471 [2021-03-15T21:12:56.019Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:12:56.019Z] Removing intermediate container de9026f48c99 [2021-03-15T21:12:56.019Z] ---> aebdf99f4ec2 [2021-03-15T21:12:56.019Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:56.282Z] ---> Running in ba8dc9b3fb33 [2021-03-15T21:12:56.282Z] ---> 5614eda39071 [2021-03-15T21:12:56.282Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T21:12:56.282Z] Removing intermediate container 4d08137b356e [2021-03-15T21:12:56.282Z] ---> 8e7dc9c7d0d5 [2021-03-15T21:12:56.282Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T21:12:56.546Z] Removing intermediate container 270c36e06a41 [2021-03-15T21:12:56.546Z] ---> 086cec5a5be1 [2021-03-15T21:12:56.546Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:12:56.546Z] ---> Running in 1a426fea7afc [2021-03-15T21:12:56.546Z] ---> 52610e7654a2 [2021-03-15T21:12:56.546Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T21:12:56.810Z] Removing intermediate container ba8dc9b3fb33 [2021-03-15T21:12:56.810Z] ---> e2a2ca489d61 [2021-03-15T21:12:56.810Z] [2021-03-15T21:12:56.810Z] ---> Running in 52a66cb6fdfa [2021-03-15T21:12:56.810Z] ---> 99b6ef04c5ff [2021-03-15T21:12:56.810Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T21:12:56.810Z] Removing intermediate container 1a426fea7afc [2021-03-15T21:12:56.810Z] ---> 5974b37a67de [2021-03-15T21:12:56.810Z] Step 22/24 : LABEL arch=x86_64 [2021-03-15T21:12:57.073Z] Successfully built e2a2ca489d61 [2021-03-15T21:12:57.073Z] ---> Running in e409d1ea806d [2021-03-15T21:12:57.073Z] Successfully tagged docker-support-notifications-go:latest [2021-03-15T21:12:57.073Z] Removing intermediate container 52a66cb6fdfa [2021-03-15T21:12:57.073Z] ---> fccd083c7cb1 [2021-03-15T21:12:57.073Z] [2021-03-15T21:12:57.073Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-15T21:12:57.338Z] Successfully built fccd083c7cb1 [2021-03-15T21:12:57.338Z] ---> Running in cff2afcc8361 [2021-03-15T21:12:57.611Z] Successfully tagged docker-core-metadata-go:latest [2021-03-15T21:12:57.611Z] Building docker-core-data-go [2021-03-15T21:12:57.611Z]  Building docker-core-metadata-go ... done  ---> f502d9e25afd [2021-03-15T21:12:57.611Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T21:12:57.873Z] Removing intermediate container cff2afcc8361 [2021-03-15T21:12:57.873Z] ---> bddb5c4e71a2 [2021-03-15T21:12:57.873Z] Step 23/24 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:12:59.272Z] ---> Running in d236706bbae2 [2021-03-15T21:13:00.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:00.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:00.227Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T21:13:00.227Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T21:13:00.497Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T21:13:00.497Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T21:13:00.497Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T21:13:00.497Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T21:13:00.497Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T21:13:03.822Z] ---> 0f2886147004 [2021-03-15T21:13:03.822Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T21:13:03.822Z] Removing intermediate container d236706bbae2 [2021-03-15T21:13:03.822Z] ---> 7ce4a602124a [2021-03-15T21:13:03.822Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T21:13:10.430Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T21:13:10.430Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T21:13:10.430Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T21:13:10.430Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T21:13:10.430Z] ---> Running in 666142564e20 [2021-03-15T21:13:10.430Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T21:13:11.005Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T21:13:11.005Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T21:13:11.598Z] ---> 87022502cbdc [2021-03-15T21:13:11.598Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T21:13:11.598Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T21:13:11.598Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T21:13:11.598Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T21:13:12.558Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T21:13:12.833Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T21:13:13.100Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T21:13:14.071Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T21:13:14.071Z] Removing intermediate container 666142564e20 [2021-03-15T21:13:14.071Z] ---> 0b627ea54526 [2021-03-15T21:13:14.071Z] [2021-03-15T21:13:14.071Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T21:13:15.044Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T21:13:15.044Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T21:13:15.310Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T21:13:15.310Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T21:13:15.894Z] Successfully built 0b627ea54526 [2021-03-15T21:13:15.894Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T21:13:16.471Z] ---> 4b228c6705df [2021-03-15T21:13:16.471Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T21:13:16.471Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T21:13:16.735Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T21:13:16.735Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T21:13:16.735Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-15T21:13:16.735Z] Building docker-security-proxy-setup-go [2021-03-15T21:13:17.006Z]  Building docker-security-secretstore-setup-go ... done (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T21:13:17.006Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T21:13:17.006Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T21:13:17.279Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:13:17.551Z] OK: 71 MiB in 55 packages [2021-03-15T21:13:18.960Z] ---> Running in 4749221bd546 [2021-03-15T21:13:20.396Z] Removing intermediate container 4749221bd546 [2021-03-15T21:13:20.396Z] ---> 653e25feb83d [2021-03-15T21:13:20.396Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T21:13:20.671Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:13:20.671Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:13:20.671Z] ---> 87c2ea046b11 [2021-03-15T21:13:20.671Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:13:20.671Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:13:20.671Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:13:20.671Z] ---> 87c2ea046b11 [2021-03-15T21:13:20.671Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:13:20.671Z] ---> Using cache [2021-03-15T21:13:20.671Z] ---> 4a690d04aeb9 [2021-03-15T21:13:20.671Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:13:20.671Z] ---> Using cache [2021-03-15T21:13:20.671Z] ---> 4a690d04aeb9 [2021-03-15T21:13:20.671Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:13:20.671Z] ---> Using cache [2021-03-15T21:13:20.671Z] ---> d766dc252aef [2021-03-15T21:13:20.671Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:13:20.671Z] ---> Using cache [2021-03-15T21:13:20.671Z] ---> d766dc252aef [2021-03-15T21:13:20.671Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T21:13:22.235Z] ---> Running in 822c2e52bc60 [2021-03-15T21:13:22.235Z] ---> Running in 371f2835b5bc [2021-03-15T21:13:22.235Z] ---> 112000a58688 [2021-03-15T21:13:22.235Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T21:13:24.212Z] ---> Running in bf29941d89dd [2021-03-15T21:13:25.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:25.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:25.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:25.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:26.734Z] OK: 233 MiB in 51 packages [2021-03-15T21:13:26.734Z] OK: 233 MiB in 51 packages [2021-03-15T21:13:32.079Z] Removing intermediate container 822c2e52bc60 [2021-03-15T21:13:32.079Z] ---> d571ac301213 [2021-03-15T21:13:32.079Z] Step 6/23 : COPY go.mod . [2021-03-15T21:13:32.079Z] Removing intermediate container 371f2835b5bc [2021-03-15T21:13:32.079Z] ---> 968e8a5a0b5b [2021-03-15T21:13:32.079Z] Step 6/23 : COPY go.mod . [2021-03-15T21:13:33.039Z] Removing intermediate container bf29941d89dd [2021-03-15T21:13:33.039Z] ---> f8f2cef3588f [2021-03-15T21:13:33.039Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T21:13:33.303Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:13:33.303Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:13:33.877Z] ---> 87c2ea046b11 [2021-03-15T21:13:33.877Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T21:13:34.454Z] ---> Using cache [2021-03-15T21:13:34.454Z] ---> 4a690d04aeb9 [2021-03-15T21:13:34.454Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:13:34.454Z] ---> Using cache [2021-03-15T21:13:34.454Z] ---> d766dc252aef [2021-03-15T21:13:34.454Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T21:13:34.454Z] ---> Using cache [2021-03-15T21:13:34.454Z] ---> d571ac301213 [2021-03-15T21:13:34.454Z] Step 6/21 : COPY go.mod . [2021-03-15T21:13:34.454Z] ---> Using cache [2021-03-15T21:13:34.454Z] ---> 7b0523999bc8 [2021-03-15T21:13:34.454Z] Step 7/21 : RUN go mod download [2021-03-15T21:13:35.028Z] ---> 7b0523999bc8 [2021-03-15T21:13:35.028Z] Step 7/23 : RUN go mod download [2021-03-15T21:13:35.028Z] ---> 88176d2fd8a4 [2021-03-15T21:13:35.028Z] Step 7/23 : RUN go mod download [2021-03-15T21:13:35.127Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T21:13:35.603Z] ---> Running in 6d1422585d8d [2021-03-15T21:13:35.603Z] ---> Running in 57d14436ff72 [2021-03-15T21:13:35.603Z] ---> Running in de71e8b6976f [2021-03-15T21:13:35.603Z] ---> Running in fa0560b7ff63 [2021-03-15T21:13:35.868Z] Removing intermediate container e409d1ea806d [2021-03-15T21:13:35.868Z] ---> dda5d0c4c09e [2021-03-15T21:13:35.868Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T21:13:36.142Z] Removing intermediate container 6d1422585d8d [2021-03-15T21:13:36.142Z] ---> 97ff6e94c453 [2021-03-15T21:13:36.142Z] Step 28/31 : CMD ["gate"] [2021-03-15T21:13:36.142Z] ---> Running in 61eb2a2febec [2021-03-15T21:13:36.407Z] ---> Running in 06299135efcf [2021-03-15T21:13:37.002Z] Removing intermediate container 06299135efcf [2021-03-15T21:13:37.002Z] ---> 76ed9a67d06e [2021-03-15T21:13:37.002Z] Step 29/31 : LABEL arch=x86_64 [2021-03-15T21:13:37.002Z] ---> Running in 6f1d6e1059d8 [2021-03-15T21:13:37.365Z] Removing intermediate container 6f1d6e1059d8 [2021-03-15T21:13:37.365Z] ---> 560c191ceaa4 [2021-03-15T21:13:37.365Z] Step 30/31 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:13:37.690Z] ---> Running in 3c17576ccfd9 [2021-03-15T21:13:37.857Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T21:13:37.988Z] Removing intermediate container 3c17576ccfd9 [2021-03-15T21:13:37.988Z] ---> 8dbc72d9dbca [2021-03-15T21:13:37.988Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T21:13:38.359Z] ---> Running in b80dc47c47ee [2021-03-15T21:13:38.359Z] Removing intermediate container de71e8b6976f [2021-03-15T21:13:38.359Z] ---> 924d6f3bc009 [2021-03-15T21:13:38.359Z] Step 8/23 : COPY . . [2021-03-15T21:13:38.359Z] Removing intermediate container fa0560b7ff63 [2021-03-15T21:13:38.359Z] ---> 751fb4211b59 [2021-03-15T21:13:38.359Z] Step 8/23 : COPY . . [2021-03-15T21:13:38.359Z] Removing intermediate container 57d14436ff72 [2021-03-15T21:13:38.359Z] ---> ba4492d5c6a3 [2021-03-15T21:13:38.359Z] Step 8/21 : COPY . . [2021-03-15T21:13:38.699Z] Removing intermediate container b80dc47c47ee [2021-03-15T21:13:38.699Z] ---> 0765c305eb43 [2021-03-15T21:13:38.699Z] [2021-03-15T21:13:38.985Z] Successfully built 0765c305eb43 [2021-03-15T21:13:40.926Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-15T21:13:40.926Z] Collecting docker-compose==1.23.2 [2021-03-15T21:13:40.926Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-03-15T21:13:40.926Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T21:13:41.880Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T21:13:41.880Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T21:13:50.133Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T21:13:50.133Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T21:13:50.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T21:13:50.401Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T21:13:51.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T21:13:51.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T21:13:51.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T21:13:51.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T21:13:52.082Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T21:13:52.082Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T21:13:52.364Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T21:13:52.364Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T21:13:52.631Z] Collecting PyYAML<4,>=3.10 [2021-03-15T21:13:52.631Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T21:13:55.370Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T21:13:55.371Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T21:13:59.280Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-15T21:13:59.858Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T21:13:59.858Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T21:14:02.443Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T21:14:02.443Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T21:14:03.034Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T21:14:03.034Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T21:14:03.702Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T21:14:03.702Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T21:14:03.702Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T21:14:07.305Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T21:14:07.305Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T21:14:07.305Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-15T21:14:08.265Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T21:14:08.265Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T21:14:09.234Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:14:09.234Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:14:09.234Z] ---> 87c2ea046b11 [2021-03-15T21:14:09.234Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:14:09.234Z] ---> Using cache [2021-03-15T21:14:09.234Z] ---> 4a690d04aeb9 [2021-03-15T21:14:09.234Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:14:09.234Z] ---> Using cache [2021-03-15T21:14:09.234Z] ---> d766dc252aef [2021-03-15T21:14:09.234Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T21:14:09.234Z] ---> Using cache [2021-03-15T21:14:09.234Z] ---> d571ac301213 [2021-03-15T21:14:09.234Z] Step 6/22 : COPY go.mod . [2021-03-15T21:14:09.234Z] ---> Using cache [2021-03-15T21:14:09.234Z] ---> 7b0523999bc8 [2021-03-15T21:14:09.234Z] Step 7/22 : RUN go mod download [2021-03-15T21:14:09.234Z] ---> Using cache [2021-03-15T21:14:09.234Z] ---> ba4492d5c6a3 [2021-03-15T21:14:09.234Z] Step 8/22 : COPY . . [2021-03-15T21:14:09.234Z] Collecting idna<2.8,>=2.5 [2021-03-15T21:14:09.234Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T21:14:09.234Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-15T21:14:09.506Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T21:14:09.506Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T21:14:09.506Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T21:14:09.506Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T21:14:09.506Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T21:14:09.506Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T21:14:09.949Z] Installing collected packages: docopt, texttable, websocket-client, cached-property, PyYAML, jsonschema, urllib3, idna, requests, dockerpty, docker-pycreds, docker, docker-compose [2021-03-15T21:14:09.949Z] Running setup.py install for docopt: started [2021-03-15T21:14:12.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.423s coverage: 45.9% of statements [2021-03-15T21:14:12.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T21:14:12.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T21:14:12.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T21:14:12.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T21:14:12.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T21:14:12.028Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T21:14:12.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.140s coverage: 19.8% of statements [2021-03-15T21:14:12.028Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.211s coverage: 100.0% of statements [2021-03-15T21:14:15.303Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T21:14:15.303Z] Running setup.py install for texttable: started [2021-03-15T21:14:15.880Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T21:14:19.210Z] Running setup.py install for PyYAML: started [2021-03-15T21:14:19.210Z] ---> d4c70029d607 [2021-03-15T21:14:19.210Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T21:14:19.793Z] ---> 91c8b890a9f6 [2021-03-15T21:14:19.793Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T21:14:20.055Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T21:14:20.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.743s coverage: 27.1% of statements [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T21:14:20.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T21:14:20.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T21:14:20.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.308s coverage: 71.3% of statements [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T21:14:20.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T21:14:20.641Z] ---> Running in 1e43a6c6f314 [2021-03-15T21:14:20.641Z] ---> Running in 117d65bc2fc1 [2021-03-15T21:14:20.641Z] Attempting uninstall: urllib3 [2021-03-15T21:14:20.641Z] Found existing installation: urllib3 1.25.9 [2021-03-15T21:14:20.641Z] Uninstalling urllib3-1.25.9: [2021-03-15T21:14:20.641Z] ---> 3e7d7fd19105 [2021-03-15T21:14:20.641Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T21:14:20.903Z] ---> Running in c9ac50a6ca7e [2021-03-15T21:14:20.903Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T21:14:21.179Z] Attempting uninstall: idna [2021-03-15T21:14:21.179Z] Found existing installation: idna 2.9 [2021-03-15T21:14:21.179Z] Uninstalling idna-2.9: [2021-03-15T21:14:21.179Z] Successfully uninstalled idna-2.9 [2021-03-15T21:14:22.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.586s coverage: 82.9% of statements [2021-03-15T21:14:22.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T21:14:22.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:14:22.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.206s coverage: 78.9% of statements [2021-03-15T21:14:22.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T21:14:22.569Z] Attempting uninstall: requests [2021-03-15T21:14:22.569Z] Found existing installation: requests 2.23.0 [2021-03-15T21:14:22.569Z] Uninstalling requests-2.23.0: [2021-03-15T21:14:22.830Z] Successfully uninstalled requests-2.23.0 [2021-03-15T21:14:24.242Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:14:24.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:14:24.242Z] Running setup.py install for dockerpty: started [2021-03-15T21:14:24.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:14:24.826Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T21:14:28.209Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-15T21:14:30.804Z] ---> 0eceb6286c5e [2021-03-15T21:14:30.804Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T21:14:31.778Z] ---> Running in a9e73d31316b [2021-03-15T21:14:32.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:14:34.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.216s coverage: 28.6% of statements [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T21:14:34.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T21:14:34.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T21:14:34.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.330s coverage: 86.7% of statements [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T21:14:34.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.410s coverage: 97.5% of statements [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T21:14:34.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.265s coverage: 78.3% of statements [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T21:14:34.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T21:14:35.567Z] Removing intermediate container 61eb2a2febec [2021-03-15T21:14:35.567Z] ---> df8434d77373 [2021-03-15T21:14:35.567Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T21:14:36.156Z] ---> Running in 141236000d26 [2021-03-15T21:14:37.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:37.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:37.403Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:14:37.403Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T21:14:37.403Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T21:14:37.403Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:14:37.403Z] OK: 72 MiB in 58 packages [2021-03-15T21:14:40.003Z] Removing intermediate container 141236000d26 [2021-03-15T21:14:40.003Z] ---> adb417f6cb52 [2021-03-15T21:14:40.003Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T21:14:40.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.250s coverage: 92.8% of statements [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T21:14:40.253Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T21:14:40.253Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.206s coverage: 0.1% of statements [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T21:14:40.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T21:14:40.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements [2021-03-15T21:14:40.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.111s coverage: 79.5% of statements [2021-03-15T21:14:40.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-03-15T21:14:40.271Z] ---> Running in 99908d0d86d3 [2021-03-15T21:14:40.539Z] Removing intermediate container 99908d0d86d3 [2021-03-15T21:14:40.539Z] ---> dd1b247ea74d [2021-03-15T21:14:40.539Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:14:40.539Z] ---> Running in ee46ff1bd1c5 [2021-03-15T21:14:41.121Z] Removing intermediate container ee46ff1bd1c5 [2021-03-15T21:14:41.121Z] ---> 45b91dab5ef8 [2021-03-15T21:14:41.121Z] Step 24/26 : LABEL arch=x86_64 [2021-03-15T21:14:41.121Z] ---> Running in 584b5d2dc5a0 [2021-03-15T21:14:41.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2021-03-15T21:14:41.397Z] Removing intermediate container 584b5d2dc5a0 [2021-03-15T21:14:41.397Z] ---> aa34a2ef3856 [2021-03-15T21:14:41.397Z] Step 25/26 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:14:41.397Z] ---> Running in 909b0eea8380 [2021-03-15T21:14:41.666Z] Removing intermediate container 909b0eea8380 [2021-03-15T21:14:41.666Z] ---> 52df758f8cbe [2021-03-15T21:14:41.666Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T21:14:41.666Z] ---> Running in 69b6a56bdbab [2021-03-15T21:14:42.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements [2021-03-15T21:14:42.256Z] Removing intermediate container 69b6a56bdbab [2021-03-15T21:14:42.256Z] ---> d6e33838c1e7 [2021-03-15T21:14:42.256Z] [2021-03-15T21:14:42.256Z] Successfully built d6e33838c1e7 [2021-03-15T21:14:42.256Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-15T21:14:49.648Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:14:54.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2021-03-15T21:14:54.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-03-15T21:14:54.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.107s coverage: 81.4% of statements [2021-03-15T21:14:59.760Z] Removing intermediate container c9ac50a6ca7e [2021-03-15T21:14:59.760Z] ---> bc68db66b960 [2021-03-15T21:14:59.760Z] [2021-03-15T21:14:59.760Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T21:14:59.760Z] ---> 88dd2752d2ea [2021-03-15T21:14:59.760Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T21:14:59.760Z] Removing intermediate container 1e43a6c6f314 [2021-03-15T21:14:59.760Z] ---> e11ae50e8a99 [2021-03-15T21:14:59.760Z] [2021-03-15T21:14:59.760Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:14:59.760Z] ---> 88dd2752d2ea [2021-03-15T21:14:59.760Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:14:59.760Z] ---> Using cache [2021-03-15T21:14:59.760Z] ---> 5f32337993c7 [2021-03-15T21:14:59.760Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:14:59.760Z] ---> Using cache [2021-03-15T21:14:59.760Z] ---> 628ce38724f5 [2021-03-15T21:14:59.760Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T21:14:59.760Z] ---> Running in 9d021da94e82 [2021-03-15T21:14:59.760Z] ---> Running in 8624affa44f1 [2021-03-15T21:15:00.028Z] Removing intermediate container 8624affa44f1 [2021-03-15T21:15:00.028Z] ---> 47927fc72bf0 [2021-03-15T21:15:00.028Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:15:00.028Z] ---> Running in 47d643e2ab94 [2021-03-15T21:15:00.616Z] Removing intermediate container 47d643e2ab94 [2021-03-15T21:15:00.616Z] ---> 1611b9464ba0 [2021-03-15T21:15:00.616Z] Step 15/23 : WORKDIR / [2021-03-15T21:15:00.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:15:00.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:15:01.142Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T21:15:01.142Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:15:01.142Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T21:15:01.142Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T21:15:01.142Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:15:01.142Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:15:01.142Z] OK: 7 MiB in 18 packages [2021-03-15T21:15:04.473Z] ---> Running in e742b9444cfe [2021-03-15T21:15:04.736Z] Removing intermediate container 117d65bc2fc1 [2021-03-15T21:15:04.736Z] ---> 899d21a84412 [2021-03-15T21:15:04.736Z] [2021-03-15T21:15:04.736Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:15:04.736Z] ---> 88dd2752d2ea [2021-03-15T21:15:04.736Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T21:15:04.736Z] ---> Running in e2084c31b3be [2021-03-15T21:15:05.001Z] Removing intermediate container e742b9444cfe [2021-03-15T21:15:05.001Z] ---> e95b0596f7e7 [2021-03-15T21:15:05.001Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:15:06.922Z] Removing intermediate container e2084c31b3be [2021-03-15T21:15:06.922Z] ---> aac1d42a00e5 [2021-03-15T21:15:06.922Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T21:15:07.185Z] Removing intermediate container 9d021da94e82 [2021-03-15T21:15:07.185Z] ---> e65e8f5c7f3f [2021-03-15T21:15:07.185Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:15:07.185Z] ---> Running in fa7040094194 [2021-03-15T21:15:07.185Z] ---> 03b329899579 [2021-03-15T21:15:07.185Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T21:15:07.185Z] ---> Running in 072e29b653f3 [2021-03-15T21:15:07.185Z] Removing intermediate container a9e73d31316b [2021-03-15T21:15:07.185Z] ---> bbbd2965bf3f [2021-03-15T21:15:07.185Z] [2021-03-15T21:15:07.185Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:15:07.185Z] ---> 88dd2752d2ea [2021-03-15T21:15:07.185Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:15:07.185Z] ---> Using cache [2021-03-15T21:15:07.185Z] ---> 5f32337993c7 [2021-03-15T21:15:07.185Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:15:07.185Z] ---> Using cache [2021-03-15T21:15:07.185Z] ---> 628ce38724f5 [2021-03-15T21:15:07.185Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T21:15:07.446Z] ---> Running in 24024dd02ac6 [2021-03-15T21:15:07.446Z] Removing intermediate container 072e29b653f3 [2021-03-15T21:15:07.446Z] ---> 4484bcd356d9 [2021-03-15T21:15:07.446Z] Step 13/21 : WORKDIR /edgex [2021-03-15T21:15:07.446Z] Removing intermediate container fa7040094194 [2021-03-15T21:15:07.446Z] ---> 2a0688879341 [2021-03-15T21:15:07.446Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T21:15:07.708Z] ---> Running in a45ce3cba163 [2021-03-15T21:15:07.708Z] ---> Running in 4ccfade7cdcb [2021-03-15T21:15:07.708Z] Removing intermediate container 24024dd02ac6 [2021-03-15T21:15:07.708Z] ---> 2064eda633fa [2021-03-15T21:15:07.708Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:15:07.708Z] ---> 1ca09525d409 [2021-03-15T21:15:07.708Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T21:15:07.708Z] ---> Running in 9396f915d0fa [2021-03-15T21:15:07.970Z] Removing intermediate container 4ccfade7cdcb [2021-03-15T21:15:07.970Z] ---> 91f1a59e9f98 [2021-03-15T21:15:07.970Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T21:15:07.970Z] Removing intermediate container a45ce3cba163 [2021-03-15T21:15:07.970Z] ---> d817ee1f98b4 [2021-03-15T21:15:07.970Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:15:08.232Z] Removing intermediate container 9396f915d0fa [2021-03-15T21:15:08.232Z] ---> 57d815b3293f [2021-03-15T21:15:08.232Z] ---> Running in f9015ab6b58f [2021-03-15T21:15:08.232Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:15:08.232Z] ---> c55a79eb9d2a [2021-03-15T21:15:08.232Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T21:15:08.498Z] ---> Running in 304a3b731297 [2021-03-15T21:15:08.498Z] ---> 21da6a093529 [2021-03-15T21:15:08.498Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T21:15:08.760Z] ---> 05c6cb2dc593 [2021-03-15T21:15:08.760Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T21:15:08.760Z] Removing intermediate container 304a3b731297 [2021-03-15T21:15:08.760Z] ---> c0b45544cc1a [2021-03-15T21:15:08.760Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:15:08.760Z] ---> Running in be84d81114e6 [2021-03-15T21:15:09.335Z] ---> 490730d83ab5 [2021-03-15T21:15:09.335Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T21:15:09.335Z] Removing intermediate container be84d81114e6 [2021-03-15T21:15:09.335Z] ---> d5fdf6e290e1 [2021-03-15T21:15:09.335Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:15:09.335Z] ---> Running in f4c1ecf87bef [2021-03-15T21:15:09.335Z] ---> 660094395830 [2021-03-15T21:15:09.335Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T21:15:09.597Z] Removing intermediate container f4c1ecf87bef [2021-03-15T21:15:09.597Z] ---> 8dce5fb54a7b [2021-03-15T21:15:09.597Z] Step 22/23 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:15:09.597Z] Removing intermediate container f9015ab6b58f [2021-03-15T21:15:09.597Z] ---> 6e1ed2014d06 [2021-03-15T21:15:09.597Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.142s coverage: 92.9% of statements [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.6% of statements [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.580s coverage: 62.4% of statements [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T21:15:09.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-03-15T21:15:09.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-03-15T21:15:09.862Z] ---> Running in e34c1b2af495 [2021-03-15T21:15:09.862Z] ---> Running in 4f7b4df97a6c [2021-03-15T21:15:09.862Z] ---> b08bbdb33cf2 [2021-03-15T21:15:09.862Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T21:15:09.862Z] ---> 437183a3632c [2021-03-15T21:15:09.862Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T21:15:10.810Z] ---> Running in 2d5f986235d1 [2021-03-15T21:15:10.810Z] ---> Running in 01667d48077d [2021-03-15T21:15:11.084Z] Removing intermediate container e34c1b2af495 [2021-03-15T21:15:11.084Z] ---> f94ab8b1f590 [2021-03-15T21:15:11.084Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:15:11.084Z] ---> Running in 4f3a56afb256 [2021-03-15T21:15:11.084Z] Removing intermediate container 2d5f986235d1 [2021-03-15T21:15:11.084Z] ---> 67c08f86a275 [2021-03-15T21:15:11.084Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:15:11.084Z] Removing intermediate container 01667d48077d [2021-03-15T21:15:11.084Z] ---> 68b597626a2c [2021-03-15T21:15:11.084Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T21:15:11.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:15:11.359Z] ---> Running in f828f41d6ef3 [2021-03-15T21:15:11.359Z] Removing intermediate container 4f3a56afb256 [2021-03-15T21:15:11.359Z] ---> d3c59b9444e9 [2021-03-15T21:15:11.359Z] [2021-03-15T21:15:11.359Z] ---> Running in f776ed6e384f [2021-03-15T21:15:11.621Z] Successfully built d3c59b9444e9 [2021-03-15T21:15:11.621Z] Successfully tagged docker-core-command-go:latest [2021-03-15T21:15:11.621Z]  Building docker-core-command-go ... done Removing intermediate container f828f41d6ef3 [2021-03-15T21:15:11.621Z] ---> 4944406919cc [2021-03-15T21:15:11.621Z] Step 19/21 : LABEL arch=x86_64 [2021-03-15T21:15:11.621Z] Removing intermediate container f776ed6e384f [2021-03-15T21:15:11.621Z] ---> 966e71845146 [2021-03-15T21:15:11.621Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T21:15:11.621Z] ---> Running in 49f175980564 [2021-03-15T21:15:11.621Z] ---> Running in 59452f1f36e3 [2021-03-15T21:15:11.884Z] Removing intermediate container 59452f1f36e3 [2021-03-15T21:15:11.884Z] ---> 87b4775ff2e9 [2021-03-15T21:15:11.884Z] Step 20/21 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:15:11.884Z] Removing intermediate container 49f175980564 [2021-03-15T21:15:11.884Z] ---> e5cadb72d6e2 [2021-03-15T21:15:11.884Z] Step 21/22 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:15:12.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:15:12.147Z] ---> Running in 62b73129052a [2021-03-15T21:15:12.147Z] ---> Running in 6a8f7e72ecf1 [2021-03-15T21:15:12.412Z] Removing intermediate container 62b73129052a [2021-03-15T21:15:12.412Z] ---> 3bcd6553ea01 [2021-03-15T21:15:12.412Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T21:15:12.412Z] Removing intermediate container 6a8f7e72ecf1 [2021-03-15T21:15:12.412Z] ---> b4d69c8265ee [2021-03-15T21:15:12.412Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:15:12.412Z] ---> Running in 97ef5027c61e [2021-03-15T21:15:12.412Z] ---> Running in d14640f71b11 [2021-03-15T21:15:12.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.987s coverage: 69.0% of statements [2021-03-15T21:15:12.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T21:15:12.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T21:15:12.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T21:15:12.683Z] Removing intermediate container 97ef5027c61e [2021-03-15T21:15:12.683Z] ---> aaca43b8b4c2 [2021-03-15T21:15:12.683Z] [2021-03-15T21:15:12.683Z] Removing intermediate container d14640f71b11 [2021-03-15T21:15:12.683Z] ---> 121cc912105b [2021-03-15T21:15:12.683Z] [2021-03-15T21:15:12.683Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T21:15:12.944Z] Successfully built 121cc912105b [2021-03-15T21:15:12.944Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T21:15:12.944Z] Successfully built aaca43b8b4c2 [2021-03-15T21:15:12.944Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-15T21:15:12.944Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-03-15T21:15:12.944Z]  Building docker-security-proxy-setup-go ... done (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T21:15:12.944Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T21:15:13.206Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T21:15:13.467Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T21:15:13.467Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:15:13.467Z] OK: 8 MiB in 20 packages [2021-03-15T21:15:14.041Z] Removing intermediate container 4f7b4df97a6c [2021-03-15T21:15:14.041Z] ---> 87c80fcd164c [2021-03-15T21:15:14.041Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:15:14.303Z] ---> 91090337b7cf [2021-03-15T21:15:14.303Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T21:15:14.881Z] ---> d39342a81997 [2021-03-15T21:15:14.881Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T21:15:15.143Z] ---> 9f1f0cdd3f06 [2021-03-15T21:15:15.143Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T21:15:15.143Z] ---> Running in eb66f1b3bd98 [2021-03-15T21:15:15.404Z] Removing intermediate container eb66f1b3bd98 [2021-03-15T21:15:15.404Z] ---> b73258ba4302 [2021-03-15T21:15:15.404Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:15:15.404Z] ---> Running in 0f3b94084003 [2021-03-15T21:15:15.404Z] Removing intermediate container 0f3b94084003 [2021-03-15T21:15:15.404Z] ---> d5f55dcde831 [2021-03-15T21:15:15.404Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:15:15.667Z] ---> Running in d2def8e26730 [2021-03-15T21:15:15.667Z] Removing intermediate container d2def8e26730 [2021-03-15T21:15:15.667Z] ---> 6421d1c1c14c [2021-03-15T21:15:15.667Z] Step 22/23 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:15:15.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.469s coverage: 38.4% of statements [2021-03-15T21:15:15.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T21:15:15.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T21:15:15.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.124s coverage: 89.5% of statements [2021-03-15T21:15:15.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T21:15:15.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.109s coverage: 84.8% of statements [2021-03-15T21:15:15.929Z] ---> Running in 058a5e25dd70 [2021-03-15T21:15:15.929Z] Removing intermediate container 058a5e25dd70 [2021-03-15T21:15:15.929Z] ---> 7f1bed716d6d [2021-03-15T21:15:15.929Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:15:15.929Z] ---> Running in b3e91129c3fb [2021-03-15T21:15:16.191Z] Removing intermediate container b3e91129c3fb [2021-03-15T21:15:16.191Z] ---> 4040075bda32 [2021-03-15T21:15:16.191Z] [2021-03-15T21:15:16.452Z] Successfully built 4040075bda32 [2021-03-15T21:15:16.452Z] Successfully tagged docker-core-data-go:latest [2021-03-15T21:15:16.728Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-15T21:15:16.746Z] $ docker stop --time=1 26ca02a9ff0ebb3c54bda2ee45314ce634deaee1312d7f7beb93792143d7a9e4 [2021-03-15T21:15:18.369Z] $ docker rm -f 26ca02a9ff0ebb3c54bda2ee45314ce634deaee1312d7f7beb93792143d7a9e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:15:18.917Z] + docker images [2021-03-15T21:15:18.917Z] + grep docker [2021-03-15T21:15:19.178Z] docker-core-data-go latest 4040075bda32 3 seconds ago 22.6MB [2021-03-15T21:15:19.178Z] docker-support-scheduler-go latest 121cc912105b 7 seconds ago 17.3MB [2021-03-15T21:15:19.179Z] docker-security-proxy-setup-go latest aaca43b8b4c2 7 seconds ago 24.7MB [2021-03-15T21:15:19.179Z] docker-core-command-go latest d3c59b9444e9 8 seconds ago 17.2MB [2021-03-15T21:15:19.179Z] docker-sys-mgmt-agent-go latest d6e33838c1e7 38 seconds ago 313MB [2021-03-15T21:15:19.179Z] docker-security-bootstrapper-go latest 0765c305eb43 About a minute ago 18.7MB [2021-03-15T21:15:19.179Z] docker-security-secretstore-setup-go latest 0b627ea54526 2 minutes ago 24.9MB [2021-03-15T21:15:19.179Z] docker-support-notifications-go latest e2a2ca489d61 2 minutes ago 17.8MB [2021-03-15T21:15:19.179Z] docker-core-metadata-go latest fccd083c7cb1 2 minutes ago 19MB [2021-03-15T21:15:19.179Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-15T21:15:22.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.429s coverage: 47.0% of statements [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T21:15:22.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T21:15:22.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T21:15:22.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.449s coverage: 87.1% of statements [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:15:22.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T21:15:29.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.519s coverage: 29.1% of statements [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T21:15:29.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T21:15:29.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T21:15:29.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.296s coverage: 96.5% of statements [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T21:15:29.350Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T21:15:29.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T21:15:29.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T21:15:30.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-03-15T21:15:30.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T21:15:30.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T21:15:30.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-03-15T21:15:31.796Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-03-15T21:15:32.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-03-15T21:15:33.370Z] GO111MODULE=on go vet ./... [2021-03-15T21:15:34.823Z] Still waiting to schedule task [2021-03-15T21:15:34.823Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-15T21:16:55.175Z] gofmt -l . [2021-03-15T21:16:55.175Z] [ "`gofmt -l .`" = "" ] [2021-03-15T21:16:57.138Z] ./bin/test-go-mod-tidy.sh [2021-03-15T21:16:57.809Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T21:17:00.216Z] + ls -al . [2021-03-15T21:17:00.216Z] total 776 [2021-03-15T21:17:00.216Z] drwxrwxr-x 9 1001 1001 4096 Mar 15 21:16 . [2021-03-15T21:17:00.216Z] drwxr-xr-x 4 root root 4096 Mar 15 21:12 .. [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 21:10 .dockerignore [2021-03-15T21:17:00.216Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 21:10 .git [2021-03-15T21:17:00.216Z] drwxrwxr-x 3 1001 1001 4096 Mar 15 21:10 .github [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 21:10 .gitignore [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 21:10 .sonarcloud.properties [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:10 Attribution.txt [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:10 CONTRIBUTING.md [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 21:10 Dockerfile.build [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 21:10 Jenkinsfile [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:10 LICENSE [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:10 Makefile [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:10 README.md [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:10 SECURITY.md [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 21:06 VERSION [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:10 ZMQWindows.md [2021-03-15T21:17:00.216Z] drwxrwxr-x 2 1001 1001 4096 Mar 15 21:10 bin [2021-03-15T21:17:00.216Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 21:10 cmd [2021-03-15T21:17:00.216Z] -rw-r--r-- 1 root root 635765 Mar 15 21:15 coverage.out [2021-03-15T21:17:00.216Z] -rw-r--r-- 1 root root 1056 Mar 15 21:16 go.mod [2021-03-15T21:17:00.216Z] -rw-r--r-- 1 root root 21983 Mar 15 21:16 go.sum [2021-03-15T21:17:00.216Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 21:10 internal [2021-03-15T21:17:00.216Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 21:10 openapi [2021-03-15T21:17:00.216Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 21:10 snap [2021-03-15T21:17:00.216Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 21:10 version.go [Pipeline] sh [2021-03-15T21:17:00.928Z] + '[' -e coverage.out ] [2021-03-15T21:17:00.928Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T21:17:01.000Z] Warning: overwriting stash ‘coverage-report’ [2021-03-15T21:17:02.171Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T21:17:02.840Z] + make build [2021-03-15T21:17:02.840Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:17:15.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:17:33.820Z] Running on prd-ubuntu18.04-docker-8c-8g-29859 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-15T21:17:33.878Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-03-15T21:17:36.287Z] using credential edgex-jenkins-ssh [2021-03-15T21:17:36.344Z] Cloning the remote Git repository [2021-03-15T21:17:36.362Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:17:36.424Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-03-15T21:17:36.452Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:17:36.453Z] > git --version # timeout=10 [2021-03-15T21:17:36.459Z] > git --version # 'git version 2.17.1' [2021-03-15T21:17:36.460Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:17:36.485Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:17:42.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:17:44.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:17:49.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:17:51.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:17:57.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:18:04.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:18:08.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:18:13.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:18:14.115Z] Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:18:14.240Z] Merge succeeded, producing b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:18:14.240Z] Checking out Revision b60e6eeb7f18074425901094eba94146e3f42170 (PR-3234) [2021-03-15T21:18:13.145Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:18:13.151Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:18:13.166Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:18:13.180Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:18:13.181Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:18:13.186Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T21:18:14.137Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:18:14.143Z] > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [2021-03-15T21:18:14.221Z] > git remote # timeout=10 [2021-03-15T21:18:14.228Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T21:18:14.234Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:18:14.237Z] > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 [2021-03-15T21:18:14.246Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T21:18:14.256Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:18:14.259Z] > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [2021-03-15T21:18:17.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:18:17.949Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:18:18.945Z] + echo snap-build.sh [2021-03-15T21:18:18.945Z] snap-build.sh [2021-03-15T21:18:18.945Z] + SNAP_BASE_DIR=. [2021-03-15T21:18:18.945Z] + '[' '!' -z /w/workspace/edgex-go/12 ']' [2021-03-15T21:18:18.945Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/12 [2021-03-15T21:18:18.945Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' [2021-03-15T21:18:18.945Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/12] [2021-03-15T21:18:18.945Z] + cd /w/workspace/edgex-go/12 [2021-03-15T21:18:18.945Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-15T21:18:18.945Z] Reading package lists... [2021-03-15T21:18:19.205Z] Building dependency tree... [2021-03-15T21:18:19.205Z] Reading state information... [2021-03-15T21:18:19.205Z] The following packages were automatically installed and are no longer required: [2021-03-15T21:18:19.205Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-15T21:18:19.205Z] uidmap xdelta3 [2021-03-15T21:18:19.205Z] Use 'sudo apt autoremove' to remove them. [2021-03-15T21:18:19.205Z] The following packages will be REMOVED: [2021-03-15T21:18:19.205Z] lxd* lxd-client* [2021-03-15T21:18:19.780Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-15T21:18:19.780Z] After this operation, 31.7 MB disk space will be freed. [2021-03-15T21:18:20.568Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-15T21:18:20.568Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T21:18:21.513Z] Removing lxd dnsmasq configuration [2021-03-15T21:18:21.513Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T21:18:21.776Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-15T21:18:22.722Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-15T21:18:22.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:18:22.983Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-15T21:18:22.983Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T21:18:24.370Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-15T21:18:24.370Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-15T21:18:25.757Z] + sudo snap remove --purge lxd [2021-03-15T21:18:25.757Z] snap "lxd" is not installed [2021-03-15T21:18:25.757Z] + sudo groupadd --force --system lxd [2021-03-15T21:18:25.757Z] ++ whoami [2021-03-15T21:18:25.757Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-15T21:18:25.757Z] + newgrp - lxd [2021-03-15T21:18:25.757Z] + sudo snap install lxd [Pipeline] } [2021-03-15T21:18:31.223Z] $ docker stop --time=1 7c016b61cac77fe03f8011e161ac38df737982bcc8e296d43771ed8a2fe2c153 [2021-03-15T21:18:33.652Z] $ docker rm -f 7c016b61cac77fe03f8011e161ac38df737982bcc8e296d43771ed8a2fe2c153 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:35.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:18:35.978Z] [2021-03-15T21:18:35.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:36.376Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:18:36.652Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-15T21:18:36.652Z] 29e5d40040c1: Pulling fs layer [2021-03-15T21:18:36.652Z] 1ce36da41761: Pulling fs layer [2021-03-15T21:18:36.652Z] 25b303627fd3: Pulling fs layer [2021-03-15T21:18:36.652Z] 29e5d40040c1: Download complete [2021-03-15T21:18:37.249Z] 1ce36da41761: Verifying Checksum [2021-03-15T21:18:37.249Z] 1ce36da41761: Download complete [2021-03-15T21:18:37.523Z] 29e5d40040c1: Pull complete [2021-03-15T21:18:38.034Z] 2021-03-15T21:18:34Z INFO Waiting for automatic snapd restart... [2021-03-15T21:18:38.501Z] 1ce36da41761: Pull complete [2021-03-15T21:18:39.933Z] 25b303627fd3: Verifying Checksum [2021-03-15T21:18:39.933Z] 25b303627fd3: Download complete [2021-03-15T21:18:50.098Z] 25b303627fd3: Pull complete [2021-03-15T21:18:50.098Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-15T21:18:50.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:18:50.098Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-15T21:18:50.385Z] prd-ubuntu18.04-docker-arm64-4c-16g-29855 does not seem to be running inside a container [2021-03-15T21:18:50.454Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T21:18:53.837Z] $ docker top c99ccb7eb84349d9435eba62d5ea30f3efda45882dd6656bd7913bcfb55d8cde -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:18:55.003Z] + grep parallel [2021-03-15T21:18:55.003Z] + docker-compose build --help [2021-03-15T21:18:56.211Z] lxd 4.12 from Canonical* installed [2021-03-15T21:18:56.211Z] + sudo lxd init --auto [2021-03-15T21:19:00.405Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T21:19:00.683Z] $ docker stop --time=1 c99ccb7eb84349d9435eba62d5ea30f3efda45882dd6656bd7913bcfb55d8cde [2021-03-15T21:19:02.664Z] $ docker rm -f c99ccb7eb84349d9435eba62d5ea30f3efda45882dd6656bd7913bcfb55d8cde [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:19:03.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:19:03.607Z] . [Pipeline] withDockerContainer [2021-03-15T21:19:03.895Z] prd-ubuntu18.04-docker-arm64-4c-16g-29855 does not seem to be running inside a container [2021-03-15T21:19:03.972Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T21:19:04.362Z] + sudo snap install --classic snapcraft [2021-03-15T21:19:05.537Z] $ docker top 7900bb9ec525d42fb5acf6eaf341d3143491c1726fb0c4f13b335028ca834daf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:19:06.617Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T21:19:08.576Z] snapcraft 4.5.4 from Canonical* installed [2021-03-15T21:19:08.576Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-15T21:19:08.576Z] + patch --verbose -p1 [2021-03-15T21:19:08.576Z] Hmm... Looks like a unified diff to me... [2021-03-15T21:19:08.576Z] The text leading up to this was: [2021-03-15T21:19:08.576Z] -------------------------- [2021-03-15T21:19:08.576Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-15T21:19:08.576Z] |From: Tony Espy [2021-03-15T21:19:08.576Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-15T21:19:08.576Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-15T21:19:08.576Z] | [2021-03-15T21:19:08.576Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-15T21:19:08.576Z] |optimize the snap CI check run for pull requests. When [2021-03-15T21:19:08.576Z] |applied, it essentially strips out everything (apps and [2021-03-15T21:19:08.576Z] |parts) from the snapcraft.yaml file except those required [2021-03-15T21:19:08.576Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-15T21:19:08.576Z] |catch changes to edgex-go that break the snap build. [2021-03-15T21:19:08.576Z] | [2021-03-15T21:19:08.576Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-15T21:19:08.576Z] |to update this patch file, otherwise it may fail to apply, [2021-03-15T21:19:08.576Z] |resulting in a failed snap build CI check in the associated [2021-03-15T21:19:08.576Z] |pull request. [2021-03-15T21:19:08.577Z] | [2021-03-15T21:19:08.577Z] |Note - in addition to applying this patch, the pipeline also [2021-03-15T21:19:08.577Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-15T21:19:08.577Z] |need to build the finally binary .snap file (and it won't [2021-03-15T21:19:08.577Z] |work with the patch applied). This further reduces the build [2021-03-15T21:19:08.577Z] |time. [2021-03-15T21:19:08.577Z] |--- [2021-03-15T21:19:08.577Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-15T21:19:08.577Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-15T21:19:08.577Z] | [2021-03-15T21:19:08.577Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-15T21:19:08.577Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-15T21:19:08.577Z] |--- a/snap/snapcraft.yaml [2021-03-15T21:19:08.577Z] |+++ b/snap/snapcraft.yaml [2021-03-15T21:19:08.577Z] -------------------------- [2021-03-15T21:19:08.577Z] patching file snap/snapcraft.yaml [2021-03-15T21:19:08.577Z] Using Plan A... [2021-03-15T21:19:08.577Z] Hunk #1 succeeded at 73. [2021-03-15T21:19:08.577Z] Hunk #2 succeeded at 205. [2021-03-15T21:19:08.577Z] Hunk #3 succeeded at 217. [2021-03-15T21:19:08.577Z] Hunk #4 succeeded at 225. [2021-03-15T21:19:08.577Z] Hunk #5 succeeded at 232. [2021-03-15T21:19:08.577Z] Hunk #6 succeeded at 259. [2021-03-15T21:19:08.577Z] Hunk #7 succeeded at 271. [2021-03-15T21:19:08.577Z] Hunk #8 succeeded at 327. [2021-03-15T21:19:08.577Z] Hmm... Ignoring the trailing garbage. [2021-03-15T21:19:08.577Z] done [2021-03-15T21:19:08.577Z] + sudo snapcraft prime --use-lxd [2021-03-15T21:19:09.963Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-15T21:19:10.228Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-15T21:19:10.228Z] - README.md [2021-03-15T21:19:10.228Z] [2021-03-15T21:19:10.228Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-15T21:19:10.801Z] Launching a container. [2021-03-15T21:19:13.373Z] Building docker-core-command-go ... [2021-03-15T21:19:13.373Z] Building docker-core-data-go ... [2021-03-15T21:19:13.373Z] Building docker-core-metadata-go ... [2021-03-15T21:19:13.373Z] Building docker-security-bootstrapper-go ... [2021-03-15T21:19:13.373Z] Building docker-security-proxy-setup-go ... [2021-03-15T21:19:13.373Z] Building docker-security-secretstore-setup-go ... [2021-03-15T21:19:13.373Z] Building docker-support-notifications-go ... [2021-03-15T21:19:13.373Z] Building docker-support-scheduler-go ... [2021-03-15T21:19:13.373Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T21:19:13.373Z] Building docker-core-command-go [2021-03-15T21:19:13.373Z] Building docker-support-scheduler-go [2021-03-15T21:19:13.373Z] Building docker-security-bootstrapper-go [2021-03-15T21:19:13.373Z] Building docker-core-metadata-go [2021-03-15T21:19:13.373Z] Building docker-support-notifications-go [2021-03-15T21:19:23.041Z] Waiting for container to be ready [2021-03-15T21:19:23.041Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-15T21:19:23.041Z] [2021-03-15T21:19:25.604Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-15T21:19:26.177Z] Waiting for network to be ready... [2021-03-15T21:19:26.752Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-15T21:19:26.752Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T21:19:27.013Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-15T21:19:27.013Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-15T21:19:27.274Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-15T21:19:27.534Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-15T21:19:27.534Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-15T21:19:27.534Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-15T21:19:27.534Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-15T21:19:27.534Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-15T21:19:27.534Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-15T21:19:27.534Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-15T21:19:27.534Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-15T21:19:27.534Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-15T21:19:27.534Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-15T21:19:27.534Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-15T21:19:27.534Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-15T21:19:27.796Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-15T21:19:27.796Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-15T21:19:28.057Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-15T21:19:28.336Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-15T21:19:28.337Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-15T21:19:28.337Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-15T21:19:28.337Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-15T21:19:28.337Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-15T21:19:28.337Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-15T21:19:28.337Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-15T21:19:30.890Z] Fetched 24.1 MB in 4s (5641 kB/s) [2021-03-15T21:19:31.834Z] Reading package lists... [2021-03-15T21:19:31.834Z] Reading package lists... [2021-03-15T21:19:32.095Z] Building dependency tree... [2021-03-15T21:19:32.095Z] Reading state information... [2021-03-15T21:19:32.095Z] The following additional packages will be installed: [2021-03-15T21:19:32.095Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-15T21:19:32.095Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-15T21:19:32.095Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-15T21:19:32.095Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-15T21:19:32.095Z] Suggested packages: [2021-03-15T21:19:32.095Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-15T21:19:32.095Z] Recommended packages: [2021-03-15T21:19:32.095Z] gnupg libsasl2-modules [2021-03-15T21:19:32.095Z] The following NEW packages will be installed: [2021-03-15T21:19:32.095Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-15T21:19:32.095Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-15T21:19:32.095Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-15T21:19:32.095Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-15T21:19:32.095Z] The following packages will be upgraded: [2021-03-15T21:19:32.095Z] gpg gpg-agent gpgconf libudev1 [2021-03-15T21:19:32.095Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-15T21:19:32.095Z] Need to get 3530 kB of archives. [2021-03-15T21:19:32.095Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-15T21:19:32.095Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-15T21:19:32.355Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-15T21:19:32.355Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-15T21:19:32.355Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-15T21:19:32.355Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-15T21:19:32.615Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-15T21:19:32.877Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-15T21:19:32.877Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-15T21:19:33.139Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-15T21:19:33.139Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-15T21:19:33.139Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-15T21:19:33.139Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-15T21:19:33.139Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-15T21:19:33.139Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-15T21:19:33.139Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-15T21:19:33.139Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-15T21:19:33.139Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-15T21:19:33.139Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-15T21:19:33.139Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-15T21:19:33.139Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-15T21:19:33.139Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-15T21:19:33.139Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-15T21:19:33.399Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:19:33.399Z] Fetched 3530 kB in 1s (3471 kB/s) [2021-03-15T21:19:33.399Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-15T21:19:33.399Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:19:33.399Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:19:33.399Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-15T21:19:33.660Z] Selecting previously unselected package udev. [2021-03-15T21:19:33.660Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-15T21:19:33.660Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:19:33.660Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-15T21:19:33.921Z] Selecting previously unselected package libfuse2:amd64. [2021-03-15T21:19:33.921Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-15T21:19:33.921Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-15T21:19:33.921Z] Selecting previously unselected package fuse. [2021-03-15T21:19:33.921Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-15T21:19:33.921Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-15T21:19:34.183Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:19:34.183Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:19:34.183Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:19:34.183Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:19:34.445Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:19:34.445Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:19:34.445Z] Selecting previously unselected package libksba8:amd64. [2021-03-15T21:19:34.445Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-15T21:19:34.445Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-15T21:19:34.712Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-15T21:19:34.712Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:19:34.712Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:34.712Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-15T21:19:34.712Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:19:34.712Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:34.712Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-15T21:19:34.712Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:19:34.712Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:34.973Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-15T21:19:34.973Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:19:34.973Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:34.973Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-15T21:19:34.973Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:19:34.973Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:34.973Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-15T21:19:35.236Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:19:35.236Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:35.236Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-15T21:19:35.236Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:19:35.236Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:35.236Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-15T21:19:35.236Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:19:35.236Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:35.497Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-15T21:19:35.497Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:19:35.497Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:35.497Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-15T21:19:35.497Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-15T21:19:35.497Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:19:35.497Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-15T21:19:35.497Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-15T21:19:35.497Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:19:35.759Z] Selecting previously unselected package libldap-common. [2021-03-15T21:19:35.759Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-15T21:19:35.759Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:19:35.759Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-15T21:19:35.759Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-15T21:19:35.759Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:19:35.759Z] Selecting previously unselected package dirmngr. [2021-03-15T21:19:35.759Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:19:36.021Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-15T21:19:36.021Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:19:36.021Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-15T21:19:36.021Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-15T21:19:36.021Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:19:36.021Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:19:36.282Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-15T21:19:36.282Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:36.282Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-15T21:19:36.282Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:19:36.282Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-15T21:19:36.544Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-15T21:19:36.807Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:36.807Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-15T21:19:36.807Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-15T21:19:37.069Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-15T21:19:37.069Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:37.069Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:37.069Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:37.069Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:37.069Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:37.069Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:37.069Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:19:37.330Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:19:37.330Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-15T21:19:37.330Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:19:37.591Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-15T21:19:37.591Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-15T21:19:37.591Z] This means they are not meant to be enabled using systemctl. [2021-03-15T21:19:37.591Z] Possible reasons for having this kind of units are: [2021-03-15T21:19:37.591Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-15T21:19:37.591Z] .wants/ or .requires/ directory. [2021-03-15T21:19:37.591Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-15T21:19:37.591Z] a requirement dependency on it. [2021-03-15T21:19:37.591Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-15T21:19:37.591Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-15T21:19:37.591Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-15T21:19:37.591Z] instance name specified. [2021-03-15T21:19:38.165Z] Reading package lists... [2021-03-15T21:19:38.165Z] Building dependency tree... [2021-03-15T21:19:38.165Z] Reading state information... [2021-03-15T21:19:38.165Z] The following additional packages will be installed: [2021-03-15T21:19:38.165Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-15T21:19:38.165Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-15T21:19:38.165Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-15T21:19:38.165Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-15T21:19:38.165Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-15T21:19:38.165Z] Suggested packages: [2021-03-15T21:19:38.165Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-15T21:19:38.165Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-15T21:19:38.165Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-15T21:19:38.165Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-15T21:19:38.165Z] systemd-container policykit-1 [2021-03-15T21:19:38.165Z] Recommended packages: [2021-03-15T21:19:38.165Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-15T21:19:38.165Z] The following NEW packages will be installed: [2021-03-15T21:19:38.165Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-15T21:19:38.165Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-15T21:19:38.165Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-15T21:19:38.165Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-15T21:19:38.165Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-15T21:19:38.165Z] The following packages will be upgraded: [2021-03-15T21:19:38.165Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-15T21:19:38.427Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-15T21:19:38.427Z] Need to get 35.2 MB of archives. [2021-03-15T21:19:38.427Z] After this operation, 141 MB of additional disk space will be used. [2021-03-15T21:19:38.427Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-15T21:19:38.427Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-15T21:19:38.998Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-15T21:19:39.262Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-15T21:19:39.262Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-15T21:19:39.262Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-15T21:19:39.262Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-15T21:19:39.262Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-15T21:19:39.262Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-15T21:19:39.262Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-15T21:19:39.262Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-15T21:19:39.262Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-15T21:19:39.262Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-15T21:19:39.262Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-15T21:19:39.262Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-15T21:19:39.262Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-15T21:19:39.262Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-15T21:19:39.262Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-15T21:19:39.524Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-15T21:19:39.524Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-15T21:19:39.524Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-15T21:19:39.524Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-15T21:19:39.524Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-15T21:19:39.524Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-15T21:19:39.524Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-15T21:19:39.524Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-15T21:19:39.524Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-15T21:19:39.524Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-15T21:19:39.524Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-15T21:19:39.524Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-15T21:19:40.465Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:19:40.465Z] Fetched 35.2 MB in 2s (16.5 MB/s) [2021-03-15T21:19:40.726Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T21:19:40.726Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:19:40.726Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:19:41.299Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:19:41.299Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:19:41.560Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-15T21:19:41.560Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T21:19:41.560Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-15T21:19:41.560Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-15T21:19:41.820Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-15T21:19:41.820Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T21:19:41.820Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-15T21:19:41.820Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-15T21:19:42.081Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-15T21:19:42.081Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-15T21:19:42.654Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-15T21:19:42.654Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-15T21:19:42.654Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-15T21:19:42.654Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-15T21:19:42.914Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-15T21:19:42.914Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:19:42.914Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:19:43.175Z] Selecting previously unselected package libexpat1:amd64. [2021-03-15T21:19:43.175Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-15T21:19:43.175Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-15T21:19:43.175Z] Selecting previously unselected package python3.6-minimal. [2021-03-15T21:19:43.176Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:19:43.176Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:19:43.437Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-15T21:19:43.437Z] Checking for services that may need to be restarted...done. [2021-03-15T21:19:43.437Z] Checking for services that may need to be restarted...done. [2021-03-15T21:19:43.437Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:19:43.698Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-15T21:19:43.698Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:19:44.270Z] Selecting previously unselected package python3-minimal. [2021-03-15T21:19:44.270Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-15T21:19:44.270Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-15T21:19:44.270Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-15T21:19:44.270Z] Selecting previously unselected package mime-support. [2021-03-15T21:19:44.270Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-15T21:19:44.270Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-15T21:19:44.270Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-15T21:19:44.270Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-15T21:19:44.270Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-15T21:19:44.532Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-15T21:19:44.532Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:19:44.532Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:19:44.794Z] Selecting previously unselected package python3.6. [2021-03-15T21:19:44.794Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:19:44.794Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:19:44.794Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-15T21:19:44.794Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-15T21:19:44.794Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-15T21:19:45.056Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-15T21:19:45.317Z] Selecting previously unselected package python3. [2021-03-15T21:19:45.317Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-15T21:19:45.317Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-15T21:19:45.317Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-15T21:19:45.317Z] Selecting previously unselected package multiarch-support. [2021-03-15T21:19:45.317Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:19:45.317Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-15T21:19:45.317Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-15T21:19:45.607Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-15T21:19:45.607Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-15T21:19:45.607Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-15T21:19:45.607Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-15T21:19:45.607Z] Selecting previously unselected package libbsd0:amd64. [2021-03-15T21:19:45.607Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-15T21:19:45.607Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-15T21:19:45.607Z] Selecting previously unselected package sudo. [2021-03-15T21:19:45.607Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-15T21:19:45.607Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-15T21:19:45.868Z] Selecting previously unselected package apparmor. [2021-03-15T21:19:45.868Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-15T21:19:45.868Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-15T21:19:45.868Z] Selecting previously unselected package libedit2:amd64. [2021-03-15T21:19:45.868Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-15T21:19:45.868Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-15T21:19:46.128Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-15T21:19:46.128Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:19:46.128Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:19:46.128Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-15T21:19:46.128Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:19:46.128Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:19:46.390Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-15T21:19:46.390Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-15T21:19:46.390Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-15T21:19:46.390Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-15T21:19:46.390Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:19:46.390Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:19:46.390Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-15T21:19:46.390Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:19:46.390Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:19:46.652Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-15T21:19:46.652Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-15T21:19:46.652Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-15T21:19:46.913Z] Selecting previously unselected package openssh-client. [2021-03-15T21:19:46.913Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-15T21:19:46.913Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-15T21:19:46.913Z] Selecting previously unselected package squashfs-tools. [2021-03-15T21:19:46.913Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-15T21:19:46.913Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-15T21:19:46.913Z] Selecting previously unselected package snapd. [2021-03-15T21:19:47.174Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-15T21:19:47.174Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-15T21:19:49.092Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-15T21:19:49.092Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-15T21:19:49.092Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-15T21:19:49.092Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-15T21:19:49.354Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-15T21:19:49.354Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:19:50.299Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:19:50.299Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-15T21:19:50.299Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-15T21:19:51.243Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-15T21:19:51.243Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-15T21:19:51.243Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-15T21:19:51.243Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:19:51.243Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:19:51.244Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:19:51.815Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-15T21:19:51.815Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:19:51.815Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-15T21:19:51.815Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-15T21:19:51.815Z] running python rtupdate hooks for python3.6... [2021-03-15T21:19:51.815Z] running python post-rtupdate hooks for python3.6... [2021-03-15T21:19:52.075Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-15T21:19:53.464Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-15T21:19:53.464Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:19:53.464Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-15T21:19:53.725Z] Setting up snapd (2.48.3+18.04) ... [2021-03-15T21:19:53.985Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-15T21:19:54.246Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-15T21:19:54.508Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-15T21:19:54.508Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-15T21:19:54.769Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-15T21:19:54.769Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-15T21:19:55.030Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-15T21:19:55.030Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-15T21:19:55.290Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-15T21:19:55.551Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-15T21:19:55.551Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-15T21:19:55.551Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:19:55.813Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-15T21:19:56.756Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-15T21:19:56.756Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T21:19:56.756Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T21:19:57.958Z] Reading package lists... [2021-03-15T21:19:58.219Z] Reading package lists... [2021-03-15T21:19:58.219Z] Building dependency tree... [2021-03-15T21:19:58.219Z] Reading state information... [2021-03-15T21:19:58.219Z] Calculating upgrade... [2021-03-15T21:19:58.482Z] The following packages will be upgraded: [2021-03-15T21:19:58.482Z] advancecomp base-files bash binutils binutils-common [2021-03-15T21:19:58.482Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-15T21:19:58.482Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-15T21:19:58.482Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-15T21:19:58.482Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-15T21:19:58.482Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-15T21:19:58.482Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-15T21:19:58.482Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-15T21:19:58.482Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-15T21:19:58.482Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-15T21:19:58.482Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-15T21:19:58.482Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-15T21:19:58.482Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-15T21:19:58.482Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-15T21:19:58.482Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-15T21:19:58.743Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T21:19:58.743Z] Need to get 63.8 MB of archives. [2021-03-15T21:19:58.743Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-15T21:19:58.743Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-15T21:19:58.743Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-15T21:19:59.315Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-15T21:19:59.315Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-15T21:19:59.315Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-15T21:19:59.315Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-15T21:19:59.315Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-15T21:19:59.315Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-15T21:19:59.315Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-15T21:19:59.315Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-15T21:19:59.315Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-15T21:19:59.315Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-15T21:19:59.576Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-15T21:19:59.577Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-15T21:19:59.577Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-15T21:19:59.577Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-15T21:19:59.577Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-15T21:19:59.577Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-15T21:19:59.577Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-15T21:19:59.577Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-15T21:19:59.837Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-15T21:19:59.837Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-15T21:19:59.837Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-15T21:19:59.837Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-15T21:19:59.837Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-15T21:19:59.837Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-15T21:19:59.837Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-15T21:19:59.837Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-15T21:19:59.837Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-15T21:19:59.837Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-15T21:19:59.837Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-15T21:19:59.837Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-15T21:19:59.837Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-15T21:19:59.837Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-15T21:19:59.837Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-15T21:19:59.837Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-15T21:19:59.837Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-15T21:19:59.837Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-15T21:19:59.837Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-15T21:19:59.837Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-15T21:20:00.098Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-15T21:20:00.098Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-15T21:20:00.098Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-15T21:20:00.098Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-15T21:20:00.098Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-15T21:20:00.098Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-15T21:20:00.098Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-15T21:20:00.098Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-15T21:20:00.098Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-15T21:20:00.098Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-15T21:20:00.098Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-15T21:20:00.098Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-15T21:20:00.098Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-15T21:20:00.098Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-15T21:20:00.098Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-15T21:20:00.098Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-15T21:20:00.098Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-15T21:20:00.098Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-15T21:20:00.098Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-15T21:20:00.098Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-15T21:20:00.098Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-15T21:20:00.098Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-15T21:20:00.098Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-15T21:20:00.098Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-15T21:20:00.098Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-15T21:20:00.098Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-15T21:20:00.098Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-15T21:20:00.098Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-15T21:20:00.098Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-15T21:20:00.098Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-15T21:20:00.098Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-15T21:20:00.098Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-15T21:20:00.098Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-15T21:20:00.098Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-15T21:20:00.098Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-15T21:20:00.360Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-15T21:20:00.360Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-15T21:20:00.360Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-15T21:20:00.360Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-15T21:20:00.360Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-15T21:20:00.360Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-15T21:20:00.360Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-15T21:20:00.360Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-15T21:20:00.360Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-15T21:20:00.360Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-15T21:20:00.360Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-15T21:20:00.360Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-15T21:20:00.360Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-15T21:20:00.360Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-15T21:20:00.360Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-15T21:20:00.931Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-15T21:20:01.192Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-15T21:20:01.192Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-15T21:20:01.452Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-15T21:20:02.029Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-15T21:20:02.029Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-15T21:20:02.029Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-15T21:20:02.029Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-15T21:20:02.029Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-15T21:20:02.029Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:20:02.029Z] Fetched 63.8 MB in 3s (18.9 MB/s) [2021-03-15T21:20:02.029Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:02.029Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:20:02.029Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:20:02.601Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:20:02.863Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:20:02.863Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-15T21:20:02.863Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-15T21:20:03.807Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:03.807Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:20:03.807Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:03.807Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:20:04.068Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:04.069Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:20:04.069Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:04.069Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:20:04.330Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:04.330Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:20:04.330Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:04.330Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:20:04.591Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:04.591Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:20:04.591Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:04.855Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:20:04.855Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:04.855Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-15T21:20:04.855Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:05.116Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:20:05.116Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:05.116Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:20:05.116Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:05.116Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:20:05.381Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:05.381Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:20:05.642Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:05.642Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:20:05.642Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:20:05.903Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:20:06.171Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-15T21:20:06.432Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:20:06.432Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-15T21:20:06.432Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-15T21:20:06.693Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-15T21:20:06.693Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-15T21:20:06.955Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-15T21:20:06.955Z] Installing new version of config file /etc/issue ... [2021-03-15T21:20:06.955Z] Installing new version of config file /etc/issue.net ... [2021-03-15T21:20:06.955Z] Installing new version of config file /etc/lsb-release ... [2021-03-15T21:20:06.955Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-15T21:20:07.215Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-15T21:20:07.215Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-15T21:20:07.477Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-15T21:20:07.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:07.477Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-15T21:20:07.477Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-15T21:20:07.739Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-15T21:20:07.739Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-15T21:20:07.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:07.739Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:20:07.739Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-15T21:20:08.011Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:20:08.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:08.011Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-15T21:20:08.011Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-15T21:20:08.272Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-15T21:20:08.272Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:08.272Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-15T21:20:08.272Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T21:20:08.534Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-15T21:20:08.797Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:08.797Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:20:08.797Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:20:08.797Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T21:20:09.057Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:09.057Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:20:09.057Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:20:09.057Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-15T21:20:09.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:09.319Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-15T21:20:09.319Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-15T21:20:09.319Z] Setting up grep (3.1-2build1) ... [2021-03-15T21:20:09.580Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:09.580Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-15T21:20:09.580Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-15T21:20:09.846Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-15T21:20:09.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:09.846Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:20:09.846Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:20:10.108Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-15T21:20:10.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:10.108Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T21:20:10.108Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:20:10.680Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T21:20:10.680Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:20:10.680Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T21:20:10.680Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:20:11.625Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-15T21:20:11.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:11.625Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-15T21:20:11.625Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:20:12.568Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-15T21:20:12.568Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-15T21:20:12.568Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-15T21:20:12.568Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-15T21:20:12.831Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-15T21:20:12.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:12.831Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-15T21:20:12.832Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-15T21:20:13.092Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-15T21:20:13.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:13.092Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:20:13.092Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:20:13.354Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:20:13.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:13.354Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:20:13.354Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:20:13.354Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:20:13.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:13.616Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:20:13.616Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:20:13.616Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:20:13.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:13.878Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:20:13.878Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:20:13.878Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:20:13.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:13.878Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:20:13.878Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:20:14.142Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:20:14.142Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:20:14.142Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T21:20:14.404Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:14.404Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:20:14.404Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:20:14.404Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T21:20:14.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:14.669Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:20:14.669Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:20:14.669Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:20:14.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:14.669Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:20:14.669Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:20:14.931Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:20:14.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:14.931Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:20:15.199Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:20:15.458Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:20:15.719Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-15T21:20:15.979Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-15T21:20:16.240Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:16.240Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:20:16.240Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:20:16.502Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:20:16.502Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:20:16.502Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-15T21:20:16.502Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:20:16.762Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-15T21:20:16.762Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:16.762Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-15T21:20:16.762Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-15T21:20:17.025Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-15T21:20:17.286Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:17.286Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-15T21:20:17.286Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-15T21:20:17.286Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-15T21:20:17.286Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:17.286Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-15T21:20:17.547Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-15T21:20:17.547Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-15T21:20:17.547Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:17.547Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T21:20:17.547Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:20:17.807Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:20:17.807Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:17.807Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T21:20:18.069Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:20:18.069Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:20:18.069Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:18.069Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T21:20:18.330Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:20:18.330Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:20:18.592Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:18.592Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:20:18.592Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:20:18.853Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:20:18.853Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:20:18.853Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:20:18.853Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:20:19.120Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T21:20:19.120Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:19.120Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-15T21:20:19.120Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-15T21:20:19.386Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-15T21:20:19.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:19.386Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-15T21:20:19.386Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:20:19.648Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:20:19.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:19.910Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:20:19.910Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:20:19.910Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T21:20:20.171Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:20.171Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-15T21:20:20.171Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-15T21:20:20.171Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-15T21:20:20.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:20.434Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-15T21:20:20.434Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-15T21:20:20.695Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-15T21:20:20.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:20.695Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:20:20.956Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:20:20.956Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-15T21:20:20.956Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:20.956Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-15T21:20:20.956Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-15T21:20:21.218Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-15T21:20:21.218Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:21.218Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-15T21:20:21.218Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-15T21:20:21.478Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-15T21:20:21.478Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:21.478Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-15T21:20:21.478Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-15T21:20:21.739Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-15T21:20:21.739Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:21.739Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-15T21:20:21.739Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-15T21:20:22.000Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-15T21:20:22.000Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:22.000Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-15T21:20:22.000Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-15T21:20:22.261Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-15T21:20:22.261Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:20:22.261Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-15T21:20:22.261Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-15T21:20:22.522Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-15T21:20:22.522Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-15T21:20:22.522Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-15T21:20:22.522Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-15T21:20:22.783Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-15T21:20:22.783Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-15T21:20:22.783Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-15T21:20:23.042Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-15T21:20:23.042Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-15T21:20:23.042Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-15T21:20:23.305Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-15T21:20:23.305Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-15T21:20:23.305Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-15T21:20:23.305Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-15T21:20:23.574Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-15T21:20:23.574Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-15T21:20:23.574Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-15T21:20:23.836Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-15T21:20:23.836Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-15T21:20:23.836Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-15T21:20:23.836Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-15T21:20:24.097Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-15T21:20:24.097Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-15T21:20:24.097Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-15T21:20:24.358Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-15T21:20:24.358Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-15T21:20:25.300Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-15T21:20:25.300Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-15T21:20:25.300Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-15T21:20:25.300Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-15T21:20:25.300Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:20:25.300Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:20:25.562Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:20:25.830Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:20:25.830Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:20:25.830Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:20:26.093Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:20:26.093Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:20:26.093Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:26.093Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:20:26.354Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:26.354Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:20:26.354Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:26.354Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:20:26.927Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:27.196Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:20:28.136Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:28.136Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:20:28.706Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:28.706Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:20:29.649Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:29.649Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:20:29.908Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:29.908Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:20:30.849Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:20:30.849Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:20:30.849Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T21:20:30.849Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T21:20:31.109Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-15T21:20:31.109Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T21:20:31.109Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-15T21:20:31.109Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T21:20:31.369Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-15T21:20:31.369Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-15T21:20:31.630Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T21:20:31.630Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T21:20:31.630Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T21:20:31.630Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T21:20:31.891Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-15T21:20:31.891Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-15T21:20:31.891Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:31.891Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T21:20:32.152Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:32.152Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:32.152Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:32.152Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-15T21:20:32.413Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-15T21:20:32.413Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-15T21:20:32.413Z] [2021-03-15T21:20:32.413Z] Current default time zone: 'Etc/UTC' [2021-03-15T21:20:32.413Z] Local time is now: Mon Mar 15 21:20:32 UTC 2021. [2021-03-15T21:20:32.413Z] Universal Time is now: Mon Mar 15 21:20:32 UTC 2021. [2021-03-15T21:20:32.413Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-15T21:20:32.413Z] [2021-03-15T21:20:32.413Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-15T21:20:32.413Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:32.674Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-15T21:20:32.674Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:20:32.674Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-15T21:20:32.674Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-15T21:20:32.674Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-15T21:20:32.674Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-15T21:20:32.674Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-15T21:20:32.674Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-15T21:20:32.674Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:32.936Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-15T21:20:32.936Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:20:33.198Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:20:33.198Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:33.198Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-15T21:20:33.198Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-15T21:20:33.198Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-15T21:20:33.198Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-15T21:20:33.198Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-15T21:20:33.198Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-15T21:20:33.198Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:20:33.198Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-15T21:20:35.111Z] Updating certificates in /etc/ssl/certs... [2021-03-15T21:20:35.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:20:35.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:20:35.180Z] ---> 57610846590a [2021-03-15T21:20:35.180Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:20:35.180Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:20:35.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:20:35.180Z] ---> 57610846590a [2021-03-15T21:20:35.180Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:20:35.180Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:20:35.180Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:20:35.180Z] ---> 57610846590a [2021-03-15T21:20:35.180Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T21:20:35.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:20:35.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:20:35.180Z] ---> 57610846590a [2021-03-15T21:20:35.180Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:20:35.180Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:20:35.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:20:35.180Z] ---> 57610846590a [2021-03-15T21:20:35.180Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:20:35.180Z] ---> Running in 197266e0f01d [2021-03-15T21:20:35.180Z] ---> Running in e6907cc58f2a [2021-03-15T21:20:35.180Z] ---> Running in fedf0ac750da [2021-03-15T21:20:35.180Z] ---> Running in 982810044ec4 [2021-03-15T21:20:35.180Z] ---> Running in f88eff4d6730 [2021-03-15T21:20:35.180Z] Removing intermediate container e6907cc58f2a [2021-03-15T21:20:35.180Z] ---> e2665c8bdbd4 [2021-03-15T21:20:35.180Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:20:35.180Z] Removing intermediate container fedf0ac750da [2021-03-15T21:20:35.180Z] ---> ecdc3ae4a644 [2021-03-15T21:20:35.180Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:20:35.180Z] Removing intermediate container 197266e0f01d [2021-03-15T21:20:35.180Z] ---> 2967b7034fd0 [2021-03-15T21:20:35.180Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:20:35.180Z] Removing intermediate container 982810044ec4 [2021-03-15T21:20:35.180Z] ---> 526bee65f46f [2021-03-15T21:20:35.180Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:20:35.180Z] Removing intermediate container f88eff4d6730 [2021-03-15T21:20:35.180Z] ---> ed1b698ec836 [2021-03-15T21:20:35.180Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:20:35.180Z] ---> Running in 2a8c0c4c29cc [2021-03-15T21:20:35.180Z] ---> Running in a8145cef3056 [2021-03-15T21:20:35.180Z] ---> Running in f381bed38615 [2021-03-15T21:20:35.180Z] ---> Running in 00dd79ee60dd [2021-03-15T21:20:35.180Z] ---> Running in 8d1716c2a0f6 [2021-03-15T21:20:35.180Z] Removing intermediate container 2a8c0c4c29cc [2021-03-15T21:20:35.180Z] ---> 56034cb056f2 [2021-03-15T21:20:35.180Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T21:20:35.180Z] ---> Running in 92d0366d847e [2021-03-15T21:20:35.180Z] Removing intermediate container a8145cef3056 [2021-03-15T21:20:35.180Z] ---> 2a0528c0e242 [2021-03-15T21:20:35.180Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T21:20:35.180Z] Removing intermediate container f381bed38615 [2021-03-15T21:20:35.180Z] ---> 1a3f6c30dd19 [2021-03-15T21:20:35.180Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:20:35.458Z] ---> Running in 767f65457374 [2021-03-15T21:20:35.458Z] ---> Running in bb4962d3a03b [2021-03-15T21:20:35.458Z] Removing intermediate container 00dd79ee60dd [2021-03-15T21:20:35.458Z] ---> 3cfaddbded11 [2021-03-15T21:20:35.458Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T21:20:35.734Z] Removing intermediate container 8d1716c2a0f6 [2021-03-15T21:20:35.734Z] ---> ec81ef045e39 [2021-03-15T21:20:35.734Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:20:35.734Z] ---> Running in 06ef9c4517f7 [2021-03-15T21:20:36.008Z] ---> Running in cf98cb1f5c09 [2021-03-15T21:20:36.055Z] 23 added, 27 removed; done. [2021-03-15T21:20:36.055Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-15T21:20:36.055Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:20:36.055Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-15T21:20:36.055Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-15T21:20:36.055Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-15T21:20:36.316Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:20:36.316Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:20:36.316Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:20:36.316Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:20:36.316Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:20:36.316Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:20:36.316Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:20:36.577Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-15T21:20:36.577Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:20:36.577Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-15T21:20:36.577Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-15T21:20:36.577Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:20:36.577Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:20:36.577Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:20:36.840Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-15T21:20:36.840Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-15T21:20:36.840Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-15T21:20:36.840Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:20:36.840Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-15T21:20:37.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:37.101Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-15T21:20:37.101Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-15T21:20:37.101Z] Updating certificates in /etc/ssl/certs... [2021-03-15T21:20:37.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:37.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:37.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:37.673Z] 0 added, 0 removed; done. [2021-03-15T21:20:37.673Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-15T21:20:37.673Z] done. [2021-03-15T21:20:37.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:37.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:38.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:38.247Z] Reading package lists... [2021-03-15T21:20:38.247Z] Building dependency tree... [2021-03-15T21:20:38.247Z] Reading state information... [2021-03-15T21:20:38.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:38.508Z] The following NEW packages will be installed: [2021-03-15T21:20:38.508Z] apt-transport-https [2021-03-15T21:20:38.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:38.769Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T21:20:38.769Z] Need to get 1696 B of archives. [2021-03-15T21:20:38.769Z] After this operation, 153 kB of additional disk space will be used. [2021-03-15T21:20:38.769Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-15T21:20:38.769Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:20:38.769Z] Fetched 1696 B in 0s (9530 B/s) [2021-03-15T21:20:38.769Z] Selecting previously unselected package apt-transport-https. [2021-03-15T21:20:38.769Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-15T21:20:38.769Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-15T21:20:38.769Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-15T21:20:38.982Z] OK: 217 MiB in 51 packages [2021-03-15T21:20:38.982Z] OK: 217 MiB in 51 packages [2021-03-15T21:20:39.031Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-15T21:20:39.292Z] Waiting for network to be ready... [2021-03-15T21:20:39.586Z] OK: 217 MiB in 51 packages [2021-03-15T21:20:39.586Z] OK: 217 MiB in 51 packages [2021-03-15T21:20:41.027Z] Removing intermediate container bb4962d3a03b [2021-03-15T21:20:41.027Z] ---> 3c945d2167c4 [2021-03-15T21:20:41.027Z] Step 6/23 : COPY go.mod . [2021-03-15T21:20:41.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:20:41.027Z] Removing intermediate container 92d0366d847e [2021-03-15T21:20:41.027Z] ---> b440a6bc47bc [2021-03-15T21:20:41.027Z] Step 6/22 : COPY go.mod . [2021-03-15T21:20:41.627Z] Removing intermediate container 06ef9c4517f7 [2021-03-15T21:20:41.627Z] ---> b8b71c625cc5 [2021-03-15T21:20:41.627Z] Step 6/31 : COPY go.mod . [2021-03-15T21:20:41.627Z] Removing intermediate container cf98cb1f5c09 [2021-03-15T21:20:41.627Z] ---> 3e4d8fec74ba [2021-03-15T21:20:41.627Z] Step 6/23 : COPY go.mod . [2021-03-15T21:20:42.228Z] ---> 447c1a49c0c8 [2021-03-15T21:20:42.228Z] Step 7/23 : RUN go mod download [2021-03-15T21:20:42.228Z] ---> 3b96993b7a22 [2021-03-15T21:20:42.228Z] Step 7/22 : RUN go mod download [2021-03-15T21:20:42.504Z] ---> Running in c204abf35154 [2021-03-15T21:20:42.504Z] ---> Running in 8e496036395d [2021-03-15T21:20:42.504Z] ---> db993b69ba10 [2021-03-15T21:20:42.797Z] Step 7/31 : RUN go mod download [2021-03-15T21:20:42.797Z] ---> f97a5da89b03 [2021-03-15T21:20:42.797Z] Step 7/23 : RUN go mod download [2021-03-15T21:20:42.797Z] ---> Running in 5eb6137776f5 [2021-03-15T21:20:43.088Z] ---> Running in 23038e2bdd36 [2021-03-15T21:20:44.084Z] OK: 217 MiB in 51 packages [2021-03-15T21:20:44.610Z] 2021-03-15T21:20:43Z INFO Waiting for automatic snapd restart... [2021-03-15T21:20:44.870Z] snapd 2.49 from Canonical* installed [2021-03-15T21:20:45.813Z] "snapd" switched to the "latest/stable" channel [2021-03-15T21:20:45.813Z] [2021-03-15T21:20:46.088Z] Removing intermediate container 767f65457374 [2021-03-15T21:20:46.089Z] ---> d8112a461042 [2021-03-15T21:20:46.089Z] Step 6/22 : COPY go.mod . [2021-03-15T21:20:47.543Z] ---> 37534c130318 [2021-03-15T21:20:47.543Z] Step 7/22 : RUN go mod download [2021-03-15T21:20:47.543Z] Removing intermediate container 8e496036395d [2021-03-15T21:20:47.543Z] ---> 45ac934f02df [2021-03-15T21:20:47.543Z] Step 8/23 : COPY . . [2021-03-15T21:20:47.543Z] Removing intermediate container c204abf35154 [2021-03-15T21:20:47.543Z] ---> b1bf5820025f [2021-03-15T21:20:47.543Z] Step 8/22 : COPY . . [2021-03-15T21:20:47.543Z] ---> Running in ec9181c00be1 [2021-03-15T21:20:48.152Z] Removing intermediate container 5eb6137776f5 [2021-03-15T21:20:48.152Z] ---> c390b4b70c35 [2021-03-15T21:20:48.152Z] Step 8/31 : COPY . . [2021-03-15T21:20:48.152Z] Removing intermediate container 23038e2bdd36 [2021-03-15T21:20:48.152Z] ---> 33f52d30a211 [2021-03-15T21:20:48.152Z] Step 8/23 : COPY . . [2021-03-15T21:20:48.368Z] core18 20210128 from Canonical* installed [2021-03-15T21:20:48.633Z] "core18" switched to the "latest/stable" channel [2021-03-15T21:20:48.633Z] [2021-03-15T21:20:51.936Z] snapcraft 4.5.4 from Canonical* installed [2021-03-15T21:20:51.936Z] "snapcraft" switched to the "latest/stable" channel [2021-03-15T21:20:51.936Z] [2021-03-15T21:20:54.898Z] Removing intermediate container ec9181c00be1 [2021-03-15T21:20:54.898Z] ---> dc4d3b6dd5ca [2021-03-15T21:20:54.898Z] Step 8/22 : COPY . . [2021-03-15T21:20:56.156Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-15T21:20:56.156Z] - README.md [2021-03-15T21:20:56.156Z] [2021-03-15T21:20:56.156Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-15T21:21:02.758Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:21:02.758Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-15T21:21:02.758Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T21:21:02.758Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T21:21:03.702Z] Reading package lists... [2021-03-15T21:21:04.274Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-15T21:21:10.869Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:21:10.869Z] Reading package lists... [2021-03-15T21:21:10.869Z] Building dependency tree... [2021-03-15T21:21:10.869Z] Reading state information... [2021-03-15T21:21:10.869Z] Suggested packages: [2021-03-15T21:21:10.869Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-15T21:21:10.869Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-15T21:21:10.869Z] Recommended packages: [2021-03-15T21:21:10.869Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-15T21:21:10.869Z] The following NEW packages will be installed: [2021-03-15T21:21:10.869Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-15T21:21:10.869Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-15T21:21:10.869Z] pkg-config zip [2021-03-15T21:21:10.869Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T21:21:10.869Z] Need to get 7657 kB of archives. [2021-03-15T21:21:10.869Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-15T21:21:10.869Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-15T21:21:10.869Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-15T21:21:10.869Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-15T21:21:11.131Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-15T21:21:11.131Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-15T21:21:11.131Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-15T21:21:11.392Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-15T21:21:11.392Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-15T21:21:11.392Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-15T21:21:11.392Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-15T21:21:11.392Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-15T21:21:11.392Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-15T21:21:11.392Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-15T21:21:11.653Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-15T21:21:11.653Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-15T21:21:11.653Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:21:11.653Z] Fetched 7657 kB in 1s (7181 kB/s) [2021-03-15T21:21:11.913Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-15T21:21:11.913Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-15T21:21:11.913Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-15T21:21:11.913Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-15T21:21:12.174Z] Selecting previously unselected package libpsl5:amd64. [2021-03-15T21:21:12.174Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-15T21:21:12.174Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-15T21:21:12.174Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-15T21:21:12.174Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-15T21:21:12.174Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-15T21:21:12.174Z] Selecting previously unselected package librtmp1:amd64. [2021-03-15T21:21:12.174Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-15T21:21:12.174Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-15T21:21:12.434Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-15T21:21:12.434Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-15T21:21:12.434Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-15T21:21:12.434Z] Selecting previously unselected package liberror-perl. [2021-03-15T21:21:12.434Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-15T21:21:12.434Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-15T21:21:12.434Z] Selecting previously unselected package git-man. [2021-03-15T21:21:12.434Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-15T21:21:12.434Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:21:12.694Z] Selecting previously unselected package git. [2021-03-15T21:21:12.694Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-15T21:21:12.694Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:21:13.636Z] Selecting previously unselected package libnorm1:amd64. [2021-03-15T21:21:13.636Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-15T21:21:13.637Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-15T21:21:13.637Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-15T21:21:13.637Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-15T21:21:13.637Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-15T21:21:13.898Z] Selecting previously unselected package libsodium23:amd64. [2021-03-15T21:21:13.899Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-15T21:21:13.899Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-15T21:21:13.899Z] Selecting previously unselected package libzmq5:amd64. [2021-03-15T21:21:13.899Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-15T21:21:13.899Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:21:13.899Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-15T21:21:13.899Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-15T21:21:13.899Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:21:14.160Z] Selecting previously unselected package pkg-config. [2021-03-15T21:21:14.160Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-15T21:21:14.160Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-15T21:21:14.160Z] Selecting previously unselected package zip. [2021-03-15T21:21:14.160Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-15T21:21:14.160Z] Unpacking zip (3.0-11build1) ... [2021-03-15T21:21:14.160Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-15T21:21:14.420Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:21:14.421Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-15T21:21:14.421Z] Setting up liberror-perl (0.17025-1) ... [2021-03-15T21:21:14.421Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-15T21:21:14.421Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-15T21:21:14.421Z] No schema files found: doing nothing. [2021-03-15T21:21:14.421Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-15T21:21:14.421Z] Setting up zip (3.0-11build1) ... [2021-03-15T21:21:14.421Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-15T21:21:14.421Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-15T21:21:14.421Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-15T21:21:14.682Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:21:14.682Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-15T21:21:14.682Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:21:14.682Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:21:14.682Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:21:21.271Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:21:21.271Z] git set to automatically installed. [2021-03-15T21:21:21.271Z] git-man set to automatically installed. [2021-03-15T21:21:21.271Z] libcurl3-gnutls set to automatically installed. [2021-03-15T21:21:21.271Z] liberror-perl set to automatically installed. [2021-03-15T21:21:21.271Z] libglib2.0-0 set to automatically installed. [2021-03-15T21:21:21.271Z] libnghttp2-14 set to automatically installed. [2021-03-15T21:21:21.271Z] libnorm1 set to automatically installed. [2021-03-15T21:21:21.271Z] libpgm-5.2-0 set to automatically installed. [2021-03-15T21:21:21.271Z] libpsl5 set to automatically installed. [2021-03-15T21:21:21.271Z] librtmp1 set to automatically installed. [2021-03-15T21:21:21.271Z] libsodium23 set to automatically installed. [2021-03-15T21:21:21.271Z] libzmq3-dev set to automatically installed. [2021-03-15T21:21:21.271Z] libzmq5 set to automatically installed. [2021-03-15T21:21:21.271Z] pkg-config set to automatically installed. [2021-03-15T21:21:21.271Z] zip set to automatically installed. [2021-03-15T21:21:21.705Z] ---> 108392ec1555 [2021-03-15T21:21:21.705Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T21:21:21.705Z] ---> 727c700c0946 [2021-03-15T21:21:21.705Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T21:21:21.705Z] ---> 244d2d53645f [2021-03-15T21:21:21.705Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T21:21:21.705Z] ---> ed128fcdf3b2 [2021-03-15T21:21:21.705Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T21:21:21.705Z] ---> 227cbeb4052b [2021-03-15T21:21:21.705Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T21:21:21.705Z] ---> Running in 9c4863244ba3 [2021-03-15T21:21:21.705Z] ---> Running in e8520eb9819d [2021-03-15T21:21:21.705Z] ---> Running in d2f9e64e02dd [2021-03-15T21:21:21.705Z] ---> Running in bfcd01eabacc [2021-03-15T21:21:21.705Z] ---> Running in 9b59cedfd81f [2021-03-15T21:21:21.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:21:21.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:21:21.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:21:21.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:21:21.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:21:23.184Z] snapd is not logged in, snap install commands will use sudo [2021-03-15T21:21:29.773Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:21:29.773Z] snap "core18" has no updates available [2021-03-15T21:21:31.158Z] snapd is not logged in, snap install commands will use sudo [2021-03-15T21:21:37.748Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:22:04.336Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-15T21:22:04.336Z] Pulling config-common [2021-03-15T21:22:04.336Z] + snapcraftctl pull [2021-03-15T21:22:04.336Z] Pulling go-build-helper [2021-03-15T21:22:04.336Z] + snapcraftctl pull [2021-03-15T21:22:04.336Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-15T21:22:04.336Z] Skipping pull go-build-helper (already ran) [2021-03-15T21:22:04.336Z] Building go-build-helper [2021-03-15T21:22:04.336Z] + snapcraftctl build [2021-03-15T21:22:06.255Z] Staging go-build-helper [2021-03-15T21:22:06.255Z] + snapcraftctl stage [2021-03-15T21:22:16.263Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-15T21:22:16.263Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T21:22:16.263Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-15T21:22:16.263Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-15T21:22:16.263Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-15T21:22:16.263Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-15T21:22:16.263Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-15T21:22:16.263Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-15T21:22:16.263Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-15T21:22:16.263Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-15T21:22:16.263Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-15T21:22:16.263Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-15T21:22:16.263Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-15T21:22:16.263Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-15T21:22:16.263Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-15T21:22:16.263Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-15T21:22:16.263Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-15T21:22:16.263Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-15T21:22:16.263Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-15T21:22:16.263Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-15T21:22:16.263Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-15T21:22:16.263Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-15T21:22:16.263Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-15T21:22:16.263Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-15T21:22:16.263Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-15T21:22:16.263Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-15T21:22:16.263Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-15T21:22:16.263Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-15T21:22:16.263Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-15T21:22:16.263Z] Fetched 224 kB in 0s (0 B/s) [2021-03-15T21:22:16.263Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-15T21:22:16.263Z] Fetched 157 kB in 0s (0 B/s) [2021-03-15T21:22:16.263Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-15T21:22:16.263Z] Fetched 221 kB in 0s (0 B/s) [2021-03-15T21:22:16.263Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-15T21:22:16.263Z] Fetched 143 kB in 0s (0 B/s) [2021-03-15T21:22:16.263Z] Pulling edgex-go [2021-03-15T21:22:16.263Z] + snapcraftctl pull [2021-03-15T21:22:38.263Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-15T21:22:38.263Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T21:22:38.263Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T21:22:38.263Z] Fetched 0 B in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-15T21:22:38.263Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-15T21:22:38.263Z] Fetched 279 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-15T21:22:38.263Z] Fetched 122 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-15T21:22:38.263Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-15T21:22:38.263Z] Fetched 8848 B in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-15T21:22:38.263Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-15T21:22:38.263Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-15T21:22:38.263Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-15T21:22:38.263Z] Fetched 214 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-15T21:22:38.263Z] Fetched 154 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-15T21:22:38.263Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-15T21:22:38.263Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-15T21:22:38.263Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-15T21:22:38.263Z] Fetched 499 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-15T21:22:38.263Z] Fetched 111 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-15T21:22:38.263Z] Fetched 240 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-15T21:22:38.263Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-15T21:22:38.263Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-15T21:22:38.263Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-15T21:22:38.263Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-15T21:22:38.263Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-15T21:22:38.263Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-15T21:22:38.263Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-15T21:22:38.263Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-15T21:22:38.263Z] Fetched 8720 B in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-15T21:22:38.263Z] Fetched 137 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-15T21:22:38.263Z] Fetched 119 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-15T21:22:38.263Z] Fetched 109 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-15T21:22:38.263Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-15T21:22:38.263Z] Fetched 645 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-15T21:22:38.263Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-15T21:22:38.263Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-15T21:22:38.263Z] Fetched 368 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-15T21:22:38.263Z] Fetched 187 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-15T21:22:38.263Z] Fetched 175 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-15T21:22:38.263Z] Fetched 206 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-15T21:22:38.263Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-15T21:22:38.263Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-15T21:22:38.263Z] Fetched 159 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-15T21:22:38.263Z] Fetched 107 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-15T21:22:38.263Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-15T21:22:38.263Z] Pulling static-packages [2021-03-15T21:22:38.263Z] + snapcraftctl pull [2021-03-15T21:22:38.263Z] Pulling version [2021-03-15T21:22:38.263Z] + cd /root/project [2021-03-15T21:22:38.263Z] + [ -f VERSION ] [2021-03-15T21:22:38.263Z] + PROJECT_VERSION=local-dev [2021-03-15T21:22:38.263Z] + git rev-parse --short HEAD [2021-03-15T21:22:38.263Z] + GIT_REVISION=b60e6eeb [2021-03-15T21:22:38.263Z] + snapcraftctl set-version local-dev [2021-03-15T21:22:38.835Z] Building config-common [2021-03-15T21:22:38.835Z] + snapcraftctl build [2021-03-15T21:22:40.751Z] Skipping build go-build-helper (already ran) [2021-03-15T21:22:40.751Z] Building edgex-go [2021-03-15T21:22:41.015Z] + cd /root/parts/edgex-go/src [2021-03-15T21:22:41.015Z] + make build [2021-03-15T21:22:41.015Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:22:43.560Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-15T21:22:43.560Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-15T21:22:43.560Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-15T21:22:43.560Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-15T21:22:43.560Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-15T21:22:43.560Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-15T21:22:43.560Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-15T21:22:43.560Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-15T21:22:43.560Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-15T21:22:43.560Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-15T21:22:43.560Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-15T21:22:43.560Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-15T21:22:43.820Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-15T21:22:43.820Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-15T21:22:43.820Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-15T21:22:44.082Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-15T21:22:44.082Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-15T21:22:44.082Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-15T21:22:44.082Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-15T21:22:44.347Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-15T21:22:44.347Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-15T21:22:44.347Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-15T21:22:44.347Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-15T21:22:44.347Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-15T21:22:44.347Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-15T21:22:44.347Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-15T21:22:44.347Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-15T21:22:44.618Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-15T21:22:44.618Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-15T21:22:44.618Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-15T21:22:44.618Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-15T21:22:44.618Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-15T21:22:44.618Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-15T21:22:44.618Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-15T21:22:44.618Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-15T21:22:44.618Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-15T21:22:44.618Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-15T21:22:44.618Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-15T21:22:44.618Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-15T21:22:44.618Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-15T21:22:44.618Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-15T21:22:44.618Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-15T21:22:44.618Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-15T21:22:44.618Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-15T21:22:44.618Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-15T21:22:54.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:22:54.614Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-15T21:22:58.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:22:59.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:23:02.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:23:02.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:23:02.005Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-15T21:23:02.265Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-15T21:23:02.265Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-15T21:23:02.265Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-15T21:23:04.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:23:04.179Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-15T21:23:04.179Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-15T21:23:05.563Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:23:06.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:23:06.947Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-15T21:23:08.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:23:09.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:23:09.721Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-15T21:23:11.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:23:11.104Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-15T21:23:13.029Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-15T21:23:13.029Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-15T21:23:13.029Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-15T21:23:13.029Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-15T21:23:13.029Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-15T21:23:13.029Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-15T21:23:13.029Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-15T21:23:13.029Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-15T21:23:13.029Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-15T21:23:13.029Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-15T21:23:13.029Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-15T21:23:13.029Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-15T21:23:13.029Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-15T21:23:13.029Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-15T21:23:13.029Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-15T21:23:13.029Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-15T21:23:13.029Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-15T21:23:13.029Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-15T21:23:13.029Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-15T21:23:13.029Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-15T21:23:13.029Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-15T21:23:13.291Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-15T21:23:13.291Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-15T21:23:13.291Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-15T21:23:13.291Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-15T21:23:16.590Z] Building static-packages [2021-03-15T21:23:16.590Z] + snapcraftctl build [2021-03-15T21:23:17.974Z] Building version [2021-03-15T21:23:17.974Z] + snapcraftctl build [2021-03-15T21:23:19.886Z] Staging config-common [2021-03-15T21:23:19.886Z] + snapcraftctl stage [2021-03-15T21:23:20.827Z] Skipping stage go-build-helper (already ran) [2021-03-15T21:23:20.827Z] Staging edgex-go [2021-03-15T21:23:20.827Z] + snapcraftctl stage [2021-03-15T21:23:21.769Z] Staging static-packages [2021-03-15T21:23:21.769Z] + snapcraftctl stage [2021-03-15T21:23:22.710Z] Staging version [2021-03-15T21:23:22.710Z] + snapcraftctl stage [2021-03-15T21:23:23.649Z] Priming config-common [2021-03-15T21:23:23.649Z] + snapcraftctl prime [2021-03-15T21:23:24.590Z] Priming go-build-helper [2021-03-15T21:23:24.590Z] + snapcraftctl prime [2021-03-15T21:23:25.529Z] Priming edgex-go [2021-03-15T21:23:25.529Z] + snapcraftctl prime [2021-03-15T21:23:26.470Z] Priming static-packages [2021-03-15T21:23:26.470Z] + snapcraftctl prime [2021-03-15T21:23:28.576Z] Removing intermediate container bfcd01eabacc [2021-03-15T21:23:28.576Z] ---> 13b5119f0499 [2021-03-15T21:23:28.576Z] [2021-03-15T21:23:28.576Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T21:23:28.576Z] 3.12: Pulling from library/alpine [2021-03-15T21:23:28.576Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:23:28.576Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:23:28.576Z] ---> d10569e2745f [2021-03-15T21:23:28.576Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T21:23:28.576Z] ---> Running in 51faa2802edc [2021-03-15T21:23:28.576Z] Removing intermediate container 51faa2802edc [2021-03-15T21:23:28.576Z] ---> cb0d24b3a26a [2021-03-15T21:23:28.576Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T21:23:28.576Z] ---> Running in b15dc70f0de2 [2021-03-15T21:23:28.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:28.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:28.576Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:23:28.576Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T21:23:28.576Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:23:28.576Z] OK: 5 MiB in 16 packages [2021-03-15T21:23:28.576Z] Removing intermediate container b15dc70f0de2 [2021-03-15T21:23:28.576Z] ---> 371c44165c15 [2021-03-15T21:23:28.576Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T21:23:28.855Z] ---> Running in 6272617144a6 [2021-03-15T21:23:29.196Z] Priming version [2021-03-15T21:23:29.196Z] + snapcraftctl prime [2021-03-15T21:23:29.568Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-15T21:23:31.500Z] Removing intermediate container 6272617144a6 [2021-03-15T21:23:31.500Z] ---> 85201ba98476 [2021-03-15T21:23:31.500Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-15T21:23:32.142Z] ---> Running in 152502a80695 [2021-03-15T21:23:34.171Z] Removing intermediate container d2f9e64e02dd [2021-03-15T21:23:34.171Z] ---> ed105dfe9d33 [2021-03-15T21:23:34.171Z] [2021-03-15T21:23:34.171Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:23:34.171Z] ---> d10569e2745f [2021-03-15T21:23:34.171Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:23:34.171Z] Removing intermediate container 152502a80695 [2021-03-15T21:23:34.171Z] ---> d1a1d5c03a65 [2021-03-15T21:23:34.171Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T21:23:34.455Z] Removing intermediate container 9c4863244ba3 [2021-03-15T21:23:34.455Z] ---> b60dcfd7eccd [2021-03-15T21:23:34.455Z] [2021-03-15T21:23:34.455Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:23:34.455Z] ---> d10569e2745f [2021-03-15T21:23:34.455Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:23:34.733Z] ---> Running in 282ee26e5812 [2021-03-15T21:23:34.733Z] ---> Running in 888458803c0a [2021-03-15T21:23:35.014Z] ---> Running in df8895a19ae4 [2021-03-15T21:23:35.630Z] Removing intermediate container 9b59cedfd81f [2021-03-15T21:23:35.630Z] ---> 9c873fe3c874 [2021-03-15T21:23:35.630Z] [2021-03-15T21:23:35.630Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:23:35.630Z] ---> d10569e2745f [2021-03-15T21:23:35.630Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T21:23:35.909Z] ---> Running in 594ba89cefa2 [2021-03-15T21:23:36.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:37.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:37.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:37.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:38.076Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:23:38.076Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:23:38.076Z] OK: 5 MiB in 15 packages [2021-03-15T21:23:38.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:38.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:38.973Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:23:38.973Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:23:38.973Z] OK: 5 MiB in 15 packages [2021-03-15T21:23:39.576Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T21:23:39.852Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:23:39.852Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:23:39.852Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:23:39.852Z] Removing intermediate container 888458803c0a [2021-03-15T21:23:39.852Z] ---> 2e6665f44776 [2021-03-15T21:23:39.852Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T21:23:40.127Z] OK: 6 MiB in 16 packages [2021-03-15T21:23:40.402Z] ---> Running in 00dc7780388d [2021-03-15T21:23:40.676Z] Removing intermediate container 282ee26e5812 [2021-03-15T21:23:40.676Z] ---> 9cbe5c354c75 [2021-03-15T21:23:40.676Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:23:40.953Z] ---> Running in 528e9f590df1 [2021-03-15T21:23:41.224Z] Removing intermediate container df8895a19ae4 [2021-03-15T21:23:41.224Z] ---> 9f52e52c9651 [2021-03-15T21:23:41.224Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:23:41.500Z] Removing intermediate container 00dc7780388d [2021-03-15T21:23:41.500Z] ---> 2ec237c7a396 [2021-03-15T21:23:41.500Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T21:23:42.100Z] ---> Running in 74a107ebfe02 [2021-03-15T21:23:42.100Z] Removing intermediate container 528e9f590df1 [2021-03-15T21:23:42.100Z] ---> e5fe51f4f1b1 [2021-03-15T21:23:42.100Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T21:23:42.701Z] ---> Running in 53ac5d9447a9 [2021-03-15T21:23:42.974Z] Removing intermediate container 594ba89cefa2 [2021-03-15T21:23:42.974Z] ---> a69216e15809 [2021-03-15T21:23:42.974Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:23:43.250Z] Removing intermediate container 74a107ebfe02 [2021-03-15T21:23:43.250Z] ---> 003603fd93e1 [2021-03-15T21:23:43.250Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T21:23:43.250Z] ---> 3c5118a6664b [2021-03-15T21:23:43.250Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T21:23:43.849Z] ---> Running in dd4807e1cb73 [2021-03-15T21:23:43.849Z] ---> Running in 008d2dcac16c [2021-03-15T21:23:43.849Z] ---> Running in 50f02f976383 [2021-03-15T21:23:44.129Z] Removing intermediate container 53ac5d9447a9 [2021-03-15T21:23:44.129Z] ---> c09cefc3926f [2021-03-15T21:23:44.129Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:23:44.407Z] ---> Running in 922dffcb2390 [2021-03-15T21:23:44.684Z] Removing intermediate container e8520eb9819d [2021-03-15T21:23:44.684Z] ---> 9ca3ff159330 [2021-03-15T21:23:44.684Z] [2021-03-15T21:23:44.684Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:23:44.684Z] ---> d10569e2745f [2021-03-15T21:23:44.684Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:23:44.684Z] ---> Using cache [2021-03-15T21:23:44.684Z] ---> 9f52e52c9651 [2021-03-15T21:23:44.684Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:23:44.684Z] ---> Using cache [2021-03-15T21:23:44.684Z] ---> 003603fd93e1 [2021-03-15T21:23:44.684Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T21:23:44.684Z] Removing intermediate container dd4807e1cb73 [2021-03-15T21:23:44.684Z] ---> abac9036adfa [2021-03-15T21:23:44.684Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T21:23:45.009Z] Removing intermediate container 50f02f976383 [2021-03-15T21:23:45.009Z] ---> 6b8ee8505c2a [2021-03-15T21:23:45.009Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:23:45.009Z] ---> Running in 9d508f01e7f8 [2021-03-15T21:23:45.009Z] ---> Running in 541c677e1013 [2021-03-15T21:23:45.315Z] Removing intermediate container 922dffcb2390 [2021-03-15T21:23:45.315Z] ---> d03ee3fe79c4 [2021-03-15T21:23:45.315Z] Step 15/23 : WORKDIR / [2021-03-15T21:23:45.315Z] ---> Running in 39a570cc168d [2021-03-15T21:23:45.626Z] ---> Running in d1401edc0d09 [2021-03-15T21:23:45.966Z] Removing intermediate container 9d508f01e7f8 [2021-03-15T21:23:45.966Z] ---> 98a785aa107e [2021-03-15T21:23:45.966Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:23:46.278Z] Removing intermediate container 541c677e1013 [2021-03-15T21:23:46.278Z] ---> 58febb3ad86e [2021-03-15T21:23:46.278Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:23:46.278Z] ---> Running in 4f097a17326f [2021-03-15T21:23:46.577Z] ---> Running in 08a7be7c0f33 [2021-03-15T21:23:46.577Z] Removing intermediate container d1401edc0d09 [2021-03-15T21:23:46.577Z] ---> 619144e07dd7 [2021-03-15T21:23:46.577Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:23:46.892Z] Removing intermediate container 39a570cc168d [2021-03-15T21:23:46.892Z] ---> 4b2e89559572 [2021-03-15T21:23:46.892Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:23:47.235Z] Removing intermediate container 4f097a17326f [2021-03-15T21:23:47.235Z] ---> d90308382155 [2021-03-15T21:23:47.235Z] Step 15/23 : WORKDIR / [2021-03-15T21:23:47.513Z] ---> Running in 611d9854b565 [2021-03-15T21:23:47.513Z] Removing intermediate container 08a7be7c0f33 [2021-03-15T21:23:47.513Z] ---> 634a019cc83a [2021-03-15T21:23:47.513Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:23:47.799Z] Removing intermediate container 008d2dcac16c [2021-03-15T21:23:47.799Z] ---> 3dca2148f669 [2021-03-15T21:23:47.799Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:23:48.412Z] ---> e67da55c9852 [2021-03-15T21:23:48.412Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T21:23:48.412Z] ---> 7a89ca8bd163 [2021-03-15T21:23:48.412Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T21:23:48.412Z] Removing intermediate container 611d9854b565 [2021-03-15T21:23:48.412Z] ---> 505028fb3d7b [2021-03-15T21:23:48.412Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:23:48.688Z] ---> 0b6c883b1aff [2021-03-15T21:23:48.688Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T21:23:49.291Z] ---> 92a737e9d7bd [2021-03-15T21:23:49.291Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T21:23:49.890Z] ---> 42fb3f28432e [2021-03-15T21:23:49.890Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T21:23:50.904Z] ---> 5ddbe14b1f28 [2021-03-15T21:23:50.904Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T21:23:51.538Z] ---> 540be77f7fbb [2021-03-15T21:23:51.538Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T21:23:51.538Z] ---> 751829cdb2e9 [2021-03-15T21:23:51.538Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T21:23:51.818Z] ---> 4ce105c3961f [2021-03-15T21:23:51.818Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T21:23:51.818Z] ---> c86075504b9d [2021-03-15T21:23:51.818Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T21:23:52.094Z] ---> 058116aa7f19 [2021-03-15T21:23:52.094Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T21:23:52.377Z] ---> Running in 158c2d9c7d1a [2021-03-15T21:23:52.650Z] ---> 9b1d56f449af [2021-03-15T21:23:52.650Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T21:23:52.924Z] ---> 985eea69aa06 [2021-03-15T21:23:52.924Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T21:23:52.924Z] ---> 71f322488679 [2021-03-15T21:23:52.924Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T21:23:52.924Z] Removing intermediate container 158c2d9c7d1a [2021-03-15T21:23:52.924Z] ---> 40eb20c80e96 [2021-03-15T21:23:52.924Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:23:53.198Z] ---> Running in 8d063a9a951e [2021-03-15T21:23:53.198Z] ---> Running in 89c6bffb9774 [2021-03-15T21:23:53.198Z] ---> Running in 147c51eebfc0 [2021-03-15T21:23:53.198Z] ---> 563058b1d8fa [2021-03-15T21:23:53.198Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T21:23:53.471Z] ---> Running in d8f5cd84debc [2021-03-15T21:23:53.748Z] Removing intermediate container 8d063a9a951e [2021-03-15T21:23:53.748Z] ---> cb4de48e07e9 [2021-03-15T21:23:53.748Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:23:54.034Z] Removing intermediate container 89c6bffb9774 [2021-03-15T21:23:54.034Z] ---> 65b9250427bd [2021-03-15T21:23:54.034Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:23:54.034Z] ---> 2b1de51e9432 [2021-03-15T21:23:54.034Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T21:23:54.034Z] ---> Running in 646fb86fc973 [2021-03-15T21:23:54.034Z] Removing intermediate container 147c51eebfc0 [2021-03-15T21:23:54.310Z] ---> 6633c49e5b79 [2021-03-15T21:23:54.310Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:23:54.310Z] ---> Running in 18c019a2efe4 [2021-03-15T21:23:54.310Z] Removing intermediate container d8f5cd84debc [2021-03-15T21:23:54.310Z] ---> 938027fe12b4 [2021-03-15T21:23:54.310Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:23:54.584Z] ---> Running in 795e02a235cb [2021-03-15T21:23:54.584Z] ---> Running in 94e9dfeaa59d [2021-03-15T21:23:54.866Z] Removing intermediate container 646fb86fc973 [2021-03-15T21:23:54.866Z] ---> b04cd6b60b7c [2021-03-15T21:23:54.866Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T21:23:55.141Z] Removing intermediate container 18c019a2efe4 [2021-03-15T21:23:55.141Z] ---> 77047da3ea71 [2021-03-15T21:23:55.141Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T21:23:55.141Z] ---> Running in 3e47e62b5854 [2021-03-15T21:23:55.141Z] ---> 04c61f234e5b [2021-03-15T21:23:55.141Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T21:23:55.416Z] ---> Running in f279c958ef3b [2021-03-15T21:23:55.416Z] Removing intermediate container 795e02a235cb [2021-03-15T21:23:55.416Z] ---> 07486f65a6a3 [2021-03-15T21:23:55.416Z] Step 22/23 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:23:55.416Z] Removing intermediate container 94e9dfeaa59d [2021-03-15T21:23:55.416Z] ---> 34f2847d80ad [2021-03-15T21:23:55.416Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:23:55.694Z] ---> Running in c9889af539a1 [2021-03-15T21:23:55.694Z] ---> Running in b8fd1fc965f1 [2021-03-15T21:23:55.694Z] ---> Running in 4b32b0fe5b67 [2021-03-15T21:23:55.970Z] Removing intermediate container f279c958ef3b [2021-03-15T21:23:55.970Z] Removing intermediate container 3e47e62b5854 [2021-03-15T21:23:55.970Z] ---> 31d38e0a62ec [2021-03-15T21:23:55.970Z] ---> 77d15b3774be [2021-03-15T21:23:55.970Z] Step 21/22 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170Step 21/22 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:23:55.970Z] [2021-03-15T21:23:56.246Z] ---> Running in bddc306c841f [2021-03-15T21:23:56.246Z] ---> Running in bbe814e03fca [2021-03-15T21:23:56.521Z] Removing intermediate container c9889af539a1 [2021-03-15T21:23:56.521Z] ---> b5e12603ac09 [2021-03-15T21:23:56.521Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T21:23:56.521Z] Removing intermediate container b8fd1fc965f1 [2021-03-15T21:23:56.521Z] ---> e5140a2a726e [2021-03-15T21:23:56.521Z] Removing intermediate container 4b32b0fe5b67 [2021-03-15T21:23:56.521Z] ---> 3a7c65acb944 [2021-03-15T21:23:56.521Z] Step 22/23 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:23:56.521Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:23:56.811Z] ---> Running in 43808757bc1c [2021-03-15T21:23:56.811Z] ---> Running in 9ee138be95dd [2021-03-15T21:23:57.093Z] Removing intermediate container bbe814e03fca [2021-03-15T21:23:57.093Z] ---> a158d3c0bbbe [2021-03-15T21:23:57.093Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:23:57.093Z] Removing intermediate container bddc306c841f [2021-03-15T21:23:57.093Z] ---> db08c3f68699 [2021-03-15T21:23:57.093Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:23:57.372Z] ---> Running in 1dae40f3c322 [2021-03-15T21:23:57.372Z] ---> Running in 17a8c29dff4e [2021-03-15T21:23:57.372Z] ---> 689f2a7c0d52 [2021-03-15T21:23:57.372Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T21:23:57.649Z] Removing intermediate container 9ee138be95dd [2021-03-15T21:23:57.649Z] ---> e13b1802eb7f [2021-03-15T21:23:57.649Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:23:57.649Z] Removing intermediate container 43808757bc1c [2021-03-15T21:23:57.649Z] ---> cb67426a91c8 [2021-03-15T21:23:57.649Z] [2021-03-15T21:23:57.924Z] ---> Running in b7966ae10057 [2021-03-15T21:23:58.203Z] Removing intermediate container 17a8c29dff4e [2021-03-15T21:23:58.203Z] ---> ba43a0705cbd [2021-03-15T21:23:58.203Z] [2021-03-15T21:23:58.203Z] ---> Running in 0b8806d71e27 [2021-03-15T21:23:58.203Z] Successfully built cb67426a91c8 [2021-03-15T21:23:58.203Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-15T21:23:58.203Z]  Building docker-core-command-go ... done Removing intermediate container 1dae40f3c322 [2021-03-15T21:23:58.203Z] ---> 81ad2b663aad [2021-03-15T21:23:58.203Z] [2021-03-15T21:23:58.203Z] Building docker-sys-mgmt-agent-go [2021-03-15T21:23:59.189Z] Successfully built ba43a0705cbd [2021-03-15T21:23:59.189Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-15T21:23:59.189Z] Building docker-security-secretstore-setup-go [2021-03-15T21:23:59.189Z]  Building docker-support-notifications-go ... done Removing intermediate container 0b8806d71e27 [2021-03-15T21:23:59.189Z] ---> ca0de057a57b [2021-03-15T21:23:59.189Z] [2021-03-15T21:23:59.189Z] Successfully built 81ad2b663aad [2021-03-15T21:23:59.189Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-15T21:23:59.189Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-15T21:23:59.466Z] Successfully built ca0de057a57b [2021-03-15T21:23:59.738Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-15T21:23:59.738Z] Building docker-security-proxy-setup-go [2021-03-15T21:24:01.172Z]  Building docker-core-metadata-go ... done Removing intermediate container b7966ae10057 [2021-03-15T21:24:01.172Z] ---> b9c112d11611 [2021-03-15T21:24:01.172Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T21:24:01.172Z] ---> Running in c8e47fef2103 [2021-03-15T21:24:01.769Z] Removing intermediate container c8e47fef2103 [2021-03-15T21:24:01.769Z] ---> f084bd5b21c3 [2021-03-15T21:24:01.769Z] Step 28/31 : CMD ["gate"] [2021-03-15T21:24:02.041Z] ---> Running in 62f5c4b799f4 [2021-03-15T21:24:02.636Z] Removing intermediate container 62f5c4b799f4 [2021-03-15T21:24:02.636Z] ---> 0fa0aa026823 [2021-03-15T21:24:02.636Z] Step 29/31 : LABEL arch=arm64 [2021-03-15T21:24:02.910Z] ---> Running in 76657bce552c [2021-03-15T21:24:03.508Z] Removing intermediate container 76657bce552c [2021-03-15T21:24:03.508Z] ---> d908d8bf479d [2021-03-15T21:24:03.508Z] Step 30/31 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:24:03.781Z] ---> Running in f3e60147b016 [2021-03-15T21:24:04.761Z] Removing intermediate container f3e60147b016 [2021-03-15T21:24:04.761Z] ---> ebfbf443cc43 [2021-03-15T21:24:04.761Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T21:24:06.208Z] ---> Running in 95d93370b3bf [2021-03-15T21:24:07.661Z] Removing intermediate container 95d93370b3bf [2021-03-15T21:24:07.661Z] ---> 27e6c6c52dcd [2021-03-15T21:24:07.661Z] [2021-03-15T21:24:08.258Z] Successfully built 27e6c6c52dcd [2021-03-15T21:24:08.258Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-15T21:25:04.768Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:25:04.768Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:25:04.768Z] ---> 57610846590a [2021-03-15T21:25:04.768Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> ed1b698ec836 [2021-03-15T21:25:04.768Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> 3cfaddbded11 [2021-03-15T21:25:04.768Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> b8b71c625cc5 [2021-03-15T21:25:04.768Z] Step 6/21 : COPY go.mod . [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> db993b69ba10 [2021-03-15T21:25:04.768Z] Step 7/21 : RUN go mod download [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> c390b4b70c35 [2021-03-15T21:25:04.768Z] Step 8/21 : COPY . . [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> ed128fcdf3b2 [2021-03-15T21:25:04.768Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T21:25:04.768Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:25:04.768Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:25:04.768Z] ---> 57610846590a [2021-03-15T21:25:04.768Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> ed1b698ec836 [2021-03-15T21:25:04.768Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> 3cfaddbded11 [2021-03-15T21:25:04.768Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T21:25:04.768Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:25:04.768Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:25:04.768Z] ---> 57610846590a [2021-03-15T21:25:04.768Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> ed1b698ec836 [2021-03-15T21:25:04.768Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> 3cfaddbded11 [2021-03-15T21:25:04.768Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T21:25:04.768Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:25:04.768Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:25:04.768Z] ---> 57610846590a [2021-03-15T21:25:04.768Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> ed1b698ec836 [2021-03-15T21:25:04.768Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> 3cfaddbded11 [2021-03-15T21:25:04.768Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> b8b71c625cc5 [2021-03-15T21:25:04.768Z] Step 6/24 : COPY go.mod . [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> db993b69ba10 [2021-03-15T21:25:04.768Z] Step 7/24 : RUN go mod download [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> c390b4b70c35 [2021-03-15T21:25:04.768Z] Step 8/24 : COPY . . [2021-03-15T21:25:04.768Z] ---> Using cache [2021-03-15T21:25:04.768Z] ---> ed128fcdf3b2 [2021-03-15T21:25:04.768Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T21:25:04.768Z] ---> Running in 744bf5e2e962 [2021-03-15T21:25:04.768Z] ---> Running in a09c2d2b5d58 [2021-03-15T21:25:04.768Z] ---> Running in 32ecbf30597e [2021-03-15T21:25:04.768Z] ---> Running in 2a8191a7cd66 [2021-03-15T21:25:04.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:25:04.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:25:04.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:25:04.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:25:04.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:25:04.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:25:05.760Z] OK: 217 MiB in 51 packages [2021-03-15T21:25:06.039Z] OK: 217 MiB in 51 packages [2021-03-15T21:25:08.043Z] Removing intermediate container a09c2d2b5d58 [2021-03-15T21:25:08.043Z] ---> 0634b8c80a10 [2021-03-15T21:25:08.043Z] Step 6/23 : COPY go.mod . [2021-03-15T21:25:08.043Z] Removing intermediate container 32ecbf30597e [2021-03-15T21:25:08.043Z] ---> 9359174dadf0 [2021-03-15T21:25:08.043Z] Step 6/26 : COPY go.mod . [2021-03-15T21:25:09.028Z] ---> 60dc44beff4f [2021-03-15T21:25:09.028Z] Step 7/23 : RUN go mod download [2021-03-15T21:25:09.306Z] ---> Running in c33e2f438dff [2021-03-15T21:25:09.580Z] ---> 2731dbd311e1 [2021-03-15T21:25:09.580Z] Step 7/26 : RUN go mod download [2021-03-15T21:25:09.859Z] ---> Running in 43cc6ba77a5c [2021-03-15T21:25:15.284Z] Removing intermediate container c33e2f438dff [2021-03-15T21:25:15.284Z] ---> 4f18da0ed9db [2021-03-15T21:25:15.284Z] Step 8/23 : COPY . . [2021-03-15T21:25:15.284Z] Removing intermediate container 43cc6ba77a5c [2021-03-15T21:25:15.284Z] ---> 65ea34576d0f [2021-03-15T21:25:15.284Z] Step 8/26 : COPY . . [2021-03-15T21:25:54.322Z] ---> fb59ef06b76e [2021-03-15T21:25:54.322Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T21:25:54.322Z] ---> 9c0dbeea4afa [2021-03-15T21:25:54.322Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T21:25:54.322Z] ---> Running in 7b8b4171ba67 [2021-03-15T21:25:54.322Z] ---> Running in 85fc405c8c3f [2021-03-15T21:25:54.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:25:54.322Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:25:58.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:25:58.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:26:21.136Z] Removing intermediate container 2a8191a7cd66 [2021-03-15T21:26:21.136Z] ---> 5d3691c79ea6 [2021-03-15T21:26:21.136Z] [2021-03-15T21:26:21.136Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T21:26:21.136Z] ---> d10569e2745f [2021-03-15T21:26:21.136Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T21:26:21.136Z] Removing intermediate container 744bf5e2e962 [2021-03-15T21:26:21.136Z] ---> 06b9cce44d83 [2021-03-15T21:26:21.136Z] [2021-03-15T21:26:21.136Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T21:26:21.136Z] ---> d10569e2745f [2021-03-15T21:26:21.136Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T21:26:21.136Z] ---> Running in f3c8d6f52759 [2021-03-15T21:26:21.136Z] ---> Running in 12d91b52050a [2021-03-15T21:26:21.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:26:21.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:26:21.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:26:21.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:26:21.136Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T21:26:21.136Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T21:26:21.136Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:26:21.136Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T21:26:21.136Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T21:26:21.136Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T21:26:21.136Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:26:21.136Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:26:21.136Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:26:21.136Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T21:26:21.136Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T21:26:21.136Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:26:21.414Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:26:21.414Z] OK: 7 MiB in 19 packages [2021-03-15T21:26:21.690Z] OK: 7 MiB in 18 packages [2021-03-15T21:26:24.342Z] Removing intermediate container f3c8d6f52759 [2021-03-15T21:26:24.342Z] ---> 2b8260218c85 [2021-03-15T21:26:24.342Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:26:24.628Z] ---> Running in 2ed4aab30c3c [2021-03-15T21:26:24.628Z] Removing intermediate container 12d91b52050a [2021-03-15T21:26:24.628Z] ---> 2f21e5091982 [2021-03-15T21:26:24.628Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:26:24.903Z] ---> Running in 6576ce40e4b8 [2021-03-15T21:26:25.254Z] Removing intermediate container 2ed4aab30c3c [2021-03-15T21:26:25.254Z] ---> db9c1f3e7f01 [2021-03-15T21:26:25.254Z] Step 13/24 : WORKDIR / [2021-03-15T21:26:25.847Z] ---> Running in c43ce9317c31 [2021-03-15T21:26:25.847Z] Removing intermediate container 6576ce40e4b8 [2021-03-15T21:26:25.847Z] ---> 9154a3bc3b2c [2021-03-15T21:26:25.847Z] Step 13/21 : WORKDIR /edgex [2021-03-15T21:26:25.847Z] ---> Running in 7d6d4ae8e046 [2021-03-15T21:26:26.198Z] Removing intermediate container c43ce9317c31 [2021-03-15T21:26:26.198Z] ---> 7f7faf9e4f6f [2021-03-15T21:26:26.198Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-15T21:26:26.492Z] Removing intermediate container 7d6d4ae8e046 [2021-03-15T21:26:26.492Z] ---> f5d37949dc52 [2021-03-15T21:26:26.492Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T21:26:28.018Z] ---> 7db54f1dcb83 [2021-03-15T21:26:28.018Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-15T21:26:28.018Z] ---> 029df2034bd7 [2021-03-15T21:26:28.018Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T21:26:29.472Z] ---> 1c636b350fbc [2021-03-15T21:26:29.472Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T21:26:30.074Z] ---> a04036a3775e [2021-03-15T21:26:30.074Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T21:26:30.356Z] ---> c5d2bf2081bf [2021-03-15T21:26:30.356Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T21:26:32.412Z] ---> b509f01f160c [2021-03-15T21:26:32.412Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T21:26:32.412Z] ---> Running in 064c21552b11 [2021-03-15T21:26:32.689Z] ---> 72ebcd0f02c1 [2021-03-15T21:26:32.689Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T21:26:32.979Z] Removing intermediate container 064c21552b11 [2021-03-15T21:26:32.979Z] ---> 0b44243eac09 [2021-03-15T21:26:32.979Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T21:26:33.255Z] ---> Running in 21503fd9dc56 [2021-03-15T21:26:34.235Z] Removing intermediate container 21503fd9dc56 [2021-03-15T21:26:34.235Z] ---> 98d6bc6f74cb [2021-03-15T21:26:34.235Z] Step 19/21 : LABEL arch=arm64 [2021-03-15T21:26:34.235Z] ---> Running in 30a21b6a7fc1 [2021-03-15T21:26:34.513Z] ---> 2e372f2aca1c [2021-03-15T21:26:34.513Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T21:26:35.122Z] Removing intermediate container 30a21b6a7fc1 [2021-03-15T21:26:35.122Z] ---> 6c47943694bb [2021-03-15T21:26:35.122Z] Step 20/21 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:26:35.122Z] ---> Running in eff8b28097d0 [2021-03-15T21:26:36.109Z] Removing intermediate container eff8b28097d0 [2021-03-15T21:26:36.109Z] ---> fa0859594984 [2021-03-15T21:26:36.109Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T21:26:36.109Z] ---> e13e0e025e44 [2021-03-15T21:26:36.109Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-15T21:26:36.383Z] ---> Running in 1fd477c8ab9c [2021-03-15T21:26:36.383Z] ---> Running in dd8c44b24971 [2021-03-15T21:26:37.368Z] Removing intermediate container 1fd477c8ab9c [2021-03-15T21:26:37.368Z] ---> a73a93c7cb4b [2021-03-15T21:26:37.368Z] [2021-03-15T21:26:37.967Z] Successfully built a73a93c7cb4b [2021-03-15T21:26:37.967Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-15T21:26:40.619Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dd8c44b24971 [2021-03-15T21:26:40.619Z] ---> 9da01ed2d589 [2021-03-15T21:26:40.619Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T21:26:40.619Z] ---> Running in 2f6a4f687c3f [2021-03-15T21:26:40.897Z] Removing intermediate container 2f6a4f687c3f [2021-03-15T21:26:40.897Z] ---> 026622a489d4 [2021-03-15T21:26:40.897Z] Step 22/24 : LABEL arch=arm64 [2021-03-15T21:26:41.173Z] ---> Running in c91399cd3571 [2021-03-15T21:26:41.782Z] Removing intermediate container c91399cd3571 [2021-03-15T21:26:41.782Z] ---> 55fdefbf23f1 [2021-03-15T21:26:41.782Z] Step 23/24 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:26:42.059Z] ---> Running in b825fb6c5347 [2021-03-15T21:26:42.659Z] Removing intermediate container b825fb6c5347 [2021-03-15T21:26:42.659Z] ---> 2aa49c5de5a2 [2021-03-15T21:26:42.659Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T21:26:42.931Z] ---> Running in 1640fe6f16cf [2021-03-15T21:26:43.535Z] Removing intermediate container 1640fe6f16cf [2021-03-15T21:26:43.535Z] ---> 0d927114588d [2021-03-15T21:26:43.535Z] [2021-03-15T21:26:44.141Z] Successfully built 0d927114588d [2021-03-15T21:26:44.141Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-15T21:27:02.484Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7b8b4171ba67 [2021-03-15T21:27:02.484Z] ---> 29632173869b [2021-03-15T21:27:02.484Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T21:27:02.484Z] ---> Running in bbb5496565d7 [2021-03-15T21:27:02.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:27:04.463Z] Removing intermediate container bbb5496565d7 [2021-03-15T21:27:04.463Z] ---> bea96589b272 [2021-03-15T21:27:04.463Z] [2021-03-15T21:27:04.463Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T21:27:04.463Z] 20.10.0: Pulling from library/docker [2021-03-15T21:27:14.622Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T21:27:14.622Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T21:27:14.622Z] ---> eeaf43b92773 [2021-03-15T21:27:14.622Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T21:27:14.622Z] ---> Running in dac7be9d7c86 [2021-03-15T21:27:14.622Z] Removing intermediate container 85fc405c8c3f [2021-03-15T21:27:14.622Z] ---> 6f85e058a4f2 [2021-03-15T21:27:14.622Z] [2021-03-15T21:27:14.622Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:27:14.622Z] ---> d10569e2745f [2021-03-15T21:27:14.622Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T21:27:14.622Z] ---> Running in c3cb8991aeb3 [2021-03-15T21:27:15.218Z] Removing intermediate container c3cb8991aeb3 [2021-03-15T21:27:15.218Z] ---> f477e3153700 [2021-03-15T21:27:15.218Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T21:27:15.218Z] ---> Running in d9d908a747f3 [2021-03-15T21:27:15.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:15.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:15.765Z] Removing intermediate container d9d908a747f3 [2021-03-15T21:27:15.765Z] ---> 4b69849c321b [2021-03-15T21:27:15.765Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T21:27:15.765Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T21:27:15.765Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T21:27:16.037Z] ---> Running in 57d1b9b07db2 [2021-03-15T21:27:16.037Z] Executing bash-5.0.17-r0.post-install [2021-03-15T21:27:16.037Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:27:16.037Z] OK: 12 MiB in 22 packages [2021-03-15T21:27:16.639Z] Removing intermediate container 57d1b9b07db2 [2021-03-15T21:27:16.639Z] ---> 02866981ac08 [2021-03-15T21:27:16.639Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:27:16.639Z] ---> Running in 130695c7da39 [2021-03-15T21:27:17.618Z] Removing intermediate container dac7be9d7c86 [2021-03-15T21:27:17.618Z] ---> 85431237a123 [2021-03-15T21:27:17.618Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T21:27:17.618Z] ---> Running in 3e2f8f9b19b0 [2021-03-15T21:27:18.216Z] Removing intermediate container 3e2f8f9b19b0 [2021-03-15T21:27:18.216Z] ---> 771d31e1b979 [2021-03-15T21:27:18.216Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T21:27:18.216Z] ---> Running in 9052205252af [2021-03-15T21:27:18.816Z] Removing intermediate container 9052205252af [2021-03-15T21:27:18.816Z] ---> 5477de4857ce [2021-03-15T21:27:18.816Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T21:27:19.089Z] ---> Running in fca944d8563e [2021-03-15T21:27:19.089Z] Removing intermediate container 130695c7da39 [2021-03-15T21:27:19.089Z] ---> a6e074bf6529 [2021-03-15T21:27:19.089Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T21:27:19.364Z] ---> Running in 80ab8ed0c280 [2021-03-15T21:27:19.637Z] Removing intermediate container fca944d8563e [2021-03-15T21:27:19.637Z] ---> eb793ae3ca0a [2021-03-15T21:27:19.637Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T21:27:20.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:20.888Z] ---> c29ea5298198 [2021-03-15T21:27:20.888Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T21:27:21.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:21.755Z] ---> 151b507994b8 [2021-03-15T21:27:21.755Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T21:27:22.360Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T21:27:22.360Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T21:27:22.360Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T21:27:22.632Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T21:27:22.632Z] ---> 0765cafecaf6 [2021-03-15T21:27:22.632Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T21:27:22.632Z] ---> Running in 073b4d11588d [2021-03-15T21:27:22.906Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T21:27:22.906Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T21:27:23.185Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:27:23.185Z] OK: 8 MiB in 20 packages [2021-03-15T21:27:24.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:24.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:27:24.442Z] Removing intermediate container 80ab8ed0c280 [2021-03-15T21:27:24.442Z] ---> bbfe543263a2 [2021-03-15T21:27:24.442Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:27:24.716Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T21:27:24.716Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T21:27:24.716Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T21:27:24.716Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T21:27:24.716Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T21:27:24.716Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T21:27:24.716Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T21:27:25.701Z] ---> a1745fbf7d27 [2021-03-15T21:27:25.701Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T21:27:26.679Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T21:27:26.679Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T21:27:26.679Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T21:27:26.679Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T21:27:26.679Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T21:27:26.679Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T21:27:26.952Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T21:27:26.952Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T21:27:26.952Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T21:27:26.952Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T21:27:26.952Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T21:27:26.952Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T21:27:26.952Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T21:27:26.952Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T21:27:26.952Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T21:27:26.952Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T21:27:27.229Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T21:27:27.229Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T21:27:27.229Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T21:27:27.229Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T21:27:27.229Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T21:27:27.229Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T21:27:27.229Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T21:27:27.229Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T21:27:27.229Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T21:27:27.229Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T21:27:27.504Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:27:27.504Z] OK: 71 MiB in 55 packages [2021-03-15T21:27:27.504Z] ---> 34910b33851b [2021-03-15T21:27:27.504Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T21:27:28.484Z] ---> 2ea1f5f0f93c [2021-03-15T21:27:28.484Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T21:27:28.484Z] ---> Running in a32f143d65fb [2021-03-15T21:27:29.091Z] Removing intermediate container a32f143d65fb [2021-03-15T21:27:29.091Z] ---> 4b0e68da44e9 [2021-03-15T21:27:29.091Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:27:29.365Z] ---> Running in e2817264124a [2021-03-15T21:27:29.965Z] Removing intermediate container e2817264124a [2021-03-15T21:27:29.965Z] ---> 5afd85ba1b76 [2021-03-15T21:27:29.965Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:27:30.243Z] ---> Running in 78a6945752d1 [2021-03-15T21:27:30.841Z] Removing intermediate container 78a6945752d1 [2021-03-15T21:27:30.841Z] ---> a2db2e18334f [2021-03-15T21:27:30.841Z] Step 22/23 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:27:31.115Z] ---> Running in be0c041f36df [2021-03-15T21:27:31.705Z] Removing intermediate container be0c041f36df [2021-03-15T21:27:31.705Z] ---> 6a4171c70aeb [2021-03-15T21:27:31.705Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:27:31.977Z] ---> Running in b358712ff1c2 [2021-03-15T21:27:32.568Z] Removing intermediate container b358712ff1c2 [2021-03-15T21:27:32.568Z] ---> 958c9bd2642c [2021-03-15T21:27:32.568Z] [2021-03-15T21:27:32.838Z] Successfully built 958c9bd2642c [2021-03-15T21:27:32.838Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-15T21:27:33.430Z]  Building docker-core-data-go ... done Removing intermediate container 073b4d11588d [2021-03-15T21:27:33.430Z] ---> 8105ae77d200 [2021-03-15T21:27:33.430Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T21:27:33.713Z] ---> Running in 8f9ca0c8318c [2021-03-15T21:27:39.094Z] Collecting docker-compose==1.23.2 [2021-03-15T21:27:39.094Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T21:27:39.366Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T21:27:39.366Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T21:27:40.791Z] Collecting PyYAML<4,>=3.10 [2021-03-15T21:27:40.791Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T21:27:44.243Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T21:27:44.243Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T21:27:44.243Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T21:27:44.243Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T21:27:46.212Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T21:27:46.212Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T21:27:48.170Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-15T21:27:48.442Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T21:27:48.442Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T21:27:48.715Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T21:27:48.985Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T21:27:49.257Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T21:27:49.257Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T21:27:51.868Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T21:27:51.868Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T21:27:51.868Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-15T21:27:51.868Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-15T21:27:52.469Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T21:27:52.469Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T21:27:52.739Z] Collecting idna<2.8,>=2.5 [2021-03-15T21:27:52.739Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T21:27:53.010Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T21:27:53.010Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T21:27:53.010Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T21:27:53.010Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T21:27:53.010Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T21:27:53.010Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T21:27:53.983Z] Installing collected packages: urllib3, idna, requests, PyYAML, jsonschema, docopt, dockerpty, websocket-client, cached-property, texttable, docker-pycreds, docker, docker-compose [2021-03-15T21:27:53.983Z] Attempting uninstall: urllib3 [2021-03-15T21:27:53.983Z] Found existing installation: urllib3 1.25.9 [2021-03-15T21:27:53.983Z] Uninstalling urllib3-1.25.9: [2021-03-15T21:27:54.253Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T21:27:54.844Z] Attempting uninstall: idna [2021-03-15T21:27:54.845Z] Found existing installation: idna 2.9 [2021-03-15T21:27:54.845Z] Uninstalling idna-2.9: [2021-03-15T21:27:54.845Z] Successfully uninstalled idna-2.9 [2021-03-15T21:27:55.436Z] Attempting uninstall: requests [2021-03-15T21:27:55.436Z] Found existing installation: requests 2.23.0 [2021-03-15T21:27:55.436Z] Uninstalling requests-2.23.0: [2021-03-15T21:27:55.436Z] Successfully uninstalled requests-2.23.0 [2021-03-15T21:27:56.027Z] Running setup.py install for PyYAML: started [2021-03-15T21:27:57.990Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T21:27:58.262Z] Running setup.py install for docopt: started [2021-03-15T21:28:00.225Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T21:28:00.225Z] Running setup.py install for dockerpty: started [2021-03-15T21:28:01.662Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T21:28:01.940Z] Running setup.py install for texttable: started [2021-03-15T21:28:03.904Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T21:28:05.868Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-15T21:28:09.241Z] Removing intermediate container 8f9ca0c8318c [2021-03-15T21:28:09.241Z] ---> 0ef6a1fbeca1 [2021-03-15T21:28:09.241Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T21:28:09.534Z] ---> Running in 8bb8e1bed335 [2021-03-15T21:28:10.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:28:11.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:28:11.699Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:28:11.699Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T21:28:11.699Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T21:28:11.699Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:28:11.699Z] OK: 72 MiB in 58 packages [2021-03-15T21:28:13.131Z] Removing intermediate container 8bb8e1bed335 [2021-03-15T21:28:13.131Z] ---> 333b973d981e [2021-03-15T21:28:13.131Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T21:28:13.131Z] ---> Running in 5154e98ee56d [2021-03-15T21:28:13.737Z] Removing intermediate container 5154e98ee56d [2021-03-15T21:28:13.737Z] ---> cde039f827b0 [2021-03-15T21:28:13.737Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:28:13.737Z] ---> Running in 423b418cf536 [2021-03-15T21:28:14.332Z] Removing intermediate container 423b418cf536 [2021-03-15T21:28:14.332Z] ---> 178ef62562bb [2021-03-15T21:28:14.332Z] Step 24/26 : LABEL arch=arm64 [2021-03-15T21:28:14.332Z] ---> Running in 7e1d35b768a6 [2021-03-15T21:28:14.931Z] Removing intermediate container 7e1d35b768a6 [2021-03-15T21:28:14.931Z] ---> 52b01bb5096f [2021-03-15T21:28:14.931Z] Step 25/26 : LABEL git_sha=b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-15T21:28:15.203Z] ---> Running in 9566c315d31a [2021-03-15T21:28:15.477Z] Removing intermediate container 9566c315d31a [2021-03-15T21:28:15.477Z] ---> d5d2f0358aff [2021-03-15T21:28:15.477Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T21:28:15.749Z] ---> Running in d9eaa52b93b9 [2021-03-15T21:28:16.371Z] Removing intermediate container d9eaa52b93b9 [2021-03-15T21:28:16.371Z] ---> fcca987afaab [2021-03-15T21:28:16.371Z] [2021-03-15T21:28:16.643Z] Successfully built fcca987afaab [2021-03-15T21:28:16.643Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-15T21:28:17.250Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-15T21:28:17.238Z] $ docker stop --time=1 7900bb9ec525d42fb5acf6eaf341d3143491c1726fb0c4f13b335028ca834daf [2021-03-15T21:28:19.204Z] $ docker rm -f 7900bb9ec525d42fb5acf6eaf341d3143491c1726fb0c4f13b335028ca834daf [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:28:20.028Z] + docker images [2021-03-15T21:28:20.028Z] + grep docker [2021-03-15T21:28:20.304Z] docker-sys-mgmt-agent-go-arm64 latest fcca987afaab 5 seconds ago 300MB [2021-03-15T21:28:20.304Z] docker-core-data-go-arm64 latest 958c9bd2642c 48 seconds ago 21.3MB [2021-03-15T21:28:20.304Z] docker-security-secretstore-setup-go-arm64 latest 0d927114588d About a minute ago 23.7MB [2021-03-15T21:28:20.304Z] docker-security-proxy-setup-go-arm64 latest a73a93c7cb4b About a minute ago 23.4MB [2021-03-15T21:28:20.304Z] docker-security-bootstrapper-go-arm64 latest 27e6c6c52dcd 4 minutes ago 17.8MB [2021-03-15T21:28:20.304Z] docker-core-metadata-go-arm64 latest ca0de057a57b 4 minutes ago 17.9MB [2021-03-15T21:28:20.304Z] docker-support-scheduler-go-arm64 latest 81ad2b663aad 4 minutes ago 16.3MB [2021-03-15T21:28:20.304Z] docker-core-command-go-arm64 latest cb67426a91c8 4 minutes ago 16.2MB [2021-03-15T21:28:20.304Z] docker-support-notifications-go-arm64 latest ba43a0705cbd 4 minutes ago 16.9MB [2021-03-15T21:28:20.304Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:28:21.567Z] ---> job-cost.sh [2021-03-15T21:28:21.568Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IZTU [2021-03-15T21:29:08.535Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-15T21:31:00.349Z] lf-activate-venv(): INFO: Adding /tmp/venv-IZTU/bin to PATH [2021-03-15T21:31:00.349Z] INFO: No Stack... [2021-03-15T21:31:00.349Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-15T21:31:00.349Z] INFO: Archiving Costs [Pipeline] sh [2021-03-15T21:31:00.716Z] + + cutcat -d, /w/workspace/edgex-go/12/archives/cost.csv -f6 [2021-03-15T21:31:00.716Z] [Pipeline] lock [2021-03-15T21:31:00.832Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-12-stack-cost] [2021-03-15T21:31:00.840Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-12-stack-cost] did not exist. Created. [2021-03-15T21:31:00.840Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-15T21:31:01.274Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-15T21:31:01.656Z] Stashed 1 file(s) [Pipeline] } [2021-03-15T21:31:01.669Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-12-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-15T21:31:02.915Z] provisioning config files... [2021-03-15T21:31:02.927Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config9137791260361318275tmp [Pipeline] { [Pipeline] sh [2021-03-15T21:31:03.342Z] + set +x [2021-03-15T21:31:03.342Z] + curl -s https://codecov.io/bash [2021-03-15T21:31:03.342Z] + bash -s -- [2021-03-15T21:31:03.608Z] [2021-03-15T21:31:03.608Z] _____ _ [2021-03-15T21:31:03.608Z] / ____| | | [2021-03-15T21:31:03.608Z] | | ___ __| | ___ ___ _____ __ [2021-03-15T21:31:03.608Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-15T21:31:03.608Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-15T21:31:03.608Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-15T21:31:03.608Z] Bash-20210309-2b87ace [2021-03-15T21:31:03.608Z] [2021-03-15T21:31:03.608Z] [2021-03-15T21:31:03.608Z] ==> git version 2.24.3 found [2021-03-15T21:31:03.870Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-15T21:31:03.870Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-15T21:31:03.870Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-15T21:31:03.870Z] curl: option -sm: expected a proper numerical parameter [2021-03-15T21:31:03.870Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-15T21:31:03.870Z] ==> Jenkins CI detected. [2021-03-15T21:31:03.870Z] project root: . [2021-03-15T21:31:03.870Z] --> token set from env [2021-03-15T21:31:03.870Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-15T21:31:03.870Z] ==> Running gcov in . (disable via -X gcov) [2021-03-15T21:31:03.870Z] ==> Python coveragepy not found [2021-03-15T21:31:03.870Z] ==> Searching for coverage reports in: [2021-03-15T21:31:03.870Z] + . [2021-03-15T21:31:04.132Z] -> Found 1 reports [2021-03-15T21:31:04.132Z] ==> Detecting git/mercurial file structure [2021-03-15T21:31:04.132Z] ==> Reading reports [2021-03-15T21:31:04.132Z] + ./coverage.out bytes=635765 [2021-03-15T21:31:04.132Z] ==> Appending adjustments [2021-03-15T21:31:04.132Z] https://docs.codecov.io/docs/fixing-reports [2021-03-15T21:31:07.452Z] + Found adjustments [2021-03-15T21:31:07.452Z] ==> Gzipping contents [2021-03-15T21:31:07.452Z] 92K /tmp/codecov.c9rR49.gz [2021-03-15T21:31:07.452Z] ==> Uploading reports [2021-03-15T21:31:07.452Z] url: https://codecov.io [2021-03-15T21:31:07.452Z] query: branch=PR-3234&commit=b60e6eeb7f18074425901094eba94146e3f42170&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-15T21:31:07.452Z] -> Pinging Codecov [2021-03-15T21:31:07.452Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=b60e6eeb7f18074425901094eba94146e3f42170&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-15T21:31:08.025Z] -> Uploading to [2021-03-15T21:31:08.025Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-15/00271124DB129430A58F1EEE437C3FCB/b60e6eeb7f18074425901094eba94146e3f42170/fee5a900-5db3-4c68-9473-4adfeb95774f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T213107Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a4cb04adbdc6601b1541a8beed37a75e8a02ac8ba83f13e25bc1af211bcd964b [2021-03-15T21:31:08.025Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:31:08.025Z] Dload Upload Total Spent Left Speed [2021-03-15T21:31:08.598Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 93351 0 0 100 93351 0 184k --:--:-- --:--:-- --:--:-- 185k [2021-03-15T21:31:08.598Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b60e6eeb7f18074425901094eba94146e3f42170 [Pipeline] } [2021-03-15T21:31:08.608Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:10.265Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:11.145Z] ---> package-listing.sh [2021-03-15T21:31:11.145Z] ++ facter osfamily [2021-03-15T21:31:11.145Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-15T21:31:11.145Z] + OS_FAMILY=redhat [2021-03-15T21:31:11.145Z] + workspace=/w/workspace/edgex-go/12 [2021-03-15T21:31:11.145Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-15T21:31:11.145Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-15T21:31:11.145Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-15T21:31:11.145Z] + PACKAGES=/tmp/packages_start.txt [2021-03-15T21:31:11.145Z] + '[' /w/workspace/edgex-go/12 ']' [2021-03-15T21:31:11.145Z] + PACKAGES=/tmp/packages_end.txt [2021-03-15T21:31:11.145Z] + case "${OS_FAMILY}" in [2021-03-15T21:31:11.145Z] + rpm -qa [2021-03-15T21:31:11.145Z] + sort [2021-03-15T21:31:16.448Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-15T21:31:16.448Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-15T21:31:16.448Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-15T21:31:16.448Z] + '[' /w/workspace/edgex-go/12 ']' [2021-03-15T21:31:16.448Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2021-03-15T21:31:16.448Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2021-03-15T21:31:16.463Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-15T21:31:16.757Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:31:17.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:31:17.067Z] [2021-03-15T21:31:17.067Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:31:17.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:31:17.496Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-15T21:31:17.496Z] df20fa9351a1: Pulling fs layer [2021-03-15T21:31:17.496Z] 36b3adc4ff6f: Pulling fs layer [2021-03-15T21:31:17.496Z] 8ad3a11d3b57: Pulling fs layer [2021-03-15T21:31:17.496Z] 46f8f816bc3b: Pulling fs layer [2021-03-15T21:31:17.496Z] 93b61091891f: Pulling fs layer [2021-03-15T21:31:17.496Z] 93b9cdb0e59b: Pulling fs layer [2021-03-15T21:31:17.496Z] 5e14af77c1be: Pulling fs layer [2021-03-15T21:31:17.496Z] 01666e4c0597: Pulling fs layer [2021-03-15T21:31:17.496Z] aa168da1d23b: Pulling fs layer [2021-03-15T21:31:17.496Z] 46f8f816bc3b: Waiting [2021-03-15T21:31:17.496Z] 93b61091891f: Waiting [2021-03-15T21:31:17.496Z] 93b9cdb0e59b: Waiting [2021-03-15T21:31:17.496Z] 01666e4c0597: Waiting [2021-03-15T21:31:17.496Z] 5e14af77c1be: Waiting [2021-03-15T21:31:17.496Z] aa168da1d23b: Waiting [2021-03-15T21:31:17.496Z] 36b3adc4ff6f: Verifying Checksum [2021-03-15T21:31:17.496Z] 36b3adc4ff6f: Download complete [2021-03-15T21:31:17.496Z] 46f8f816bc3b: Download complete [2021-03-15T21:31:17.496Z] df20fa9351a1: Verifying Checksum [2021-03-15T21:31:17.496Z] df20fa9351a1: Download complete [2021-03-15T21:31:17.496Z] 93b9cdb0e59b: Download complete [2021-03-15T21:31:17.496Z] 5e14af77c1be: Verifying Checksum [2021-03-15T21:31:17.496Z] 5e14af77c1be: Download complete [2021-03-15T21:31:17.496Z] 93b61091891f: Verifying Checksum [2021-03-15T21:31:17.496Z] 93b61091891f: Download complete [2021-03-15T21:31:17.496Z] 01666e4c0597: Verifying Checksum [2021-03-15T21:31:17.496Z] 01666e4c0597: Download complete [2021-03-15T21:31:17.777Z] 8ad3a11d3b57: Verifying Checksum [2021-03-15T21:31:17.777Z] 8ad3a11d3b57: Download complete [2021-03-15T21:31:18.063Z] df20fa9351a1: Pull complete [2021-03-15T21:31:18.063Z] 36b3adc4ff6f: Pull complete [2021-03-15T21:31:19.523Z] aa168da1d23b: Download complete [2021-03-15T21:31:20.098Z] 8ad3a11d3b57: Pull complete [2021-03-15T21:31:20.362Z] 46f8f816bc3b: Pull complete [2021-03-15T21:31:20.624Z] 93b61091891f: Pull complete [2021-03-15T21:31:20.885Z] 93b9cdb0e59b: Pull complete [2021-03-15T21:31:20.885Z] 5e14af77c1be: Pull complete [2021-03-15T21:31:21.146Z] 01666e4c0597: Pull complete [2021-03-15T21:31:28.748Z] aa168da1d23b: Pull complete [2021-03-15T21:31:29.011Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-15T21:31:29.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:31:29.273Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-15T21:31:29.502Z] prd-centos7-docker-4c-2g-29849 does not seem to be running inside a container [2021-03-15T21:31:29.556Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-15T21:31:39.735Z] $ docker top e89893adc3b88f90e7672acde2099e86b744f623dfdc2bac59f9b9548fbbd3ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:31:40.364Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-15T21:31:40.665Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-15T21:31:40.965Z] + ls /var/log/sa-host [2021-03-15T21:31:40.965Z] + sadf -c /var/log/sa-host/sa15 [2021-03-15T21:31:40.965Z] file_magic: OK [2021-03-15T21:31:40.965Z] HZ: Using current value: 100 [2021-03-15T21:31:40.965Z] file_header: OK [2021-03-15T21:31:40.965Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-15T21:31:40.965Z] Statistics: [2021-03-15T21:31:40.965Z] 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... [2021-03-15T21:31:40.965Z] File successfully converted to sysstat format version 12.2.1 [2021-03-15T21:31:40.965Z] + sadf -c /var/log/sa-host/sa23 [2021-03-15T21:31:40.965Z] file_magic: OK [2021-03-15T21:31:40.965Z] HZ: Using current value: 100 [2021-03-15T21:31:40.965Z] file_header: OK [2021-03-15T21:31:40.965Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-15T21:31:40.965Z] Statistics: [2021-03-15T21:31:40.965Z] Hnuu...uuuununununu... [2021-03-15T21:31:40.965Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-15T21:31:41.187Z] provisioning config files... [2021-03-15T21:31:41.200Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config2745780751262709443tmp [Pipeline] { [Pipeline] echo [2021-03-15T21:31:41.315Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:41.613Z] ---> create-netrc.sh [Pipeline] } [2021-03-15T21:31:41.622Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-15T21:31:41.716Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:42.016Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-15T21:31:42.027Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:42.329Z] ---> sudo-logs.sh [2021-03-15T21:31:42.329Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-15T21:31:42.392Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:42.692Z] ---> job-cost.sh [2021-03-15T21:31:42.692Z] lf-activate-venv: SKIPPING [2021-03-15T21:31:42.692Z] DEBUG: total: 0.20999999344348907 [2021-03-15T21:31:42.692Z] INFO: Retrieving Stack Cost... [2021-03-15T21:31:43.272Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-15T21:31:43.846Z] INFO: Archiving Costs [Pipeline] echo [2021-03-15T21:31:43.859Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:31:44.158Z] ---> logs-deploy.sh [2021-03-15T21:31:44.158Z] lf-activate-venv: SKIPPING [2021-03-15T21:31:44.158Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/12 [2021-03-15T21:31:44.158Z] INFO: archiving workspace using pattern(s): [2021-03-15T21:31:45.548Z] Archives upload complete. [2021-03-15T21:31:45.548Z] INFO: archiving logs to Nexus