Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9+c48b5c69e3d7e3b718e5d15324ffdda642aa0234 (c2de63a62df4e0cb5ef0163c9f68ff6bfcf62596) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29400 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 Merge succeeded, producing 56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 Checking out Revision 56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 (PR-3208) > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 # timeout=10 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" > git rev-list --no-walk b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T00:32:32.722Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T00:32:32.957Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T00:32:33.106Z] ========================================================= [2021-03-11T00:32:33.106Z] EdgeX Global Pipelines Version Info [2021-03-11T00:32:33.106Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:32:36.651Z] ------------------- [2021-03-11T00:32:36.651Z] stable info: [2021-03-11T00:32:36.651Z] ------------------- [2021-03-11T00:32:36.651Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T00:32:36.651Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T00:32:36.651Z] Message: update stable to v1.0.184 [2021-03-11T00:32:37.269Z] ------------------- [2021-03-11T00:32:37.269Z] experimental info: [2021-03-11T00:32:37.269Z] ------------------- [2021-03-11T00:32:37.269Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T00:32:37.269Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T00:32:37.269Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T00:32:37.615Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T00:32:37.704Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T00:32:37.792Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T00:32:37.921Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T00:32:38.011Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T00:32:38.099Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T00:32:38.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T00:32:38.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T00:32:38.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T00:32:38.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T00:32:38.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T00:32:38.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T00:32:38.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T00:32:38.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T00:32:38.901Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T00:32:38.991Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T00:32:39.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T00:32:39.154Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T00:32:39.240Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T00:32:39.328Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T00:32:39.405Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T00:32:39.575Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T00:32:39.660Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo [2021-03-11T00:32:39.746Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo [2021-03-11T00:32:39.828Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo [2021-03-11T00:32:39.921Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [Pipeline] echo [2021-03-11T00:32:40.043Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 56bb262 [Pipeline] echo [2021-03-11T00:32:40.140Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T00:32:40.314Z] provisioning config files... [2021-03-11T00:32:40.358Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config2177081647103476261tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:32:40.813Z] ---> docker-login.sh [2021-03-11T00:32:40.813Z] nexus3.edgexfoundry.org:10001 [2021-03-11T00:32:41.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:32:41.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:32:41.860Z] Configure a credential helper to remove this warning. See [2021-03-11T00:32:41.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:32:41.860Z] [2021-03-11T00:32:41.860Z] Login Succeeded [2021-03-11T00:32:41.860Z] nexus3.edgexfoundry.org:10002 [2021-03-11T00:32:42.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:32:42.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:32:42.420Z] Configure a credential helper to remove this warning. See [2021-03-11T00:32:42.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:32:42.420Z] [2021-03-11T00:32:42.420Z] Login Succeeded [2021-03-11T00:32:42.420Z] nexus3.edgexfoundry.org:10003 [2021-03-11T00:32:42.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:32:42.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:32:42.745Z] Configure a credential helper to remove this warning. See [2021-03-11T00:32:42.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:32:42.745Z] [2021-03-11T00:32:42.745Z] Login Succeeded [2021-03-11T00:32:42.745Z] nexus3.edgexfoundry.org:10004 [2021-03-11T00:32:43.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:32:43.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:32:43.390Z] Configure a credential helper to remove this warning. See [2021-03-11T00:32:43.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:32:43.390Z] [2021-03-11T00:32:43.390Z] Login Succeeded [2021-03-11T00:32:43.390Z] docker.io [2021-03-11T00:32:43.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:32:43.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:32:43.964Z] Configure a credential helper to remove this warning. See [2021-03-11T00:32:43.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:32:43.964Z] [2021-03-11T00:32:43.964Z] Login Succeeded [2021-03-11T00:32:43.964Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T00:32:44.006Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T00:32:44.657Z] ++ 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-11T00:32:44.657Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:44.657Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T00:32:44.657Z] ++ cut -d/ -f2 [2021-03-11T00:32:44.657Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T00:32:44.657Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:44.657Z] ++ cut -d/ -f2 [2021-03-11T00:32:44.657Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T00:32:44.657Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T00:32:44.657Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:44.657Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T00:32:44.657Z] ++ cut -d/ -f2 [2021-03-11T00:32:44.657Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T00:32:44.657Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:46.239Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T00:32:46.239Z] ++ cut -d/ -f2 [2021-03-11T00:32:46.239Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T00:32:46.239Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:46.239Z] ++ cut -d/ -f2 [2021-03-11T00:32:46.239Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T00:32:46.239Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T00:32:46.239Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:46.239Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T00:32:46.239Z] ++ cut -d/ -f2 [2021-03-11T00:32:46.239Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T00:32:46.239Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:46.239Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T00:32:46.239Z] ++ cut -d/ -f2 [2021-03-11T00:32:46.239Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T00:32:46.239Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:46.239Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T00:32:46.239Z] ++ cut -d/ -f2 [2021-03-11T00:32:46.239Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T00:32:46.239Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:46.239Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T00:32:46.239Z] ++ cut -d/ -f2 [2021-03-11T00:32:46.239Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T00:32:46.436Z] 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-11T00:32:47.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:32:47.772Z] [2021-03-11T00:32:47.772Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:32:48.188Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:32:48.188Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T00:32:48.188Z] 31603596830f: Pulling fs layer [2021-03-11T00:32:48.188Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T00:32:48.188Z] 6ca5941a6612: Pulling fs layer [2021-03-11T00:32:48.188Z] ecc8261a40a4: Pulling fs layer [2021-03-11T00:32:48.188Z] ecc8261a40a4: Waiting [2021-03-11T00:32:48.188Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T00:32:48.188Z] 2a8b12db71e7: Download complete [2021-03-11T00:32:48.480Z] 31603596830f: Verifying Checksum [2021-03-11T00:32:48.481Z] 31603596830f: Download complete [2021-03-11T00:32:48.777Z] ecc8261a40a4: Verifying Checksum [2021-03-11T00:32:48.777Z] ecc8261a40a4: Download complete [2021-03-11T00:32:48.777Z] 6ca5941a6612: Verifying Checksum [2021-03-11T00:32:48.777Z] 6ca5941a6612: Download complete [2021-03-11T00:32:49.836Z] 31603596830f: Pull complete [2021-03-11T00:32:50.568Z] 2a8b12db71e7: Pull complete [2021-03-11T00:32:52.678Z] 6ca5941a6612: Pull complete [2021-03-11T00:32:53.705Z] ecc8261a40a4: Pull complete [2021-03-11T00:32:53.705Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T00:32:53.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:32:53.705Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T00:32:54.019Z] prd-centos7-docker-4c-2g-29400 does not seem to be running inside a container [2021-03-11T00:32:54.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T00:32:57.374Z] $ docker top 9b9fba52384cfbfdbb60ca63ed0c16040d84dd215ee292ec2606e648219f57fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T00:32:57.884Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T00:32:57.884Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T00:32:58.776Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T00:32:58.784Z] $ docker exec 9b9fba52384cfbfdbb60ca63ed0c16040d84dd215ee292ec2606e648219f57fd ssh-agent [2021-03-11T00:32:59.234Z] SSH_AUTH_SOCK=/tmp/ssh-xGOciAuaNmt6/agent.12 [2021-03-11T00:32:59.234Z] SSH_AGENT_PID=17 [2021-03-11T00:32:59.308Z] Running ssh-add (command line suppressed) [2021-03-11T00:32:59.614Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_8058902219649668544.key (/w/workspace/edgex-go/14@tmp/private_key_8058902219649668544.key) [2021-03-11T00:32:59.830Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T00:33:00.747Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T00:33:00.825Z] $ docker exec --env ******** --env ******** 9b9fba52384cfbfdbb60ca63ed0c16040d84dd215ee292ec2606e648219f57fd ssh-agent -k [2021-03-11T00:33:01.647Z] unset SSH_AUTH_SOCK; [2021-03-11T00:33:01.648Z] unset SSH_AGENT_PID; [2021-03-11T00:33:01.648Z] echo Agent pid 17 killed; [2021-03-11T00:33:02.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T00:33:02.456Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T00:33:02.456Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T00:33:03.474Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T00:33:03.486Z] $ docker exec 9b9fba52384cfbfdbb60ca63ed0c16040d84dd215ee292ec2606e648219f57fd ssh-agent [2021-03-11T00:33:03.860Z] SSH_AUTH_SOCK=/tmp/ssh-XrukcufmmlcN/agent.45 [2021-03-11T00:33:03.860Z] SSH_AGENT_PID=50 [2021-03-11T00:33:03.900Z] Running ssh-add (command line suppressed) [2021-03-11T00:33:04.579Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_875549549285343013.key (/w/workspace/edgex-go/14@tmp/private_key_875549549285343013.key) [2021-03-11T00:33:04.788Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T00:33:05.759Z] + git semver init [2021-03-11T00:33:05.759Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T00:33:05.759Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-03-11T00:33:05.759Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-03-11T00:33:05.759Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T00:33:05.759Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T00:33:05.759Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T00:33:05.759Z] # $SEMVER_BRANCH = PR-3208 [2021-03-11T00:33:05.759Z] # $SEMVER_TEMP = /tmp/semver-055986267 [2021-03-11T00:33:05.759Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T00:34:02.888Z] # '/tmp/semver-055986267' -> '/w/workspace/edgex-go/14/.semver' [2021-03-11T00:34:02.888Z] # -> Force: false [2021-03-11T00:34:02.888Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-03-11T00:34:02.944Z] $ docker exec --env ******** --env ******** 9b9fba52384cfbfdbb60ca63ed0c16040d84dd215ee292ec2606e648219f57fd ssh-agent -k [2021-03-11T00:34:03.674Z] unset SSH_AUTH_SOCK; [2021-03-11T00:34:03.675Z] unset SSH_AGENT_PID; [2021-03-11T00:34:03.675Z] echo Agent pid 50 killed; [2021-03-11T00:34:03.831Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T00:34:04.391Z] + git semver [Pipeline] } [2021-03-11T00:34:04.724Z] $ docker stop --time=1 9b9fba52384cfbfdbb60ca63ed0c16040d84dd215ee292ec2606e648219f57fd [2021-03-11T00:34:07.169Z] $ docker rm -f 9b9fba52384cfbfdbb60ca63ed0c16040d84dd215ee292ec2606e648219f57fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:34:07.903Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T00:34:08.833Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T00:34:08.836Z] [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-11T00:34:09.793Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:34:10.217Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:34:10.614Z] + sudo service docker restart [2021-03-11T00:34:10.614Z] + true [2021-03-11T00:34:10.614Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T00:34:12.789Z] ========================================================= [2021-03-11T00:34:12.789Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T00:34:12.789Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:34:13.239Z] + 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-11T00:34:23.575Z] Sending build context to Docker daemon 328.4MB [2021-03-11T00:34:23.870Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T00:34:23.870Z] Step 2/6 : FROM ${BASE} [2021-03-11T00:34:23.870Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T00:34:23.870Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T00:34:23.870Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T00:34:23.870Z] de9db76c5a1d: Pulling fs layer [2021-03-11T00:34:23.870Z] bca2f99d35d6: Pulling fs layer [2021-03-11T00:34:23.870Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T00:34:23.870Z] 7c6f9722023f: Pulling fs layer [2021-03-11T00:34:23.870Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T00:34:23.870Z] bca2f99d35d6: Waiting [2021-03-11T00:34:23.870Z] 93359f2a8cfa: Waiting [2021-03-11T00:34:23.870Z] 7c6f9722023f: Waiting [2021-03-11T00:34:23.870Z] a35cf1a2eb13: Waiting [2021-03-11T00:34:23.870Z] de9db76c5a1d: Verifying Checksum [2021-03-11T00:34:23.870Z] de9db76c5a1d: Download complete [2021-03-11T00:34:23.870Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T00:34:23.870Z] 0ef7d3d256c8: Download complete [2021-03-11T00:34:23.870Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T00:34:23.870Z] 93359f2a8cfa: Download complete [2021-03-11T00:34:24.175Z] 7c6f9722023f: Verifying Checksum [2021-03-11T00:34:24.175Z] 7c6f9722023f: Download complete [2021-03-11T00:34:24.179Z] Still waiting to schedule task [2021-03-11T00:34:24.179Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29406’ is offline [2021-03-11T00:34:24.854Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T00:34:24.854Z] 188c0c94c7c5: Download complete [2021-03-11T00:34:25.890Z] 188c0c94c7c5: Pull complete [2021-03-11T00:34:26.530Z] 0ef7d3d256c8: Pull complete [2021-03-11T00:34:26.817Z] de9db76c5a1d: Pull complete [2021-03-11T00:34:31.170Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T00:34:31.170Z] a35cf1a2eb13: Download complete [2021-03-11T00:34:32.710Z] bca2f99d35d6: Verifying Checksum [2021-03-11T00:34:32.710Z] bca2f99d35d6: Download complete [2021-03-11T00:34:51.605Z] bca2f99d35d6: Pull complete [2021-03-11T00:34:51.605Z] 93359f2a8cfa: Pull complete [2021-03-11T00:34:52.605Z] 7c6f9722023f: Pull complete [2021-03-11T00:35:01.929Z] a35cf1a2eb13: Pull complete [2021-03-11T00:35:01.929Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T00:35:01.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T00:35:01.929Z] ---> a62c8e92a672 [2021-03-11T00:35:01.929Z] 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-11T00:35:01.929Z] ---> Running in d54968fb72cb [2021-03-11T00:35:04.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:04.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:35:06.241Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T00:35:06.515Z] (2/12) Installing file (5.38-r0) [2021-03-11T00:35:06.515Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T00:35:06.813Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T00:35:17.880Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T00:35:17.880Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T00:35:17.880Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T00:35:18.149Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T00:35:18.149Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T00:35:18.416Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T00:35:18.416Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T00:35:18.687Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T00:35:18.687Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:35:18.687Z] OK: 233 MiB in 51 packages [2021-03-11T00:35:23.412Z] Removing intermediate container d54968fb72cb [2021-03-11T00:35:23.412Z] ---> 1b3a4a224a69 [2021-03-11T00:35:23.412Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T00:35:23.691Z] ---> Running in 07d74b691567 [2021-03-11T00:35:23.974Z] Removing intermediate container 07d74b691567 [2021-03-11T00:35:23.974Z] ---> b445cd25a036 [2021-03-11T00:35:23.974Z] Step 5/6 : COPY go.mod . [2021-03-11T00:35:24.673Z] ---> 2549e475b1f3 [2021-03-11T00:35:24.673Z] Step 6/6 : RUN go mod download [2021-03-11T00:35:24.673Z] ---> Running in 718570b79b9c [2021-03-11T00:36:12.624Z] Removing intermediate container 718570b79b9c [2021-03-11T00:36:12.624Z] ---> 6dc403f411b6 [2021-03-11T00:36:12.624Z] Successfully built 6dc403f411b6 [2021-03-11T00:36:12.624Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:36:13.113Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T00:36:13.398Z] . [Pipeline] withDockerContainer [2021-03-11T00:36:13.803Z] prd-centos7-docker-4c-2g-29400 does not seem to be running inside a container [2021-03-11T00:36:14.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-x86_64 cat [2021-03-11T00:36:16.467Z] $ docker top 437ed24da5240dbfa71b52db101b78437a61268e1ccbfd0c4f9bc8c34f44c6de -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:36:17.847Z] + go version [2021-03-11T00:36:17.847Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T00:36:17.899Z] $ docker stop --time=1 437ed24da5240dbfa71b52db101b78437a61268e1ccbfd0c4f9bc8c34f44c6de [2021-03-11T00:36:20.110Z] $ docker rm -f 437ed24da5240dbfa71b52db101b78437a61268e1ccbfd0c4f9bc8c34f44c6de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:36:21.160Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T00:36:21.160Z] . [Pipeline] withDockerContainer [2021-03-11T00:36:21.866Z] prd-centos7-docker-4c-2g-29400 does not seem to be running inside a container [2021-03-11T00:36:22.252Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-x86_64 cat [2021-03-11T00:36:24.887Z] $ docker top 986929c607823f78acedbb2179de711217af19e71b62819a82947a87128312f4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T00:36:25.466Z] ========================================================= [2021-03-11T00:36:25.466Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T00:36:25.466Z] ========================================================= [Pipeline] sh [2021-03-11T00:36:26.265Z] + make test [2021-03-11T00:36:26.265Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T00:36:28.893Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29412 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-11T00:36:28.948Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-03-11T00:36:34.644Z] using credential edgex-jenkins-ssh [2021-03-11T00:36:34.717Z] Cloning the remote Git repository [2021-03-11T00:36:34.770Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:36:34.870Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-03-11T00:36:34.959Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:36:34.960Z] > git --version # timeout=10 [2021-03-11T00:36:34.981Z] > git --version # 'git version 2.17.1' [2021-03-11T00:36:34.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:36:35.047Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:36:53.863Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T00:37:05.320Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:37:05.351Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:37:05.376Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:37:05.412Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:37:05.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:37:05.426Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T00:37:06.080Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-11T00:37:06.926Z] Merge succeeded, producing 21d9b0a4829b565d7df8ff41baacb1cf0b2ce71d [2021-03-11T00:37:06.927Z] Checking out Revision 21d9b0a4829b565d7df8ff41baacb1cf0b2ce71d (PR-3208) [2021-03-11T00:37:06.102Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:37:06.120Z] > git checkout -f b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 [2021-03-11T00:37:06.449Z] > git remote # timeout=10 [2021-03-11T00:37:06.465Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T00:37:06.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:37:06.498Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T00:37:06.873Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T00:37:06.936Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:37:06.959Z] > git checkout -f 21d9b0a4829b565d7df8ff41baacb1cf0b2ce71d # timeout=10 [2021-03-11T00:37:11.694Z] Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" [2021-03-11T00:37:11.703Z] > git rev-list --no-walk b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T00:37:13.117Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:37:13.584Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:37:13.934Z] + true [2021-03-11T00:37:13.934Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T00:37:16.015Z] provisioning config files... [2021-03-11T00:37:16.058Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config2734073446783646967tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:37:16.467Z] ---> docker-login.sh [2021-03-11T00:37:16.467Z] nexus3.edgexfoundry.org:10001 [2021-03-11T00:37:17.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:37:17.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:37:17.666Z] Configure a credential helper to remove this warning. See [2021-03-11T00:37:17.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:37:17.666Z] [2021-03-11T00:37:17.666Z] Login Succeeded [2021-03-11T00:37:17.666Z] nexus3.edgexfoundry.org:10002 [2021-03-11T00:37:17.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:37:18.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:37:18.217Z] Configure a credential helper to remove this warning. See [2021-03-11T00:37:18.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:37:18.217Z] [2021-03-11T00:37:18.217Z] Login Succeeded [2021-03-11T00:37:18.217Z] nexus3.edgexfoundry.org:10003 [2021-03-11T00:37:18.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:37:18.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:37:18.765Z] Configure a credential helper to remove this warning. See [2021-03-11T00:37:18.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:37:18.765Z] [2021-03-11T00:37:18.765Z] Login Succeeded [2021-03-11T00:37:18.765Z] nexus3.edgexfoundry.org:10004 [2021-03-11T00:37:19.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:37:19.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:37:19.322Z] Configure a credential helper to remove this warning. See [2021-03-11T00:37:19.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:37:19.322Z] [2021-03-11T00:37:19.322Z] Login Succeeded [2021-03-11T00:37:19.322Z] docker.io [2021-03-11T00:37:19.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:37:19.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:37:19.873Z] Configure a credential helper to remove this warning. See [2021-03-11T00:37:19.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:37:19.873Z] [2021-03-11T00:37:19.873Z] Login Succeeded [2021-03-11T00:37:19.873Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T00:37:19.894Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T00:37:20.375Z] ========================================================= [2021-03-11T00:37:20.375Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T00:37:20.375Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:37:20.791Z] + 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-11T00:37:23.459Z] Sending build context to Docker daemon 166.7MB [2021-03-11T00:37:23.459Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:23.459Z] Step 2/6 : FROM ${BASE} [2021-03-11T00:37:23.459Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T00:37:23.459Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T00:37:23.459Z] a4357932f1b6: Pulling fs layer [2021-03-11T00:37:23.459Z] 18c013af1878: Pulling fs layer [2021-03-11T00:37:23.459Z] 00ac8860ef70: Pulling fs layer [2021-03-11T00:37:23.459Z] 63d7cb157983: Pulling fs layer [2021-03-11T00:37:23.459Z] b116817d02f9: Pulling fs layer [2021-03-11T00:37:23.459Z] 745a02a5169b: Pulling fs layer [2021-03-11T00:37:23.459Z] 00ac8860ef70: Waiting [2021-03-11T00:37:23.459Z] 63d7cb157983: Waiting [2021-03-11T00:37:23.459Z] b116817d02f9: Waiting [2021-03-11T00:37:23.459Z] 745a02a5169b: Waiting [2021-03-11T00:37:23.459Z] 18c013af1878: Download complete [2021-03-11T00:37:23.459Z] a4357932f1b6: Download complete [2021-03-11T00:37:23.459Z] 63d7cb157983: Verifying Checksum [2021-03-11T00:37:23.459Z] 63d7cb157983: Download complete [2021-03-11T00:37:23.734Z] b116817d02f9: Download complete [2021-03-11T00:37:24.011Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T00:37:24.011Z] 5f621e34cdf4: Download complete [2021-03-11T00:37:24.611Z] 5f621e34cdf4: Pull complete [2021-03-11T00:37:25.217Z] a4357932f1b6: Pull complete [2021-03-11T00:37:25.491Z] 18c013af1878: Pull complete [2021-03-11T00:37:26.929Z] 745a02a5169b: Verifying Checksum [2021-03-11T00:37:26.929Z] 745a02a5169b: Download complete [2021-03-11T00:37:28.366Z] 00ac8860ef70: Verifying Checksum [2021-03-11T00:37:28.366Z] 00ac8860ef70: Download complete [2021-03-11T00:37:34.810Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T00:37:38.529Z] 00ac8860ef70: Pull complete [2021-03-11T00:37:38.802Z] 63d7cb157983: Pull complete [2021-03-11T00:37:39.076Z] b116817d02f9: Pull complete [2021-03-11T00:37:43.412Z] 745a02a5169b: Pull complete [2021-03-11T00:37:43.412Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T00:37:43.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T00:37:43.412Z] ---> b7e6874047d6 [2021-03-11T00:37:43.412Z] 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-11T00:37:46.794Z] ---> Running in 76afba9fa27a [2021-03-11T00:37:48.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:37:49.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:37:50.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T00:37:50.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T00:37:50.501Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T00:37:51.814Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T00:37:52.406Z] (2/12) Installing file (5.38-r0) [2021-03-11T00:37:52.406Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T00:37:52.406Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T00:37:55.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T00:37:55.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T00:37:55.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T00:37:55.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T00:37:56.675Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T00:37:57.776Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T00:38:06.590Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T00:38:06.590Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T00:38:06.590Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T00:38:10.692Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T00:38:10.692Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T00:38:10.692Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T00:38:10.692Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T00:38:10.692Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T00:38:10.692Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T00:38:10.692Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T00:38:10.692Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T00:38:10.692Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:38:10.692Z] OK: 217 MiB in 51 packages [2021-03-11T00:38:13.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.474s coverage: 45.9% of statements [2021-03-11T00:38:13.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T00:38:13.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T00:38:13.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T00:38:13.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T00:38:13.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T00:38:13.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T00:38:13.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T00:38:13.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.309s coverage: 100.0% of statements [2021-03-11T00:38:13.415Z] Removing intermediate container 76afba9fa27a [2021-03-11T00:38:13.415Z] ---> fd6cc9cff377 [2021-03-11T00:38:13.415Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T00:38:13.415Z] ---> Running in a9ce72c69bbf [2021-03-11T00:38:14.390Z] Removing intermediate container a9ce72c69bbf [2021-03-11T00:38:14.390Z] ---> dfaf02b6317e [2021-03-11T00:38:14.390Z] Step 5/6 : COPY go.mod . [2021-03-11T00:38:14.982Z] ---> df8cd7f49a2e [2021-03-11T00:38:14.982Z] Step 6/6 : RUN go mod download [2021-03-11T00:38:15.258Z] ---> Running in 816fe882ba55 [2021-03-11T00:38:19.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.433s coverage: 27.1% of statements [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T00:38:19.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.168s coverage: 100.0% of statements [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T00:38:19.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T00:38:19.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T00:38:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T00:38:20.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.387s coverage: 82.9% of statements [2021-03-11T00:38:20.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T00:38:20.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:38:20.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.172s coverage: 78.9% of statements [2021-03-11T00:38:20.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T00:38:30.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.016s coverage: 28.6% of statements [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T00:38:30.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.181s coverage: 100.0% of statements [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T00:38:30.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.129s coverage: 100.0% of statements [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T00:38:30.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.478s coverage: 86.7% of statements [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T00:38:30.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.234s coverage: 97.5% of statements [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T00:38:30.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T00:38:30.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T00:38:30.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T00:38:30.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T00:38:34.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.979s coverage: 92.8% of statements [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T00:38:34.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T00:38:34.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.248s coverage: 0.1% of statements [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T00:38:34.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T00:38:34.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements [2021-03-11T00:38:34.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.101s coverage: 79.5% of statements [2021-03-11T00:38:34.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements [2021-03-11T00:38:34.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.113s coverage: 96.3% of statements [2021-03-11T00:38:34.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-03-11T00:38:42.049Z] Removing intermediate container 816fe882ba55 [2021-03-11T00:38:42.049Z] ---> 29f6464d8d4b [2021-03-11T00:38:42.323Z] Successfully built 29f6464d8d4b [2021-03-11T00:38:42.323Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:38:42.669Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T00:38:42.669Z] . [Pipeline] withDockerContainer [2021-03-11T00:38:42.974Z] prd-ubuntu18.04-docker-arm64-4c-16g-29412 does not seem to be running inside a container [2021-03-11T00:38:43.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-11T00:38:44.850Z] $ docker top 1fd1dcf0315790434ecb112408f93df37c2d888d652192ec4ed5ee46a75f05d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:38:45.885Z] + go version [2021-03-11T00:38:45.885Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T00:38:45.934Z] $ docker stop --time=1 1fd1dcf0315790434ecb112408f93df37c2d888d652192ec4ed5ee46a75f05d2 [2021-03-11T00:38:48.035Z] $ docker rm -f 1fd1dcf0315790434ecb112408f93df37c2d888d652192ec4ed5ee46a75f05d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:38:49.057Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T00:38:49.057Z] . [Pipeline] withDockerContainer [2021-03-11T00:38:49.327Z] prd-ubuntu18.04-docker-arm64-4c-16g-29412 does not seem to be running inside a container [2021-03-11T00:38:49.408Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-11T00:38:50.288Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements [2021-03-11T00:38:50.288Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-03-11T00:38:50.288Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.329s coverage: 81.4% of statements [2021-03-11T00:38:50.908Z] $ docker top 21e9cc4c0309218039539a95676e36b4dbfe2beb40ba7d324127cdb5276cd347 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T00:38:51.302Z] ========================================================= [2021-03-11T00:38:51.302Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T00:38:51.302Z] ========================================================= [Pipeline] sh [2021-03-11T00:38:52.024Z] + make test [2021-03-11T00:38:52.024Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.722s coverage: 92.9% of statements [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.115s coverage: 87.2% of statements [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.088s coverage: 100.0% of statements [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.155s coverage: 75.5% of statements [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.138s coverage: 80.8% of statements [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.150s coverage: 87.2% of statements [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.092s coverage: 84.6% of statements [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.128s coverage: 91.6% of statements [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.490s coverage: 62.4% of statements [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.111s coverage: 73.7% of statements [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.918s coverage: 69.0% of statements [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.638s coverage: 38.4% of statements [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.105s coverage: 89.5% of statements [2021-03-11T00:39:03.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T00:39:03.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.220s coverage: 84.8% of statements [2021-03-11T00:39:13.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.569s coverage: 47.0% of statements [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T00:39:13.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T00:39:13.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.308s coverage: 100.0% of statements [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T00:39:13.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.435s coverage: 87.1% of statements [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:39:13.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T00:39:18.821Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T00:39:22.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.339s coverage: 29.1% of statements [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T00:39:22.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.133s coverage: 99.0% of statements [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T00:39:22.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.147s coverage: 100.0% of statements [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T00:39:22.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.327s coverage: 96.5% of statements [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T00:39:22.158Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T00:39:22.158Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.071s coverage: 100.0% of statements [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T00:39:22.158Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T00:39:22.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T00:39:22.158Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.108s coverage: 100.0% of statements [2021-03-11T00:39:23.317Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.150s coverage: 32.1% of statements [2021-03-11T00:39:23.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-11T00:39:24.631Z] GO111MODULE=on go vet ./... [2021-03-11T00:40:15.398Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T00:40:16.848Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T00:40:25.163Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T00:40:25.163Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T00:40:27.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T00:40:27.176Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T00:40:27.176Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T00:40:27.462Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T00:40:31.842Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T00:40:31.842Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T00:40:40.151Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T00:40:40.151Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T00:40:40.151Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T00:40:46.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.435s coverage: 45.9% of statements [2021-03-11T00:40:46.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T00:40:46.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T00:40:46.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T00:40:46.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T00:40:46.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T00:40:46.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T00:40:46.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T00:40:47.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.230s coverage: 100.0% of statements [2021-03-11T00:40:55.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.609s coverage: 27.1% of statements [2021-03-11T00:40:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T00:40:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T00:40:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T00:40:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T00:40:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T00:40:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T00:40:55.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-03-11T00:40:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T00:40:55.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-03-11T00:40:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T00:40:55.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T00:40:56.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 71.3% of statements [2021-03-11T00:40:56.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T00:40:56.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T00:40:58.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.501s coverage: 82.9% of statements [2021-03-11T00:40:58.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T00:40:58.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:40:58.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.160s coverage: 78.9% of statements [2021-03-11T00:40:58.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T00:41:03.750Z] gofmt -l . [2021-03-11T00:41:03.751Z] [ "`gofmt -l .`" = "" ] [2021-03-11T00:41:03.751Z] ./bin/test-go-mod-tidy.sh [2021-03-11T00:41:03.751Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T00:41:05.259Z] + ls -al . [2021-03-11T00:41:05.259Z] total 740 [2021-03-11T00:41:05.259Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 00:41 . [2021-03-11T00:41:05.259Z] drwxr-xr-x 4 root root 30 Mar 11 00:36 .. [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 00:32 .dockerignore [2021-03-11T00:41:05.259Z] drwxrwxr-x 8 1001 1001 179 Mar 11 00:32 .git [2021-03-11T00:41:05.259Z] drwxrwxr-x 3 1001 1001 125 Mar 11 00:32 .github [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 00:32 .gitignore [2021-03-11T00:41:05.259Z] drwx------ 3 1001 1001 60 Mar 11 00:34 .semver [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:32 .sonarcloud.properties [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:32 Attribution.txt [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:32 CONTRIBUTING.md [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 00:32 Dockerfile.build [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 00:32 Jenkinsfile [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:32 LICENSE [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:32 Makefile [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:32 README.md [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:32 SECURITY.md [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:34 VERSION [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:32 ZMQWindows.md [2021-03-11T00:41:05.259Z] drwxrwxr-x 2 1001 1001 117 Mar 11 00:32 bin [2021-03-11T00:41:05.259Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 00:32 cmd [2021-03-11T00:41:05.259Z] -rw-r--r-- 1 root root 628838 Mar 11 00:39 coverage.out [2021-03-11T00:41:05.259Z] -rw-r--r-- 1 root root 1055 Mar 11 00:40 go.mod [2021-03-11T00:41:05.259Z] -rw-r--r-- 1 root root 22209 Mar 11 00:41 go.sum [2021-03-11T00:41:05.259Z] drwxrwxr-x 8 1001 1001 127 Mar 11 00:32 internal [2021-03-11T00:41:05.259Z] drwxrwxr-x 4 1001 1001 26 Mar 11 00:32 openapi [2021-03-11T00:41:05.259Z] drwxrwxr-x 4 1001 1001 71 Mar 11 00:32 snap [2021-03-11T00:41:05.259Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 00:32 version.go [Pipeline] sh [2021-03-11T00:41:06.793Z] + '[' -e coverage.out ] [2021-03-11T00:41:06.793Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T00:41:07.303Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T00:41:08.469Z] + make build [2021-03-11T00:41:08.469Z] 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-11T00:41:08.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.386s coverage: 28.6% of statements [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T00:41:08.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.248s coverage: 100.0% of statements [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T00:41:08.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T00:41:08.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.281s coverage: 86.7% of statements [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T00:41:08.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.371s coverage: 97.5% of statements [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T00:41:08.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T00:41:08.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T00:41:16.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.295s coverage: 92.8% of statements [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T00:41:16.976Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T00:41:16.976Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.1% of statements [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T00:41:16.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T00:41:16.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-03-11T00:41:16.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.085s coverage: 79.5% of statements [2021-03-11T00:41:16.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-03-11T00:41:16.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.109s coverage: 96.3% of statements [2021-03-11T00:41:16.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-03-11T00:41:17.103Z] 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-11T00:41:29.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.112s coverage: 94.4% of statements [2021-03-11T00:41:29.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-03-11T00:41:29.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.117s coverage: 81.4% of statements [2021-03-11T00:41:32.527Z] 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-11T00:41:35.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T00:41:38.657Z] 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-11T00:41:39.260Z] 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-11T00:41:42.918Z] 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-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 80.8% of statements [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.154s coverage: 84.6% of statements [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.159s coverage: 91.6% of statements [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.597s coverage: 62.4% of statements [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T00:41:44.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-03-11T00:41:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-03-11T00:41:47.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.886s coverage: 69.0% of statements [2021-03-11T00:41:47.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T00:41:47.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T00:41:47.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T00:41:49.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.357s coverage: 38.4% of statements [2021-03-11T00:41:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T00:41:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T00:41:49.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.114s coverage: 89.5% of statements [2021-03-11T00:41:49.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T00:41:49.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.074s coverage: 84.8% of statements [2021-03-11T00:41:50.227Z] 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-11T00:41:53.148Z] 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-11T00:41:55.877Z] 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-11T00:41:56.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.465s coverage: 47.0% of statements [2021-03-11T00:41:56.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T00:41:56.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T00:41:56.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T00:41:56.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T00:41:56.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T00:41:56.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.128s coverage: 100.0% of statements [2021-03-11T00:41:56.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T00:41:56.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-03-11T00:41:56.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T00:41:56.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T00:41:56.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T00:41:56.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T00:41:56.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.431s coverage: 87.1% of statements [2021-03-11T00:41:56.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T00:41:56.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:41:56.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T00:42:00.515Z] 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-11T00:42:02.643Z] 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-11T00:42:04.416Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.744s coverage: 29.1% of statements [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T00:42:04.416Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.213s coverage: 99.0% of statements [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T00:42:04.416Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T00:42:04.416Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.222s coverage: 96.5% of statements [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T00:42:04.416Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T00:42:04.416Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.082s coverage: 100.0% of statements [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T00:42:04.416Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T00:42:04.416Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T00:42:04.416Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-03-11T00:42:04.416Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-11T00:42:05.399Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-03-11T00:42:05.997Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-03-11T00:42:09.812Z] $ docker stop --time=1 986929c607823f78acedbb2179de711217af19e71b62819a82947a87128312f4 [2021-03-11T00:42:12.104Z] $ docker rm -f 986929c607823f78acedbb2179de711217af19e71b62819a82947a87128312f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:42:15.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:42:15.462Z] [2021-03-11T00:42:15.462Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:42:15.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:42:16.193Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T00:42:16.193Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T00:42:16.193Z] ca9280d653b3: Pulling fs layer [2021-03-11T00:42:16.193Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T00:42:16.810Z] cbdbe7a5bc2a: Download complete [2021-03-11T00:42:17.831Z] ca9280d653b3: Verifying Checksum [2021-03-11T00:42:17.831Z] ca9280d653b3: Download complete [2021-03-11T00:42:18.161Z] cbdbe7a5bc2a: Pull complete [2021-03-11T00:42:21.941Z] ca9280d653b3: Pull complete [2021-03-11T00:42:22.589Z] 7e9c9ca2126c: Verifying Checksum [2021-03-11T00:42:22.589Z] 7e9c9ca2126c: Download complete [2021-03-11T00:42:41.321Z] 7e9c9ca2126c: Pull complete [2021-03-11T00:42:41.321Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T00:42:41.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:42:41.321Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T00:42:41.483Z] prd-centos7-docker-4c-2g-29400 does not seem to be running inside a container [2021-03-11T00:42:41.565Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-11T00:42:44.112Z] $ docker top d5878ee2bf6d8aff81e836a73f6617398d984cb26b59cce66a2c83aec7b75506 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:42:45.438Z] + docker-compose build --help [2021-03-11T00:42:45.438Z] + grep parallel [2021-03-11T00:42:46.889Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T00:42:46.956Z] $ docker stop --time=1 d5878ee2bf6d8aff81e836a73f6617398d984cb26b59cce66a2c83aec7b75506 [2021-03-11T00:42:49.332Z] $ docker rm -f d5878ee2bf6d8aff81e836a73f6617398d984cb26b59cce66a2c83aec7b75506 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:42:50.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:42:50.718Z] . [Pipeline] withDockerContainer [2021-03-11T00:42:51.347Z] prd-centos7-docker-4c-2g-29400 does not seem to be running inside a container [2021-03-11T00:42:51.536Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T00:42:54.176Z] $ docker top 33f10be4b5e4498930076b0c414e12d0bea26f13e9ca0c754a8b285db387d7bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:42:56.146Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T00:42:58.228Z] Building docker-core-command-go ... [2021-03-11T00:42:58.228Z] Building docker-core-data-go ... [2021-03-11T00:42:58.228Z] Building docker-core-metadata-go ... [2021-03-11T00:42:58.228Z] Building docker-security-bootstrapper-go ... [2021-03-11T00:42:58.228Z] Building docker-security-proxy-setup-go ... [2021-03-11T00:42:58.228Z] Building docker-security-secretstore-setup-go ... [2021-03-11T00:42:58.228Z] Building docker-support-notifications-go ... [2021-03-11T00:42:58.228Z] Building docker-support-scheduler-go ... [2021-03-11T00:42:58.228Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T00:42:58.228Z] Building docker-core-command-go [2021-03-11T00:42:58.228Z] Building docker-security-proxy-setup-go [2021-03-11T00:42:58.228Z] Building docker-support-notifications-go [2021-03-11T00:42:58.228Z] Building docker-support-scheduler-go [2021-03-11T00:42:58.228Z] Building docker-security-bootstrapper-go [2021-03-11T00:43:27.860Z] gofmt -l . [2021-03-11T00:43:27.860Z] [ "`gofmt -l .`" = "" ] [2021-03-11T00:43:29.838Z] ./bin/test-go-mod-tidy.sh [2021-03-11T00:43:30.437Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T00:43:33.073Z] + ls -al . [2021-03-11T00:43:33.074Z] total 768 [2021-03-11T00:43:33.074Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 00:43 . [2021-03-11T00:43:33.074Z] drwxr-xr-x 4 root root 4096 Mar 11 00:38 .. [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 00:37 .dockerignore [2021-03-11T00:43:33.074Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:37 .git [2021-03-11T00:43:33.074Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 00:37 .github [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 00:37 .gitignore [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:37 .sonarcloud.properties [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:37 Attribution.txt [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:37 CONTRIBUTING.md [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 00:37 Dockerfile.build [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 00:37 Jenkinsfile [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:37 LICENSE [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:37 Makefile [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:37 README.md [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:37 SECURITY.md [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:34 VERSION [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:37 ZMQWindows.md [2021-03-11T00:43:33.074Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 00:37 bin [2021-03-11T00:43:33.074Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 00:37 cmd [2021-03-11T00:43:33.074Z] -rw-r--r-- 1 root root 628838 Mar 11 00:42 coverage.out [2021-03-11T00:43:33.074Z] -rw-r--r-- 1 root root 1055 Mar 11 00:43 go.mod [2021-03-11T00:43:33.074Z] -rw-r--r-- 1 root root 22209 Mar 11 00:43 go.sum [2021-03-11T00:43:33.074Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:37 internal [2021-03-11T00:43:33.074Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:37 openapi [2021-03-11T00:43:33.074Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:37 snap [2021-03-11T00:43:33.074Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 00:37 version.go [Pipeline] sh [2021-03-11T00:43:33.731Z] + '[' -e coverage.out ] [2021-03-11T00:43:33.732Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T00:43:33.810Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T00:43:35.174Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T00:43:35.836Z] + make build [2021-03-11T00:43:35.836Z] 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-11T00:43:48.236Z] 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-11T00:44:15.031Z] 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-11T00:44:18.412Z] 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-11T00:44:23.801Z] 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-11T00:44:25.772Z] 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-11T00:44:31.159Z] 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-11T00:44:36.395Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:44:36.395Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:44:36.395Z] ---> 6dc403f411b6 [2021-03-11T00:44:36.395Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T00:44:36.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:44:36.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:44:36.395Z] ---> 6dc403f411b6 [2021-03-11T00:44:36.395Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:44:36.395Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:44:36.395Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:44:36.395Z] ---> 6dc403f411b6 [2021-03-11T00:44:36.395Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T00:44:36.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:44:36.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:44:36.395Z] ---> 6dc403f411b6 [2021-03-11T00:44:36.395Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:44:36.395Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:44:36.395Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:44:36.395Z] ---> 6dc403f411b6 [2021-03-11T00:44:36.395Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:44:36.395Z] ---> Running in 251a3608d452 [2021-03-11T00:44:36.395Z] ---> Running in 965d14b21b03 [2021-03-11T00:44:36.395Z] ---> Running in 2e9fb0bb4d4d [2021-03-11T00:44:36.395Z] ---> Running in 689dd508e2f7 [2021-03-11T00:44:36.395Z] ---> Running in a6e23923610b [2021-03-11T00:44:36.551Z] 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-11T00:44:37.758Z] Removing intermediate container a6e23923610b [2021-03-11T00:44:37.758Z] ---> e6895846aa7f [2021-03-11T00:44:37.758Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:44:37.758Z] Removing intermediate container 251a3608d452 [2021-03-11T00:44:37.758Z] ---> 77fc5e03c178 [2021-03-11T00:44:37.758Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:44:38.211Z] Removing intermediate container 2e9fb0bb4d4d [2021-03-11T00:44:38.211Z] ---> 7ea64544ab81 [2021-03-11T00:44:38.211Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:44:38.211Z] Removing intermediate container 689dd508e2f7 [2021-03-11T00:44:38.211Z] ---> 82afa1023184 [2021-03-11T00:44:38.211Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:44:38.211Z] Removing intermediate container 965d14b21b03 [2021-03-11T00:44:38.211Z] ---> a5818342f25e [2021-03-11T00:44:38.211Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:44:38.211Z] ---> Running in 37eaf6acd51e [2021-03-11T00:44:38.581Z] ---> Running in 3984afa73595 [2021-03-11T00:44:38.581Z] ---> Running in 92e2ab82078c [2021-03-11T00:44:38.581Z] ---> Running in ab0f5257436a [2021-03-11T00:44:38.581Z] ---> Running in 9642202a9c77 [2021-03-11T00:44:39.938Z] 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-11T00:44:44.235Z] 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-11T00:44:45.843Z] Removing intermediate container ab0f5257436a [2021-03-11T00:44:45.843Z] ---> 0c37f63c042a [2021-03-11T00:44:45.843Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:44:45.843Z] Removing intermediate container 9642202a9c77 [2021-03-11T00:44:45.843Z] ---> 09c840e028c4 [2021-03-11T00:44:45.843Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T00:44:45.843Z] Removing intermediate container 37eaf6acd51e [2021-03-11T00:44:45.843Z] ---> 98121115bf0d [2021-03-11T00:44:45.843Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T00:44:45.843Z] Removing intermediate container 92e2ab82078c [2021-03-11T00:44:45.843Z] ---> a1c51aa5d11a [2021-03-11T00:44:45.843Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T00:44:45.843Z] ---> Running in 37eea19525d6 [2021-03-11T00:44:45.843Z] ---> Running in e3223a9f57ba [2021-03-11T00:44:45.843Z] ---> Running in a44845368b97 [2021-03-11T00:44:45.843Z] ---> Running in 0218aaac296d [2021-03-11T00:44:45.843Z] Removing intermediate container 3984afa73595 [2021-03-11T00:44:45.843Z] ---> 35a284d49447 [2021-03-11T00:44:45.843Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T00:44:45.843Z] ---> Running in b9fd6265ca78 [2021-03-11T00:44:47.621Z] 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-11T00:44:48.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:44:48.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:44:48.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:44:48.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:44:48.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:44:48.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:44:48.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:44:49.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:44:49.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:44:49.770Z] OK: 233 MiB in 51 packages [2021-03-11T00:44:49.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:44:49.770Z] OK: 233 MiB in 51 packages [2021-03-11T00:44:50.114Z] OK: 233 MiB in 51 packages [2021-03-11T00:44:51.951Z] Removing intermediate container e3223a9f57ba [2021-03-11T00:44:51.951Z] ---> 46548d0597a5 [2021-03-11T00:44:51.951Z] Step 6/23 : COPY go.mod . [2021-03-11T00:44:51.974Z] 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-11T00:44:52.264Z] Removing intermediate container a44845368b97 [2021-03-11T00:44:52.264Z] ---> 6d42775d9652 [2021-03-11T00:44:52.264Z] Step 6/21 : COPY go.mod . [2021-03-11T00:44:52.622Z] Removing intermediate container 37eea19525d6 [2021-03-11T00:44:52.622Z] ---> 3d4f93d31c79 [2021-03-11T00:44:52.622Z] Step 6/31 : COPY go.mod . [2021-03-11T00:44:52.622Z] OK: 233 MiB in 51 packages [2021-03-11T00:44:53.800Z] ---> 72bea881cf22 [2021-03-11T00:44:53.800Z] Step 7/23 : RUN go mod download [2021-03-11T00:44:53.800Z] OK: 233 MiB in 51 packages [2021-03-11T00:44:54.256Z] ---> dfde18c72afe [2021-03-11T00:44:54.256Z] Step 7/31 : RUN go mod download [2021-03-11T00:44:54.256Z] ---> Running in 6a897522584f [2021-03-11T00:44:55.045Z] ---> Running in ec3d16da80c6 [2021-03-11T00:44:55.045Z] ---> 3ab8e15f6335 [2021-03-11T00:44:55.045Z] Step 7/21 : RUN go mod download [2021-03-11T00:44:55.401Z] ---> Running in 7dc48d1eb726 [2021-03-11T00:44:55.401Z] Removing intermediate container 0218aaac296d [2021-03-11T00:44:55.401Z] ---> daa302c03cce [2021-03-11T00:44:55.401Z] Step 6/22 : COPY go.mod . [2021-03-11T00:44:57.179Z] Removing intermediate container b9fd6265ca78 [2021-03-11T00:44:57.179Z] ---> 0f276dc3a322 [2021-03-11T00:44:57.179Z] Step 6/22 : COPY go.mod . [2021-03-11T00:44:57.468Z] ---> 9df6435bc614 [2021-03-11T00:44:57.468Z] Step 7/22 : RUN go mod download [2021-03-11T00:44:57.791Z] ---> Running in 62f9049e55ce [2021-03-11T00:44:58.906Z] ---> c173d1ce6758 [2021-03-11T00:44:58.906Z] Step 7/22 : RUN go mod download [2021-03-11T00:44:59.202Z] ---> Running in 33c15e4386ff [Pipeline] } [2021-03-11T00:45:00.250Z] $ docker stop --time=1 21e9cc4c0309218039539a95676e36b4dbfe2beb40ba7d324127cdb5276cd347 [2021-03-11T00:45:02.748Z] $ docker rm -f 21e9cc4c0309218039539a95676e36b4dbfe2beb40ba7d324127cdb5276cd347 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:45:04.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:45:05.024Z] Removing intermediate container 7dc48d1eb726 [2021-03-11T00:45:05.024Z] ---> c031fb495c7b [2021-03-11T00:45:05.024Z] Step 8/21 : COPY . . [2021-03-11T00:45:05.024Z] Removing intermediate container ec3d16da80c6 [2021-03-11T00:45:05.024Z] ---> 0d982a8fd190 [2021-03-11T00:45:05.024Z] Step 8/31 : COPY . . [2021-03-11T00:45:05.024Z] Removing intermediate container 62f9049e55ce [2021-03-11T00:45:05.024Z] ---> ad897b8a3de3 [2021-03-11T00:45:05.024Z] Step 8/22 : COPY . . [2021-03-11T00:45:05.127Z] [2021-03-11T00:45:05.127Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:45:05.303Z] Removing intermediate container 6a897522584f [2021-03-11T00:45:05.303Z] ---> 62fc0a0e140d [2021-03-11T00:45:05.303Z] Step 8/23 : COPY . . [2021-03-11T00:45:05.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:45:05.786Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T00:45:05.786Z] 29e5d40040c1: Pulling fs layer [2021-03-11T00:45:05.786Z] 1ce36da41761: Pulling fs layer [2021-03-11T00:45:05.786Z] 25b303627fd3: Pulling fs layer [2021-03-11T00:45:06.058Z] 29e5d40040c1: Verifying Checksum [2021-03-11T00:45:06.058Z] 29e5d40040c1: Download complete [2021-03-11T00:45:06.851Z] Removing intermediate container 33c15e4386ff [2021-03-11T00:45:06.851Z] ---> c9338b352de8 [2021-03-11T00:45:06.851Z] Step 8/22 : COPY . . [2021-03-11T00:45:07.057Z] 29e5d40040c1: Pull complete [2021-03-11T00:45:07.057Z] 1ce36da41761: Verifying Checksum [2021-03-11T00:45:07.057Z] 1ce36da41761: Download complete [2021-03-11T00:45:08.489Z] 1ce36da41761: Pull complete [2021-03-11T00:45:08.489Z] 25b303627fd3: Verifying Checksum [2021-03-11T00:45:08.489Z] 25b303627fd3: Download complete [2021-03-11T00:45:18.641Z] 25b303627fd3: Pull complete [2021-03-11T00:45:18.641Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T00:45:18.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:45:18.641Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T00:45:18.866Z] prd-ubuntu18.04-docker-arm64-4c-16g-29412 does not seem to be running inside a container [2021-03-11T00:45:18.945Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-11T00:45:21.986Z] $ docker top fbf80a5056d8dd8d04339c0a78460982b1d679bc62d960b8ce8de6fb985b1af4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:45:22.982Z] + docker-compose build --help [2021-03-11T00:45:22.982Z] + grep parallel [2021-03-11T00:45:27.304Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T00:45:27.319Z] $ docker stop --time=1 fbf80a5056d8dd8d04339c0a78460982b1d679bc62d960b8ce8de6fb985b1af4 [2021-03-11T00:45:29.303Z] $ docker rm -f fbf80a5056d8dd8d04339c0a78460982b1d679bc62d960b8ce8de6fb985b1af4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:45:30.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:45:30.108Z] . [Pipeline] withDockerContainer [2021-03-11T00:45:30.379Z] prd-ubuntu18.04-docker-arm64-4c-16g-29412 does not seem to be running inside a container [2021-03-11T00:45:30.450Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-11T00:45:31.949Z] $ docker top b3f7f5f8b2a5f8097f39c80eff7fe1d5ef5be0e3d4a07a00cf5fe912c1461d45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:45:32.989Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T00:45:38.368Z] Building docker-core-command-go ... [2021-03-11T00:45:38.368Z] Building docker-core-data-go ... [2021-03-11T00:45:38.368Z] Building docker-core-metadata-go ... [2021-03-11T00:45:38.368Z] Building docker-security-bootstrapper-go ... [2021-03-11T00:45:38.368Z] Building docker-security-proxy-setup-go ... [2021-03-11T00:45:38.368Z] Building docker-security-secretstore-setup-go ... [2021-03-11T00:45:38.368Z] Building docker-support-notifications-go ... [2021-03-11T00:45:38.368Z] Building docker-support-scheduler-go ... [2021-03-11T00:45:38.368Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T00:45:38.368Z] Building docker-security-secretstore-setup-go [2021-03-11T00:45:38.368Z] Building docker-core-metadata-go [2021-03-11T00:45:38.368Z] Building docker-security-proxy-setup-go [2021-03-11T00:45:38.368Z] Building docker-support-scheduler-go [2021-03-11T00:45:38.368Z] Building docker-sys-mgmt-agent-go [2021-03-11T00:47:00.138Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:00.138Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:00.138Z] ---> 29f6464d8d4b [2021-03-11T00:47:00.138Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:47:00.139Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:00.139Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:00.139Z] ---> 29f6464d8d4b [2021-03-11T00:47:00.139Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:47:00.139Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:00.139Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:00.139Z] ---> 29f6464d8d4b [2021-03-11T00:47:00.139Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T00:47:00.139Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:00.139Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:00.139Z] ---> 29f6464d8d4b [2021-03-11T00:47:00.139Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T00:47:00.139Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:00.139Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:00.139Z] ---> 29f6464d8d4b [2021-03-11T00:47:00.139Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T00:47:00.139Z] ---> Running in a84ee4f7b029 [2021-03-11T00:47:00.139Z] ---> Running in a08a5e615b6f [2021-03-11T00:47:00.139Z] ---> Running in 2d867191399a [2021-03-11T00:47:00.139Z] ---> Running in bfadac89d34a [2021-03-11T00:47:00.139Z] ---> Running in af7a486a446c [2021-03-11T00:47:00.139Z] Removing intermediate container a08a5e615b6f [2021-03-11T00:47:00.139Z] ---> 8a36a465a2f0 [2021-03-11T00:47:00.139Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:00.139Z] ---> Running in 46fe2c3e3746 [2021-03-11T00:47:00.139Z] Removing intermediate container bfadac89d34a [2021-03-11T00:47:00.139Z] ---> 80755004420d [2021-03-11T00:47:00.139Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:00.139Z] Removing intermediate container 2d867191399a [2021-03-11T00:47:00.139Z] ---> 61ae040ffc4b [2021-03-11T00:47:00.139Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:00.139Z] Removing intermediate container a84ee4f7b029 [2021-03-11T00:47:00.139Z] ---> 967568a7db71 [2021-03-11T00:47:00.139Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:00.139Z] Removing intermediate container af7a486a446c [2021-03-11T00:47:00.139Z] ---> 223c274e1c75 [2021-03-11T00:47:00.139Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:00.139Z] ---> Running in da12589342c2 [2021-03-11T00:47:00.139Z] ---> Running in 6cd61ed5fd8b [2021-03-11T00:47:00.139Z] ---> Running in 4974bada3f0c [2021-03-11T00:47:00.139Z] ---> Running in 9e63ff42589c [2021-03-11T00:47:00.139Z] Removing intermediate container 46fe2c3e3746 [2021-03-11T00:47:00.139Z] ---> febce7b17e30 [2021-03-11T00:47:00.139Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T00:47:00.139Z] ---> Running in cbea10b245e4 [2021-03-11T00:47:00.139Z] Removing intermediate container 6cd61ed5fd8b [2021-03-11T00:47:00.139Z] ---> eb067a05f722 [2021-03-11T00:47:00.139Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T00:47:00.139Z] Removing intermediate container 9e63ff42589c [2021-03-11T00:47:00.139Z] ---> 474c21e2799e [2021-03-11T00:47:00.139Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T00:47:00.139Z] ---> Running in b12b80707e3a [2021-03-11T00:47:00.139Z] Removing intermediate container da12589342c2 [2021-03-11T00:47:00.139Z] ---> 64c8fd732da9 [2021-03-11T00:47:00.139Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:47:00.139Z] ---> Running in f393c624608a [2021-03-11T00:47:00.139Z] Removing intermediate container 4974bada3f0c [2021-03-11T00:47:00.139Z] ---> bf3d81d1309f [2021-03-11T00:47:00.139Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T00:47:00.409Z] ---> Running in a934d273a885 [2021-03-11T00:47:00.688Z] ---> Running in ce6bf9b9aef2 [2021-03-11T00:47:01.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:01.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:02.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:02.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:02.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:02.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:03.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:03.041Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:03.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:03.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:03.915Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:03.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:04.192Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:04.192Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:04.475Z] Removing intermediate container cbea10b245e4 [2021-03-11T00:47:04.475Z] ---> 53783238789b [2021-03-11T00:47:04.475Z] Step 6/21 : COPY go.mod . [2021-03-11T00:47:05.470Z] Removing intermediate container b12b80707e3a [2021-03-11T00:47:05.470Z] ---> cf528154fbeb [2021-03-11T00:47:05.470Z] Step 6/22 : COPY go.mod . [2021-03-11T00:47:05.470Z] ---> 6c772349aeda [2021-03-11T00:47:05.470Z] Step 7/21 : RUN go mod download [2021-03-11T00:47:05.755Z] ---> Running in 7e87e7c3eb33 [2021-03-11T00:47:05.756Z] Removing intermediate container f393c624608a [2021-03-11T00:47:05.756Z] ---> abab008f9f56 [2021-03-11T00:47:05.756Z] Step 6/24 : COPY go.mod . [2021-03-11T00:47:05.756Z] Removing intermediate container ce6bf9b9aef2 [2021-03-11T00:47:05.756Z] ---> 9512065ebc7d [2021-03-11T00:47:05.756Z] Step 6/26 : COPY go.mod . [2021-03-11T00:47:06.364Z] ---> 498567904a8f [2021-03-11T00:47:06.364Z] Step 7/22 : RUN go mod download [2021-03-11T00:47:06.642Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:06.642Z] ---> Running in f7a2d4f1d0c6 [2021-03-11T00:47:06.916Z] ---> 552149b65cff [2021-03-11T00:47:06.916Z] Step 7/24 : RUN go mod download [2021-03-11T00:47:07.194Z] ---> 1ec72b968e0a [2021-03-11T00:47:07.194Z] Step 7/26 : RUN go mod download [2021-03-11T00:47:07.480Z] ---> Running in cb19d2ba6766 [2021-03-11T00:47:07.480Z] ---> Running in 2e6dfd082c8e [2021-03-11T00:47:08.668Z] Removing intermediate container a934d273a885 [2021-03-11T00:47:08.668Z] ---> e3a8645b84a6 [2021-03-11T00:47:08.668Z] Step 6/23 : COPY go.mod . [2021-03-11T00:47:10.130Z] ---> 869f8d72d499 [2021-03-11T00:47:10.130Z] Step 7/23 : RUN go mod download [2021-03-11T00:47:10.130Z] ---> Running in 1896845f1d73 [2021-03-11T00:47:10.130Z] Removing intermediate container 7e87e7c3eb33 [2021-03-11T00:47:10.130Z] ---> 2714e99bee19 [2021-03-11T00:47:10.130Z] Step 8/21 : COPY . . [2021-03-11T00:47:11.107Z] Removing intermediate container f7a2d4f1d0c6 [2021-03-11T00:47:11.107Z] ---> 06d620cf2155 [2021-03-11T00:47:11.107Z] Step 8/22 : COPY . . [2021-03-11T00:47:13.086Z] Removing intermediate container 2e6dfd082c8e [2021-03-11T00:47:13.086Z] ---> 3e264d9dea1f [2021-03-11T00:47:13.086Z] Step 8/24 : COPY . . [2021-03-11T00:47:13.363Z] Removing intermediate container cb19d2ba6766 [2021-03-11T00:47:13.363Z] ---> 8c225b715d7e [2021-03-11T00:47:13.363Z] Step 8/26 : COPY . . [2021-03-11T00:47:16.019Z] Removing intermediate container 1896845f1d73 [2021-03-11T00:47:16.019Z] ---> 945bdc449215 [2021-03-11T00:47:16.019Z] Step 8/23 : COPY . . [2021-03-11T00:47:42.822Z] ---> 56c251ec9e0f [2021-03-11T00:47:42.822Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T00:47:42.822Z] ---> d69d8b075dfb [2021-03-11T00:47:42.822Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T00:47:42.822Z] ---> 7372edc36e60 [2021-03-11T00:47:42.822Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T00:47:42.822Z] ---> 78cad344802f [2021-03-11T00:47:42.822Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T00:47:42.822Z] ---> d8ba336211c2 [2021-03-11T00:47:42.822Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T00:47:42.822Z] ---> Running in 7e453543c392 [2021-03-11T00:47:42.822Z] ---> Running in 0e93f9e80c5a [2021-03-11T00:47:42.822Z] ---> Running in 41cc24d5224c [2021-03-11T00:47:42.822Z] ---> Running in f4a5e02c8ca8 [2021-03-11T00:47:42.822Z] ---> Running in 94122f57c40f [2021-03-11T00:47:42.822Z] 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-11T00:47:42.823Z] 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-11T00:47:42.823Z] 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-11T00:47:42.823Z] 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-11T00:47:42.823Z] 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-11T00:47:46.691Z] ---> 732894147de3 [2021-03-11T00:47:46.691Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T00:47:46.691Z] ---> 5074f6c061cd [2021-03-11T00:47:46.691Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T00:47:46.691Z] ---> 15eaff783a3b [2021-03-11T00:47:46.691Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T00:47:46.691Z] ---> d6ce2bd52f7f [2021-03-11T00:47:46.691Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T00:47:46.691Z] ---> 7aa639f837a0 [2021-03-11T00:47:46.691Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T00:47:46.691Z] ---> Running in f4de681d81f7 [2021-03-11T00:47:46.691Z] ---> Running in 77696415662b [2021-03-11T00:47:46.691Z] ---> Running in 3d4e48837ceb [2021-03-11T00:47:46.691Z] ---> Running in 9b73e3b7765f [2021-03-11T00:47:46.691Z] ---> Running in d940edd601ae [2021-03-11T00:47:46.691Z] 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-11T00:47:46.691Z] 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-11T00:47:46.691Z] 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-11T00:47:46.691Z] 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-11T00:47:46.691Z] 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-11T00:48:57.161Z] 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-11T00:49:10.644Z] Removing intermediate container f4de681d81f7 [2021-03-11T00:49:10.644Z] ---> 85d6eea2b0df [2021-03-11T00:49:10.644Z] [2021-03-11T00:49:10.644Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T00:49:10.644Z] 3.12: Pulling from library/alpine [2021-03-11T00:49:13.487Z] Removing intermediate container 9b73e3b7765f [2021-03-11T00:49:13.488Z] ---> 487eec2253e1 [2021-03-11T00:49:13.488Z] [2021-03-11T00:49:13.488Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:49:13.797Z] 3.12: Pulling from library/alpine [2021-03-11T00:49:14.183Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:49:14.183Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:49:14.609Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:49:14.609Z] ---> 88dd2752d2ea [2021-03-11T00:49:14.609Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T00:49:14.609Z] Status: Image is up to date for alpine:3.12 [2021-03-11T00:49:14.609Z] ---> 88dd2752d2ea [2021-03-11T00:49:14.609Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:49:16.747Z] ---> Running in f191f02a1aa4 [2021-03-11T00:49:16.747Z] ---> Running in 0e08f29a4d00 [2021-03-11T00:49:17.439Z] Removing intermediate container d940edd601ae [2021-03-11T00:49:17.439Z] ---> 36d4d50bcee0 [2021-03-11T00:49:17.439Z] [2021-03-11T00:49:17.439Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:49:17.439Z] ---> 88dd2752d2ea [2021-03-11T00:49:17.439Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T00:49:17.813Z] Removing intermediate container 3d4e48837ceb [2021-03-11T00:49:17.813Z] ---> f026fa7dbf0c [2021-03-11T00:49:17.813Z] [2021-03-11T00:49:17.813Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:49:17.813Z] ---> 88dd2752d2ea [2021-03-11T00:49:17.813Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:49:18.179Z] ---> Running in ab1e16f582d0 [2021-03-11T00:49:18.482Z] Removing intermediate container f191f02a1aa4 [2021-03-11T00:49:18.482Z] ---> 4f1f632eefae [2021-03-11T00:49:18.482Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T00:49:18.482Z] ---> Running in 9836338aa446 [2021-03-11T00:49:19.723Z] 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-11T00:49:19.724Z] 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-11T00:49:20.558Z] ---> Running in 306096a9b23a [2021-03-11T00:49:20.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:49:22.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:49:22.591Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:22.591Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:22.591Z] OK: 6 MiB in 15 packages [2021-03-11T00:49:24.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:49:24.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:49:24.780Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T00:49:24.780Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:24.780Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:25.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:49:25.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:49:25.169Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:49:25.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:49:25.502Z] OK: 6 MiB in 16 packages [2021-03-11T00:49:25.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:49:25.909Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:25.909Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:25.909Z] OK: 6 MiB in 15 packages [2021-03-11T00:49:25.909Z] Removing intermediate container 77696415662b [2021-03-11T00:49:25.909Z] ---> af344537ef3f [2021-03-11T00:49:25.909Z] [2021-03-11T00:49:25.909Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T00:49:25.909Z] ---> 88dd2752d2ea [2021-03-11T00:49:25.909Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T00:49:26.288Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:26.288Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T00:49:26.288Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:26.288Z] OK: 6 MiB in 16 packages [2021-03-11T00:49:26.617Z] ---> Running in 74ac0c3f1320 [2021-03-11T00:49:27.014Z] Removing intermediate container 0e08f29a4d00 [2021-03-11T00:49:27.014Z] ---> 6b467d0b4cbd [2021-03-11T00:49:27.014Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:27.339Z] ---> Running in 71123f0820a9 [2021-03-11T00:49:28.109Z] Removing intermediate container f4a5e02c8ca8 [2021-03-11T00:49:28.109Z] ---> d63e4ddbce1c [2021-03-11T00:49:28.109Z] [2021-03-11T00:49:28.109Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T00:49:28.109Z] 3.12: Pulling from library/alpine [2021-03-11T00:49:28.887Z] Removing intermediate container 71123f0820a9 [2021-03-11T00:49:28.887Z] ---> eb75d9b8c3b4 [2021-03-11T00:49:28.887Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T00:49:28.888Z] Removing intermediate container ab1e16f582d0 [2021-03-11T00:49:28.888Z] ---> edf3a5d74709 [2021-03-11T00:49:28.888Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:29.225Z] Removing intermediate container 9836338aa446 [2021-03-11T00:49:29.225Z] ---> 05d7d63460dc [2021-03-11T00:49:29.225Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:29.225Z] ---> Running in 36819bc7c2ef [2021-03-11T00:49:29.580Z] ---> Running in abe3a0269780 [2021-03-11T00:49:29.580Z] ---> Running in df4117eb6f13 [2021-03-11T00:49:29.923Z] Removing intermediate container 306096a9b23a [2021-03-11T00:49:29.923Z] ---> ad6e7f17be97 [2021-03-11T00:49:29.923Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T00:49:30.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:49:30.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:49:30.511Z] ---> Running in a01648128959 [2021-03-11T00:49:30.866Z] Removing intermediate container 36819bc7c2ef [2021-03-11T00:49:30.866Z] ---> 19c3ad9fbfd3 [2021-03-11T00:49:30.866Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:49:31.237Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T00:49:31.237Z] Removing intermediate container abe3a0269780 [2021-03-11T00:49:31.237Z] ---> 303d8a163f1b [2021-03-11T00:49:31.237Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T00:49:31.237Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:49:31.237Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T00:49:31.237Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T00:49:31.237Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:31.537Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:49:31.538Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:49:31.538Z] ---> d10569e2745f [2021-03-11T00:49:31.538Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T00:49:31.538Z] Removing intermediate container 41cc24d5224c [2021-03-11T00:49:31.538Z] ---> 0102d323638d [2021-03-11T00:49:31.538Z] [2021-03-11T00:49:31.538Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T00:49:31.538Z] ---> d10569e2745f [2021-03-11T00:49:31.538Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T00:49:31.538Z] Removing intermediate container 0e93f9e80c5a [2021-03-11T00:49:31.538Z] ---> b83a46d84628 [2021-03-11T00:49:31.538Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T00:49:31.601Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:49:31.602Z] Removing intermediate container df4117eb6f13 [2021-03-11T00:49:31.602Z] ---> 68ff675100f1 [2021-03-11T00:49:31.602Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T00:49:31.602Z] OK: 7 MiB in 18 packages [2021-03-11T00:49:31.602Z] ---> Running in f906d7eb41de [2021-03-11T00:49:31.602Z] ---> Running in da719dffb30e [2021-03-11T00:49:31.818Z] ---> Running in 6180afc243da [2021-03-11T00:49:31.818Z] ---> Running in b4394e18cae4 [2021-03-11T00:49:31.931Z] ---> Running in 2e54e458a730 [2021-03-11T00:49:31.931Z] Removing intermediate container a01648128959 [2021-03-11T00:49:31.931Z] ---> 3a9bf32a3953 [2021-03-11T00:49:31.931Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T00:49:32.092Z] ---> Running in dbb338c9bdff [2021-03-11T00:49:32.565Z] ---> Running in e7c2c5b4f980 [2021-03-11T00:49:32.565Z] Removing intermediate container f906d7eb41de [2021-03-11T00:49:32.565Z] ---> e3325005733f [2021-03-11T00:49:32.565Z] Step 15/23 : WORKDIR / [2021-03-11T00:49:32.565Z] Removing intermediate container da719dffb30e [2021-03-11T00:49:32.565Z] ---> 45208469f924 [2021-03-11T00:49:32.565Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:49:32.886Z] Removing intermediate container 2e54e458a730 [2021-03-11T00:49:32.886Z] ---> a46d98a1bf8e [2021-03-11T00:49:32.886Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:49:32.886Z] ---> Running in 68e61b22a0b7 [2021-03-11T00:49:33.178Z] ---> Running in fadad0177faf [2021-03-11T00:49:33.505Z] ---> Running in fe68fb04d999 [2021-03-11T00:49:33.505Z] Removing intermediate container e7c2c5b4f980 [2021-03-11T00:49:33.505Z] ---> ae267c393660 [2021-03-11T00:49:33.505Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T00:49:34.735Z] 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-11T00:49:34.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:34.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:35.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:35.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:35.358Z] ---> Running in 94210487e71a [2021-03-11T00:49:35.358Z] Removing intermediate container 74ac0c3f1320 [2021-03-11T00:49:35.358Z] ---> f6dacefc9f2a [2021-03-11T00:49:35.358Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:49:35.619Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T00:49:35.619Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T00:49:35.681Z] Removing intermediate container fadad0177faf [2021-03-11T00:49:35.681Z] ---> c8269d6cf572 [2021-03-11T00:49:35.681Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:35.681Z] Removing intermediate container 68e61b22a0b7 [2021-03-11T00:49:35.681Z] ---> 91eb0ae603ab [2021-03-11T00:49:35.681Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:35.897Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:49:35.897Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:49:35.897Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T00:49:35.897Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T00:49:35.897Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T00:49:35.897Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T00:49:35.897Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:35.897Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:35.897Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:35.897Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:49:35.897Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:49:36.024Z] Removing intermediate container fe68fb04d999 [2021-03-11T00:49:36.025Z] ---> c8d108610600 [2021-03-11T00:49:36.025Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:36.175Z] OK: 7 MiB in 18 packages [2021-03-11T00:49:36.175Z] OK: 7 MiB in 19 packages [2021-03-11T00:49:36.417Z] ---> Running in 16c4f05e2001 [2021-03-11T00:49:37.201Z] Removing intermediate container 16c4f05e2001 [2021-03-11T00:49:37.201Z] ---> 17db4e1fdd09 [2021-03-11T00:49:37.201Z] Step 13/21 : WORKDIR /edgex [2021-03-11T00:49:37.201Z] ---> 80c7ab925c79 [2021-03-11T00:49:37.201Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T00:49:37.515Z] ---> ae94f53011b0 [2021-03-11T00:49:37.515Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T00:49:37.515Z] ---> 0383d3614efb [2021-03-11T00:49:37.515Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T00:49:37.813Z] ---> Running in 9483d9dc9d31 [2021-03-11T00:49:38.928Z] Removing intermediate container 9483d9dc9d31 [2021-03-11T00:49:38.928Z] ---> c1f69f691a59 [2021-03-11T00:49:38.928Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T00:49:39.611Z] ---> 577091663afa [2021-03-11T00:49:39.611Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:39.611Z] ---> 47b0d01ebb73 [2021-03-11T00:49:39.611Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:39.824Z] Removing intermediate container b4394e18cae4 [2021-03-11T00:49:39.824Z] ---> 5c20495929a6 [2021-03-11T00:49:39.824Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:49:39.824Z] Removing intermediate container 6180afc243da [2021-03-11T00:49:39.824Z] ---> 170ae476df3a [2021-03-11T00:49:39.824Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:49:39.902Z] ---> db07cd4721bc [2021-03-11T00:49:39.903Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:39.903Z] ---> 183ba17a8ceb [2021-03-11T00:49:39.903Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T00:49:40.182Z] Removing intermediate container 94210487e71a [2021-03-11T00:49:40.182Z] ---> a2178299f4f2 [2021-03-11T00:49:40.182Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T00:49:40.182Z] ---> Running in f236cd7d7967 [2021-03-11T00:49:40.436Z] ---> Running in 7b0e4ccce69d [2021-03-11T00:49:40.436Z] ---> Running in cd8302b7c4af [2021-03-11T00:49:40.448Z] ---> c29b1bbe0690 [2021-03-11T00:49:40.448Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T00:49:40.745Z] ---> c82351d631a8 [2021-03-11T00:49:40.745Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T00:49:40.745Z] ---> 5562c0df3faa [2021-03-11T00:49:40.745Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T00:49:40.745Z] ---> Running in 4cc4c2806ff1 [2021-03-11T00:49:41.055Z] ---> Running in f9fd1302e0a0 [2021-03-11T00:49:41.055Z] ---> Running in 5e09daf4134e [2021-03-11T00:49:41.055Z] ---> c7b96ada9062 [2021-03-11T00:49:41.055Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T00:49:41.367Z] Removing intermediate container f236cd7d7967 [2021-03-11T00:49:41.367Z] ---> 12afdfd93c58 [2021-03-11T00:49:41.367Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T00:49:41.427Z] Removing intermediate container cd8302b7c4af [2021-03-11T00:49:41.427Z] ---> d581bf238ace [2021-03-11T00:49:41.427Z] Step 13/24 : WORKDIR / [2021-03-11T00:49:41.701Z] Removing intermediate container 7b0e4ccce69d [2021-03-11T00:49:41.701Z] ---> ec57d2d75ec1 [2021-03-11T00:49:41.701Z] Step 13/21 : WORKDIR /edgex [2021-03-11T00:49:41.701Z] Removing intermediate container dbb338c9bdff [2021-03-11T00:49:41.701Z] ---> 4d5e1cd600ea [2021-03-11T00:49:41.701Z] [2021-03-11T00:49:41.701Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T00:49:41.701Z] 20.10.0: Pulling from library/docker [2021-03-11T00:49:41.788Z] Removing intermediate container 4cc4c2806ff1 [2021-03-11T00:49:41.788Z] ---> 7508aa1e5128 [2021-03-11T00:49:41.788Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:49:41.972Z] ---> Running in f5ee72d75d56 [2021-03-11T00:49:41.972Z] ---> Running in 4fb3e9a925bf [2021-03-11T00:49:42.554Z] Removing intermediate container f9fd1302e0a0 [2021-03-11T00:49:42.554Z] ---> 5031e658840f [2021-03-11T00:49:42.554Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:49:42.864Z] ---> Running in f7f58e105afa [2021-03-11T00:49:42.864Z] Removing intermediate container 5e09daf4134e [2021-03-11T00:49:42.864Z] ---> 88f67b3f7340 [2021-03-11T00:49:42.864Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:49:42.864Z] ---> Running in 163588d91bb2 [2021-03-11T00:49:42.864Z] ---> Running in 806fcf2c9f42 [2021-03-11T00:49:43.163Z] ---> 841e80613a10 [2021-03-11T00:49:43.163Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T00:49:43.163Z] ---> Running in 0a37e5d26316 [2021-03-11T00:49:43.448Z] Removing intermediate container f5ee72d75d56 [2021-03-11T00:49:43.448Z] ---> 2e665ad5a438 [2021-03-11T00:49:43.448Z] 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-11T00:49:43.452Z] Removing intermediate container f7f58e105afa [2021-03-11T00:49:43.452Z] ---> ca887a76e4f1 [2021-03-11T00:49:43.452Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T00:49:43.725Z] Removing intermediate container 4fb3e9a925bf [2021-03-11T00:49:43.725Z] ---> 52ef5e6ff518 [2021-03-11T00:49:43.725Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T00:49:43.731Z] Removing intermediate container 163588d91bb2 [2021-03-11T00:49:43.732Z] ---> dd0b9775fcfa [2021-03-11T00:49:43.732Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:49:43.732Z] Removing intermediate container 806fcf2c9f42 [2021-03-11T00:49:43.732Z] ---> bd136725197f [2021-03-11T00:49:43.732Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T00:49:43.732Z] ---> 868cfbe8e575 [2021-03-11T00:49:43.732Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T00:49:44.090Z] ---> Running in 7ed947ef96a2 [2021-03-11T00:49:44.090Z] ---> Running in a2f77062ef49 [2021-03-11T00:49:44.090Z] ---> Running in e2bb733efb96 [2021-03-11T00:49:44.417Z] ---> Running in 6a24be4d429c [2021-03-11T00:49:44.719Z] Removing intermediate container 7ed947ef96a2 [2021-03-11T00:49:44.719Z] ---> 6afa5dc90d0d [2021-03-11T00:49:44.719Z] Step 21/22 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:49:44.719Z] Removing intermediate container a2f77062ef49 [2021-03-11T00:49:44.719Z] ---> 4e420b7b7273 [2021-03-11T00:49:44.720Z] Step 22/23 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:49:45.027Z] Removing intermediate container e2bb733efb96 [2021-03-11T00:49:45.027Z] ---> 6f9b8b5d55e8 [2021-03-11T00:49:45.027Z] Step 21/22 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:49:45.027Z] ---> Running in 15a5967f30df [2021-03-11T00:49:45.027Z] Removing intermediate container 6a24be4d429c [2021-03-11T00:49:45.027Z] ---> 1ac5c44a2937 [2021-03-11T00:49:45.027Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T00:49:45.346Z] ---> Running in 815a5ce43378 [2021-03-11T00:49:45.346Z] ---> Running in 4cdfd37762a3 [2021-03-11T00:49:45.346Z] ---> Running in e36559f5ce3e [2021-03-11T00:49:45.732Z] ---> 2bc39932519a [2021-03-11T00:49:45.732Z] 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-11T00:49:46.004Z] ---> 6cab2253c828 [2021-03-11T00:49:46.004Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T00:49:46.005Z] Removing intermediate container 15a5967f30df [2021-03-11T00:49:46.005Z] ---> 4b7cd82ea89f [2021-03-11T00:49:46.005Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:49:46.005Z] Removing intermediate container 815a5ce43378 [2021-03-11T00:49:46.005Z] ---> f68095a200b5 [2021-03-11T00:49:46.005Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:49:46.005Z] ---> Running in e13c2f6f06b1 [2021-03-11T00:49:46.005Z] Removing intermediate container 4cdfd37762a3 [2021-03-11T00:49:46.005Z] ---> 59d4616e036d [2021-03-11T00:49:46.005Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:49:46.316Z] ---> Running in cbf22478be9a [2021-03-11T00:49:46.316Z] Removing intermediate container e36559f5ce3e [2021-03-11T00:49:46.316Z] ---> f1d27d572529 [2021-03-11T00:49:46.316Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T00:49:46.609Z] Removing intermediate container 7e453543c392 [2021-03-11T00:49:46.609Z] ---> 7c7ebd0b3bf9 [2021-03-11T00:49:46.609Z] [2021-03-11T00:49:46.609Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:49:46.609Z] ---> d10569e2745f [2021-03-11T00:49:46.609Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:49:46.667Z] ---> Running in f82efa1c4534 [2021-03-11T00:49:46.667Z] ---> Running in 13dff15a5471 [2021-03-11T00:49:46.883Z] ---> Running in 2f093e8260f5 [2021-03-11T00:49:46.883Z] ---> 94918058fec1 [2021-03-11T00:49:46.883Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:46.962Z] Removing intermediate container 0a37e5d26316 [2021-03-11T00:49:46.962Z] ---> b75666ca54ad [2021-03-11T00:49:46.962Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:46.962Z] Removing intermediate container e13c2f6f06b1 [2021-03-11T00:49:46.962Z] ---> c55928071b43 [2021-03-11T00:49:46.962Z] [2021-03-11T00:49:46.962Z] Removing intermediate container cbf22478be9a [2021-03-11T00:49:46.962Z] ---> d0c448b82ffe [2021-03-11T00:49:46.962Z] [2021-03-11T00:49:47.588Z] Removing intermediate container f82efa1c4534 [2021-03-11T00:49:47.588Z] ---> 2b571555af83 [2021-03-11T00:49:47.588Z] [2021-03-11T00:49:48.228Z] Removing intermediate container 13dff15a5471 [2021-03-11T00:49:48.229Z] ---> 718cbfbe4aa9 [2021-03-11T00:49:48.229Z] Step 20/21 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:49:48.327Z] ---> 515dff647620 [2021-03-11T00:49:48.327Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T00:49:48.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:48.601Z] ---> 72c650fe96e2 [2021-03-11T00:49:48.601Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T00:49:48.623Z] Successfully built 2b571555af83 [2021-03-11T00:49:48.623Z] ---> 18a3f421b2c1 [2021-03-11T00:49:48.623Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T00:49:48.623Z] ---> Running in a3d05422f62f [2021-03-11T00:49:48.623Z] Successfully tagged docker-core-command-go:latest [2021-03-11T00:49:48.623Z] Building docker-core-data-go [2021-03-11T00:49:48.623Z]  Building docker-core-command-go ... done Successfully built c55928071b43 [2021-03-11T00:49:48.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:49.041Z] Successfully built d0c448b82ffe [2021-03-11T00:49:49.041Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T00:49:49.041Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-11T00:49:49.450Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T00:49:49.450Z] Building docker-security-secretstore-setup-go [2021-03-11T00:49:49.450Z]  Building docker-support-scheduler-go ... done Removing intermediate container a3d05422f62f [2021-03-11T00:49:49.450Z] ---> 939d54663d6b [2021-03-11T00:49:49.450Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T00:49:49.492Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:49.493Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:49.493Z] OK: 5 MiB in 15 packages [2021-03-11T00:49:49.817Z] ---> Running in 27775c94996e [2021-03-11T00:49:50.458Z] Removing intermediate container 27775c94996e [2021-03-11T00:49:50.458Z] ---> 1c0f116f842b [2021-03-11T00:49:50.458Z] [2021-03-11T00:49:51.151Z] Successfully built 1c0f116f842b [2021-03-11T00:49:51.151Z] ---> c3a96a1dd66f [2021-03-11T00:49:51.151Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T00:49:51.151Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T00:49:51.151Z] Building docker-sys-mgmt-agent-go [2021-03-11T00:49:52.147Z] ---> 762c847d81d2 [2021-03-11T00:49:52.147Z] ---> c182bdc807ee [2021-03-11T00:49:52.147Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T00:49:52.147Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T00:49:52.147Z] Removing intermediate container 2f093e8260f5 [2021-03-11T00:49:52.147Z] ---> 39afbaf605ad [2021-03-11T00:49:52.147Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:52.423Z] Removing intermediate container 94122f57c40f [2021-03-11T00:49:52.424Z] ---> 3355f715e435 [2021-03-11T00:49:52.424Z] [2021-03-11T00:49:52.424Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:49:52.424Z] ---> d10569e2745f [2021-03-11T00:49:52.424Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:49:52.424Z] ---> Using cache [2021-03-11T00:49:52.424Z] ---> 39afbaf605ad [2021-03-11T00:49:52.424Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:52.424Z] ---> Running in e32d149c01c1 [2021-03-11T00:49:52.701Z] ---> Running in e890ad833e32 [2021-03-11T00:49:52.701Z] ---> Running in ca1044fd3e5f [2021-03-11T00:49:52.857Z]  Building docker-security-proxy-setup-go ... done  ---> 20823f52eaee [2021-03-11T00:49:52.857Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T00:49:53.296Z] Removing intermediate container e32d149c01c1 [2021-03-11T00:49:53.296Z] ---> 46ce080d8748 [2021-03-11T00:49:53.296Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T00:49:53.570Z] ---> Running in f9d0810f1cc9 [2021-03-11T00:49:53.850Z] Removing intermediate container e890ad833e32 [2021-03-11T00:49:53.850Z] ---> 9956ca9b3fee [2021-03-11T00:49:53.850Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T00:49:54.130Z] Removing intermediate container ca1044fd3e5f [2021-03-11T00:49:54.130Z] ---> b62c3c4b1508 [2021-03-11T00:49:54.130Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T00:49:54.130Z] ---> 576292a20cb3 [2021-03-11T00:49:54.130Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T00:49:54.130Z] ---> Running in 03afe59adc62 [2021-03-11T00:49:54.403Z] ---> Running in fb618b9f44c3 [2021-03-11T00:49:54.403Z] Removing intermediate container f9d0810f1cc9 [2021-03-11T00:49:54.403Z] ---> e1c03abe5a5f [2021-03-11T00:49:54.403Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T00:49:54.680Z] ---> Running in 63505f5c8684 [2021-03-11T00:49:55.273Z] Removing intermediate container 03afe59adc62 [2021-03-11T00:49:55.273Z] ---> 0775e49d98ad [2021-03-11T00:49:55.273Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:49:55.273Z] ---> d506f766fc9f [2021-03-11T00:49:55.273Z] 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-11T00:49:55.273Z] Removing intermediate container fb618b9f44c3 [2021-03-11T00:49:55.273Z] ---> 29200f3fa469 [2021-03-11T00:49:55.273Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:49:55.546Z] ---> Running in 389dd08f8b5e [2021-03-11T00:49:55.822Z] ---> Running in 80255e84217e [2021-03-11T00:49:55.822Z] Removing intermediate container 63505f5c8684 [2021-03-11T00:49:55.822Z] ---> e095ccc4f0c5 [2021-03-11T00:49:55.822Z] ---> Running in 88cdfa89b8fe [2021-03-11T00:49:55.822Z] Step 20/21 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:49:56.098Z] ---> Running in c3279f3fa71b [2021-03-11T00:49:56.379Z] Removing intermediate container 389dd08f8b5e [2021-03-11T00:49:56.379Z] ---> 035ffa13a597 [2021-03-11T00:49:56.379Z] Step 15/23 : WORKDIR / [2021-03-11T00:49:56.379Z] Removing intermediate container 88cdfa89b8fe [2021-03-11T00:49:56.379Z] ---> 01e8b829741f [2021-03-11T00:49:56.379Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:56.446Z] ---> 1771d747756c [2021-03-11T00:49:56.446Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T00:49:56.986Z] ---> Running in 0b2b12f47389 [2021-03-11T00:49:56.986Z] Removing intermediate container c3279f3fa71b [2021-03-11T00:49:56.986Z] ---> 2a09a3ceaf9d [2021-03-11T00:49:56.986Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T00:49:57.587Z] ---> Running in a5ed3429e14d [2021-03-11T00:49:57.587Z] ---> c8007ec5b575 [2021-03-11T00:49:57.587Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T00:49:57.864Z] Removing intermediate container 0b2b12f47389 [2021-03-11T00:49:57.864Z] ---> 645377394245 [2021-03-11T00:49:57.864Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:58.139Z] Removing intermediate container a5ed3429e14d [2021-03-11T00:49:58.139Z] ---> d00c9725dbda [2021-03-11T00:49:58.139Z] [2021-03-11T00:49:58.139Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T00:49:58.417Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T00:49:58.417Z] ---> eeaf43b92773 [2021-03-11T00:49:58.417Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T00:49:58.690Z] ---> Running in 73a3e1c17bec [2021-03-11T00:49:58.967Z] Successfully built d00c9725dbda [2021-03-11T00:49:58.967Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T00:49:58.967Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-11T00:49:59.243Z] ---> e1a44458080f [2021-03-11T00:49:59.243Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T00:49:59.243Z] Removing intermediate container 80255e84217e [2021-03-11T00:49:59.243Z] ---> c58090e1e163 [2021-03-11T00:49:59.517Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T00:49:59.792Z] ---> Running in 6da33da747d4 [2021-03-11T00:49:59.792Z] ---> 7b909b2d4a34 [2021-03-11T00:49:59.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T00:50:00.194Z] ---> 30f963f794f8 [2021-03-11T00:50:00.194Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T00:50:00.194Z] ---> Running in caf07ff79559 [2021-03-11T00:50:00.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:00.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:00.683Z] Removing intermediate container 6da33da747d4 [2021-03-11T00:50:00.683Z] ---> 9293324d50cf [2021-03-11T00:50:00.683Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T00:50:01.279Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T00:50:01.279Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T00:50:01.279Z] Executing bash-5.0.17-r0.post-install [2021-03-11T00:50:01.279Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:50:01.279Z] OK: 12 MiB in 22 packages [2021-03-11T00:50:01.551Z] ---> Running in 744e875ade22 [2021-03-11T00:50:02.152Z] ---> 1f403c02b4da [2021-03-11T00:50:02.152Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T00:50:02.152Z] ---> d20f5197a0f1 [2021-03-11T00:50:02.152Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T00:50:02.755Z] Removing intermediate container 744e875ade22 [2021-03-11T00:50:02.755Z] ---> edf48068c8bb [2021-03-11T00:50:02.755Z] Step 23/24 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:50:02.755Z] ---> Running in 144e4a3c2e93 [2021-03-11T00:50:03.356Z] ---> Running in ce4b3e8ee06d [2021-03-11T00:50:03.356Z] ---> 26f261fb063c [2021-03-11T00:50:03.356Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T00:50:03.983Z] Removing intermediate container 144e4a3c2e93 [2021-03-11T00:50:03.983Z] ---> 30004fce78db [2021-03-11T00:50:03.983Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:50:03.983Z] ---> Running in e8565e5814eb [2021-03-11T00:50:04.057Z] Removing intermediate container caf07ff79559 [2021-03-11T00:50:04.057Z] ---> 65664d8cc718 [2021-03-11T00:50:04.057Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T00:50:04.300Z] Removing intermediate container ce4b3e8ee06d [2021-03-11T00:50:04.300Z] ---> be7987200002 [2021-03-11T00:50:04.300Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T00:50:04.300Z] ---> Running in 575068243c37 [2021-03-11T00:50:04.583Z] Removing intermediate container 73a3e1c17bec [2021-03-11T00:50:04.583Z] ---> f76f2a9132dd [2021-03-11T00:50:04.583Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T00:50:04.860Z] ---> Running in 64d0593082cf [2021-03-11T00:50:05.172Z] ---> Running in 7913d5e9df8e [2021-03-11T00:50:05.443Z] Removing intermediate container e8565e5814eb [2021-03-11T00:50:05.443Z] ---> f53f724c4019 [2021-03-11T00:50:05.443Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:50:05.727Z] Removing intermediate container 575068243c37 [2021-03-11T00:50:05.727Z] ---> 8a32f9d739ed [2021-03-11T00:50:05.727Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T00:50:06.002Z] ---> Running in 228e5c088b02 [2021-03-11T00:50:06.002Z] ---> Running in 9ce0972a081d [2021-03-11T00:50:06.002Z] Removing intermediate container 64d0593082cf [2021-03-11T00:50:06.002Z] ---> 96d65486ad1f [2021-03-11T00:50:06.002Z] [2021-03-11T00:50:06.276Z] Removing intermediate container 7913d5e9df8e [2021-03-11T00:50:06.276Z] ---> cb9b490394f4 [2021-03-11T00:50:06.276Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T00:50:06.553Z] ---> Running in dc722fb5f623 [2021-03-11T00:50:06.825Z] Successfully built 96d65486ad1f [2021-03-11T00:50:06.825Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T00:50:06.825Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-11T00:50:07.096Z] Removing intermediate container 228e5c088b02 [2021-03-11T00:50:07.096Z] ---> 353d0285fe48 [2021-03-11T00:50:07.096Z] Removing intermediate container 9ce0972a081d [2021-03-11T00:50:07.096Z] Step 21/23 : LABEL arch=arm64 ---> f2c3485805ba [2021-03-11T00:50:07.096Z] [2021-03-11T00:50:07.096Z] Step 21/22 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:50:07.368Z] Removing intermediate container dc722fb5f623 [2021-03-11T00:50:07.368Z] ---> 3d8da9f3949d [2021-03-11T00:50:07.368Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T00:50:07.641Z] ---> Running in 2a0ff600c834 [2021-03-11T00:50:07.641Z] ---> Running in 1a9844813398 [2021-03-11T00:50:07.913Z] ---> Running in 68a4d1617423 [2021-03-11T00:50:08.556Z] Removing intermediate container 2a0ff600c834 [2021-03-11T00:50:08.556Z] ---> d6436bbdc398 [2021-03-11T00:50:08.556Z] Step 22/23 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:50:08.556Z] Removing intermediate container 1a9844813398 [2021-03-11T00:50:08.556Z] ---> 7ab764aa266c [2021-03-11T00:50:08.556Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:50:08.830Z] Removing intermediate container 68a4d1617423 [2021-03-11T00:50:08.830Z] ---> 61bca94d12a7 [2021-03-11T00:50:08.830Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T00:50:08.830Z] ---> Running in bb13e991f11f [2021-03-11T00:50:09.106Z] ---> Running in 695edf9043a7 [2021-03-11T00:50:09.190Z] ---> f13c56640a09 [2021-03-11T00:50:09.191Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T00:50:09.191Z] ---> Running in fd65779e6de4 [2021-03-11T00:50:10.098Z] Removing intermediate container bb13e991f11f [2021-03-11T00:50:10.098Z] ---> 30f9513f3415 [2021-03-11T00:50:10.098Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:50:10.695Z] Removing intermediate container 695edf9043a7 [2021-03-11T00:50:10.695Z] ---> 35ed3b6d0161 [2021-03-11T00:50:10.695Z] [2021-03-11T00:50:10.970Z] ---> 17752f9af42f [2021-03-11T00:50:10.970Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T00:50:10.970Z] ---> Running in d85bcfb18b8a [2021-03-11T00:50:11.569Z] Successfully built 35ed3b6d0161 [2021-03-11T00:50:11.569Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T00:50:11.569Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-11T00:50:12.173Z] Removing intermediate container d85bcfb18b8a [2021-03-11T00:50:12.173Z] ---> 6cc653cef5ac [2021-03-11T00:50:12.173Z] [2021-03-11T00:50:12.769Z] ---> 1ff9f70c7472 [2021-03-11T00:50:12.769Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T00:50:12.769Z] Successfully built 6cc653cef5ac [2021-03-11T00:50:12.769Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T00:50:12.769Z] Building docker-support-notifications-go [2021-03-11T00:50:14.207Z]  Building docker-core-metadata-go ... done  ---> 46c915f5abbd [2021-03-11T00:50:14.207Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T00:50:14.207Z] ---> Running in 21bf349c01b9 [2021-03-11T00:50:15.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:15.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:16.238Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T00:50:16.238Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T00:50:16.238Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T00:50:16.238Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T00:50:16.238Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T00:50:16.238Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T00:50:16.238Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T00:50:18.057Z] Removing intermediate container fd65779e6de4 [2021-03-11T00:50:18.057Z] ---> dcd18e09056e [2021-03-11T00:50:18.057Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T00:50:18.057Z] ---> Running in d3d857eb9161 [2021-03-11T00:50:18.218Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T00:50:18.218Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T00:50:18.219Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T00:50:18.219Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T00:50:18.219Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T00:50:18.219Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T00:50:18.219Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T00:50:18.219Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T00:50:18.219Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T00:50:18.219Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T00:50:18.219Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T00:50:18.219Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T00:50:18.219Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T00:50:18.219Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T00:50:18.493Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T00:50:18.493Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T00:50:18.493Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T00:50:18.493Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T00:50:18.493Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T00:50:18.493Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T00:50:18.493Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T00:50:18.493Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T00:50:18.493Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T00:50:18.493Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T00:50:18.493Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T00:50:18.493Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T00:50:18.657Z] Removing intermediate container d3d857eb9161 [2021-03-11T00:50:18.657Z] ---> 4763ee0c8e57 [2021-03-11T00:50:18.657Z] Step 28/31 : CMD ["gate"] [2021-03-11T00:50:18.767Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:50:18.767Z] OK: 71 MiB in 55 packages [2021-03-11T00:50:20.083Z] ---> Running in ba81aa6c2cb4 [2021-03-11T00:50:21.272Z] Removing intermediate container ba81aa6c2cb4 [2021-03-11T00:50:21.272Z] ---> 1e84149b67a0 [2021-03-11T00:50:21.272Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T00:50:21.272Z] ---> Running in ebdd1348328d [2021-03-11T00:50:22.645Z] Removing intermediate container ebdd1348328d [2021-03-11T00:50:22.645Z] ---> 4da048db7313 [2021-03-11T00:50:22.645Z] Step 30/31 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:50:23.008Z] ---> Running in 0acef7b33949 [2021-03-11T00:50:24.081Z] Removing intermediate container 0acef7b33949 [2021-03-11T00:50:24.081Z] ---> f055f8766cf3 [2021-03-11T00:50:24.081Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T00:50:24.498Z] ---> Running in 98711670e0ab [2021-03-11T00:50:25.662Z] Removing intermediate container 98711670e0ab [2021-03-11T00:50:25.662Z] ---> f0ea3fefd860 [2021-03-11T00:50:25.662Z] [2021-03-11T00:50:27.649Z] Successfully built f0ea3fefd860 [2021-03-11T00:50:28.090Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T00:50:28.955Z] Removing intermediate container 21bf349c01b9 [2021-03-11T00:50:28.955Z] ---> b36b6008df86 [2021-03-11T00:50:28.955Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T00:50:29.229Z] ---> Running in 17aec17ea31a [2021-03-11T00:50:35.960Z] Collecting docker-compose==1.23.2 [2021-03-11T00:50:35.960Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T00:50:37.939Z] Collecting PyYAML<4,>=3.10 [2021-03-11T00:50:37.939Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T00:50:41.364Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:50:41.364Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:50:41.364Z] ---> 29f6464d8d4b [2021-03-11T00:50:41.364Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T00:50:41.364Z] ---> Using cache [2021-03-11T00:50:41.364Z] ---> 223c274e1c75 [2021-03-11T00:50:41.364Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:50:41.364Z] ---> Using cache [2021-03-11T00:50:41.364Z] ---> 474c21e2799e [2021-03-11T00:50:41.364Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T00:50:41.364Z] ---> Using cache [2021-03-11T00:50:41.364Z] ---> abab008f9f56 [2021-03-11T00:50:41.364Z] Step 6/31 : COPY go.mod . [2021-03-11T00:50:41.364Z] ---> Using cache [2021-03-11T00:50:41.364Z] ---> 552149b65cff [2021-03-11T00:50:41.364Z] Step 7/31 : RUN go mod download [2021-03-11T00:50:41.364Z] ---> Using cache [2021-03-11T00:50:41.364Z] ---> 3e264d9dea1f [2021-03-11T00:50:41.364Z] Step 8/31 : COPY . . [2021-03-11T00:50:41.364Z] ---> Using cache [2021-03-11T00:50:41.364Z] ---> 56c251ec9e0f [2021-03-11T00:50:41.364Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T00:50:42.840Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T00:50:42.840Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T00:50:43.501Z] ---> Running in e3d664f5fab2 [2021-03-11T00:50:44.115Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T00:50:44.115Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T00:50:45.582Z] 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-11T00:50:46.192Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T00:50:46.192Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T00:50:46.471Z] 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-11T00:50:46.748Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T00:50:47.020Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T00:50:49.658Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T00:50:49.658Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T00:50:52.731Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T00:50:53.006Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T00:50:53.605Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T00:50:53.605Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T00:50:54.592Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T00:50:54.592Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T00:50:57.252Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:50:57.252Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:50:57.252Z] ---> 29f6464d8d4b [2021-03-11T00:50:57.252Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:50:57.252Z] ---> Using cache [2021-03-11T00:50:57.252Z] ---> 223c274e1c75 [2021-03-11T00:50:57.252Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:50:57.252Z] ---> Using cache [2021-03-11T00:50:57.252Z] ---> 474c21e2799e [2021-03-11T00:50:57.252Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:50:57.252Z] ---> Using cache [2021-03-11T00:50:57.252Z] ---> abab008f9f56 [2021-03-11T00:50:57.252Z] Step 6/23 : COPY go.mod . [2021-03-11T00:50:57.252Z] ---> Using cache [2021-03-11T00:50:57.252Z] ---> 552149b65cff [2021-03-11T00:50:57.252Z] Step 7/23 : RUN go mod download [2021-03-11T00:50:57.252Z] ---> Using cache [2021-03-11T00:50:57.252Z] ---> 3e264d9dea1f [2021-03-11T00:50:57.252Z] Step 8/23 : COPY . . [2021-03-11T00:50:57.252Z] ---> Using cache [2021-03-11T00:50:57.252Z] ---> 56c251ec9e0f [2021-03-11T00:50:57.252Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T00:50:57.866Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T00:50:57.867Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T00:50:58.502Z] 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-11T00:50:59.126Z] Collecting idna<2.8,>=2.5 [2021-03-11T00:50:59.126Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T00:51:00.153Z] 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-11T00:51:00.153Z] ---> Running in f5c0fee6fcf0 [2021-03-11T00:51:01.146Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T00:51:01.146Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T00:51:01.432Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T00:51:01.432Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T00:51:01.432Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T00:51:01.432Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T00:51:02.898Z] Installing collected packages: PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, dockerpty, cached-property, jsonschema, texttable, docker-compose [2021-03-11T00:51:02.898Z] Running setup.py install for PyYAML: started [2021-03-11T00:51:02.898Z] 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-11T00:51:03.177Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:51:03.177Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:51:03.177Z] ---> 29f6464d8d4b [2021-03-11T00:51:03.177Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:51:03.177Z] ---> Using cache [2021-03-11T00:51:03.177Z] ---> 223c274e1c75 [2021-03-11T00:51:03.177Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:51:03.177Z] ---> Using cache [2021-03-11T00:51:03.177Z] ---> 474c21e2799e [2021-03-11T00:51:03.177Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T00:51:03.783Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:51:03.783Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:51:03.783Z] ---> 29f6464d8d4b [2021-03-11T00:51:03.783Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:51:03.783Z] ---> Using cache [2021-03-11T00:51:03.783Z] ---> 223c274e1c75 [2021-03-11T00:51:03.783Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:51:03.783Z] ---> Using cache [2021-03-11T00:51:03.783Z] ---> 474c21e2799e [2021-03-11T00:51:03.783Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T00:51:04.772Z] ---> Running in e0c371287b0d [2021-03-11T00:51:04.772Z] ---> Running in 553829e26360 [2021-03-11T00:51:06.255Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T00:51:06.864Z] Attempting uninstall: idna [2021-03-11T00:51:06.864Z] Found existing installation: idna 2.9 [2021-03-11T00:51:07.167Z] Uninstalling idna-2.9: [2021-03-11T00:51:07.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:07.167Z] Successfully uninstalled idna-2.9 [2021-03-11T00:51:07.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:08.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:08.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:08.158Z] Attempting uninstall: urllib3 [2021-03-11T00:51:08.158Z] Found existing installation: urllib3 1.25.9 [2021-03-11T00:51:08.158Z] Uninstalling urllib3-1.25.9: [2021-03-11T00:51:08.435Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T00:51:09.040Z] OK: 217 MiB in 51 packages [2021-03-11T00:51:09.040Z] OK: 217 MiB in 51 packages [2021-03-11T00:51:09.316Z] Attempting uninstall: requests [2021-03-11T00:51:09.316Z] Found existing installation: requests 2.23.0 [2021-03-11T00:51:09.316Z] Uninstalling requests-2.23.0: [2021-03-11T00:51:09.594Z] Successfully uninstalled requests-2.23.0 [2021-03-11T00:51:11.604Z] Removing intermediate container 553829e26360 [2021-03-11T00:51:11.604Z] ---> 67a3859ee4f9 [2021-03-11T00:51:11.604Z] Step 6/23 : COPY go.mod . [2021-03-11T00:51:11.604Z] Removing intermediate container e0c371287b0d [2021-03-11T00:51:11.604Z] ---> 1b974f5c25d5 [2021-03-11T00:51:11.604Z] Step 6/22 : COPY go.mod . [2021-03-11T00:51:11.604Z] Running setup.py install for docopt: started [2021-03-11T00:51:12.734Z] ---> c606a5f1b7a0 [2021-03-11T00:51:12.734Z] Step 7/23 : RUN go mod download [2021-03-11T00:51:12.734Z] ---> 4e4dee371ff9 [2021-03-11T00:51:12.734Z] Step 7/22 : RUN go mod download [2021-03-11T00:51:13.022Z] ---> Running in 56fe717a7213 [2021-03-11T00:51:13.022Z] ---> Running in 82cfbb14f679 [2021-03-11T00:51:15.682Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T00:51:15.682Z] Running setup.py install for dockerpty: started [2021-03-11T00:51:19.109Z] Removing intermediate container 56fe717a7213 [2021-03-11T00:51:19.109Z] ---> 858dcb979231 [2021-03-11T00:51:19.109Z] Step 8/23 : COPY . . [2021-03-11T00:51:19.109Z] Removing intermediate container 82cfbb14f679 [2021-03-11T00:51:19.109Z] ---> ed1aeafa0c94 [2021-03-11T00:51:19.109Z] Step 8/22 : COPY . . [2021-03-11T00:51:19.109Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T00:51:19.716Z] Running setup.py install for texttable: started [2021-03-11T00:51:23.130Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T00:51:24.126Z] 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-11T00:51:36.597Z] Removing intermediate container 17aec17ea31a [2021-03-11T00:51:36.598Z] ---> b7ba3f06124a [2021-03-11T00:51:36.598Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T00:51:36.598Z] ---> Running in 1d10e6cef52d [2021-03-11T00:51:39.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:39.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:40.052Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:51:40.052Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:51:40.052Z] ---> 6dc403f411b6 [2021-03-11T00:51:40.052Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> a5818342f25e [2021-03-11T00:51:40.052Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> 09c840e028c4 [2021-03-11T00:51:40.052Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T00:51:40.052Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:51:40.052Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:51:40.052Z] ---> 6dc403f411b6 [2021-03-11T00:51:40.052Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> a5818342f25e [2021-03-11T00:51:40.052Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> 09c840e028c4 [2021-03-11T00:51:40.052Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T00:51:40.052Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:51:40.052Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:51:40.052Z] ---> 6dc403f411b6 [2021-03-11T00:51:40.052Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> a5818342f25e [2021-03-11T00:51:40.052Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> 09c840e028c4 [2021-03-11T00:51:40.052Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> 3d4f93d31c79 [2021-03-11T00:51:40.052Z] Step 6/24 : COPY go.mod . [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> dfde18c72afe [2021-03-11T00:51:40.052Z] Step 7/24 : RUN go mod download [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> 0d982a8fd190 [2021-03-11T00:51:40.052Z] Step 8/24 : COPY . . [2021-03-11T00:51:40.052Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:51:40.052Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:51:40.052Z] ---> 6dc403f411b6 [2021-03-11T00:51:40.052Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> a5818342f25e [2021-03-11T00:51:40.052Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> 09c840e028c4 [2021-03-11T00:51:40.052Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> 3d4f93d31c79 [2021-03-11T00:51:40.052Z] Step 6/23 : COPY go.mod . [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> dfde18c72afe [2021-03-11T00:51:40.052Z] Step 7/23 : RUN go mod download [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> 0d982a8fd190 [2021-03-11T00:51:40.052Z] Step 8/23 : COPY . . [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> 732894147de3 [2021-03-11T00:51:40.052Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T00:51:40.052Z] ---> Using cache [2021-03-11T00:51:40.052Z] ---> 732894147de3 [2021-03-11T00:51:40.052Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T00:51:40.052Z] ---> Running in b56ee2337060 [2021-03-11T00:51:40.052Z] ---> Running in fc37f934cfa2 [2021-03-11T00:51:40.052Z] ---> Running in 9d8543306cb5 [2021-03-11T00:51:40.052Z] ---> Running in 3ff77b24d9f3 [2021-03-11T00:51:40.138Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:51:40.138Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T00:51:40.138Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T00:51:40.138Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:51:40.138Z] OK: 71 MiB in 58 packages [2021-03-11T00:51:43.448Z] 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-11T00:51:43.449Z] 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-11T00:51:43.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:43.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:43.605Z] Removing intermediate container 1d10e6cef52d [2021-03-11T00:51:43.605Z] ---> 02a03176519c [2021-03-11T00:51:43.605Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T00:51:43.605Z] ---> Running in f8c8e57cb24c [2021-03-11T00:51:44.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:44.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:44.826Z] OK: 233 MiB in 51 packages [2021-03-11T00:51:45.097Z] Removing intermediate container f8c8e57cb24c [2021-03-11T00:51:45.097Z] ---> e73510a79df2 [2021-03-11T00:51:45.097Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:51:45.170Z] OK: 233 MiB in 51 packages [2021-03-11T00:51:45.375Z] ---> Running in e6c280f020c6 [2021-03-11T00:51:46.402Z] Removing intermediate container e6c280f020c6 [2021-03-11T00:51:46.402Z] ---> 498e3c4b5440 [2021-03-11T00:51:46.402Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T00:51:47.019Z] ---> Running in 8c5390a7bb18 [2021-03-11T00:51:48.168Z] Removing intermediate container b56ee2337060 [2021-03-11T00:51:48.168Z] ---> b227d0bfb41b [2021-03-11T00:51:48.168Z] Step 6/23 : COPY go.mod . [2021-03-11T00:51:48.464Z] Removing intermediate container fc37f934cfa2 [2021-03-11T00:51:48.464Z] ---> bc498c82a33a [2021-03-11T00:51:48.464Z] Step 6/26 : COPY go.mod . [2021-03-11T00:51:48.472Z] Removing intermediate container 8c5390a7bb18 [2021-03-11T00:51:48.472Z] ---> 2f0af1d70726 [2021-03-11T00:51:48.472Z] Step 25/26 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:51:48.752Z] ---> Running in f4cdb8817ee2 [2021-03-11T00:51:49.093Z] ---> b1717ce1a7cd [2021-03-11T00:51:49.093Z] Step 7/23 : RUN go mod download [2021-03-11T00:51:49.849Z] ---> 568a88fe71d9 [2021-03-11T00:51:49.849Z] Step 7/26 : RUN go mod download [2021-03-11T00:51:49.849Z] ---> Running in 4ce12e92ac59 [2021-03-11T00:51:50.220Z] Removing intermediate container f4cdb8817ee2 [2021-03-11T00:51:50.220Z] ---> 3fe1bd2566d0 [2021-03-11T00:51:50.220Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T00:51:50.262Z] ---> Running in 72de17a4b686 [2021-03-11T00:51:50.830Z] ---> Running in 68b8dd8f43a6 [2021-03-11T00:51:52.001Z] Removing intermediate container 68b8dd8f43a6 [2021-03-11T00:51:52.001Z] ---> 330029166c07 [2021-03-11T00:51:52.001Z] [2021-03-11T00:51:53.010Z] ---> d1c9bcb6e5d5 [2021-03-11T00:51:53.010Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T00:51:53.285Z] Successfully built 330029166c07 [2021-03-11T00:51:53.285Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T00:51:53.285Z] ---> Running in 1bb9edc92b8e [2021-03-11T00:51:53.890Z]  Building docker-sys-mgmt-agent-go ... done  ---> 378aaf45ca03 [2021-03-11T00:51:53.890Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T00:51:54.169Z] ---> Running in b6a29cd95105 [2021-03-11T00:51:55.616Z] 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-11T00:51:56.217Z] 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-11T00:51:57.471Z] Removing intermediate container 4ce12e92ac59 [2021-03-11T00:51:57.471Z] ---> 58b9bc726d20 [2021-03-11T00:51:57.471Z] Step 8/23 : COPY . . [2021-03-11T00:51:57.471Z] Removing intermediate container 72de17a4b686 [2021-03-11T00:51:57.471Z] ---> 3e24f99f1df2 [2021-03-11T00:51:57.471Z] Step 8/26 : COPY . . [2021-03-11T00:52:14.566Z] Removing intermediate container e3d664f5fab2 [2021-03-11T00:52:14.566Z] ---> e7e3035a6fe9 [2021-03-11T00:52:14.566Z] [2021-03-11T00:52:14.566Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T00:52:14.566Z] ---> d10569e2745f [2021-03-11T00:52:14.566Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T00:52:14.566Z] ---> Running in 183e3af22691 [2021-03-11T00:52:15.562Z] Removing intermediate container 183e3af22691 [2021-03-11T00:52:15.562Z] ---> 79061c9f2a77 [2021-03-11T00:52:15.562Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T00:52:15.562Z] ---> Running in fae0e5813682 [2021-03-11T00:52:17.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:17.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:18.825Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:52:18.825Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T00:52:18.825Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:52:18.825Z] OK: 5 MiB in 16 packages [2021-03-11T00:52:20.836Z] Removing intermediate container fae0e5813682 [2021-03-11T00:52:20.836Z] ---> 92273ac9bf1d [2021-03-11T00:52:20.836Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T00:52:20.836Z] ---> Running in 60584a6c2c58 [2021-03-11T00:52:21.446Z] Removing intermediate container 60584a6c2c58 [2021-03-11T00:52:21.446Z] ---> 669b9c76ee76 [2021-03-11T00:52:21.446Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T00:52:21.730Z] ---> Running in d2b4c4643a30 [2021-03-11T00:52:22.741Z] Removing intermediate container d2b4c4643a30 [2021-03-11T00:52:22.741Z] ---> e3b5ce981d58 [2021-03-11T00:52:22.741Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T00:52:22.741Z] ---> Running in a08d5e8a7fb6 [2021-03-11T00:52:27.134Z] Removing intermediate container a08d5e8a7fb6 [2021-03-11T00:52:27.134Z] ---> 91aa367236e8 [2021-03-11T00:52:27.134Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T00:52:27.134Z] ---> Running in 65e79b59fc9a [2021-03-11T00:52:27.412Z] Removing intermediate container 65e79b59fc9a [2021-03-11T00:52:27.412Z] ---> 22b2dcb5f41f [2021-03-11T00:52:27.412Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T00:52:28.875Z] ---> 47b26710a135 [2021-03-11T00:52:28.875Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T00:52:28.875Z] ---> Running in 316a9e83a483 [2021-03-11T00:52:32.731Z] Removing intermediate container 316a9e83a483 [2021-03-11T00:52:32.731Z] ---> e0277e5b2d77 [2021-03-11T00:52:32.731Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:52:33.743Z] ---> 8a47313ec1a4 [2021-03-11T00:52:33.743Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T00:52:35.770Z] ---> f9f77a56d998 [2021-03-11T00:52:35.770Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T00:52:37.377Z] ---> de4db08f9b26 [2021-03-11T00:52:37.377Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T00:52:38.379Z] ---> 1a1d995a9d6a [2021-03-11T00:52:38.379Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T00:52:39.837Z] ---> 54f381315382 [2021-03-11T00:52:39.837Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T00:52:40.121Z] ---> Running in c50f50f88651 [2021-03-11T00:52:41.123Z] Removing intermediate container c50f50f88651 [2021-03-11T00:52:41.123Z] ---> 5d10de89d7dc [2021-03-11T00:52:41.123Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T00:52:42.132Z] ---> a45049231bea [2021-03-11T00:52:42.132Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T00:52:42.753Z] ---> Running in e29477c6126e [2021-03-11T00:52:47.195Z] 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-11T00:52:48.238Z] Removing intermediate container e29477c6126e [2021-03-11T00:52:48.238Z] ---> a67fb3ab5460 [2021-03-11T00:52:48.238Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T00:52:48.238Z] ---> Running in d0ea8b71f06f [2021-03-11T00:52:48.238Z] Removing intermediate container f5c0fee6fcf0 [2021-03-11T00:52:48.238Z] ---> 9de60a88b9ac [2021-03-11T00:52:48.238Z] [2021-03-11T00:52:48.238Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:52:48.238Z] ---> d10569e2745f [2021-03-11T00:52:48.238Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:52:48.238Z] ---> Using cache [2021-03-11T00:52:48.238Z] ---> 39afbaf605ad [2021-03-11T00:52:48.238Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:52:48.238Z] ---> Using cache [2021-03-11T00:52:48.238Z] ---> b62c3c4b1508 [2021-03-11T00:52:48.238Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T00:52:48.523Z] ---> Running in 075c82469c09 [2021-03-11T00:52:49.139Z] Removing intermediate container d0ea8b71f06f [2021-03-11T00:52:49.139Z] ---> 9bd532866661 [2021-03-11T00:52:49.139Z] Step 28/31 : CMD ["gate"] [2021-03-11T00:52:49.442Z] Removing intermediate container 075c82469c09 [2021-03-11T00:52:49.442Z] ---> Running in d836baa12441 [2021-03-11T00:52:49.442Z] ---> 5b07d365a22f [2021-03-11T00:52:49.442Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:52:49.724Z] ---> Running in ac16b53827df [2021-03-11T00:52:50.339Z] Removing intermediate container d836baa12441 [2021-03-11T00:52:50.339Z] ---> 92b1fa63fc57 [2021-03-11T00:52:50.339Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T00:52:50.633Z] Removing intermediate container ac16b53827df [2021-03-11T00:52:50.633Z] ---> cdafef3da216 [2021-03-11T00:52:50.633Z] Step 15/23 : WORKDIR / [2021-03-11T00:52:50.920Z] ---> Running in c1a183987fc4 [2021-03-11T00:52:50.920Z] ---> Running in 5a8833ccd588 [2021-03-11T00:52:51.927Z] Removing intermediate container c1a183987fc4 [2021-03-11T00:52:51.927Z] ---> e8d1796ddfad [2021-03-11T00:52:51.927Z] Step 30/31 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:52:51.927Z] Removing intermediate container 5a8833ccd588 [2021-03-11T00:52:51.927Z] ---> 4cf7cb235d45 [2021-03-11T00:52:51.927Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:52:52.549Z] ---> Running in c850f154f314 [2021-03-11T00:52:53.159Z] Removing intermediate container c850f154f314 [2021-03-11T00:52:53.159Z] ---> 10cb7ab4c011 [2021-03-11T00:52:53.159Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T00:52:53.448Z] ---> 6e0b5d54f64c [2021-03-11T00:52:53.448Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T00:52:53.735Z] ---> Running in acc136e44181 [2021-03-11T00:52:54.748Z] Removing intermediate container acc136e44181 [2021-03-11T00:52:54.748Z] ---> 20305727979f [2021-03-11T00:52:54.748Z] [2021-03-11T00:52:55.355Z] Successfully built 20305727979f [2021-03-11T00:52:55.635Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T00:52:55.635Z]  Building docker-security-bootstrapper-go ... done  ---> 53c5bbed64f9 [2021-03-11T00:52:55.635Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T00:52:57.110Z] ---> 2254c7ee10ec [2021-03-11T00:52:57.110Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T00:52:57.392Z] ---> Running in b9137b87fdb5 [2021-03-11T00:52:58.038Z] Removing intermediate container b9137b87fdb5 [2021-03-11T00:52:58.038Z] ---> 282ac142a298 [2021-03-11T00:52:58.038Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:52:58.326Z] ---> Running in dcd856ef042f [2021-03-11T00:52:58.951Z] Removing intermediate container dcd856ef042f [2021-03-11T00:52:58.951Z] ---> 86c2b0240a07 [2021-03-11T00:52:58.951Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:52:58.951Z] ---> Running in 831a99098b4b [2021-03-11T00:52:59.560Z] Removing intermediate container 831a99098b4b [2021-03-11T00:52:59.560Z] ---> 56f2ae687825 [2021-03-11T00:52:59.560Z] Step 22/23 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:52:59.842Z] ---> Running in 80a2238cdefd [2021-03-11T00:53:00.450Z] Removing intermediate container 80a2238cdefd [2021-03-11T00:53:00.450Z] ---> 772895ab7753 [2021-03-11T00:53:00.450Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:53:00.733Z] ---> Running in 1e65d8e9042f [2021-03-11T00:53:01.736Z] Removing intermediate container 1e65d8e9042f [2021-03-11T00:53:01.736Z] ---> cbc42e30b6db [2021-03-11T00:53:01.736Z] [2021-03-11T00:53:02.350Z] Successfully built cbc42e30b6db [2021-03-11T00:53:02.350Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T00:53:24.675Z]  Building docker-core-command-go ... done Removing intermediate container b6a29cd95105 [2021-03-11T00:53:24.676Z] ---> 88ed24f978db [2021-03-11T00:53:24.676Z] [2021-03-11T00:53:24.676Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:53:24.676Z] ---> d10569e2745f [2021-03-11T00:53:24.676Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T00:53:24.676Z] ---> Running in 88c920f3cd8e [2021-03-11T00:53:25.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:25.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:26.269Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T00:53:26.269Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:53:26.269Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:53:26.269Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:53:26.555Z] OK: 6 MiB in 16 packages [2021-03-11T00:53:28.123Z] Removing intermediate container 9d8543306cb5 [2021-03-11T00:53:28.123Z] ---> b67571ff9410 [2021-03-11T00:53:28.123Z] [2021-03-11T00:53:28.123Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:53:28.123Z] ---> 88dd2752d2ea [2021-03-11T00:53:28.123Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:53:28.123Z] ---> Using cache [2021-03-11T00:53:28.123Z] ---> 05d7d63460dc [2021-03-11T00:53:28.123Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:53:28.123Z] ---> Using cache [2021-03-11T00:53:28.123Z] ---> 68ff675100f1 [2021-03-11T00:53:28.123Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T00:53:28.590Z] Removing intermediate container 88c920f3cd8e [2021-03-11T00:53:28.590Z] ---> e3378ba7fd22 [2021-03-11T00:53:28.590Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:53:28.590Z] ---> Running in eac550ce7617 [2021-03-11T00:53:28.858Z] ---> Running in 5fb6359f3ffd [2021-03-11T00:53:29.182Z] Removing intermediate container 3ff77b24d9f3 [2021-03-11T00:53:29.182Z] ---> 044e5a8be750 [2021-03-11T00:53:29.182Z] [2021-03-11T00:53:29.182Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T00:53:29.182Z] ---> 88dd2752d2ea [2021-03-11T00:53:29.182Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T00:53:29.194Z] Removing intermediate container eac550ce7617 [2021-03-11T00:53:29.194Z] ---> 01d922f29ceb [2021-03-11T00:53:29.194Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T00:53:29.194Z] ---> Running in f51eea1c8070 [2021-03-11T00:53:29.487Z] ---> Running in 74ee2aa290f4 [2021-03-11T00:53:29.791Z] Removing intermediate container f51eea1c8070 [2021-03-11T00:53:29.791Z] ---> 04c93f9c14a5 [2021-03-11T00:53:29.791Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:53:30.065Z] ---> Running in d3519c5bee99 [2021-03-11T00:53:30.128Z] Removing intermediate container 5fb6359f3ffd [2021-03-11T00:53:30.128Z] ---> fdfb203d868b [2021-03-11T00:53:30.128Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:53:30.667Z] Removing intermediate container d3519c5bee99 [2021-03-11T00:53:30.667Z] ---> 7ffba5e57e5c [2021-03-11T00:53:30.667Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:53:30.821Z] ---> Running in 33d7ad2ca26d [2021-03-11T00:53:32.116Z] ---> 48b18aae5079 [2021-03-11T00:53:32.116Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T00:53:32.390Z] Removing intermediate container 1bb9edc92b8e [2021-03-11T00:53:32.390Z] ---> ff9a82177706 [2021-03-11T00:53:32.390Z] [2021-03-11T00:53:32.390Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:53:32.390Z] ---> d10569e2745f [2021-03-11T00:53:32.390Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T00:53:32.511Z] Removing intermediate container 33d7ad2ca26d [2021-03-11T00:53:32.511Z] ---> d6b9649b000e [2021-03-11T00:53:32.511Z] Step 15/23 : WORKDIR / [2021-03-11T00:53:32.665Z] ---> Running in 1df76547d82d [2021-03-11T00:53:32.942Z] ---> 3f338ad7e90d [2021-03-11T00:53:32.942Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T00:53:33.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:53:33.222Z] Removing intermediate container 1df76547d82d [2021-03-11T00:53:33.222Z] ---> 2403a414470e [2021-03-11T00:53:33.222Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T00:53:33.222Z] ---> Running in 7b8c9534cc8c [2021-03-11T00:53:33.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:53:33.665Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T00:53:33.824Z] Removing intermediate container 7b8c9534cc8c [2021-03-11T00:53:33.824Z] ---> 7ce37d21a96c [2021-03-11T00:53:33.824Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T00:53:33.824Z] ---> 621da0a4f621 [2021-03-11T00:53:33.824Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T00:53:33.824Z] ---> Running in 89150e64aef5 [2021-03-11T00:53:33.824Z] ---> Running in 25f8e35cca68 [2021-03-11T00:53:34.096Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:53:34.097Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T00:53:34.097Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T00:53:34.097Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T00:53:34.097Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:53:34.097Z] ---> Running in 46353b9edb1a [2021-03-11T00:53:34.432Z] Removing intermediate container 89150e64aef5 [2021-03-11T00:53:34.432Z] Removing intermediate container 25f8e35cca68 [2021-03-11T00:53:34.432Z] ---> f3f00ca292d9 [2021-03-11T00:53:34.432Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:53:34.432Z] ---> 9e2a79f9fed8 [2021-03-11T00:53:34.432Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:53:34.432Z] ---> Running in 27a1e5b01cf1 [2021-03-11T00:53:34.432Z] ---> Running in cb55057b3ea0 [2021-03-11T00:53:34.520Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:53:34.824Z] OK: 7 MiB in 19 packages [2021-03-11T00:53:35.047Z] Removing intermediate container cb55057b3ea0 [2021-03-11T00:53:35.047Z] ---> d630c2b6c9db [2021-03-11T00:53:35.047Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T00:53:35.323Z] ---> Running in 0479d2f404f5 [2021-03-11T00:53:35.937Z] Removing intermediate container 0479d2f404f5 [2021-03-11T00:53:35.937Z] ---> 4c87ceb7c39f [2021-03-11T00:53:35.937Z] Step 21/22 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:53:35.937Z] ---> Running in a686a77844c8 [2021-03-11T00:53:36.499Z] Removing intermediate container 46353b9edb1a [2021-03-11T00:53:36.499Z] ---> 8e72dc9d4b3e [2021-03-11T00:53:36.499Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:53:36.539Z] Removing intermediate container a686a77844c8 [2021-03-11T00:53:36.539Z] ---> d4b7463d31cc [2021-03-11T00:53:36.539Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:53:36.820Z] ---> Running in 172ca23cde48 [2021-03-11T00:53:36.820Z] Removing intermediate container 27a1e5b01cf1 [2021-03-11T00:53:36.820Z] ---> 49ec698ba52f [2021-03-11T00:53:36.820Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T00:53:37.094Z] ---> Running in bd431af4e8e8 [2021-03-11T00:53:37.211Z] ---> 7b966de81190 [2021-03-11T00:53:37.211Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T00:53:37.211Z] ---> Running in 0c15a45cc81e [2021-03-11T00:53:37.369Z] Removing intermediate container 172ca23cde48 [2021-03-11T00:53:37.369Z] ---> 9f3dafcfe5f3 [2021-03-11T00:53:37.369Z] [2021-03-11T00:53:37.624Z] ---> 81ce48dcfa95 [2021-03-11T00:53:37.624Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T00:53:37.940Z] ---> Running in 880c2f449f79 [2021-03-11T00:53:37.972Z] Successfully built 9f3dafcfe5f3 [2021-03-11T00:53:37.972Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T00:53:38.246Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:38.256Z] ---> a7072d2b4170 [2021-03-11T00:53:38.256Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T00:53:38.927Z] Removing intermediate container 74ee2aa290f4 [2021-03-11T00:53:38.927Z] ---> 12582cadbe46 [2021-03-11T00:53:38.927Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:53:38.927Z] ---> Running in 8d31f696d52a [2021-03-11T00:53:39.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:53:39.788Z] 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-11T00:53:39.826Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T00:53:39.826Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T00:53:39.826Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T00:53:40.100Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T00:53:40.375Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T00:53:40.375Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T00:53:40.543Z] Removing intermediate container 8d31f696d52a [2021-03-11T00:53:40.543Z] ---> 5ed88095c64a [2021-03-11T00:53:40.543Z] Step 13/24 : WORKDIR / [2021-03-11T00:53:40.650Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:53:40.650Z] OK: 8 MiB in 20 packages [2021-03-11T00:53:40.883Z] 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-11T00:53:41.637Z] Removing intermediate container bd431af4e8e8 [2021-03-11T00:53:41.637Z] ---> 9201afc60888 [2021-03-11T00:53:41.637Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:53:42.033Z] ---> Running in 7b8554d40302 [2021-03-11T00:53:42.623Z] ---> dbfa748daa79 [2021-03-11T00:53:42.623Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T00:53:42.766Z] ---> 37bcc109aa05 [2021-03-11T00:53:42.767Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T00:53:43.577Z] Removing intermediate container 7b8554d40302 [2021-03-11T00:53:43.577Z] ---> 538701ae071e [2021-03-11T00:53:43.577Z] 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-11T00:53:43.613Z] ---> 995c401ae85e [2021-03-11T00:53:43.613Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T00:53:44.469Z] ---> cb53bae66e91 [2021-03-11T00:53:44.469Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T00:53:44.469Z] ---> Running in e4ceabb0e4b4 [2021-03-11T00:53:44.469Z] ---> 54d3b006c619 [2021-03-11T00:53:44.469Z] 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-11T00:53:44.594Z] ---> ccb1a0215b06 [2021-03-11T00:53:44.594Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T00:53:44.594Z] ---> Running in d8419e9bd4cd [2021-03-11T00:53:44.870Z] Removing intermediate container d8419e9bd4cd [2021-03-11T00:53:44.870Z] ---> 05a6092c9a3a [2021-03-11T00:53:44.870Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:53:45.148Z] ---> Running in 41b7953c5516 [2021-03-11T00:53:45.456Z] Removing intermediate container 41b7953c5516 [2021-03-11T00:53:45.456Z] ---> 7c7426508644 [2021-03-11T00:53:45.456Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:53:45.623Z] Removing intermediate container e4ceabb0e4b4 [2021-03-11T00:53:45.623Z] ---> ba94a4b9fe43 [2021-03-11T00:53:45.623Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:53:45.734Z] ---> Running in f45ebe6ab2d9 [2021-03-11T00:53:46.338Z] Removing intermediate container f45ebe6ab2d9 [2021-03-11T00:53:46.338Z] ---> bd5ed84cc2d2 [2021-03-11T00:53:46.338Z] Step 22/23 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:53:46.338Z] ---> Running in b307dc8752fd [2021-03-11T00:53:46.441Z] ---> Running in c4917124f466 [2021-03-11T00:53:46.441Z] ---> c65445aadc93 [2021-03-11T00:53:46.441Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T00:53:46.938Z] Removing intermediate container b307dc8752fd [2021-03-11T00:53:46.939Z] ---> b941f970da38 [2021-03-11T00:53:46.939Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:53:46.939Z] ---> Running in b3d50224cf38 [2021-03-11T00:53:47.213Z] Removing intermediate container b3d50224cf38 [2021-03-11T00:53:47.213Z] ---> bfed6388f9dd [2021-03-11T00:53:47.213Z] [2021-03-11T00:53:47.691Z] Removing intermediate container c4917124f466 [2021-03-11T00:53:47.691Z] ---> ea2babe62832 [2021-03-11T00:53:47.691Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:53:47.816Z] Successfully built bfed6388f9dd [2021-03-11T00:53:47.816Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T00:53:48.004Z] ---> 8688b5fe340a [2021-03-11T00:53:48.004Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T00:53:48.107Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-11T00:53:48.100Z] $ docker stop --time=1 b3f7f5f8b2a5f8097f39c80eff7fe1d5ef5be0e3d4a07a00cf5fe912c1461d45 [2021-03-11T00:53:48.364Z] ---> Running in aa7659eb8fcb [2021-03-11T00:53:49.453Z] Removing intermediate container aa7659eb8fcb [2021-03-11T00:53:49.453Z] ---> 09c659c204c3 [2021-03-11T00:53:49.453Z] Step 22/23 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:53:49.807Z] ---> Running in 20557d506224 [2021-03-11T00:53:49.807Z] ---> 1829d885cdc6 [2021-03-11T00:53:49.807Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T00:53:50.010Z] $ docker rm -f b3f7f5f8b2a5f8097f39c80eff7fe1d5ef5be0e3d4a07a00cf5fe912c1461d45 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:53:50.470Z] Removing intermediate container 20557d506224 [2021-03-11T00:53:50.470Z] ---> 7afbf777b3f9 [2021-03-11T00:53:50.470Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:53:50.767Z] + docker images [2021-03-11T00:53:50.767Z] + grep docker [2021-03-11T00:53:50.785Z] ---> Running in a8b975dedd4b [2021-03-11T00:53:51.039Z] docker-core-data-go-arm64 latest bfed6388f9dd 3 seconds ago 21.3MB [2021-03-11T00:53:51.039Z] docker-support-notifications-go-arm64 latest 9f3dafcfe5f3 13 seconds ago 16.9MB [2021-03-11T00:53:51.039Z] docker-core-command-go-arm64 latest cbc42e30b6db 49 seconds ago 16.2MB [2021-03-11T00:53:51.039Z] docker-security-bootstrapper-go-arm64 latest 20305727979f 56 seconds ago 17.8MB [2021-03-11T00:53:51.039Z] docker-sys-mgmt-agent-go-arm64 latest 330029166c07 About a minute ago 300MB [2021-03-11T00:53:51.039Z] docker-core-metadata-go-arm64 latest 6cc653cef5ac 3 minutes ago 17.9MB [2021-03-11T00:53:51.039Z] docker-support-scheduler-go-arm64 latest 35ed3b6d0161 3 minutes ago 16.3MB [2021-03-11T00:53:51.039Z] docker-security-secretstore-setup-go-arm64 latest 96d65486ad1f 3 minutes ago 23.7MB [2021-03-11T00:53:51.039Z] docker-security-proxy-setup-go-arm64 latest d00c9725dbda 3 minutes ago 23.4MB [2021-03-11T00:53:51.039Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:53:51.837Z] Removing intermediate container a8b975dedd4b [2021-03-11T00:53:51.837Z] ---> e9b0d6b56ff0 [2021-03-11T00:53:51.837Z] [2021-03-11T00:53:51.992Z] ---> job-cost.sh [2021-03-11T00:53:51.992Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LbMv [2021-03-11T00:53:52.140Z] ---> 197b01b0df5f [2021-03-11T00:53:52.140Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T00:53:54.486Z] Successfully built e9b0d6b56ff0 [2021-03-11T00:53:54.807Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T00:53:55.507Z]  Building docker-core-metadata-go ... done  ---> e95b86d07bec [2021-03-11T00:53:55.507Z] 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-11T00:53:56.193Z] ---> Running in 30d033df78cc [2021-03-11T00:54:02.835Z] Removing intermediate container 30d033df78cc [2021-03-11T00:54:02.835Z] ---> 6eb7a03a48ce [2021-03-11T00:54:02.835Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T00:54:02.835Z] ---> Running in de3331adcceb [2021-03-11T00:54:04.009Z] Removing intermediate container de3331adcceb [2021-03-11T00:54:04.009Z] ---> 3cd07a8477a9 [2021-03-11T00:54:04.010Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T00:54:04.342Z] ---> Running in f91a7d0dfca5 [2021-03-11T00:54:05.514Z] Removing intermediate container f91a7d0dfca5 [2021-03-11T00:54:05.514Z] ---> 533d1d589cc6 [2021-03-11T00:54:05.514Z] Step 23/24 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:54:06.576Z] ---> Running in 1bdaa3be53af [2021-03-11T00:54:07.282Z] Removing intermediate container 1bdaa3be53af [2021-03-11T00:54:07.282Z] ---> 9ad06ef9dbcf [2021-03-11T00:54:07.282Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T00:54:07.600Z] ---> Running in b216c6170f2a [2021-03-11T00:54:09.051Z] Removing intermediate container b216c6170f2a [2021-03-11T00:54:09.051Z] ---> 4fcf937c69d1 [2021-03-11T00:54:09.051Z] [2021-03-11T00:54:10.326Z] Successfully built 4fcf937c69d1 [2021-03-11T00:54:10.646Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T00:54:33.954Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 880c2f449f79 [2021-03-11T00:54:33.954Z] ---> e9ca5dce1cf7 [2021-03-11T00:54:33.954Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T00:54:33.954Z] ---> Running in b66d6f8ee537 [2021-03-11T00:54:36.084Z] 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-11T00:54:38.918Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T00:54:39.791Z] Removing intermediate container 0c15a45cc81e [2021-03-11T00:54:39.791Z] ---> 7b7b36a322d1 [2021-03-11T00:54:39.791Z] [2021-03-11T00:54:39.791Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:54:39.791Z] ---> 88dd2752d2ea [2021-03-11T00:54:39.791Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T00:54:39.791Z] ---> Running in d017f7eff438 [2021-03-11T00:54:40.465Z] Removing intermediate container d017f7eff438 [2021-03-11T00:54:40.465Z] ---> e53fb85d1ef9 [2021-03-11T00:54:40.465Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T00:54:41.007Z] ---> Running in 09612d6a1d49 [2021-03-11T00:54:41.789Z] Removing intermediate container 09612d6a1d49 [2021-03-11T00:54:41.789Z] ---> 42c59d454a01 [2021-03-11T00:54:41.789Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T00:54:41.789Z] Removing intermediate container b66d6f8ee537 [2021-03-11T00:54:41.789Z] ---> 44e1fa4db10a [2021-03-11T00:54:41.789Z] [2021-03-11T00:54:41.789Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T00:54:42.229Z] 20.10.0: Pulling from library/docker [2021-03-11T00:54:42.229Z] ---> Running in b5a4a95614a5 [2021-03-11T00:54:42.859Z] Removing intermediate container b5a4a95614a5 [2021-03-11T00:54:42.859Z] ---> 3c96f5cbd7bb [2021-03-11T00:54:42.859Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:54:43.237Z] ---> Running in 35347844b926 [2021-03-11T00:54:47.235Z] Removing intermediate container 35347844b926 [2021-03-11T00:54:47.235Z] ---> 816256b7c677 [2021-03-11T00:54:47.235Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T00:54:47.235Z] ---> Running in 72f2af0b32a2 [2021-03-11T00:54:48.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:54:50.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:54:50.721Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T00:54:50.721Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T00:54:51.024Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T00:54:51.024Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T00:54:51.333Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T00:54:51.334Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T00:54:51.623Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:54:51.623Z] OK: 8 MiB in 20 packages [2021-03-11T00:54:55.208Z] Removing intermediate container 72f2af0b32a2 [2021-03-11T00:54:55.208Z] ---> 2a5343ba73ad [2021-03-11T00:54:55.208Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:54:56.728Z] ---> 7756c4ab4f21 [2021-03-11T00:54:56.728Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T00:54:58.284Z] ---> a0f66955868b [2021-03-11T00:54:58.284Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T00:55:00.386Z] ---> 98bb02bda6c2 [2021-03-11T00:55:00.386Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T00:55:00.701Z] ---> Running in 0b2a81716620 [2021-03-11T00:55:01.750Z] Removing intermediate container 0b2a81716620 [2021-03-11T00:55:01.750Z] ---> 3b7ba475905e [2021-03-11T00:55:01.750Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:55:02.055Z] ---> Running in 823f1b682e8a [2021-03-11T00:55:02.691Z] Removing intermediate container 823f1b682e8a [2021-03-11T00:55:02.691Z] ---> d78f06f60756 [2021-03-11T00:55:02.691Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:55:02.691Z] ---> Running in 0a6fdd81db6d [2021-03-11T00:55:03.319Z] Removing intermediate container 0a6fdd81db6d [2021-03-11T00:55:03.319Z] ---> 37797561950d [2021-03-11T00:55:03.319Z] Step 22/23 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:55:03.597Z] ---> Running in cc2a14dca03a [2021-03-11T00:55:03.597Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T00:55:03.597Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T00:55:03.597Z] ---> aefe523efa57 [2021-03-11T00:55:03.597Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T00:55:03.872Z] ---> Running in bf2db86adfe4 [2021-03-11T00:55:04.172Z] Removing intermediate container cc2a14dca03a [2021-03-11T00:55:04.172Z] ---> 986d49413301 [2021-03-11T00:55:04.172Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:55:04.465Z] ---> Running in 9b4c74d9bbaf [2021-03-11T00:55:05.103Z] Removing intermediate container 9b4c74d9bbaf [2021-03-11T00:55:05.103Z] ---> d4edb1d90017 [2021-03-11T00:55:05.103Z] [2021-03-11T00:55:06.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:55:06.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:55:06.896Z] Successfully built d4edb1d90017 [2021-03-11T00:55:06.896Z] Successfully tagged docker-core-data-go:latest [2021-03-11T00:55:06.896Z]  Building docker-core-data-go ... done (1/2) Installing readline (8.0.4-r0) [2021-03-11T00:55:06.896Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T00:55:06.896Z] Executing bash-5.0.17-r0.post-install [2021-03-11T00:55:06.896Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:55:06.896Z] OK: 12 MiB in 22 packages [2021-03-11T00:55:08.483Z] Removing intermediate container bf2db86adfe4 [2021-03-11T00:55:08.483Z] ---> 976a6ec671c2 [2021-03-11T00:55:08.483Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T00:55:08.483Z] ---> Running in 497312351d9f [2021-03-11T00:55:09.473Z] Removing intermediate container 497312351d9f [2021-03-11T00:55:09.473Z] ---> acedcef11325 [2021-03-11T00:55:09.473Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T00:55:09.473Z] ---> Running in 045a3de0d58b [2021-03-11T00:55:09.776Z] Removing intermediate container 045a3de0d58b [2021-03-11T00:55:09.776Z] ---> 0b3ebef835d0 [2021-03-11T00:55:09.776Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T00:55:10.067Z] ---> Running in 47f4715838a3 [2021-03-11T00:55:10.394Z] Removing intermediate container 47f4715838a3 [2021-03-11T00:55:10.394Z] ---> 520de763592d [2021-03-11T00:55:10.394Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T00:55:11.957Z] ---> 0a14be896ee7 [2021-03-11T00:55:11.957Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T00:55:13.600Z] ---> d5af606696b5 [2021-03-11T00:55:13.600Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T00:55:15.160Z] ---> 9ece0e8a0f82 [2021-03-11T00:55:15.160Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T00:55:15.160Z] ---> Running in 5cc45e5a2cad [2021-03-11T00:55:17.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:55:17.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:55:18.028Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T00:55:18.028Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T00:55:18.028Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T00:55:18.028Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T00:55:18.028Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T00:55:18.028Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T00:55:18.028Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T00:55:19.565Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T00:55:19.565Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T00:55:19.565Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T00:55:19.565Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T00:55:19.565Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T00:55:19.565Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T00:55:19.565Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T00:55:19.854Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T00:55:19.854Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T00:55:19.854Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T00:55:19.854Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T00:55:19.854Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T00:55:19.854Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T00:55:19.854Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T00:55:19.854Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T00:55:20.156Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T00:55:20.156Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T00:55:20.156Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T00:55:20.156Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T00:55:20.156Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T00:55:20.156Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T00:55:20.156Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T00:55:20.156Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T00:55:20.156Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T00:55:20.156Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T00:55:20.156Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T00:55:20.445Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:55:20.445Z] OK: 71 MiB in 55 packages [2021-03-11T00:55:33.003Z] Removing intermediate container 5cc45e5a2cad [2021-03-11T00:55:33.003Z] ---> d5bb6db38e1f [2021-03-11T00:55:33.003Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T00:55:33.003Z] ---> Running in 97e5e6ff6527 [2021-03-11T00:55:36.582Z] Collecting docker-compose==1.23.2 [2021-03-11T00:55:36.860Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T00:55:36.860Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T00:55:36.860Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T00:55:37.887Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T00:55:37.887Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T00:55:38.281Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T00:55:38.281Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T00:55:38.627Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T00:55:38.627Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T00:55:39.701Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T00:55:39.701Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T00:55:39.982Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T00:55:39.982Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T00:55:41.463Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T00:55:41.463Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T00:55:41.857Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T00:55:41.857Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T00:55:41.857Z] 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-11T00:55:42.138Z] Collecting PyYAML<4,>=3.10 [2021-03-11T00:55:42.138Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T00:55:43.578Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T00:55:43.578Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T00:55:43.578Z] 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-11T00:55:43.578Z] 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-11T00:55:43.578Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T00:55:43.578Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T00:55:43.917Z] Collecting idna<2.8,>=2.5 [2021-03-11T00:55:43.917Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T00:55:43.917Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T00:55:43.917Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T00:55:43.917Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T00:55:43.917Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T00:55:44.250Z] Installing collected packages: docopt, websocket-client, jsonschema, dockerpty, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, PyYAML, docker-compose [2021-03-11T00:55:44.250Z] Running setup.py install for docopt: started [2021-03-11T00:55:45.260Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T00:55:45.566Z] Running setup.py install for dockerpty: started [2021-03-11T00:55:46.288Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T00:55:46.288Z] Attempting uninstall: urllib3 [2021-03-11T00:55:46.288Z] Found existing installation: urllib3 1.25.9 [2021-03-11T00:55:46.585Z] Uninstalling urllib3-1.25.9: [2021-03-11T00:55:46.585Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T00:55:46.931Z] Attempting uninstall: idna [2021-03-11T00:55:46.931Z] Found existing installation: idna 2.9 [2021-03-11T00:55:46.931Z] Uninstalling idna-2.9: [2021-03-11T00:55:46.931Z] Successfully uninstalled idna-2.9 [2021-03-11T00:55:47.535Z] Attempting uninstall: requests [2021-03-11T00:55:47.535Z] Found existing installation: requests 2.23.0 [2021-03-11T00:55:47.535Z] Uninstalling requests-2.23.0: [2021-03-11T00:55:47.535Z] Successfully uninstalled requests-2.23.0 [2021-03-11T00:55:48.195Z] Running setup.py install for texttable: started [2021-03-11T00:55:49.284Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T00:55:49.284Z] Running setup.py install for PyYAML: started [2021-03-11T00:55:50.368Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T00:55:51.060Z] 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-11T00:55:55.547Z] Removing intermediate container 97e5e6ff6527 [2021-03-11T00:55:55.547Z] ---> 63856ebe3d32 [2021-03-11T00:55:55.547Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T00:55:55.827Z] ---> Running in d9b743472b90 [2021-03-11T00:55:58.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:55:58.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:55:58.121Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:55:58.121Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T00:55:58.942Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T00:55:58.942Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:55:58.942Z] OK: 72 MiB in 58 packages [2021-03-11T00:56:00.111Z] Removing intermediate container d9b743472b90 [2021-03-11T00:56:00.111Z] ---> abcd61ed942a [2021-03-11T00:56:00.111Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T00:56:00.382Z] ---> Running in 2e28f82560ee [2021-03-11T00:56:00.668Z] Removing intermediate container 2e28f82560ee [2021-03-11T00:56:00.668Z] ---> 1fd4844e5177 [2021-03-11T00:56:00.668Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:56:00.975Z] ---> Running in 4ac85dd2353a [2021-03-11T00:56:01.312Z] Removing intermediate container 4ac85dd2353a [2021-03-11T00:56:01.312Z] ---> 207d612d9ac7 [2021-03-11T00:56:01.312Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T00:56:01.312Z] ---> Running in 26bd61084492 [2021-03-11T00:56:01.976Z] Removing intermediate container 26bd61084492 [2021-03-11T00:56:01.976Z] ---> b9b13956335e [2021-03-11T00:56:01.976Z] Step 25/26 : LABEL git_sha=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [2021-03-11T00:56:02.258Z] ---> Running in 9ce500b2857d [2021-03-11T00:56:02.864Z] Removing intermediate container 9ce500b2857d [2021-03-11T00:56:02.864Z] ---> f0e77a388068 [2021-03-11T00:56:02.864Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T00:56:03.158Z] ---> Running in 6fd59853d669 [2021-03-11T00:56:03.773Z] Removing intermediate container 6fd59853d669 [2021-03-11T00:56:03.773Z] ---> 07c8e05d91ff [2021-03-11T00:56:03.773Z] [2021-03-11T00:56:04.114Z] Successfully built 07c8e05d91ff [2021-03-11T00:56:04.431Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T00:56:05.069Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T00:56:05.091Z] $ docker stop --time=1 33f10be4b5e4498930076b0c414e12d0bea26f13e9ca0c754a8b285db387d7bb [2021-03-11T00:56:08.260Z] $ docker rm -f 33f10be4b5e4498930076b0c414e12d0bea26f13e9ca0c754a8b285db387d7bb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:56:09.195Z] + docker images [2021-03-11T00:56:09.195Z] + grep docker [2021-03-11T00:56:10.199Z] docker-sys-mgmt-agent-go latest 07c8e05d91ff 7 seconds ago 313MB [2021-03-11T00:56:10.199Z] docker-core-data-go latest d4edb1d90017 About a minute ago 22.6MB [2021-03-11T00:56:10.199Z] docker-security-secretstore-setup-go latest 4fcf937c69d1 2 minutes ago 24.9MB [2021-03-11T00:56:10.199Z] docker-core-metadata-go latest e9b0d6b56ff0 2 minutes ago 19MB [2021-03-11T00:56:10.199Z] docker-security-bootstrapper-go latest f0ea3fefd860 5 minutes ago 18.7MB [2021-03-11T00:56:10.199Z] docker-security-proxy-setup-go latest 1c0f116f842b 6 minutes ago 24.7MB [2021-03-11T00:56:10.199Z] docker-core-command-go latest 2b571555af83 6 minutes ago 17.2MB [2021-03-11T00:56:10.199Z] docker-support-notifications-go latest c55928071b43 6 minutes ago 17.8MB [2021-03-11T00:56:10.199Z] docker-support-scheduler-go latest d0c448b82ffe 6 minutes ago 17.3MB [2021-03-11T00:56:10.199Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-11T00:56:15.687Z] lf-activate-venv(): INFO: Adding /tmp/venv-LbMv/bin to PATH [2021-03-11T00:56:15.687Z] INFO: No Stack... [2021-03-11T00:56:15.687Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T00:56:15.687Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T00:56:16.062Z] + + cutcat -d, /w/workspace/edgex-go/14/archives/cost.csv -f6 [2021-03-11T00:56:16.063Z] [Pipeline] lock [2021-03-11T00:56:16.169Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-14-stack-cost] [2021-03-11T00:56:16.181Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3208-14-stack-cost] did not exist. Created. [2021-03-11T00:56:16.181Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T00:56:16.659Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T00:56:16.931Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T00:56:16.981Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-14-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T00:56:26.065Z] Still waiting to schedule task [2021-03-11T00:56:26.065Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-11T00:57:18.268Z] Running on prd-ubuntu18.04-docker-8c-8g-29419 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-11T00:57:18.319Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-03-11T00:57:20.779Z] using credential edgex-jenkins-ssh [2021-03-11T00:57:20.916Z] Cloning the remote Git repository [2021-03-11T00:57:20.940Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:57:21.012Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-03-11T00:57:21.042Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:57:21.042Z] > git --version # timeout=10 [2021-03-11T00:57:21.053Z] > git --version # 'git version 2.17.1' [2021-03-11T00:57:21.055Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:57:21.083Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:57:30.700Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 [2021-03-11T00:57:30.877Z] Merge succeeded, producing 03b8a9726fdff67b0e399a759820b62dc7cc7796 [2021-03-11T00:57:30.878Z] Checking out Revision 03b8a9726fdff67b0e399a759820b62dc7cc7796 (PR-3208) [2021-03-11T00:57:30.127Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:57:30.133Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:57:30.154Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:57:30.165Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:57:30.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:57:30.169Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T00:57:30.713Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:57:30.718Z] > git checkout -f b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 [2021-03-11T00:57:30.793Z] > git remote # timeout=10 [2021-03-11T00:57:30.800Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T00:57:30.805Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:57:30.808Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T00:57:30.874Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T00:57:30.884Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:57:30.889Z] > git checkout -f 03b8a9726fdff67b0e399a759820b62dc7cc7796 # timeout=10 [2021-03-11T00:57:34.556Z] Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" [2021-03-11T00:57:34.563Z] > git rev-list --no-walk b76b82771d6ae60378bb82e4bd7a1095ff3e3ef9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:57:35.594Z] + echo snap-build.sh [2021-03-11T00:57:35.594Z] snap-build.sh [2021-03-11T00:57:35.594Z] + SNAP_BASE_DIR=. [2021-03-11T00:57:35.594Z] + '[' '!' -z /w/workspace/edgex-go/14 ']' [2021-03-11T00:57:35.594Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/14 [2021-03-11T00:57:35.594Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' [2021-03-11T00:57:35.594Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/14] [2021-03-11T00:57:35.594Z] + cd /w/workspace/edgex-go/14 [2021-03-11T00:57:35.594Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T00:57:35.594Z] Reading package lists... [2021-03-11T00:57:35.856Z] Building dependency tree... [2021-03-11T00:57:35.856Z] Reading state information... [2021-03-11T00:57:35.856Z] The following packages were automatically installed and are no longer required: [2021-03-11T00:57:35.856Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T00:57:35.856Z] uidmap xdelta3 [2021-03-11T00:57:35.856Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T00:57:35.856Z] The following packages will be REMOVED: [2021-03-11T00:57:35.856Z] lxd* lxd-client* [2021-03-11T00:57:36.431Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T00:57:36.431Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T00:57:37.478Z] (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-11T00:57:37.478Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:57:38.052Z] Removing lxd dnsmasq configuration [2021-03-11T00:57:38.313Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:57:38.575Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T00:57:39.521Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T00:57:39.521Z] (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-11T00:57:39.521Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:57:40.932Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T00:57:40.932Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T00:57:42.317Z] + sudo snap remove --purge lxd [2021-03-11T00:57:42.579Z] snap "lxd" is not installed [2021-03-11T00:57:42.579Z] + sudo groupadd --force --system lxd [2021-03-11T00:57:42.579Z] ++ whoami [2021-03-11T00:57:42.579Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T00:57:42.840Z] + newgrp - lxd [2021-03-11T00:57:42.840Z] + sudo snap install lxd [2021-03-11T00:57:52.894Z] 2021-03-11T00:57:49Z INFO Waiting for automatic snapd restart... [2021-03-11T00:58:05.159Z] lxd 4.12 from Canonical* installed [2021-03-11T00:58:05.159Z] + sudo lxd init --auto [2021-03-11T00:58:15.204Z] + sudo snap install --classic snapcraft [2021-03-11T00:58:27.489Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T00:58:27.489Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T00:58:27.489Z] + patch --verbose -p1 [2021-03-11T00:58:27.489Z] Hmm... Looks like a unified diff to me... [2021-03-11T00:58:27.489Z] The text leading up to this was: [2021-03-11T00:58:27.489Z] -------------------------- [2021-03-11T00:58:27.489Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T00:58:27.489Z] |From: Tony Espy [2021-03-11T00:58:27.489Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-11T00:58:27.489Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T00:58:27.489Z] | [2021-03-11T00:58:27.489Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T00:58:27.489Z] |optimize the snap CI check run for pull requests. When [2021-03-11T00:58:27.489Z] |applied, it essentially strips out everything (apps and [2021-03-11T00:58:27.489Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T00:58:27.490Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T00:58:27.490Z] |catch changes to edgex-go that break the snap build. [2021-03-11T00:58:27.490Z] | [2021-03-11T00:58:27.490Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T00:58:27.490Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T00:58:27.490Z] |resulting in a failed snap build CI check in the associated [2021-03-11T00:58:27.490Z] |pull request. [2021-03-11T00:58:27.490Z] | [2021-03-11T00:58:27.490Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T00:58:27.490Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T00:58:27.490Z] |need to build the finally binary .snap file (and it won't [2021-03-11T00:58:27.490Z] |work with the patch applied). This further reduces the build [2021-03-11T00:58:27.490Z] |time. [2021-03-11T00:58:27.490Z] |--- [2021-03-11T00:58:27.490Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-11T00:58:27.490Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-11T00:58:27.490Z] | [2021-03-11T00:58:27.490Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T00:58:27.490Z] |index 1e537489..faf42425 100644 [2021-03-11T00:58:27.490Z] |--- a/snap/snapcraft.yaml [2021-03-11T00:58:27.490Z] |+++ b/snap/snapcraft.yaml [2021-03-11T00:58:27.490Z] -------------------------- [2021-03-11T00:58:27.490Z] patching file snap/snapcraft.yaml [2021-03-11T00:58:27.490Z] Using Plan A... [2021-03-11T00:58:27.490Z] Hunk #1 succeeded at 73. [2021-03-11T00:58:27.490Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-11T00:58:27.490Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-11T00:58:27.490Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-11T00:58:27.490Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-11T00:58:27.490Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-11T00:58:27.490Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-11T00:58:27.490Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-11T00:58:27.490Z] Hmm... Ignoring the trailing garbage. [2021-03-11T00:58:27.490Z] done [2021-03-11T00:58:27.490Z] + sudo snapcraft prime --use-lxd [2021-03-11T00:58:28.094Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-11T00:58:28.094Z] 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-11T00:58:28.094Z] - README.md [2021-03-11T00:58:28.094Z] - snapcraft.yaml.orig [2021-03-11T00:58:28.094Z] [2021-03-11T00:58:28.094Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T00:58:28.670Z] Launching a container. [2021-03-11T00:58:40.923Z] Waiting for container to be ready [2021-03-11T00:58:40.923Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-11T00:58:40.923Z] [2021-03-11T00:58:44.225Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-11T00:58:44.486Z] Waiting for network to be ready... [2021-03-11T00:58:44.746Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T00:58:45.006Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T00:58:45.006Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T00:58:45.006Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T00:58:45.006Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T00:58:45.006Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T00:58:45.006Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T00:58:45.006Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T00:58:45.006Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T00:58:45.006Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T00:58:45.579Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T00:58:45.579Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T00:58:45.839Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T00:58:45.839Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T00:58:45.839Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T00:58:45.839Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T00:58:45.839Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T00:58:45.839Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T00:58:46.411Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T00:58:46.411Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T00:58:46.677Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T00:58:46.677Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T00:58:46.677Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T00:58:46.677Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T00:58:46.677Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T00:58:46.677Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T00:58:46.677Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T00:58:49.228Z] Fetched 24.0 MB in 4s (5923 kB/s) [2021-03-11T00:58:49.490Z] Reading package lists... [2021-03-11T00:58:49.752Z] Reading package lists... [2021-03-11T00:58:50.011Z] Building dependency tree... [2021-03-11T00:58:50.011Z] Reading state information... [2021-03-11T00:58:50.011Z] The following additional packages will be installed: [2021-03-11T00:58:50.012Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T00:58:50.012Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T00:58:50.012Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T00:58:50.012Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-11T00:58:50.012Z] Suggested packages: [2021-03-11T00:58:50.012Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-11T00:58:50.012Z] Recommended packages: [2021-03-11T00:58:50.012Z] gnupg libsasl2-modules [2021-03-11T00:58:50.272Z] The following NEW packages will be installed: [2021-03-11T00:58:50.272Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T00:58:50.272Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T00:58:50.272Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T00:58:50.272Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-11T00:58:50.272Z] The following packages will be upgraded: [2021-03-11T00:58:50.272Z] gpg gpg-agent gpgconf libudev1 [2021-03-11T00:58:50.272Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-11T00:58:50.272Z] Need to get 3530 kB of archives. [2021-03-11T00:58:50.272Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-11T00:58:50.272Z] 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-11T00:58:50.272Z] 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-11T00:58:50.272Z] 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-11T00:58:50.272Z] 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-11T00:58:50.536Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-11T00:58:50.795Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-11T00:58:51.058Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-11T00:58:51.058Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-11T00:58:51.058Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-11T00:58:51.058Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-11T00:58:51.058Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-11T00:58:51.058Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-11T00:58:51.058Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-11T00:58:51.058Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-11T00:58:51.058Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-11T00:58:51.058Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-11T00:58:51.321Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-11T00:58:51.321Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-11T00:58:51.321Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-11T00:58:51.321Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-11T00:58:51.321Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-11T00:58:51.321Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-11T00:58:51.321Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:58:51.321Z] Fetched 3530 kB in 1s (3202 kB/s) [2021-03-11T00:58:51.583Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T00:58:51.583Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:58:51.583Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:58:51.583Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-11T00:58:51.583Z] Selecting previously unselected package udev. [2021-03-11T00:58:51.583Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T00:58:51.583Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:58:51.845Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-11T00:58:51.845Z] Selecting previously unselected package libfuse2:amd64. [2021-03-11T00:58:51.845Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T00:58:51.845Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T00:58:52.106Z] Selecting previously unselected package fuse. [2021-03-11T00:58:52.106Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T00:58:52.106Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-11T00:58:52.106Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:58:52.106Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:58:52.368Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:58:52.368Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:58:52.368Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:58:52.628Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:58:52.629Z] Selecting previously unselected package libksba8:amd64. [2021-03-11T00:58:52.629Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-11T00:58:52.629Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-11T00:58:52.629Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-11T00:58:52.629Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:58:52.629Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:52.888Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-11T00:58:52.888Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:58:52.888Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:52.888Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-11T00:58:52.888Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:58:52.888Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:53.149Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-11T00:58:53.149Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:58:53.149Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:53.149Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-11T00:58:53.149Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:58:53.149Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:53.415Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-11T00:58:53.415Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:58:53.415Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:53.415Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-11T00:58:53.415Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:58:53.415Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:53.415Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-11T00:58:53.415Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:58:53.677Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:53.677Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-11T00:58:53.677Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:58:53.677Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:53.677Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-11T00:58:53.677Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T00:58:53.677Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:58:53.938Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-11T00:58:53.938Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T00:58:53.938Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:58:53.938Z] Selecting previously unselected package libldap-common. [2021-03-11T00:58:53.938Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-11T00:58:53.938Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:58:53.938Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-11T00:58:53.938Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-11T00:58:53.938Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:58:54.200Z] Selecting previously unselected package dirmngr. [2021-03-11T00:58:54.200Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:58:54.200Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T00:58:54.200Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:58:54.200Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-11T00:58:54.466Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T00:58:54.467Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:58:54.467Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:58:54.467Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-11T00:58:54.467Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:54.467Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-11T00:58:54.467Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:58:54.467Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-11T00:58:55.052Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-11T00:58:55.052Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:55.052Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-11T00:58:55.052Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-11T00:58:55.052Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-11T00:58:55.313Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:55.313Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:55.313Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:55.313Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:55.313Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:55.313Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:55.313Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:58:55.313Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:58:55.313Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T00:58:55.575Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:58:55.836Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-11T00:58:55.836Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-11T00:58:55.836Z] This means they are not meant to be enabled using systemctl. [2021-03-11T00:58:55.836Z] Possible reasons for having this kind of units are: [2021-03-11T00:58:55.836Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-11T00:58:55.836Z] .wants/ or .requires/ directory. [2021-03-11T00:58:55.836Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-11T00:58:55.836Z] a requirement dependency on it. [2021-03-11T00:58:55.836Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-11T00:58:55.836Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-11T00:58:55.836Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-11T00:58:55.836Z] instance name specified. [2021-03-11T00:58:56.358Z] Reading package lists... [2021-03-11T00:58:56.358Z] Building dependency tree... [2021-03-11T00:58:56.358Z] Reading state information... [2021-03-11T00:58:56.630Z] The following additional packages will be installed: [2021-03-11T00:58:56.630Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-11T00:58:56.630Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-11T00:58:56.630Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-11T00:58:56.630Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-11T00:58:56.630Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-11T00:58:56.630Z] Suggested packages: [2021-03-11T00:58:56.630Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-11T00:58:56.630Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-11T00:58:56.630Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-11T00:58:56.630Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-11T00:58:56.630Z] systemd-container policykit-1 [2021-03-11T00:58:56.630Z] Recommended packages: [2021-03-11T00:58:56.630Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-11T00:58:56.630Z] The following NEW packages will be installed: [2021-03-11T00:58:56.630Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-11T00:58:56.630Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-11T00:58:56.630Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-11T00:58:56.630Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-11T00:58:56.630Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-11T00:58:56.630Z] The following packages will be upgraded: [2021-03-11T00:58:56.630Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-11T00:58:56.630Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-11T00:58:56.630Z] Need to get 35.2 MB of archives. [2021-03-11T00:58:56.630Z] After this operation, 141 MB of additional disk space will be used. [2021-03-11T00:58:56.630Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-11T00:58:56.630Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-11T00:58:56.630Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-11T00:58:56.630Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-11T00:58:56.896Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-11T00:58:56.896Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-11T00:58:56.896Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-11T00:58:56.896Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-11T00:58:56.896Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-11T00:58:56.896Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-11T00:58:56.896Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-11T00:58:56.896Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-11T00:58:56.896Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-11T00:58:56.896Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-11T00:58:56.896Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-11T00:58:56.896Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-11T00:58:56.896Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-11T00:58:56.896Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-11T00:58:56.896Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-11T00:58:57.843Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-11T00:58:57.843Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-11T00:58:57.843Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-11T00:58:57.843Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-11T00:58:57.843Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-11T00:58:57.843Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-11T00:58:57.843Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-11T00:58:57.843Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-11T00:58:57.843Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-11T00:58:57.843Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-11T00:58:57.843Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-11T00:58:58.105Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:58:58.105Z] Fetched 35.2 MB in 1s (26.6 MB/s) [2021-03-11T00:58:58.105Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T00:58:58.105Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:58:58.372Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:58:58.962Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:58:58.962Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:58:58.962Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-11T00:58:58.962Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T00:58:58.962Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T00:58:58.963Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T00:58:59.226Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-11T00:58:59.226Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T00:58:59.226Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T00:58:59.487Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T00:58:59.748Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-11T00:58:59.748Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-11T00:59:00.014Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-11T00:59:00.275Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-11T00:59:00.275Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T00:59:00.275Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T00:59:00.537Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-11T00:59:00.537Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:59:00.537Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:59:00.537Z] Selecting previously unselected package libexpat1:amd64. [2021-03-11T00:59:00.537Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-11T00:59:00.537Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T00:59:00.799Z] Selecting previously unselected package python3.6-minimal. [2021-03-11T00:59:00.799Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:59:00.799Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:59:01.061Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T00:59:01.061Z] Checking for services that may need to be restarted...done. [2021-03-11T00:59:01.061Z] Checking for services that may need to be restarted...done. [2021-03-11T00:59:01.061Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:59:01.061Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T00:59:01.322Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:59:01.583Z] Selecting previously unselected package python3-minimal. [2021-03-11T00:59:01.583Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-11T00:59:01.583Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-11T00:59:01.583Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-11T00:59:01.845Z] Selecting previously unselected package mime-support. [2021-03-11T00:59:01.845Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-11T00:59:01.845Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-11T00:59:01.845Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-11T00:59:01.845Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-11T00:59:01.845Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T00:59:02.106Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-11T00:59:02.106Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:59:02.106Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:59:02.366Z] Selecting previously unselected package python3.6. [2021-03-11T00:59:02.366Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:59:02.366Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:59:02.624Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-11T00:59:02.624Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-11T00:59:02.624Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T00:59:02.624Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-11T00:59:02.885Z] Selecting previously unselected package python3. [2021-03-11T00:59:02.885Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-11T00:59:02.885Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-11T00:59:02.885Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-11T00:59:02.885Z] Selecting previously unselected package multiarch-support. [2021-03-11T00:59:02.885Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:59:02.885Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T00:59:03.146Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T00:59:03.146Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-11T00:59:03.146Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-11T00:59:03.146Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-11T00:59:03.146Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T00:59:03.407Z] Selecting previously unselected package libbsd0:amd64. [2021-03-11T00:59:03.407Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-11T00:59:03.407Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T00:59:03.407Z] Selecting previously unselected package sudo. [2021-03-11T00:59:03.407Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-11T00:59:03.407Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T00:59:03.670Z] Selecting previously unselected package apparmor. [2021-03-11T00:59:03.670Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T00:59:03.670Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-11T00:59:03.934Z] Selecting previously unselected package libedit2:amd64. [2021-03-11T00:59:03.934Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-11T00:59:03.934Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T00:59:03.934Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-11T00:59:03.934Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:59:03.934Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:59:03.934Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-11T00:59:03.934Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:59:03.934Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:59:04.197Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-11T00:59:04.197Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-11T00:59:04.197Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T00:59:04.197Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-11T00:59:04.197Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:59:04.197Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:59:04.457Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-11T00:59:04.457Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:59:04.457Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:59:04.457Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-11T00:59:04.457Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-11T00:59:04.457Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T00:59:04.718Z] Selecting previously unselected package openssh-client. [2021-03-11T00:59:04.718Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-11T00:59:04.718Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T00:59:04.718Z] Selecting previously unselected package squashfs-tools. [2021-03-11T00:59:04.718Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-11T00:59:04.979Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T00:59:04.979Z] Selecting previously unselected package snapd. [2021-03-11T00:59:04.979Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-11T00:59:04.979Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-11T00:59:06.898Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T00:59:06.898Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T00:59:07.159Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-11T00:59:07.159Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T00:59:07.159Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T00:59:07.159Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:59:07.159Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:59:07.159Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-11T00:59:07.420Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-11T00:59:08.824Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T00:59:08.824Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T00:59:08.824Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T00:59:08.824Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:59:08.824Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:59:08.824Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:59:09.407Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T00:59:09.407Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:59:09.407Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T00:59:09.407Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-11T00:59:09.407Z] running python rtupdate hooks for python3.6... [2021-03-11T00:59:09.407Z] running python post-rtupdate hooks for python3.6... [2021-03-11T00:59:09.676Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-11T00:59:11.063Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-11T00:59:11.063Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:59:11.063Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T00:59:11.331Z] Setting up snapd (2.48.3+18.04) ... [2021-03-11T00:59:11.598Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-11T00:59:11.865Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-11T00:59:12.127Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-11T00:59:12.128Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-11T00:59:12.389Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T00:59:12.389Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T00:59:12.650Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-11T00:59:12.651Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-11T00:59:12.913Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-11T00:59:13.175Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-11T00:59:13.175Z] /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-11T00:59:13.175Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:59:13.175Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T00:59:14.570Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T00:59:14.570Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T00:59:14.570Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T00:59:16.229Z] Reading package lists... [2021-03-11T00:59:16.229Z] Reading package lists... [2021-03-11T00:59:16.229Z] Building dependency tree... [2021-03-11T00:59:16.229Z] Reading state information... [2021-03-11T00:59:16.498Z] Calculating upgrade... [2021-03-11T00:59:16.498Z] The following packages will be upgraded: [2021-03-11T00:59:16.498Z] advancecomp base-files bash binutils binutils-common [2021-03-11T00:59:16.498Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-11T00:59:16.498Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-11T00:59:16.498Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-11T00:59:16.498Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-11T00:59:16.498Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-11T00:59:16.498Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-11T00:59:16.498Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-11T00:59:16.498Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-11T00:59:16.498Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-11T00:59:16.498Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-11T00:59:16.498Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-11T00:59:16.498Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-11T00:59:16.498Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-11T00:59:16.498Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-11T00:59:16.760Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T00:59:16.760Z] Need to get 63.8 MB of archives. [2021-03-11T00:59:16.760Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-11T00:59:16.760Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-11T00:59:16.760Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-11T00:59:17.704Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-11T00:59:17.704Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-11T00:59:17.704Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-11T00:59:17.704Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-11T00:59:17.704Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-11T00:59:17.704Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-11T00:59:17.705Z] 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-11T00:59:17.705Z] 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-11T00:59:17.705Z] 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-11T00:59:17.705Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-11T00:59:17.705Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-11T00:59:17.705Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-11T00:59:17.705Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-11T00:59:17.705Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-11T00:59:17.705Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-11T00:59:17.705Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-11T00:59:17.705Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-11T00:59:17.705Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-11T00:59:17.705Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-11T00:59:17.705Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-11T00:59:17.705Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-11T00:59:17.705Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-11T00:59:17.705Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-11T00:59:17.705Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-11T00:59:17.705Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-11T00:59:17.705Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-11T00:59:17.705Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-11T00:59:17.705Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-11T00:59:17.705Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-11T00:59:17.705Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-11T00:59:17.705Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-11T00:59:17.705Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-11T00:59:17.705Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-11T00:59:17.705Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-11T00:59:17.705Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-11T00:59:17.705Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-11T00:59:17.705Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-11T00:59:17.705Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-11T00:59:17.965Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-11T00:59:17.965Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-11T00:59:17.965Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-11T00:59:17.965Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-11T00:59:17.965Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-11T00:59:17.965Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-11T00:59:17.965Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-11T00:59:17.965Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-11T00:59:17.965Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-11T00:59:17.965Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-11T00:59:17.965Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-11T00:59:17.965Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-11T00:59:17.965Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-11T00:59:17.965Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-11T00:59:17.965Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-11T00:59:17.965Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-11T00:59:17.965Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-11T00:59:17.965Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-11T00:59:17.965Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-11T00:59:17.965Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-11T00:59:17.965Z] Get:61 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-11T00:59:17.965Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-11T00:59:17.965Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-11T00:59:17.965Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-11T00:59:17.965Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-11T00:59:17.965Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-11T00:59:17.965Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-11T00:59:17.965Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-11T00:59:17.965Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-11T00:59:18.230Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-11T00:59:18.230Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-11T00:59:18.230Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-11T00:59:18.230Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-11T00:59:18.230Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-11T00:59:18.230Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-11T00:59:18.230Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-11T00:59:18.230Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-11T00:59:18.230Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-11T00:59:18.230Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-11T00:59:18.230Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-11T00:59:18.230Z] 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-11T00:59:18.230Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-11T00:59:18.230Z] 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-11T00:59:18.230Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-11T00:59:18.230Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-11T00:59:18.230Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-11T00:59:18.493Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-11T00:59:18.493Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-11T00:59:18.493Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-11T00:59:18.493Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-11T00:59:18.758Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-11T00:59:19.367Z] 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-11T00:59:19.367Z] 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-11T00:59:19.367Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-11T00:59:19.644Z] 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-11T00:59:19.644Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-11T00:59:19.644Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-11T00:59:19.644Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-11T00:59:19.645Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-11T00:59:19.913Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:59:19.913Z] Fetched 63.8 MB in 3s (20.9 MB/s) [2021-03-11T00:59:19.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:19.913Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:59:19.913Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:59:20.880Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:59:20.880Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:59:20.880Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-11T00:59:20.880Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-11T00:59:21.457Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:21.719Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:59:21.719Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:21.719Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:59:21.994Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:21.994Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:59:21.994Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:22.270Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:59:22.270Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:22.270Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:59:22.542Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:22.542Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:59:22.542Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:22.542Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:59:22.819Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:22.819Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:59:22.819Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:22.819Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-11T00:59:23.085Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:23.085Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:59:23.085Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:23.085Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:59:23.366Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:23.366Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:59:23.366Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:23.366Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:59:23.637Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:23.637Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:59:23.637Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:59:23.903Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:59:24.476Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T00:59:24.736Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:59:24.736Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-11T00:59:24.736Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-11T00:59:24.736Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-11T00:59:24.736Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-11T00:59:25.008Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-11T00:59:25.008Z] Installing new version of config file /etc/issue ... [2021-03-11T00:59:25.008Z] Installing new version of config file /etc/issue.net ... [2021-03-11T00:59:25.008Z] Installing new version of config file /etc/lsb-release ... [2021-03-11T00:59:25.008Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-11T00:59:25.269Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-11T00:59:25.269Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-11T00:59:25.269Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-11T00:59:25.530Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:25.530Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-11T00:59:25.530Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-11T00:59:25.530Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-11T00:59:25.790Z] 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-11T00:59:25.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:25.790Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:59:25.790Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-11T00:59:25.790Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:59:26.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:26.051Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-11T00:59:26.051Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-11T00:59:26.051Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-11T00:59:26.311Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:26.311Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-11T00:59:26.311Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T00:59:26.573Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-11T00:59:26.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:26.835Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:59:26.835Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:59:26.835Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T00:59:27.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:27.097Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:59:27.097Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:59:27.097Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-11T00:59:27.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:27.097Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-11T00:59:27.360Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-11T00:59:27.360Z] Setting up grep (3.1-2build1) ... [2021-03-11T00:59:27.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:27.360Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T00:59:27.619Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T00:59:27.620Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-11T00:59:27.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:27.881Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:59:27.881Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:59:27.881Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-11T00:59:27.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:27.881Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T00:59:28.141Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:59:28.714Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T00:59:28.714Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:59:28.714Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T00:59:28.714Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:59:29.288Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-11T00:59:29.547Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:29.547Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-11T00:59:29.547Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:59:30.485Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T00:59:30.485Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T00:59:30.485Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T00:59:30.485Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T00:59:30.747Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T00:59:30.747Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:30.747Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-11T00:59:30.747Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-11T00:59:31.010Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-11T00:59:31.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:31.010Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:59:31.010Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:59:31.271Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:59:31.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:31.271Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:59:31.271Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:59:31.532Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:59:31.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:31.533Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:59:31.533Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:59:31.798Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:59:31.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:31.798Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:59:31.798Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:59:32.063Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:59:32.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:32.063Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:59:32.063Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:59:32.063Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:59:32.325Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:59:32.325Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T00:59:32.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:32.325Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:59:32.325Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:59:32.586Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T00:59:32.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:32.586Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:59:32.586Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:59:32.586Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:59:32.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:32.847Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:59:32.847Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:59:32.847Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:59:33.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:33.109Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:59:33.109Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:59:33.374Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:59:33.635Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-11T00:59:33.896Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-11T00:59:34.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:34.156Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:59:34.156Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:59:34.156Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:59:34.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:59:34.416Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-11T00:59:34.416Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:59:34.677Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-11T00:59:34.677Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:34.677Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-11T00:59:34.938Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-11T00:59:34.938Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-11T00:59:35.207Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:35.207Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-11T00:59:35.473Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T00:59:35.473Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-11T00:59:35.473Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:35.473Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-11T00:59:35.734Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T00:59:35.734Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-11T00:59:35.734Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:35.734Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T00:59:36.001Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:59:36.001Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:59:36.276Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:36.276Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T00:59:36.276Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:59:36.276Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:59:36.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:36.553Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T00:59:36.553Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:59:36.814Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:59:36.814Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:36.814Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:59:36.814Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:59:37.075Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:59:37.075Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:59:37.075Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:59:37.337Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:59:37.337Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T00:59:37.337Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:37.337Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-11T00:59:37.337Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-11T00:59:37.598Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-11T00:59:37.598Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:37.598Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-11T00:59:37.598Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:59:37.858Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:59:38.119Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:38.119Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:59:38.119Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:59:38.119Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T00:59:38.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:38.381Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-11T00:59:38.381Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-11T00:59:38.381Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-11T00:59:38.677Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:38.677Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T00:59:38.677Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T00:59:38.938Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-11T00:59:39.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:39.199Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:59:39.199Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:59:39.199Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-11T00:59:39.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:39.466Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-11T00:59:39.466Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-11T00:59:39.466Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-11T00:59:39.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:39.728Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-11T00:59:39.728Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-11T00:59:39.728Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-11T00:59:40.010Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:40.010Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-11T00:59:40.010Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-11T00:59:40.271Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-11T00:59:40.271Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:40.271Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-11T00:59:40.271Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-11T00:59:40.532Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-11T00:59:40.532Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:40.532Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T00:59:40.532Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-11T00:59:40.793Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-11T00:59:40.793Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:59:40.793Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-11T00:59:40.793Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-11T00:59:41.054Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-11T00:59:41.054Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-11T00:59:41.054Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T00:59:41.054Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T00:59:41.054Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T00:59:41.315Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T00:59:41.315Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T00:59:41.315Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T00:59:41.578Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-11T00:59:41.578Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-11T00:59:41.839Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T00:59:41.839Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-11T00:59:41.839Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T00:59:41.839Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-11T00:59:42.099Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-11T00:59:42.099Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-11T00:59:42.360Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-11T00:59:42.360Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-11T00:59:42.360Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-11T00:59:42.621Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-11T00:59:42.621Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-11T00:59:42.621Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-11T00:59:42.621Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-11T00:59:42.882Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-11T00:59:42.882Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-11T00:59:42.882Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-11T00:59:43.825Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-11T00:59:43.825Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-11T00:59:43.825Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-11T00:59:44.086Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-11T00:59:44.086Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:59:44.086Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:59:44.347Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:59:44.608Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:59:44.608Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:59:44.608Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:59:44.869Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:59:44.869Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:59:44.869Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:45.341Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:59:45.341Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:45.341Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:59:45.602Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:45.602Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:59:45.602Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:45.862Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:59:46.803Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:46.803Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:59:47.375Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:47.375Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:59:48.319Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:48.319Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:59:48.580Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:48.580Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:59:49.520Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:59:49.521Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:59:49.521Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T00:59:49.521Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T00:59:49.521Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T00:59:49.521Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T00:59:49.782Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T00:59:49.782Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T00:59:50.043Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-11T00:59:50.043Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-11T00:59:50.043Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T00:59:50.043Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T00:59:50.302Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T00:59:50.303Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T00:59:50.303Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-11T00:59:50.565Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-11T00:59:50.565Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:50.565Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T00:59:50.565Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:50.825Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:50.825Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:50.825Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-11T00:59:50.825Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-11T00:59:50.825Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-11T00:59:51.086Z] [2021-03-11T00:59:51.086Z] Current default time zone: 'Etc/UTC' [2021-03-11T00:59:51.086Z] Local time is now: Thu Mar 11 00:59:50 UTC 2021. [2021-03-11T00:59:51.086Z] Universal Time is now: Thu Mar 11 00:59:50 UTC 2021. [2021-03-11T00:59:51.086Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-11T00:59:51.086Z] [2021-03-11T00:59:51.086Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-11T00:59:51.086Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:51.086Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-11T00:59:51.086Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:59:51.086Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-11T00:59:51.086Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-11T00:59:51.345Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-11T00:59:51.345Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-11T00:59:51.346Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-11T00:59:51.346Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T00:59:51.346Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:51.346Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-11T00:59:51.606Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:59:51.606Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:59:51.606Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:51.868Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-11T00:59:51.868Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-11T00:59:51.868Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-11T00:59:51.868Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T00:59:51.868Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-11T00:59:51.868Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-11T00:59:51.868Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:59:51.868Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-11T00:59:53.781Z] Updating certificates in /etc/ssl/certs... [2021-03-11T00:59:54.727Z] 23 added, 27 removed; done. [2021-03-11T00:59:54.727Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T00:59:54.727Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:59:54.727Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-11T00:59:54.987Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-11T00:59:54.987Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-11T00:59:54.987Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:59:54.987Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:59:54.987Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:59:55.268Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:59:55.268Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:59:55.268Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:59:55.268Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:59:55.268Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-11T00:59:55.268Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:59:55.268Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-11T00:59:55.532Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-11T00:59:55.532Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:59:55.532Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:59:55.532Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:59:55.532Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-11T00:59:55.532Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-11T00:59:55.532Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-11T00:59:55.532Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:59:55.797Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T00:59:55.797Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-11T00:59:55.797Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-11T00:59:55.797Z] Updating certificates in /etc/ssl/certs... [2021-03-11T00:59:56.747Z] 0 added, 0 removed; done. [2021-03-11T00:59:56.747Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-11T00:59:56.747Z] done. [2021-03-11T00:59:57.010Z] Reading package lists... [2021-03-11T00:59:57.277Z] Building dependency tree... [2021-03-11T00:59:57.277Z] Reading state information... [2021-03-11T00:59:57.539Z] The following NEW packages will be installed: [2021-03-11T00:59:57.539Z] apt-transport-https [2021-03-11T00:59:57.539Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T00:59:57.539Z] Need to get 1696 B of archives. [2021-03-11T00:59:57.539Z] After this operation, 153 kB of additional disk space will be used. [2021-03-11T00:59:57.539Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-11T00:59:57.539Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:59:57.539Z] Fetched 1696 B in 0s (28.3 kB/s) [2021-03-11T00:59:57.801Z] Selecting previously unselected package apt-transport-https. [2021-03-11T00:59:57.801Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-11T00:59:57.801Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-11T00:59:57.801Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T00:59:57.801Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T00:59:58.062Z] Waiting for network to be ready... [2021-03-11T01:00:04.654Z] 2021-03-11T01:00:01Z INFO Waiting for automatic snapd restart... [2021-03-11T01:00:04.654Z] snapd 2.49 from Canonical* installed [2021-03-11T01:00:05.603Z] "snapd" switched to the "latest/stable" channel [2021-03-11T01:00:05.603Z] [2021-03-11T01:00:08.168Z] core18 20210128 from Canonical* installed [2021-03-11T01:00:08.429Z] "core18" switched to the "latest/stable" channel [2021-03-11T01:00:08.429Z] [2021-03-11T01:00:11.735Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T01:00:12.001Z] "snapcraft" switched to the "latest/stable" channel [2021-03-11T01:00:12.001Z] [2021-03-11T01:00:16.211Z] 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-11T01:00:16.211Z] - README.md [2021-03-11T01:00:16.211Z] - snapcraft.yaml.orig [2021-03-11T01:00:16.211Z] [2021-03-11T01:00:16.211Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T01:00:22.798Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T01:00:22.798Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T01:00:22.798Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T01:00:22.798Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T01:00:23.371Z] Reading package lists... [2021-03-11T01:00:23.631Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-11T01:00:30.220Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T01:00:30.220Z] Reading package lists... [2021-03-11T01:00:30.220Z] Building dependency tree... [2021-03-11T01:00:30.220Z] Reading state information... [2021-03-11T01:00:30.220Z] Suggested packages: [2021-03-11T01:00:30.220Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-11T01:00:30.220Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-11T01:00:30.220Z] Recommended packages: [2021-03-11T01:00:30.220Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-11T01:00:30.220Z] The following NEW packages will be installed: [2021-03-11T01:00:30.220Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-11T01:00:30.220Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-11T01:00:30.220Z] pkg-config zip [2021-03-11T01:00:30.220Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T01:00:30.220Z] Need to get 7658 kB of archives. [2021-03-11T01:00:30.220Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-11T01:00:30.220Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-11T01:00:30.220Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-11T01:00:30.221Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-11T01:00:30.221Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-11T01:00:30.221Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-11T01:00:30.482Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-11T01:00:30.482Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-11T01:00:30.482Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-11T01:00:30.743Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-11T01:00:30.743Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-11T01:00:30.743Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-11T01:00:30.743Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-11T01:00:31.004Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-11T01:00:31.004Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-11T01:00:31.004Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-11T01:00:31.004Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T01:00:31.004Z] Fetched 7658 kB in 1s (9433 kB/s) [2021-03-11T01:00:31.265Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-11T01:00:31.265Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-11T01:00:31.266Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-11T01:00:31.266Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T01:00:31.266Z] Selecting previously unselected package libpsl5:amd64. [2021-03-11T01:00:31.266Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-11T01:00:31.266Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T01:00:31.527Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-11T01:00:31.527Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-11T01:00:31.527Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T01:00:31.527Z] Selecting previously unselected package librtmp1:amd64. [2021-03-11T01:00:31.527Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-11T01:00:31.527Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T01:00:31.527Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-11T01:00:31.527Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-11T01:00:31.791Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T01:00:31.791Z] Selecting previously unselected package liberror-perl. [2021-03-11T01:00:31.791Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-11T01:00:31.791Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-11T01:00:31.791Z] Selecting previously unselected package git-man. [2021-03-11T01:00:31.791Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-11T01:00:32.052Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T01:00:32.052Z] Selecting previously unselected package git. [2021-03-11T01:00:32.052Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-11T01:00:32.052Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T01:00:32.992Z] Selecting previously unselected package libnorm1:amd64. [2021-03-11T01:00:32.993Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-11T01:00:32.993Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T01:00:32.993Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-11T01:00:32.993Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-11T01:00:32.993Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T01:00:32.993Z] Selecting previously unselected package libsodium23:amd64. [2021-03-11T01:00:32.993Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-11T01:00:32.993Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-11T01:00:33.253Z] Selecting previously unselected package libzmq5:amd64. [2021-03-11T01:00:33.253Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T01:00:33.253Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T01:00:33.253Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-11T01:00:33.253Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T01:00:33.253Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T01:00:33.520Z] Selecting previously unselected package pkg-config. [2021-03-11T01:00:33.520Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-11T01:00:33.520Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T01:00:33.520Z] Selecting previously unselected package zip. [2021-03-11T01:00:33.520Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-11T01:00:33.520Z] Unpacking zip (3.0-11build1) ... [2021-03-11T01:00:33.782Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T01:00:33.782Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T01:00:33.782Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T01:00:33.782Z] Setting up liberror-perl (0.17025-1) ... [2021-03-11T01:00:33.782Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T01:00:33.782Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T01:00:33.782Z] No schema files found: doing nothing. [2021-03-11T01:00:33.782Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T01:00:33.782Z] Setting up zip (3.0-11build1) ... [2021-03-11T01:00:34.043Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T01:00:34.043Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-11T01:00:34.043Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T01:00:34.043Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T01:00:34.043Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T01:00:34.043Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T01:00:34.043Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T01:00:34.304Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T01:00:40.947Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T01:00:40.947Z] git set to automatically installed. [2021-03-11T01:00:40.947Z] git-man set to automatically installed. [2021-03-11T01:00:40.947Z] libcurl3-gnutls set to automatically installed. [2021-03-11T01:00:40.947Z] liberror-perl set to automatically installed. [2021-03-11T01:00:40.947Z] libglib2.0-0 set to automatically installed. [2021-03-11T01:00:40.947Z] libnghttp2-14 set to automatically installed. [2021-03-11T01:00:40.947Z] libnorm1 set to automatically installed. [2021-03-11T01:00:40.947Z] libpgm-5.2-0 set to automatically installed. [2021-03-11T01:00:40.947Z] libpsl5 set to automatically installed. [2021-03-11T01:00:40.947Z] librtmp1 set to automatically installed. [2021-03-11T01:00:40.947Z] libsodium23 set to automatically installed. [2021-03-11T01:00:40.947Z] libzmq3-dev set to automatically installed. [2021-03-11T01:00:40.947Z] libzmq5 set to automatically installed. [2021-03-11T01:00:40.947Z] pkg-config set to automatically installed. [2021-03-11T01:00:40.947Z] zip set to automatically installed. [2021-03-11T01:00:42.885Z] snapd is not logged in, snap install commands will use sudo [2021-03-11T01:00:49.472Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T01:00:49.472Z] snap "core18" has no updates available [2021-03-11T01:00:50.413Z] Pulling config-common [2021-03-11T01:00:50.413Z] + snapcraftctl pull [2021-03-11T01:00:51.355Z] Pulling go-build-helper [2021-03-11T01:00:51.355Z] + snapcraftctl pull [2021-03-11T01:01:13.368Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T01:01:13.368Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T01:01:13.368Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T01:01:13.368Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T01:01:13.368Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T01:01:13.368Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T01:01:13.368Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T01:01:13.368Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T01:01:13.369Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T01:01:13.369Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T01:01:13.369Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T01:01:13.369Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T01:01:13.369Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T01:01:13.369Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T01:01:13.369Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T01:01:13.369Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T01:01:13.369Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T01:01:13.369Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T01:01:13.369Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T01:01:13.369Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T01:01:13.369Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T01:01:13.369Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T01:01:13.369Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T01:01:13.369Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T01:01:13.369Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T01:01:13.369Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T01:01:13.369Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T01:01:13.369Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-11T01:01:13.369Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-11T01:01:13.369Z] Fetched 279 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-11T01:01:13.369Z] Fetched 122 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-11T01:01:13.369Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-11T01:01:13.369Z] Fetched 8848 B in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-11T01:01:13.369Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-11T01:01:13.369Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-11T01:01:13.369Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-11T01:01:13.369Z] Fetched 214 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-11T01:01:13.369Z] Fetched 154 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-11T01:01:13.369Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-11T01:01:13.369Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-11T01:01:13.369Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-11T01:01:13.369Z] Fetched 499 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-11T01:01:13.369Z] Fetched 111 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-11T01:01:13.369Z] Fetched 240 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-11T01:01:13.369Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-11T01:01:13.369Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-11T01:01:13.369Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-11T01:01:13.369Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-11T01:01:13.369Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-11T01:01:13.369Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-11T01:01:13.369Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-11T01:01:13.369Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-11T01:01:13.369Z] Fetched 8720 B in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-11T01:01:13.369Z] Fetched 137 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-11T01:01:13.369Z] Fetched 119 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-11T01:01:13.369Z] Fetched 109 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-11T01:01:13.369Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-11T01:01:13.369Z] Fetched 645 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-11T01:01:13.369Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-11T01:01:13.369Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-11T01:01:13.369Z] Fetched 368 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-11T01:01:13.369Z] Fetched 187 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-11T01:01:13.369Z] Fetched 175 kB in 0s (0 B/s) [2021-03-11T01:01:13.369Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-11T01:01:16.668Z] Fetched 206 kB in 0s (0 B/s) [2021-03-11T01:01:16.668Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-11T01:01:16.668Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-11T01:01:16.668Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-11T01:01:16.668Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-11T01:01:16.668Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-11T01:01:16.668Z] Fetched 159 kB in 0s (0 B/s) [2021-03-11T01:01:16.668Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-11T01:01:16.668Z] Fetched 107 kB in 0s (0 B/s) [2021-03-11T01:01:16.668Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-11T01:01:16.668Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-11T01:01:16.668Z] Pulling static-packages [2021-03-11T01:01:16.668Z] + snapcraftctl pull [2021-03-11T01:01:16.928Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-11T01:01:16.928Z] Skipping pull go-build-helper (already ran) [2021-03-11T01:01:16.928Z] Skipping pull static-packages (already ran) [2021-03-11T01:01:16.928Z] Building go-build-helper [2021-03-11T01:01:16.928Z] + snapcraftctl build [2021-03-11T01:01:21.134Z] Building static-packages [2021-03-11T01:01:21.134Z] + snapcraftctl build [2021-03-11T01:01:22.532Z] Staging go-build-helper [2021-03-11T01:01:22.532Z] + snapcraftctl stage [2021-03-11T01:01:23.485Z] Staging static-packages [2021-03-11T01:01:23.485Z] + snapcraftctl stage [2021-03-11T01:01:24.428Z] Pulling go115 [2021-03-11T01:01:24.428Z] + snapcraftctl pull [2021-03-11T01:01:25.376Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-11T01:01:25.376Z] Skipping pull go115 (already ran) [2021-03-11T01:01:25.376Z] Building go115 [2021-03-11T01:01:25.376Z] + dpkg --print-architecture [2021-03-11T01:01:25.376Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-11T01:01:25.376Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-11T01:01:25.376Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-11T01:01:25.376Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T01:01:25.376Z] Dload Upload Total Spent Left Speed [2021-03-11T01:01:28.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.5M 0 0 23.1M 0 0:00:04 0:00:01 0:00:03 23.1M 58 115M 58 68.0M 0 0 33.0M 0 0:00:03 0:00:02 0:00:01 32.9M 89 115M 89 103M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M 100 115M 100 115M 0 0 33.9M 0 0:00:03 0:00:03 --:--:-- 33.9M [2021-03-11T01:01:28.760Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-11T01:01:28.760Z] + sha256sum -c sha256 [2021-03-11T01:01:28.760Z] + grep OK [2021-03-11T01:01:29.330Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-11T01:01:29.330Z] + mkdir -p /root/stage/go1.15 [2021-03-11T01:01:29.330Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-11T01:01:33.542Z] Staging go115 [2021-03-11T01:01:33.542Z] + snapcraftctl stage [2021-03-11T01:01:38.831Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T01:01:38.831Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T01:01:38.831Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T01:01:38.831Z] Fetched 0 B in 0s (0 B/s) [2021-03-11T01:01:38.831Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-11T01:01:38.831Z] Fetched 224 kB in 0s (0 B/s) [2021-03-11T01:01:38.831Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-11T01:01:38.831Z] Fetched 157 kB in 0s (0 B/s) [2021-03-11T01:01:38.831Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-11T01:01:38.831Z] Fetched 221 kB in 0s (0 B/s) [2021-03-11T01:01:38.831Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-11T01:01:38.831Z] Fetched 143 kB in 0s (0 B/s) [2021-03-11T01:01:38.831Z] Pulling edgex-go [2021-03-11T01:01:38.831Z] + snapcraftctl pull [2021-03-11T01:01:39.403Z] Pulling version [2021-03-11T01:01:39.403Z] + cd /root/project [2021-03-11T01:01:39.403Z] + [ -f VERSION ] [2021-03-11T01:01:39.403Z] + PROJECT_VERSION=local-dev [2021-03-11T01:01:39.403Z] + git rev-parse --short HEAD [2021-03-11T01:01:39.403Z] + GIT_REVISION=03b8a972 [2021-03-11T01:01:39.403Z] + snapcraftctl set-version local-dev [2021-03-11T01:01:40.345Z] Building config-common [2021-03-11T01:01:40.345Z] + snapcraftctl build [2021-03-11T01:01:42.257Z] Skipping build go-build-helper (already ran) [2021-03-11T01:01:42.257Z] Skipping build static-packages (already ran) [2021-03-11T01:01:42.257Z] Skipping build go115 (already ran) [2021-03-11T01:01:42.519Z] Building edgex-go [2021-03-11T01:01:42.519Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-11T01:01:42.519Z] + cd /root/parts/edgex-go/src [2021-03-11T01:01:42.519Z] + make build [2021-03-11T01:01:42.519Z] 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-11T01:01:44.433Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-11T01:01:44.433Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-11T01:01:44.433Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-11T01:01:44.433Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-11T01:01:44.433Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-11T01:01:44.433Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-11T01:01:44.433Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-11T01:01:44.433Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-11T01:01:44.433Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-11T01:01:44.433Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-11T01:01:44.433Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-11T01:01:44.433Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-11T01:01:44.433Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-11T01:01:44.433Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-11T01:01:44.433Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-11T01:01:44.433Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-11T01:01:44.433Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-11T01:01:44.433Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-11T01:01:44.433Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-11T01:01:44.433Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-11T01:01:44.433Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-11T01:01:44.433Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-11T01:01:44.433Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-11T01:01:44.433Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-11T01:01:44.433Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-11T01:01:44.433Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-11T01:01:44.700Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-11T01:01:44.700Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-11T01:01:44.700Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-11T01:01:44.700Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-11T01:01:44.700Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-11T01:01:44.700Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-11T01:01:44.700Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-11T01:01:44.700Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-11T01:01:44.700Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-11T01:01:45.649Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-11T01:01:45.649Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-11T01:01:45.649Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-11T01:01:45.649Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-11T01:01:45.649Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-11T01:01:45.649Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-11T01:01:46.228Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-11T01:01:46.228Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-11T01:01:46.228Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-11T01:01:46.228Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-11T01:01:52.811Z] 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-11T01:01:52.811Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-11T01:01:58.121Z] 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-11T01:01:59.070Z] 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-11T01:02:00.459Z] 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-11T01:02:00.719Z] 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-11T01:02:00.980Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-11T01:02:00.980Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-11T01:02:00.980Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-11T01:02:00.980Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-11T01:02:02.897Z] 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-11T01:02:02.897Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-11T01:02:02.897Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-11T01:02:04.285Z] 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-11T01:02:05.227Z] 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-11T01:02:05.227Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-11T01:02:07.139Z] 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-11T01:02:07.723Z] 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-11T01:02:07.723Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-11T01:02:09.117Z] 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-11T01:02:09.117Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-11T01:02:11.036Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-11T01:02:11.036Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-11T01:02:11.036Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-11T01:02:11.036Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-11T01:02:11.036Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-11T01:02:11.036Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-11T01:02:11.036Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-11T01:02:11.036Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-11T01:02:11.036Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-11T01:02:11.036Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-11T01:02:11.036Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-11T01:02:11.036Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-11T01:02:11.036Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-11T01:02:11.036Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-11T01:02:11.036Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-11T01:02:11.036Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-11T01:02:11.036Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-11T01:02:11.036Z] + 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-11T01:02:11.036Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-11T01:02:11.036Z] + 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-11T01:02:11.036Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-11T01:02:11.036Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-11T01:02:11.036Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-11T01:02:11.036Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-11T01:02:11.036Z] + 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-11T01:02:11.981Z] Building version [2021-03-11T01:02:11.981Z] + snapcraftctl build [2021-03-11T01:02:13.900Z] Staging config-common [2021-03-11T01:02:13.900Z] + snapcraftctl stage [2021-03-11T01:02:14.843Z] Skipping stage go-build-helper (already ran) [2021-03-11T01:02:14.843Z] Skipping stage static-packages (already ran) [2021-03-11T01:02:14.843Z] Skipping stage go115 (already ran) [2021-03-11T01:02:14.843Z] Staging edgex-go [2021-03-11T01:02:14.843Z] + snapcraftctl stage [2021-03-11T01:02:15.784Z] Staging version [2021-03-11T01:02:15.784Z] + snapcraftctl stage [2021-03-11T01:02:16.727Z] Priming config-common [2021-03-11T01:02:16.727Z] + snapcraftctl prime [2021-03-11T01:02:17.819Z] Priming go-build-helper [2021-03-11T01:02:17.819Z] + snapcraftctl prime [2021-03-11T01:02:18.874Z] Priming static-packages [2021-03-11T01:02:18.874Z] + snapcraftctl prime [2021-03-11T01:02:21.079Z] Priming go115 [2021-03-11T01:02:21.079Z] + snapcraftctl prime [2021-03-11T01:02:21.838Z] Priming edgex-go [2021-03-11T01:02:21.838Z] + snapcraftctl prime [2021-03-11T01:02:23.222Z] Priming version [2021-03-11T01:02:23.222Z] + snapcraftctl prime [2021-03-11T01:02:24.165Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-11T01:02:26.940Z] provisioning config files... [2021-03-11T01:02:26.972Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config1800723232257078366tmp [Pipeline] { [Pipeline] sh [2021-03-11T01:02:27.401Z] + set +x [2021-03-11T01:02:27.401Z] + curl -s https://codecov.io/bash [2021-03-11T01:02:27.401Z] + bash -s -- [2021-03-11T01:02:28.006Z] [2021-03-11T01:02:28.006Z] _____ _ [2021-03-11T01:02:28.006Z] / ____| | | [2021-03-11T01:02:28.006Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T01:02:28.006Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T01:02:28.006Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T01:02:28.006Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T01:02:28.006Z] Bash-20210309-2b87ace [2021-03-11T01:02:28.006Z] [2021-03-11T01:02:28.006Z] [2021-03-11T01:02:28.006Z] ==> git version 2.24.3 found [2021-03-11T01:02:28.006Z] ==> 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-11T01:02:28.007Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T01:02:28.007Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T01:02:28.007Z] ==> Jenkins CI detected. [2021-03-11T01:02:28.007Z] project root: . [2021-03-11T01:02:28.007Z] --> token set from env [2021-03-11T01:02:28.288Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T01:02:28.288Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T01:02:28.288Z] ==> Python coveragepy not found [2021-03-11T01:02:28.288Z] ==> Searching for coverage reports in: [2021-03-11T01:02:28.288Z] + . [2021-03-11T01:02:28.288Z] -> Found 1 reports [2021-03-11T01:02:28.558Z] ==> Detecting git/mercurial file structure [2021-03-11T01:02:28.558Z] ==> Reading reports [2021-03-11T01:02:28.558Z] + ./coverage.out bytes=628838 [2021-03-11T01:02:28.558Z] ==> Appending adjustments [2021-03-11T01:02:28.558Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T01:02:37.099Z] + Found adjustments [2021-03-11T01:02:37.099Z] ==> Gzipping contents [2021-03-11T01:02:37.099Z] 92K /tmp/codecov.0zaWup.gz [2021-03-11T01:02:37.099Z] ==> Uploading reports [2021-03-11T01:02:37.099Z] url: https://codecov.io [2021-03-11T01:02:37.099Z] query: branch=PR-3208&commit=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-11T01:02:37.099Z] -> Pinging Codecov [2021-03-11T01:02:37.099Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=56bb262ab42e5b5bbbd922f7cca00a5ffce0f812&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-11T01:02:37.099Z] -> Uploading to [2021-03-11T01:02:37.099Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/56bb262ab42e5b5bbbd922f7cca00a5ffce0f812/8cfcfcd2-c37c-4a85-b6df-f720aec998e4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T010236Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8399c3c2bcb8fee14257fb99c64457ec1bbcc37e1210ddf39a80545f701bd8bc [2021-03-11T01:02:37.099Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T01:02:37.099Z] Dload Upload Total Spent Left Speed [2021-03-11T01:02:37.637Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92857 0 0 100 92857 0 143k --:--:-- --:--:-- --:--:-- 143k [2021-03-11T01:02:37.637Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/56bb262ab42e5b5bbbd922f7cca00a5ffce0f812 [Pipeline] } [2021-03-11T01:02:37.659Z] 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-11T01:02:39.291Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:02:41.057Z] ---> package-listing.sh [2021-03-11T01:02:41.057Z] ++ facter osfamily [2021-03-11T01:02:41.057Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T01:02:41.339Z] + OS_FAMILY=redhat [2021-03-11T01:02:41.339Z] + workspace=/w/workspace/edgex-go/14 [2021-03-11T01:02:41.339Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T01:02:41.339Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T01:02:41.339Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T01:02:41.339Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T01:02:41.339Z] + '[' /w/workspace/edgex-go/14 ']' [2021-03-11T01:02:41.339Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T01:02:41.339Z] + case "${OS_FAMILY}" in [2021-03-11T01:02:41.339Z] + rpm -qa [2021-03-11T01:02:41.339Z] + sort [2021-03-11T01:02:49.579Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T01:02:49.579Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T01:02:49.579Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T01:02:49.579Z] + '[' /w/workspace/edgex-go/14 ']' [2021-03-11T01:02:49.579Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2021-03-11T01:02:49.579Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2021-03-11T01:02:49.596Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T01:02:49.937Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T01:02:50.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T01:02:51.162Z] [2021-03-11T01:02:51.162Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T01:02:51.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T01:02:52.739Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T01:02:52.739Z] df20fa9351a1: Pulling fs layer [2021-03-11T01:02:52.739Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T01:02:52.739Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T01:02:52.739Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T01:02:52.739Z] 93b61091891f: Pulling fs layer [2021-03-11T01:02:52.739Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T01:02:52.739Z] 5e14af77c1be: Pulling fs layer [2021-03-11T01:02:52.739Z] 01666e4c0597: Pulling fs layer [2021-03-11T01:02:52.739Z] aa168da1d23b: Pulling fs layer [2021-03-11T01:02:52.739Z] 46f8f816bc3b: Waiting [2021-03-11T01:02:52.739Z] 93b61091891f: Waiting [2021-03-11T01:02:52.739Z] 93b9cdb0e59b: Waiting [2021-03-11T01:02:52.739Z] 5e14af77c1be: Waiting [2021-03-11T01:02:52.739Z] 01666e4c0597: Waiting [2021-03-11T01:02:52.739Z] aa168da1d23b: Waiting [2021-03-11T01:02:52.739Z] 36b3adc4ff6f: Download complete [2021-03-11T01:02:52.739Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T01:02:52.739Z] 46f8f816bc3b: Download complete [2021-03-11T01:02:53.072Z] df20fa9351a1: Verifying Checksum [2021-03-11T01:02:53.072Z] df20fa9351a1: Download complete [2021-03-11T01:02:53.072Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T01:02:53.072Z] 93b9cdb0e59b: Download complete [2021-03-11T01:02:53.072Z] 5e14af77c1be: Verifying Checksum [2021-03-11T01:02:53.072Z] 5e14af77c1be: Download complete [2021-03-11T01:02:53.415Z] 01666e4c0597: Verifying Checksum [2021-03-11T01:02:53.415Z] 01666e4c0597: Download complete [2021-03-11T01:02:53.415Z] 93b61091891f: Verifying Checksum [2021-03-11T01:02:53.415Z] 93b61091891f: Download complete [2021-03-11T01:02:54.425Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T01:02:54.425Z] 8ad3a11d3b57: Download complete [2021-03-11T01:02:54.425Z] df20fa9351a1: Pull complete [2021-03-11T01:02:54.710Z] 36b3adc4ff6f: Pull complete [2021-03-11T01:02:57.386Z] 8ad3a11d3b57: Pull complete [2021-03-11T01:02:57.674Z] 46f8f816bc3b: Pull complete [2021-03-11T01:02:58.298Z] aa168da1d23b: Verifying Checksum [2021-03-11T01:02:58.298Z] aa168da1d23b: Download complete [2021-03-11T01:02:58.564Z] 93b61091891f: Pull complete [2021-03-11T01:02:59.159Z] 93b9cdb0e59b: Pull complete [2021-03-11T01:02:59.435Z] 5e14af77c1be: Pull complete [2021-03-11T01:02:59.745Z] 01666e4c0597: Pull complete [2021-03-11T01:03:27.439Z] aa168da1d23b: Pull complete [2021-03-11T01:03:27.440Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T01:03:27.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T01:03:27.440Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T01:03:27.825Z] prd-centos7-docker-4c-2g-29400 does not seem to be running inside a container [2021-03-11T01:03:27.996Z] $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-lftools-log-publisher:alpine cat [2021-03-11T01:03:32.551Z] $ docker top efbb1922769e387c89547afbc9da2d6d38fa2221a3592edb95189887869bd9cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T01:03:33.925Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T01:03:34.385Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T01:03:35.133Z] + ls /var/log/sa-host [2021-03-11T01:03:35.133Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T01:03:35.133Z] file_magic: OK [2021-03-11T01:03:35.133Z] HZ: Using current value: 100 [2021-03-11T01:03:35.133Z] file_header: OK [2021-03-11T01:03:35.133Z] 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-11T01:03:35.133Z] Statistics: [2021-03-11T01:03:35.133Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-11T01:03:35.133Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T01:03:35.133Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T01:03:35.133Z] file_magic: OK [2021-03-11T01:03:35.133Z] HZ: Using current value: 100 [2021-03-11T01:03:35.133Z] file_header: OK [2021-03-11T01:03:35.133Z] 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-11T01:03:35.133Z] Statistics: [2021-03-11T01:03:35.133Z] Hnuu...uuuununununu... [2021-03-11T01:03:35.133Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T01:03:35.371Z] provisioning config files... [2021-03-11T01:03:35.405Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config8833857011455119040tmp [Pipeline] { [Pipeline] echo [2021-03-11T01:03:35.478Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:03:35.844Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T01:03:36.146Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T01:03:36.251Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:03:36.902Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T01:03:36.915Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:03:38.104Z] ---> sudo-logs.sh [2021-03-11T01:03:38.104Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T01:03:38.451Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:03:38.794Z] ---> job-cost.sh [2021-03-11T01:03:39.060Z] lf-activate-venv: SKIPPING [2021-03-11T01:03:39.060Z] DEBUG: total: 0.20999999344348907 [2021-03-11T01:03:39.060Z] INFO: Retrieving Stack Cost... [2021-03-11T01:03:40.029Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T01:03:40.995Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T01:03:41.014Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:03:41.710Z] ---> logs-deploy.sh [2021-03-11T01:03:41.710Z] lf-activate-venv: SKIPPING [2021-03-11T01:03:41.710Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/14 [2021-03-11T01:03:41.710Z] INFO: archiving workspace using pattern(s): [2021-03-11T01:03:45.075Z] Archives upload complete. [2021-03-11T01:03:45.075Z] INFO: archiving logs to Nexus