Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 88ce5120960337bb1956f394696858bbe248aa8d+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (ef953a1f46991fc43114d398e3056706353119f4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-30007’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30010 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 88ce5120960337bb1956f394696858bbe248aa8d Merge succeeded, producing 88ce5120960337bb1956f394696858bbe248aa8d Checking out Revision 88ce5120960337bb1956f394696858bbe248aa8d (PR-3209) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-16T17:00:54.824Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-16T17:00:55.123Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-16T17:00:55.239Z] ========================================================= [2021-03-16T17:00:55.239Z] EdgeX Global Pipelines Version Info [2021-03-16T17:00:55.240Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 49718c946fbf1d21b605dd41d0c635a3842b2325 # timeout=10 [2021-03-16T17:00:58.410Z] ------------------- [2021-03-16T17:00:58.410Z] stable info: [2021-03-16T17:00:58.410Z] ------------------- [2021-03-16T17:00:58.410Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-16T17:00:58.410Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T17:00:58.410Z] Message: update stable to v1.0.184 [2021-03-16T17:00:59.870Z] ------------------- [2021-03-16T17:00:59.870Z] experimental info: [2021-03-16T17:00:59.870Z] ------------------- [2021-03-16T17:00:59.870Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-16T17:00:59.870Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T17:00:59.870Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-16T17:01:00.212Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-16T17:01:00.316Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-16T17:01:00.421Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-16T17:01:00.544Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-16T17:01:00.657Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-16T17:01:00.741Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-16T17:01:00.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-16T17:01:00.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-16T17:01:00.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-16T17:01:01.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-16T17:01:01.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-16T17:01:01.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-16T17:01:01.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-16T17:01:01.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-16T17:01:01.576Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T17:01:01.677Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T17:01:01.755Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-16T17:01:01.834Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-16T17:01:01.923Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-16T17:01:02.004Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-16T17:01:02.152Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-16T17:01:02.241Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-16T17:01:02.330Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo [2021-03-16T17:01:02.411Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo [2021-03-16T17:01:02.502Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo [2021-03-16T17:01:02.606Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88ce5120960337bb1956f394696858bbe248aa8d [Pipeline] echo [2021-03-16T17:01:02.688Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88ce512 [Pipeline] echo [2021-03-16T17:01:02.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T17:01:02.970Z] provisioning config files... [2021-03-16T17:01:03.032Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config699033013509205671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:01:03.497Z] ---> docker-login.sh [2021-03-16T17:01:03.497Z] nexus3.edgexfoundry.org:10001 [2021-03-16T17:01:04.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:01:04.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:01:04.997Z] Configure a credential helper to remove this warning. See [2021-03-16T17:01:04.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:01:04.997Z] [2021-03-16T17:01:04.997Z] Login Succeeded [2021-03-16T17:01:04.997Z] nexus3.edgexfoundry.org:10002 [2021-03-16T17:01:06.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:01:06.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:01:06.903Z] Configure a credential helper to remove this warning. See [2021-03-16T17:01:06.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:01:06.903Z] [2021-03-16T17:01:06.903Z] Login Succeeded [2021-03-16T17:01:06.903Z] nexus3.edgexfoundry.org:10003 [2021-03-16T17:01:07.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:01:07.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:01:07.187Z] Configure a credential helper to remove this warning. See [2021-03-16T17:01:07.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:01:07.187Z] [2021-03-16T17:01:07.187Z] Login Succeeded [2021-03-16T17:01:07.187Z] nexus3.edgexfoundry.org:10004 [2021-03-16T17:01:07.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:01:07.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:01:07.458Z] Configure a credential helper to remove this warning. See [2021-03-16T17:01:07.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:01:07.458Z] [2021-03-16T17:01:07.458Z] Login Succeeded [2021-03-16T17:01:07.458Z] docker.io [2021-03-16T17:01:07.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:01:08.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:01:08.000Z] Configure a credential helper to remove this warning. See [2021-03-16T17:01:08.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:01:08.000Z] [2021-03-16T17:01:08.000Z] Login Succeeded [2021-03-16T17:01:08.000Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T17:01:08.016Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T17:01:08.510Z] ++ 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-16T17:01:08.510Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T17:01:08.510Z] ++ dirname cmd/core-command/Dockerfile [2021-03-16T17:01:08.510Z] ++ cut -d/ -f2 [2021-03-16T17:01:08.510Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-16T17:01:08.510Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T17:01:08.510Z] ++ dirname cmd/core-data/Dockerfile [2021-03-16T17:01:08.510Z] ++ cut -d/ -f2 [2021-03-16T17:01:08.510Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-16T17:01:08.510Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T17:01:08.510Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-16T17:01:08.510Z] ++ cut -d/ -f2 [2021-03-16T17:01:08.510Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-16T17:01:08.510Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T17:01:08.510Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-16T17:01:08.510Z] ++ cut -d/ -f2 [2021-03-16T17:01:08.510Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-16T17:01:08.510Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T17:01:08.510Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-16T17:01:08.510Z] ++ cut -d/ -f2 [2021-03-16T17:01:08.510Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-16T17:01:08.510Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T17:01:08.510Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-16T17:01:08.510Z] ++ cut -d/ -f2 [2021-03-16T17:01:08.510Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-16T17:01:08.510Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T17:01:08.510Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-16T17:01:08.510Z] ++ cut -d/ -f2 [2021-03-16T17:01:08.510Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-16T17:01:08.510Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T17:01:08.510Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-16T17:01:08.510Z] ++ cut -d/ -f2 [2021-03-16T17:01:08.510Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-16T17:01:08.510Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T17:01:08.510Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-16T17:01:08.510Z] ++ cut -d/ -f2 [2021-03-16T17:01:08.510Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-16T17:01:08.698Z] 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-16T17:01:09.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T17:01:09.532Z] [2021-03-16T17:01:09.532Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:01:09.995Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T17:01:09.995Z] latest: Pulling from edgex-devops/git-semver [2021-03-16T17:01:09.995Z] 31603596830f: Pulling fs layer [2021-03-16T17:01:09.995Z] 2a8b12db71e7: Pulling fs layer [2021-03-16T17:01:09.995Z] 6ca5941a6612: Pulling fs layer [2021-03-16T17:01:09.995Z] ecc8261a40a4: Pulling fs layer [2021-03-16T17:01:09.995Z] ecc8261a40a4: Waiting [2021-03-16T17:01:09.995Z] 2a8b12db71e7: Verifying Checksum [2021-03-16T17:01:09.995Z] 2a8b12db71e7: Download complete [2021-03-16T17:01:10.274Z] 31603596830f: Verifying Checksum [2021-03-16T17:01:10.274Z] 31603596830f: Download complete [2021-03-16T17:01:10.563Z] 6ca5941a6612: Verifying Checksum [2021-03-16T17:01:10.563Z] 6ca5941a6612: Download complete [2021-03-16T17:01:10.563Z] ecc8261a40a4: Verifying Checksum [2021-03-16T17:01:10.563Z] ecc8261a40a4: Download complete [2021-03-16T17:01:11.165Z] 31603596830f: Pull complete [2021-03-16T17:01:11.457Z] 2a8b12db71e7: Pull complete [2021-03-16T17:01:12.946Z] 6ca5941a6612: Pull complete [2021-03-16T17:01:13.543Z] ecc8261a40a4: Pull complete [2021-03-16T17:01:13.544Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-16T17:01:13.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T17:01:13.858Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-16T17:01:14.385Z] prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container [2021-03-16T17:01:14.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T17:01:19.001Z] $ docker top 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T17:01:19.672Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T17:01:19.672Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T17:01:20.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T17:01:20.497Z] $ docker exec 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda ssh-agent [2021-03-16T17:01:21.285Z] SSH_AUTH_SOCK=/tmp/ssh-Pwdi8jVvDEOQ/agent.11 [2021-03-16T17:01:21.285Z] SSH_AGENT_PID=16 [2021-03-16T17:01:21.314Z] Running ssh-add (command line suppressed) [2021-03-16T17:01:21.609Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_8317331721021460201.key (/w/workspace/edgex-go/24@tmp/private_key_8317331721021460201.key) [2021-03-16T17:01:21.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T17:01:22.564Z] + git tag --points-at HEAD [Pipeline] } [2021-03-16T17:01:22.719Z] $ docker exec --env ******** --env ******** 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda ssh-agent -k [2021-03-16T17:01:23.210Z] unset SSH_AUTH_SOCK; [2021-03-16T17:01:23.216Z] unset SSH_AGENT_PID; [2021-03-16T17:01:23.216Z] echo Agent pid 16 killed; [2021-03-16T17:01:23.430Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-16T17:01:23.592Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T17:01:23.592Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T17:01:24.406Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T17:01:24.410Z] $ docker exec 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda ssh-agent [2021-03-16T17:01:25.162Z] SSH_AUTH_SOCK=/tmp/ssh-u3dmdslTTuez/agent.45 [2021-03-16T17:01:25.162Z] SSH_AGENT_PID=50 [2021-03-16T17:01:25.190Z] Running ssh-add (command line suppressed) [2021-03-16T17:01:25.823Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_5025938750909620187.key (/w/workspace/edgex-go/24@tmp/private_key_5025938750909620187.key) [2021-03-16T17:01:26.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T17:01:26.909Z] + git semver init [2021-03-16T17:01:26.910Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T17:01:26.910Z] # $GIT_DIR = /w/workspace/edgex-go/24/.git [2021-03-16T17:01:26.910Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/24 [2021-03-16T17:01:26.910Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T17:01:26.910Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T17:01:26.910Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T17:01:26.910Z] # $SEMVER_BRANCH = PR-3209 [2021-03-16T17:01:26.910Z] # $SEMVER_TEMP = /tmp/semver-758083353 [2021-03-16T17:01:26.910Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-16T17:02:23.839Z] # '/tmp/semver-758083353' -> '/w/workspace/edgex-go/24/.semver' [2021-03-16T17:02:23.839Z] # -> Force: false [2021-03-16T17:02:23.839Z] # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } [2021-03-16T17:02:23.867Z] $ docker exec --env ******** --env ******** 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda ssh-agent -k [2021-03-16T17:02:24.645Z] unset SSH_AUTH_SOCK; [2021-03-16T17:02:24.645Z] unset SSH_AGENT_PID; [2021-03-16T17:02:24.645Z] echo Agent pid 50 killed; [2021-03-16T17:02:24.790Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T17:02:25.373Z] + git semver [Pipeline] } [2021-03-16T17:02:25.688Z] $ docker stop --time=1 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda [2021-03-16T17:02:27.875Z] $ docker rm -f 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T17:02:29.349Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-16T17:02:30.874Z] Stashed 1 file(s) [Pipeline] echo [2021-03-16T17:02:30.877Z] [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-16T17:02:31.837Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-16T17:02:32.397Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T17:02:32.983Z] + sudo service docker restart [2021-03-16T17:02:32.983Z] + true [2021-03-16T17:02:32.983Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-16T17:02:35.750Z] ========================================================= [2021-03-16T17:02:35.750Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-16T17:02:35.750Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:02:36.247Z] + 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-16T17:02:46.264Z] Still waiting to schedule task [2021-03-16T17:02:46.264Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-16T17:02:46.748Z] Sending build context to Docker daemon 328.6MB [2021-03-16T17:02:46.748Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T17:02:46.748Z] Step 2/6 : FROM ${BASE} [2021-03-16T17:02:46.748Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-16T17:02:46.748Z] 188c0c94c7c5: Pulling fs layer [2021-03-16T17:02:46.748Z] 0ef7d3d256c8: Pulling fs layer [2021-03-16T17:02:46.748Z] de9db76c5a1d: Pulling fs layer [2021-03-16T17:02:46.748Z] bca2f99d35d6: Pulling fs layer [2021-03-16T17:02:46.748Z] 93359f2a8cfa: Pulling fs layer [2021-03-16T17:02:46.748Z] 7c6f9722023f: Pulling fs layer [2021-03-16T17:02:46.748Z] a35cf1a2eb13: Pulling fs layer [2021-03-16T17:02:46.748Z] bca2f99d35d6: Waiting [2021-03-16T17:02:46.748Z] 93359f2a8cfa: Waiting [2021-03-16T17:02:46.748Z] 7c6f9722023f: Waiting [2021-03-16T17:02:46.748Z] a35cf1a2eb13: Waiting [2021-03-16T17:02:46.748Z] de9db76c5a1d: Verifying Checksum [2021-03-16T17:02:46.748Z] de9db76c5a1d: Download complete [2021-03-16T17:02:46.748Z] 0ef7d3d256c8: Download complete [2021-03-16T17:02:46.748Z] 93359f2a8cfa: Verifying Checksum [2021-03-16T17:02:46.748Z] 93359f2a8cfa: Download complete [2021-03-16T17:02:46.748Z] 7c6f9722023f: Verifying Checksum [2021-03-16T17:02:46.748Z] 7c6f9722023f: Download complete [2021-03-16T17:02:46.748Z] 188c0c94c7c5: Verifying Checksum [2021-03-16T17:02:46.748Z] 188c0c94c7c5: Download complete [2021-03-16T17:02:47.859Z] 188c0c94c7c5: Pull complete [2021-03-16T17:02:48.489Z] 0ef7d3d256c8: Pull complete [2021-03-16T17:02:49.555Z] a35cf1a2eb13: Verifying Checksum [2021-03-16T17:02:49.555Z] a35cf1a2eb13: Download complete [2021-03-16T17:02:50.170Z] de9db76c5a1d: Pull complete [2021-03-16T17:02:51.191Z] bca2f99d35d6: Verifying Checksum [2021-03-16T17:02:51.191Z] bca2f99d35d6: Download complete [2021-03-16T17:03:09.922Z] bca2f99d35d6: Pull complete [2021-03-16T17:03:09.922Z] 93359f2a8cfa: Pull complete [2021-03-16T17:03:09.922Z] 7c6f9722023f: Pull complete [2021-03-16T17:03:18.489Z] a35cf1a2eb13: Pull complete [2021-03-16T17:03:18.489Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-16T17:03:18.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-16T17:03:18.489Z] ---> a62c8e92a672 [2021-03-16T17:03:18.489Z] 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-16T17:03:18.489Z] ---> Running in 79f5d68eaafd [2021-03-16T17:03:21.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:03:21.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:03:21.364Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T17:03:22.340Z] (2/12) Installing file (5.38-r0) [2021-03-16T17:03:22.611Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T17:03:22.611Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T17:03:31.028Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T17:03:31.028Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T17:03:31.028Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T17:03:31.028Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T17:03:31.028Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T17:03:31.028Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T17:03:31.028Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T17:03:31.028Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T17:03:31.028Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:03:31.028Z] OK: 233 MiB in 51 packages [2021-03-16T17:03:38.321Z] Removing intermediate container 79f5d68eaafd [2021-03-16T17:03:38.321Z] ---> 93442b154d36 [2021-03-16T17:03:38.321Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T17:03:38.321Z] ---> Running in 41ca503a84bb [2021-03-16T17:03:38.321Z] Removing intermediate container 41ca503a84bb [2021-03-16T17:03:38.321Z] ---> 3b4fb40176c6 [2021-03-16T17:03:38.321Z] Step 5/6 : COPY go.mod . [2021-03-16T17:03:39.056Z] ---> 8292581c8946 [2021-03-16T17:03:39.056Z] Step 6/6 : RUN go mod download [2021-03-16T17:03:39.339Z] ---> Running in 493fa560983e [2021-03-16T17:04:19.675Z] Removing intermediate container 493fa560983e [2021-03-16T17:04:19.675Z] ---> 2216bab92d3d [2021-03-16T17:04:19.675Z] Successfully built 2216bab92d3d [2021-03-16T17:04:19.675Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:04:20.270Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T17:04:20.635Z] . [Pipeline] withDockerContainer [2021-03-16T17:04:21.136Z] prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container [2021-03-16T17:04:21.307Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T17:04:24.006Z] $ docker top 72827d61d1a384f602ead86b3b84fb51348bb3466ae74e9a227199368cec1830 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:04:25.559Z] + go version [2021-03-16T17:04:25.559Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-16T17:04:25.657Z] $ docker stop --time=1 72827d61d1a384f602ead86b3b84fb51348bb3466ae74e9a227199368cec1830 [2021-03-16T17:04:27.693Z] $ docker rm -f 72827d61d1a384f602ead86b3b84fb51348bb3466ae74e9a227199368cec1830 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:04:28.775Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T17:04:28.776Z] . [Pipeline] withDockerContainer [2021-03-16T17:04:29.188Z] prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container [2021-03-16T17:04:29.303Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T17:04:31.671Z] $ docker top cbd04d491e2ea57ed532b64bc388147fa21c50f8da49383ee53d4d94683c31a5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T17:04:32.296Z] ========================================================= [2021-03-16T17:04:32.296Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T17:04:32.296Z] ========================================================= [Pipeline] sh [2021-03-16T17:04:32.845Z] + make test [2021-03-16T17:04:32.845Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T17:05:13.027Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T17:05:32.726Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30017 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-16T17:05:32.838Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2021-03-16T17:05:38.465Z] using credential edgex-jenkins-ssh [2021-03-16T17:05:38.520Z] Cloning the remote Git repository [2021-03-16T17:05:38.586Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:05:38.706Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2021-03-16T17:05:38.782Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:05:38.783Z] > git --version # timeout=10 [2021-03-16T17:05:38.811Z] > git --version # 'git version 2.17.1' [2021-03-16T17:05:38.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:05:38.900Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T17:06:01.272Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T17:06:00.554Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T17:06:00.575Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T17:06:00.606Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T17:06:00.636Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:06:00.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:06:00.649Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T17:06:01.766Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:06:02.401Z] Merge succeeded, producing 88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:06:02.402Z] Checking out Revision 88ce5120960337bb1956f394696858bbe248aa8d (PR-3209) [2021-03-16T17:06:01.792Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T17:06:01.822Z] > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 [2021-03-16T17:06:02.200Z] > git remote # timeout=10 [2021-03-16T17:06:02.221Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T17:06:02.284Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:06:02.296Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-16T17:06:02.376Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T17:06:02.411Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T17:06:02.425Z] > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 [2021-03-16T17:06:06.894Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T17:06:08.389Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-16T17:06:08.844Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T17:06:09.184Z] + + truesudo [2021-03-16T17:06:09.185Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T17:06:11.243Z] provisioning config files... [2021-03-16T17:06:11.285Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config7433549924623141051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:06:11.698Z] ---> docker-login.sh [2021-03-16T17:06:11.698Z] nexus3.edgexfoundry.org:10001 [2021-03-16T17:06:12.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:06:12.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:06:12.915Z] Configure a credential helper to remove this warning. See [2021-03-16T17:06:12.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:06:12.915Z] [2021-03-16T17:06:12.915Z] Login Succeeded [2021-03-16T17:06:12.915Z] nexus3.edgexfoundry.org:10002 [2021-03-16T17:06:13.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:06:13.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:06:13.514Z] Configure a credential helper to remove this warning. See [2021-03-16T17:06:13.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:06:13.514Z] [2021-03-16T17:06:13.514Z] Login Succeeded [2021-03-16T17:06:13.514Z] nexus3.edgexfoundry.org:10003 [2021-03-16T17:06:14.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:06:14.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:06:14.114Z] Configure a credential helper to remove this warning. See [2021-03-16T17:06:14.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:06:14.114Z] [2021-03-16T17:06:14.114Z] Login Succeeded [2021-03-16T17:06:14.114Z] nexus3.edgexfoundry.org:10004 [2021-03-16T17:06:14.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:06:14.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:06:14.716Z] Configure a credential helper to remove this warning. See [2021-03-16T17:06:14.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:06:14.716Z] [2021-03-16T17:06:14.716Z] Login Succeeded [2021-03-16T17:06:14.716Z] docker.io [2021-03-16T17:06:15.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:06:15.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:06:15.585Z] Configure a credential helper to remove this warning. See [2021-03-16T17:06:15.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:06:15.585Z] [2021-03-16T17:06:15.585Z] Login Succeeded [2021-03-16T17:06:15.585Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T17:06:15.602Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-16T17:06:16.114Z] ========================================================= [2021-03-16T17:06:16.115Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-16T17:06:16.115Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:16.509Z] + 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-16T17:06:18.332Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T17:06:18.332Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T17:06:18.332Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T17:06:19.166Z] Sending build context to Docker daemon 166.8MB [2021-03-16T17:06:19.166Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T17:06:19.166Z] Step 2/6 : FROM ${BASE} [2021-03-16T17:06:19.447Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-16T17:06:19.447Z] 5f621e34cdf4: Pulling fs layer [2021-03-16T17:06:19.447Z] a4357932f1b6: Pulling fs layer [2021-03-16T17:06:19.447Z] 18c013af1878: Pulling fs layer [2021-03-16T17:06:19.447Z] 00ac8860ef70: Pulling fs layer [2021-03-16T17:06:19.447Z] 63d7cb157983: Pulling fs layer [2021-03-16T17:06:19.447Z] b116817d02f9: Pulling fs layer [2021-03-16T17:06:19.447Z] 745a02a5169b: Pulling fs layer [2021-03-16T17:06:19.447Z] 63d7cb157983: Waiting [2021-03-16T17:06:19.447Z] b116817d02f9: Waiting [2021-03-16T17:06:19.447Z] 00ac8860ef70: Waiting [2021-03-16T17:06:19.447Z] 745a02a5169b: Waiting [2021-03-16T17:06:19.447Z] 18c013af1878: Download complete [2021-03-16T17:06:19.447Z] a4357932f1b6: Verifying Checksum [2021-03-16T17:06:19.447Z] a4357932f1b6: Download complete [2021-03-16T17:06:19.447Z] 63d7cb157983: Verifying Checksum [2021-03-16T17:06:19.447Z] 63d7cb157983: Download complete [2021-03-16T17:06:19.447Z] b116817d02f9: Verifying Checksum [2021-03-16T17:06:19.447Z] b116817d02f9: Download complete [2021-03-16T17:06:19.447Z] 5f621e34cdf4: Verifying Checksum [2021-03-16T17:06:19.447Z] 5f621e34cdf4: Download complete [2021-03-16T17:06:20.052Z] 5f621e34cdf4: Pull complete [2021-03-16T17:06:20.652Z] a4357932f1b6: Pull complete [2021-03-16T17:06:21.249Z] 18c013af1878: Pull complete [2021-03-16T17:06:21.520Z] 745a02a5169b: Verifying Checksum [2021-03-16T17:06:21.520Z] 745a02a5169b: Download complete [2021-03-16T17:06:22.960Z] 00ac8860ef70: Verifying Checksum [2021-03-16T17:06:22.960Z] 00ac8860ef70: Download complete [2021-03-16T17:06:26.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T17:06:26.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T17:06:26.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T17:06:28.075Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T17:06:32.018Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T17:06:33.129Z] 00ac8860ef70: Pull complete [2021-03-16T17:06:33.129Z] 63d7cb157983: Pull complete [2021-03-16T17:06:33.129Z] b116817d02f9: Pull complete [2021-03-16T17:06:33.543Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T17:06:37.464Z] 745a02a5169b: Pull complete [2021-03-16T17:06:37.464Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-16T17:06:37.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-16T17:06:37.464Z] ---> b7e6874047d6 [2021-03-16T17:06:37.464Z] 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-16T17:06:40.850Z] ---> Running in 5e2ea34eb66d [2021-03-16T17:06:41.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:42.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:43.808Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T17:06:44.079Z] (2/12) Installing file (5.38-r0) [2021-03-16T17:06:44.079Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T17:06:44.350Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T17:06:45.031Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T17:06:45.031Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T17:06:45.031Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T17:06:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.450s coverage: 45.9% of statements [2021-03-16T17:06:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T17:06:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T17:06:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T17:06:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T17:06:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T17:06:51.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T17:06:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.167s coverage: 19.8% of statements [2021-03-16T17:06:51.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.480s coverage: 100.0% of statements [2021-03-16T17:06:54.481Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T17:06:54.481Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T17:06:54.481Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T17:06:54.481Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T17:06:54.481Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T17:06:54.481Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T17:06:54.759Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T17:06:54.759Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T17:06:55.039Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:55.039Z] OK: 217 MiB in 51 packages [2021-03-16T17:06:55.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.396s coverage: 27.1% of statements [2021-03-16T17:06:55.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T17:06:55.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T17:06:55.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T17:06:55.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T17:06:55.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T17:06:55.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T17:06:55.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-03-16T17:06:55.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T17:06:55.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements [2021-03-16T17:06:55.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T17:06:55.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T17:06:56.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 71.3% of statements [2021-03-16T17:06:56.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T17:06:56.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T17:06:59.361Z] Removing intermediate container 5e2ea34eb66d [2021-03-16T17:06:59.361Z] ---> 74f697935bb7 [2021-03-16T17:06:59.361Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T17:06:59.361Z] ---> Running in a7485b98b11a [2021-03-16T17:06:59.361Z] Removing intermediate container a7485b98b11a [2021-03-16T17:06:59.361Z] ---> 05f75ffea38c [2021-03-16T17:06:59.361Z] Step 5/6 : COPY go.mod . [2021-03-16T17:06:59.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 1.014s coverage: 82.9% of statements [2021-03-16T17:06:59.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T17:06:59.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:06:59.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.343s coverage: 78.9% of statements [2021-03-16T17:06:59.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T17:06:59.958Z] ---> 1daf0f69d0e0 [2021-03-16T17:06:59.958Z] Step 6/6 : RUN go mod download [2021-03-16T17:07:00.233Z] ---> Running in 5f928d7652c7 [2021-03-16T17:07:10.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.366s coverage: 28.6% of statements [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T17:07:10.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.124s coverage: 100.0% of statements [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T17:07:10.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.254s coverage: 100.0% of statements [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T17:07:10.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.476s coverage: 86.7% of statements [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T17:07:10.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 1.044s coverage: 97.5% of statements [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T17:07:10.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.310s coverage: 78.3% of statements [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T17:07:10.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T17:07:20.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.713s coverage: 92.8% of statements [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T17:07:20.151Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.132s coverage: 58.8% of statements [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T17:07:20.151Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.105s coverage: 0.1% of statements [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T17:07:20.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T17:07:20.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 47.1% of statements [2021-03-16T17:07:20.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.196s coverage: 79.5% of statements [2021-03-16T17:07:20.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.127s coverage: 94.1% of statements [2021-03-16T17:07:20.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.171s coverage: 96.3% of statements [2021-03-16T17:07:20.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.138s coverage: 87.5% of statements [2021-03-16T17:07:32.585Z] Removing intermediate container 5f928d7652c7 [2021-03-16T17:07:32.585Z] ---> 4cec98fc3324 [2021-03-16T17:07:32.585Z] Successfully built 4cec98fc3324 [2021-03-16T17:07:32.585Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:32.932Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T17:07:32.932Z] . [Pipeline] withDockerContainer [2021-03-16T17:07:33.249Z] prd-ubuntu18.04-docker-arm64-4c-16g-30017 does not seem to be running inside a container [2021-03-16T17:07:33.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T17:07:33.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.137s coverage: 94.4% of statements [2021-03-16T17:07:33.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.085s coverage: 44.8% of statements [2021-03-16T17:07:35.039Z] $ docker top 6d9ddf653decebeea8994305598facd5ab2d1d56399c0b167acc2e24e904a72f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:07:36.085Z] + go version [2021-03-16T17:07:36.085Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-16T17:07:36.117Z] $ docker stop --time=1 6d9ddf653decebeea8994305598facd5ab2d1d56399c0b167acc2e24e904a72f [2021-03-16T17:07:37.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.665s coverage: 81.9% of statements [2021-03-16T17:07:38.100Z] $ docker rm -f 6d9ddf653decebeea8994305598facd5ab2d1d56399c0b167acc2e24e904a72f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:39.110Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T17:07:39.110Z] . [Pipeline] withDockerContainer [2021-03-16T17:07:39.409Z] prd-ubuntu18.04-docker-arm64-4c-16g-30017 does not seem to be running inside a container [2021-03-16T17:07:39.499Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T17:07:41.010Z] $ docker top b0b850cf1cd61f13e131cab8fdc345ad8467b7b503bf0c60f35440539bfc5818 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T17:07:41.394Z] ========================================================= [2021-03-16T17:07:41.394Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T17:07:41.394Z] ========================================================= [Pipeline] sh [2021-03-16T17:07:42.043Z] + make test [2021-03-16T17:07:42.043Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T17:07:46.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.312s coverage: 92.9% of statements [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T17:07:46.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.140s coverage: 77.8% of statements [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T17:07:46.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.294s coverage: 87.2% of statements [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T17:07:46.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.218s coverage: 100.0% of statements [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T17:07:46.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.286s coverage: 75.5% of statements [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T17:07:46.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.109s coverage: 80.8% of statements [2021-03-16T17:07:46.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements [2021-03-16T17:07:46.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.192s coverage: 84.6% of statements [2021-03-16T17:07:46.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.310s coverage: 91.6% of statements [2021-03-16T17:07:46.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T17:07:47.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.663s coverage: 62.4% of statements [2021-03-16T17:07:47.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T17:07:47.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T17:07:47.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.140s coverage: 100.0% of statements [2021-03-16T17:07:47.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.160s coverage: 91.3% of statements [2021-03-16T17:07:48.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.102s coverage: 100.0% of statements [2021-03-16T17:07:49.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.566s coverage: 73.7% of statements [2021-03-16T17:07:49.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.156s coverage: 100.0% of statements [2021-03-16T17:07:53.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.342s coverage: 69.0% of statements [2021-03-16T17:07:53.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T17:07:53.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T17:07:53.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T17:07:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 38.4% of statements [2021-03-16T17:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T17:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T17:07:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.218s coverage: 89.5% of statements [2021-03-16T17:07:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T17:07:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements [2021-03-16T17:07:58.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.371s coverage: 47.0% of statements [2021-03-16T17:07:58.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T17:07:58.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T17:07:58.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T17:07:58.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T17:07:58.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T17:07:58.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.231s coverage: 100.0% of statements [2021-03-16T17:07:58.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T17:07:58.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2021-03-16T17:07:58.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T17:07:58.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T17:07:58.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T17:07:58.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T17:07:59.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.685s coverage: 87.1% of statements [2021-03-16T17:07:59.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T17:07:59.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:07:59.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T17:08:05.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.852s coverage: 29.1% of statements [2021-03-16T17:08:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T17:08:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T17:08:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T17:08:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T17:08:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T17:08:05.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.154s coverage: 99.0% of statements [2021-03-16T17:08:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T17:08:05.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2021-03-16T17:08:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T17:08:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T17:08:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T17:08:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T17:08:06.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.426s coverage: 96.5% of statements [2021-03-16T17:08:06.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T17:08:06.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:08:06.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T17:08:06.325Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.091s coverage: 0.0% of statements [2021-03-16T17:08:06.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T17:08:06.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.308s coverage: 100.0% of statements [2021-03-16T17:08:06.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T17:08:06.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T17:08:06.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T17:08:06.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T17:08:06.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.146s coverage: 87.9% of statements [2021-03-16T17:08:06.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T17:08:06.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T17:08:08.852Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T17:08:09.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.134s coverage: 100.0% of statements [2021-03-16T17:08:09.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.080s coverage: 32.1% of statements [2021-03-16T17:08:10.549Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.235s coverage: 100.0% of statements [2021-03-16T17:08:11.184Z] GO111MODULE=on go vet ./... [2021-03-16T17:08:55.892Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T17:09:22.909Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T17:09:22.909Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T17:09:22.909Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T17:09:22.909Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T17:09:22.909Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T17:09:22.909Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T17:09:22.909Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T17:09:23.511Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T17:09:24.511Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T17:09:32.857Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T17:09:32.857Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T17:09:32.857Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T17:09:39.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.423s coverage: 45.9% of statements [2021-03-16T17:09:39.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T17:09:39.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T17:09:39.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T17:09:39.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T17:09:39.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T17:09:39.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T17:09:39.622Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.157s coverage: 19.8% of statements [2021-03-16T17:09:39.622Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.246s coverage: 100.0% of statements [2021-03-16T17:09:47.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.538s coverage: 27.1% of statements [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T17:09:47.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.110s coverage: 100.0% of statements [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T17:09:47.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T17:09:47.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 71.3% of statements [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T17:09:47.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T17:09:49.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.571s coverage: 82.9% of statements [2021-03-16T17:09:49.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T17:09:49.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:09:49.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.133s coverage: 78.9% of statements [2021-03-16T17:09:49.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T17:10:02.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.361s coverage: 28.6% of statements [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T17:10:02.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T17:10:02.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T17:10:02.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.372s coverage: 86.7% of statements [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T17:10:02.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.417s coverage: 97.5% of statements [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T17:10:02.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.170s coverage: 78.3% of statements [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T17:10:02.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T17:10:05.298Z] gofmt -l . [2021-03-16T17:10:06.302Z] [ "`gofmt -l .`" = "" ] [2021-03-16T17:10:08.031Z] ./bin/test-go-mod-tidy.sh [2021-03-16T17:10:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.345s coverage: 92.8% of statements [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T17:10:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T17:10:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.251s coverage: 0.1% of statements [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T17:10:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T17:10:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.133s coverage: 47.1% of statements [2021-03-16T17:10:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.119s coverage: 79.5% of statements [2021-03-16T17:10:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.083s coverage: 94.1% of statements [2021-03-16T17:10:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.118s coverage: 96.3% of statements [2021-03-16T17:10:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-03-16T17:10:11.885Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T17:10:14.828Z] + ls -al . [2021-03-16T17:10:14.828Z] total 760 [2021-03-16T17:10:14.828Z] drwxrwxr-x 10 1001 1001 4096 Mar 16 17:10 . [2021-03-16T17:10:14.828Z] drwxr-xr-x 4 root root 30 Mar 16 17:04 .. [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 17:00 .dockerignore [2021-03-16T17:10:14.828Z] drwxrwxr-x 8 1001 1001 179 Mar 16 17:00 .git [2021-03-16T17:10:14.828Z] drwxrwxr-x 3 1001 1001 125 Mar 16 17:00 .github [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 17:00 .gitignore [2021-03-16T17:10:14.828Z] drwx------ 3 1001 1001 60 Mar 16 17:02 .semver [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 17:00 .sonarcloud.properties [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 17:00 Attribution.txt [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 17:00 CONTRIBUTING.md [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 17:00 Dockerfile.build [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 17:00 Jenkinsfile [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 17:00 LICENSE [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 17:00 Makefile [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 17:00 README.md [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 17:00 SECURITY.md [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 17:02 VERSION [2021-03-16T17:10:14.828Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 17:00 ZMQWindows.md [2021-03-16T17:10:14.828Z] drwxrwxr-x 2 1001 1001 117 Mar 16 17:00 bin [2021-03-16T17:10:14.828Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 17:00 cmd [2021-03-16T17:10:14.828Z] -rw-r--r-- 1 root root 650607 Mar 16 17:08 coverage.out [2021-03-16T17:10:14.828Z] -rw-r--r-- 1 root root 1055 Mar 16 17:10 go.mod [2021-03-16T17:10:14.828Z] -rw-r--r-- 1 root root 22099 Mar 16 17:10 go.sum [2021-03-16T17:10:14.828Z] drwxrwxr-x 8 1001 1001 127 Mar 16 17:00 internal [2021-03-16T17:10:14.828Z] drwxrwxr-x 4 1001 1001 26 Mar 16 17:00 openapi [2021-03-16T17:10:14.829Z] drwxrwxr-x 4 1001 1001 71 Mar 16 17:00 snap [2021-03-16T17:10:14.829Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 17:00 version.go [Pipeline] sh [2021-03-16T17:10:16.195Z] + '[' -e coverage.out ] [2021-03-16T17:10:16.195Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T17:10:17.208Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T17:10:18.238Z] + make build [2021-03-16T17:10:18.238Z] 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-16T17:10:23.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.096s coverage: 94.4% of statements [2021-03-16T17:10:23.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-16T17:10:28.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.269s coverage: 81.9% of statements [2021-03-16T17:10:28.855Z] 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-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.142s coverage: 92.9% of statements [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 75.5% of statements [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-03-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements [2021-03-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.6% of statements [2021-03-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.6% of statements [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.624s coverage: 62.4% of statements [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T17:10:38.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T17:10:38.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-03-16T17:10:39.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements [2021-03-16T17:10:39.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-03-16T17:10:40.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-03-16T17:10:41.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.090s coverage: 100.0% of statements [2021-03-16T17:10:46.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.970s coverage: 69.0% of statements [2021-03-16T17:10:46.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T17:10:46.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T17:10:46.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T17:10:46.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.392s coverage: 38.4% of statements [2021-03-16T17:10:46.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T17:10:46.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T17:10:46.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.157s coverage: 89.5% of statements [2021-03-16T17:10:46.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T17:10:46.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.103s coverage: 84.8% of statements [2021-03-16T17:10:54.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.540s coverage: 47.0% of statements [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T17:10:54.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.156s coverage: 100.0% of statements [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T17:10:54.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T17:10:54.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.481s coverage: 87.1% of statements [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:10:54.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T17:10:56.253Z] 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-16T17:10:58.368Z] 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-16T17:11:03.097Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.711s coverage: 29.1% of statements [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T17:11:03.097Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T17:11:03.097Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T17:11:03.097Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.280s coverage: 96.5% of statements [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T17:11:03.097Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T17:11:03.097Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.084s coverage: 100.0% of statements [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T17:11:03.097Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T17:11:03.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T17:11:03.097Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-03-16T17:11:03.376Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-16T17:11:04.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-16T17:11:04.944Z] GO111MODULE=on go vet ./... [2021-03-16T17:11:09.017Z] 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-16T17:11:10.096Z] 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-16T17:11:17.284Z] 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-16T17:11:28.240Z] 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-16T17:11:30.263Z] 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-16T17:11:37.679Z] 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-16T17:11:40.311Z] 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-16T17:11:43.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-16T17:11:52.518Z] $ docker stop --time=1 cbd04d491e2ea57ed532b64bc388147fa21c50f8da49383ee53d4d94683c31a5 [2021-03-16T17:11:56.601Z] $ docker rm -f cbd04d491e2ea57ed532b64bc388147fa21c50f8da49383ee53d4d94683c31a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:11:59.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:12:00.163Z] [2021-03-16T17:12:00.163Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:12:00.536Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:12:00.888Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-16T17:12:00.888Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-16T17:12:00.888Z] ca9280d653b3: Pulling fs layer [2021-03-16T17:12:00.888Z] 7e9c9ca2126c: Pulling fs layer [2021-03-16T17:12:01.640Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-16T17:12:01.640Z] cbdbe7a5bc2a: Download complete [2021-03-16T17:12:03.297Z] ca9280d653b3: Verifying Checksum [2021-03-16T17:12:03.297Z] ca9280d653b3: Download complete [2021-03-16T17:12:03.297Z] cbdbe7a5bc2a: Pull complete [2021-03-16T17:12:06.079Z] ca9280d653b3: Pull complete [2021-03-16T17:12:06.861Z] 7e9c9ca2126c: Verifying Checksum [2021-03-16T17:12:06.861Z] 7e9c9ca2126c: Download complete [2021-03-16T17:12:22.531Z] 7e9c9ca2126c: Pull complete [2021-03-16T17:12:22.830Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-16T17:12:22.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:12:22.830Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-16T17:12:23.222Z] prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container [2021-03-16T17:12:23.361Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T17:12:26.695Z] $ docker top 21d21e84c4e45ef972360925e67832c96973389376b2483fc7dfd0750df8edb3 -eo pid,comm [2021-03-16T17:12:26.774Z] gofmt -l . [2021-03-16T17:12:26.774Z] [ "`gofmt -l .`" = "" ] [Pipeline] { [Pipeline] sh [2021-03-16T17:12:29.016Z] + docker-compose build --help [2021-03-16T17:12:29.016Z] + grep parallel [2021-03-16T17:12:30.162Z] ./bin/test-go-mod-tidy.sh [2021-03-16T17:12:30.757Z] ./bin/test-attribution-txt.sh [2021-03-16T17:12:31.161Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T17:12:31.191Z] $ docker stop --time=1 21d21e84c4e45ef972360925e67832c96973389376b2483fc7dfd0750df8edb3 [2021-03-16T17:12:33.070Z] $ docker rm -f 21d21e84c4e45ef972360925e67832c96973389376b2483fc7dfd0750df8edb3 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:12:34.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:12:34.274Z] . [2021-03-16T17:12:34.282Z] + ls -al . [2021-03-16T17:12:34.282Z] total 788 [2021-03-16T17:12:34.283Z] drwxrwxr-x 9 1001 1001 4096 Mar 16 17:12 . [2021-03-16T17:12:34.283Z] drwxr-xr-x 4 root root 4096 Mar 16 17:07 .. [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 17:06 .dockerignore [2021-03-16T17:12:34.283Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 17:06 .git [2021-03-16T17:12:34.283Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 17:06 .github [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 17:06 .gitignore [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 17:06 .sonarcloud.properties [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 17:06 Attribution.txt [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 17:06 CONTRIBUTING.md [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 17:06 Dockerfile.build [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 17:06 Jenkinsfile [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 17:06 LICENSE [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 17:06 Makefile [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 17:06 README.md [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 17:06 SECURITY.md [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 17:02 VERSION [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 17:06 ZMQWindows.md [2021-03-16T17:12:34.283Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 17:06 bin [2021-03-16T17:12:34.283Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 17:06 cmd [2021-03-16T17:12:34.283Z] -rw-r--r-- 1 root root 650607 Mar 16 17:11 coverage.out [2021-03-16T17:12:34.283Z] -rw-r--r-- 1 root root 1055 Mar 16 17:12 go.mod [2021-03-16T17:12:34.283Z] -rw-r--r-- 1 root root 22099 Mar 16 17:12 go.sum [2021-03-16T17:12:34.283Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 17:06 internal [2021-03-16T17:12:34.283Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 17:06 openapi [2021-03-16T17:12:34.283Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 17:06 snap [2021-03-16T17:12:34.283Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 17:06 version.go [Pipeline] withDockerContainer [2021-03-16T17:12:34.715Z] prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container [2021-03-16T17:12:34.847Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T17:12:37.261Z] $ docker top 0ff819c814ca0f4ae927ca59aa02f1b8e956c89a5169ac876bead51b62d07712 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-16T17:12:39.459Z] + '[' -e coverage.out ] [2021-03-16T17:12:39.459Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T17:12:39.480Z] Warning: overwriting stash ‘coverage-report’ [2021-03-16T17:12:40.046Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T17:12:40.629Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T17:12:41.281Z] + make build [2021-03-16T17:12:41.281Z] 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-16T17:12:41.625Z] Building docker-core-command-go ... [2021-03-16T17:12:41.625Z] Building docker-core-data-go ... [2021-03-16T17:12:41.625Z] Building docker-core-metadata-go ... [2021-03-16T17:12:41.625Z] Building docker-security-bootstrapper-go ... [2021-03-16T17:12:41.625Z] Building docker-security-proxy-setup-go ... [2021-03-16T17:12:41.625Z] Building docker-security-secretstore-setup-go ... [2021-03-16T17:12:41.625Z] Building docker-support-notifications-go ... [2021-03-16T17:12:41.625Z] Building docker-support-scheduler-go ... [2021-03-16T17:12:41.625Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T17:12:41.625Z] Building docker-support-notifications-go [2021-03-16T17:12:41.625Z] Building docker-support-scheduler-go [2021-03-16T17:12:41.625Z] Building docker-core-metadata-go [2021-03-16T17:12:41.625Z] Building docker-security-secretstore-setup-go [2021-03-16T17:12:41.625Z] Building docker-security-proxy-setup-go [2021-03-16T17:12:53.678Z] 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-16T17:13:20.467Z] 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-16T17:13:27.181Z] 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-16T17:13:33.903Z] 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-16T17:13:34.900Z] 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-16T17:13:43.182Z] 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-16T17:13:49.896Z] 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-16T17:13:56.604Z] 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-16T17:14:01.999Z] 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-16T17:14:06.312Z] 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-16T17:14:11.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-16T17:14:20.023Z] $ docker stop --time=1 b0b850cf1cd61f13e131cab8fdc345ad8467b7b503bf0c60f35440539bfc5818 [2021-03-16T17:14:22.439Z] $ docker rm -f b0b850cf1cd61f13e131cab8fdc345ad8467b7b503bf0c60f35440539bfc5818 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:14:24.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:14:24.633Z] [2021-03-16T17:14:24.634Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:14:25.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:14:25.029Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-16T17:14:25.029Z] 29e5d40040c1: Pulling fs layer [2021-03-16T17:14:25.029Z] 1ce36da41761: Pulling fs layer [2021-03-16T17:14:25.029Z] 25b303627fd3: Pulling fs layer [2021-03-16T17:14:25.626Z] 29e5d40040c1: Verifying Checksum [2021-03-16T17:14:25.626Z] 29e5d40040c1: Download complete [2021-03-16T17:14:25.904Z] 1ce36da41761: Verifying Checksum [2021-03-16T17:14:25.904Z] 1ce36da41761: Download complete [2021-03-16T17:14:26.501Z] 29e5d40040c1: Pull complete [2021-03-16T17:14:27.935Z] 1ce36da41761: Pull complete [2021-03-16T17:14:27.935Z] 25b303627fd3: Verifying Checksum [2021-03-16T17:14:27.935Z] 25b303627fd3: Download complete [2021-03-16T17:14:38.070Z] 25b303627fd3: Pull complete [2021-03-16T17:14:38.070Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-16T17:14:38.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:14:38.070Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-16T17:14:38.328Z] prd-ubuntu18.04-docker-arm64-4c-16g-30017 does not seem to be running inside a container [2021-03-16T17:14:38.421Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T17:14:41.912Z] $ docker top be2ecf945becdb3fdeb90c9ffa6255aef5be7b174bccd3be0357265d7d0667e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:14:43.006Z] + docker-compose build --help [2021-03-16T17:14:43.007Z] + grep parallel [2021-03-16T17:14:48.407Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T17:14:48.426Z] $ docker stop --time=1 be2ecf945becdb3fdeb90c9ffa6255aef5be7b174bccd3be0357265d7d0667e8 [2021-03-16T17:14:50.327Z] $ docker rm -f be2ecf945becdb3fdeb90c9ffa6255aef5be7b174bccd3be0357265d7d0667e8 [2021-03-16T17:14:50.641Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:14:50.641Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:14:50.641Z] ---> 2216bab92d3d [2021-03-16T17:14:50.641Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:14:50.641Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:14:50.641Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:14:50.641Z] ---> 2216bab92d3d [2021-03-16T17:14:50.641Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:14:50.641Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:14:50.641Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:14:50.641Z] ---> 2216bab92d3d [2021-03-16T17:14:50.641Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T17:14:50.641Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:14:50.641Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:14:50.641Z] ---> 2216bab92d3d [2021-03-16T17:14:50.641Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T17:14:50.641Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:14:50.641Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:14:50.641Z] ---> 2216bab92d3d [2021-03-16T17:14:50.641Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:14:50.641Z] ---> Running in 2793a2fd8a25 [2021-03-16T17:14:50.641Z] ---> Running in 00aa9c6afe12 [2021-03-16T17:14:50.641Z] ---> Running in 709025e5fc60 [2021-03-16T17:14:50.641Z] ---> Running in e93bb8b54697 [2021-03-16T17:14:50.641Z] ---> Running in 6185a11c3f90 [2021-03-16T17:14:50.641Z] Removing intermediate container 00aa9c6afe12 [2021-03-16T17:14:50.641Z] ---> a30365205032 [2021-03-16T17:14:50.641Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:14:50.641Z] Removing intermediate container 6185a11c3f90 [2021-03-16T17:14:50.641Z] ---> 96d190637f48 [2021-03-16T17:14:50.641Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:14:50.641Z] Removing intermediate container 709025e5fc60 [2021-03-16T17:14:50.641Z] ---> 04da3d16f26a [2021-03-16T17:14:50.641Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:14:50.641Z] Removing intermediate container e93bb8b54697 [2021-03-16T17:14:50.641Z] ---> b50188d5cf16 [2021-03-16T17:14:50.641Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:14:50.641Z] Removing intermediate container 2793a2fd8a25 [2021-03-16T17:14:50.641Z] ---> 5fe05b3b1928 [2021-03-16T17:14:50.641Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:14:50.641Z] ---> Running in dacd35e2b1f2 [2021-03-16T17:14:50.641Z] ---> Running in 54be2e15404c [2021-03-16T17:14:50.641Z] ---> Running in b5e482a003a8 [2021-03-16T17:14:50.641Z] ---> Running in 08478cf0c106 [2021-03-16T17:14:50.641Z] ---> Running in 78b1821f41ff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:14:51.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:14:51.162Z] . [Pipeline] withDockerContainer [2021-03-16T17:14:51.393Z] prd-ubuntu18.04-docker-arm64-4c-16g-30017 does not seem to be running inside a container [2021-03-16T17:14:51.472Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T17:14:52.746Z] Removing intermediate container 08478cf0c106 [2021-03-16T17:14:52.746Z] ---> 407ea4e282ea [2021-03-16T17:14:52.746Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:14:52.823Z] $ docker top 4321d3e78d0c04ebedad892cd20f31ac528c635ef6465e6b4543193d4f458a8c -eo pid,comm [2021-03-16T17:14:53.038Z] Removing intermediate container dacd35e2b1f2 [2021-03-16T17:14:53.038Z] ---> 0827037ccad7 [2021-03-16T17:14:53.038Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T17:14:53.038Z] ---> Running in 26695353de7f [Pipeline] { [Pipeline] sh [2021-03-16T17:14:53.390Z] Removing intermediate container b5e482a003a8 [2021-03-16T17:14:53.390Z] ---> 12df3444a31d [2021-03-16T17:14:53.390Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T17:14:53.390Z] ---> Running in c9f28364d46b [2021-03-16T17:14:53.780Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T17:14:53.866Z] Removing intermediate container 54be2e15404c [2021-03-16T17:14:53.866Z] ---> cf44815f39b6 [2021-03-16T17:14:53.866Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T17:14:53.866Z] Removing intermediate container 78b1821f41ff [2021-03-16T17:14:53.866Z] ---> 6dd537865094 [2021-03-16T17:14:53.866Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T17:14:53.866Z] ---> Running in 12900a3e62ea [2021-03-16T17:14:53.866Z] ---> Running in e2b4d562adc2 [2021-03-16T17:14:53.866Z] ---> Running in 0b9497e53f75 [2021-03-16T17:14:56.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:14:57.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:14:57.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:14:57.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:14:57.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:14:58.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:14:58.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:14:58.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:14:58.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:14:58.872Z] OK: 233 MiB in 51 packages [2021-03-16T17:14:59.212Z] Building docker-core-command-go ... [2021-03-16T17:14:59.212Z] Building docker-core-data-go ... [2021-03-16T17:14:59.212Z] Building docker-core-metadata-go ... [2021-03-16T17:14:59.212Z] Building docker-security-bootstrapper-go ... [2021-03-16T17:14:59.212Z] Building docker-security-proxy-setup-go ... [2021-03-16T17:14:59.212Z] Building docker-security-secretstore-setup-go ... [2021-03-16T17:14:59.212Z] Building docker-support-notifications-go ... [2021-03-16T17:14:59.212Z] Building docker-support-scheduler-go ... [2021-03-16T17:14:59.212Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T17:14:59.212Z] Building docker-core-metadata-go [2021-03-16T17:14:59.212Z] Building docker-security-bootstrapper-go [2021-03-16T17:14:59.212Z] Building docker-core-command-go [2021-03-16T17:14:59.212Z] Building docker-support-notifications-go [2021-03-16T17:14:59.212Z] Building docker-support-scheduler-go [2021-03-16T17:14:59.318Z] OK: 233 MiB in 51 packages [2021-03-16T17:14:59.318Z] OK: 233 MiB in 51 packages [2021-03-16T17:14:59.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:15:00.654Z] OK: 233 MiB in 51 packages [2021-03-16T17:15:01.070Z] OK: 233 MiB in 51 packages [2021-03-16T17:15:01.958Z] Removing intermediate container 26695353de7f [2021-03-16T17:15:01.958Z] ---> 274c7fbbd38b [2021-03-16T17:15:01.958Z] Step 6/23 : COPY go.mod . [2021-03-16T17:15:02.805Z] Removing intermediate container c9f28364d46b [2021-03-16T17:15:02.805Z] ---> 6e8e0c116863 [2021-03-16T17:15:02.805Z] Step 6/21 : COPY go.mod . [2021-03-16T17:15:03.102Z] Removing intermediate container 12900a3e62ea [2021-03-16T17:15:03.102Z] ---> 02c8811e84b8 [2021-03-16T17:15:03.102Z] Step 6/24 : COPY go.mod . [2021-03-16T17:15:03.436Z] ---> b387ba0fcce3 [2021-03-16T17:15:03.436Z] Step 7/23 : RUN go mod download [2021-03-16T17:15:03.804Z] Removing intermediate container e2b4d562adc2 [2021-03-16T17:15:03.804Z] ---> fe8db764532f [2021-03-16T17:15:03.804Z] Step 6/22 : COPY go.mod . [2021-03-16T17:15:03.804Z] ---> Running in febd10edc0a2 [2021-03-16T17:15:04.157Z] ---> 58861ce46e3c [2021-03-16T17:15:04.157Z] Step 7/24 : RUN go mod download [2021-03-16T17:15:04.157Z] Removing intermediate container 0b9497e53f75 [2021-03-16T17:15:04.157Z] ---> d355fde0fd92 [2021-03-16T17:15:04.157Z] Step 6/22 : COPY go.mod . [2021-03-16T17:15:04.157Z] ---> ccd5b3757721 [2021-03-16T17:15:04.157Z] Step 7/21 : RUN go mod download [2021-03-16T17:15:04.461Z] ---> Running in 10ea4401ba47 [2021-03-16T17:15:04.780Z] ---> Running in 5f9221418bee [2021-03-16T17:15:05.112Z] ---> 962d59f7cb90 [2021-03-16T17:15:05.112Z] Step 7/22 : RUN go mod download [2021-03-16T17:15:05.504Z] ---> Running in 32c21a5fd9a7 [2021-03-16T17:15:05.504Z] ---> 8d86f8bc5369 [2021-03-16T17:15:05.504Z] Step 7/22 : RUN go mod download [2021-03-16T17:15:05.804Z] ---> Running in 4f33de547932 [2021-03-16T17:15:15.504Z] Removing intermediate container 5f9221418bee [2021-03-16T17:15:15.504Z] ---> 46bfc36769c9 [2021-03-16T17:15:15.504Z] Step 8/21 : COPY . . [2021-03-16T17:15:15.837Z] Removing intermediate container febd10edc0a2 [2021-03-16T17:15:15.837Z] ---> 4ecf3cb81e10 [2021-03-16T17:15:15.837Z] Step 8/23 : COPY . . [2021-03-16T17:15:16.264Z] Removing intermediate container 4f33de547932 [2021-03-16T17:15:16.264Z] ---> c717edf8efcc [2021-03-16T17:15:16.264Z] Step 8/22 : COPY . . [2021-03-16T17:15:16.264Z] Removing intermediate container 10ea4401ba47 [2021-03-16T17:15:16.264Z] ---> 6b29b3bbed12 [2021-03-16T17:15:16.264Z] Step 8/24 : COPY . . [2021-03-16T17:15:17.083Z] Removing intermediate container 32c21a5fd9a7 [2021-03-16T17:15:17.083Z] ---> e8aea837cd4e [2021-03-16T17:15:17.083Z] Step 8/22 : COPY . . [2021-03-16T17:16:21.003Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:16:21.003Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:16:21.003Z] ---> 4cec98fc3324 [2021-03-16T17:16:21.003Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:16:21.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:16:21.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:16:21.003Z] ---> 4cec98fc3324 [2021-03-16T17:16:21.003Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:16:21.003Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:16:21.003Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:16:21.003Z] ---> 4cec98fc3324 [2021-03-16T17:16:21.003Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:16:21.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:16:21.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:16:21.003Z] ---> 4cec98fc3324 [2021-03-16T17:16:21.003Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:16:21.003Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:16:21.003Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:16:21.003Z] ---> 4cec98fc3324 [2021-03-16T17:16:21.003Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T17:16:21.003Z] ---> Running in 6d43eb4ce7fa [2021-03-16T17:16:21.003Z] ---> Running in 9a5e13d0a308 [2021-03-16T17:16:21.003Z] ---> Running in fbfd41372f54 [2021-03-16T17:16:21.003Z] ---> Running in 1be6698e14ab [2021-03-16T17:16:21.003Z] ---> Running in 09f01dde6dbf [2021-03-16T17:16:21.003Z] Removing intermediate container 6d43eb4ce7fa [2021-03-16T17:16:21.003Z] ---> f8a088b80ed4 [2021-03-16T17:16:21.003Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:16:21.003Z] Removing intermediate container 9a5e13d0a308 [2021-03-16T17:16:21.003Z] ---> 46b1b6658951 [2021-03-16T17:16:21.003Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:16:21.003Z] ---> Running in e8c17700f7d3 [2021-03-16T17:16:21.004Z] Removing intermediate container 09f01dde6dbf [2021-03-16T17:16:21.004Z] ---> a7d1d27f446f [2021-03-16T17:16:21.004Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:16:21.004Z] Removing intermediate container fbfd41372f54 [2021-03-16T17:16:21.004Z] ---> 45f9e3cc0b97 [2021-03-16T17:16:21.004Z] Removing intermediate container 1be6698e14ab [2021-03-16T17:16:21.004Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:16:21.004Z] ---> c9097f2fdc6c [2021-03-16T17:16:21.004Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:16:21.004Z] ---> Running in 46b95cef03cd [2021-03-16T17:16:21.004Z] ---> Running in e8a9c0a678f1 [2021-03-16T17:16:21.004Z] ---> Running in f5a0437d31ee [2021-03-16T17:16:21.004Z] ---> Running in ea5f26df18d2 [2021-03-16T17:16:21.004Z] Removing intermediate container e8c17700f7d3 [2021-03-16T17:16:21.004Z] ---> 62c2493a2501 [2021-03-16T17:16:21.004Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:16:21.004Z] Removing intermediate container 46b95cef03cd [2021-03-16T17:16:21.004Z] ---> dadab750ed43 [2021-03-16T17:16:21.004Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T17:16:21.004Z] ---> Running in 19d8f1664072 [2021-03-16T17:16:21.004Z] Removing intermediate container f5a0437d31ee [2021-03-16T17:16:21.004Z] ---> 8a4c08a92ca8 [2021-03-16T17:16:21.004Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T17:16:21.004Z] ---> Running in ce3eb174dc42 [2021-03-16T17:16:21.004Z] ---> Running in 0cbafcb9272e [2021-03-16T17:16:21.004Z] Removing intermediate container ea5f26df18d2 [2021-03-16T17:16:21.004Z] ---> 35c9212ec305 [2021-03-16T17:16:21.004Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:16:21.004Z] Removing intermediate container e8a9c0a678f1 [2021-03-16T17:16:21.004Z] ---> 1a44c2aaecf5 [2021-03-16T17:16:21.004Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T17:16:21.004Z] ---> Running in 2ff18bd382af [2021-03-16T17:16:21.004Z] ---> Running in ff3f50128090 [2021-03-16T17:16:21.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:21.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:21.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:21.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:21.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:21.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:21.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:21.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:21.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:21.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:22.147Z] OK: 217 MiB in 51 packages [2021-03-16T17:16:22.147Z] OK: 217 MiB in 51 packages [2021-03-16T17:16:22.422Z] OK: 217 MiB in 51 packages [2021-03-16T17:16:22.702Z] OK: 217 MiB in 51 packages [2021-03-16T17:16:22.702Z] OK: 217 MiB in 51 packages [2021-03-16T17:16:24.159Z] Removing intermediate container 19d8f1664072 [2021-03-16T17:16:24.159Z] ---> cc8f4ac753f0 [2021-03-16T17:16:24.159Z] Step 6/23 : COPY go.mod . [2021-03-16T17:16:24.159Z] Removing intermediate container ce3eb174dc42 [2021-03-16T17:16:24.159Z] ---> 5cde73e60356 [2021-03-16T17:16:24.159Z] Step 6/22 : COPY go.mod . [2021-03-16T17:16:24.440Z] Removing intermediate container 2ff18bd382af [2021-03-16T17:16:24.440Z] ---> 08a69c81cae3 [2021-03-16T17:16:24.440Z] Step 6/23 : COPY go.mod . [2021-03-16T17:16:24.719Z] Removing intermediate container ff3f50128090 [2021-03-16T17:16:24.719Z] ---> 60fe00c04c3d [2021-03-16T17:16:24.719Z] Step 6/22 : COPY go.mod . [2021-03-16T17:16:25.008Z] Removing intermediate container 0cbafcb9272e [2021-03-16T17:16:25.008Z] ---> 834d5249669e [2021-03-16T17:16:25.008Z] Step 6/31 : COPY go.mod . [2021-03-16T17:16:25.008Z] ---> 1bdb64868707 [2021-03-16T17:16:25.008Z] Step 7/23 : RUN go mod download [2021-03-16T17:16:25.300Z] ---> Running in d3d9827809cb [2021-03-16T17:16:25.300Z] ---> 58d1d29bdd30 [2021-03-16T17:16:25.300Z] Step 7/22 : RUN go mod download [2021-03-16T17:16:25.589Z] ---> 7a009017d660 [2021-03-16T17:16:25.589Z] Step 7/23 : RUN go mod download [2021-03-16T17:16:25.589Z] ---> Running in a2edb93053ee [2021-03-16T17:16:25.867Z] ---> 07ff9ea18936 [2021-03-16T17:16:25.867Z] Step 7/22 : RUN go mod download [2021-03-16T17:16:25.867Z] ---> Running in 95b3f9108f0f [2021-03-16T17:16:26.142Z] ---> Running in 3640c4d9dfaa [2021-03-16T17:16:26.142Z] ---> 36c24689d926 [2021-03-16T17:16:26.142Z] Step 7/31 : RUN go mod download [2021-03-16T17:16:26.422Z] ---> Running in 3555ef724649 [2021-03-16T17:16:29.822Z] Removing intermediate container d3d9827809cb [2021-03-16T17:16:29.823Z] ---> 14d02c6c703f [2021-03-16T17:16:29.823Z] Step 8/23 : COPY . . [2021-03-16T17:16:30.096Z] Removing intermediate container a2edb93053ee [2021-03-16T17:16:30.096Z] ---> 5ba1433a825b [2021-03-16T17:16:30.096Z] Step 8/22 : COPY . . [2021-03-16T17:16:30.691Z] Removing intermediate container 95b3f9108f0f [2021-03-16T17:16:30.691Z] ---> cc348a3aa8e3 [2021-03-16T17:16:30.691Z] Step 8/23 : COPY . . [2021-03-16T17:16:31.295Z] Removing intermediate container 3640c4d9dfaa [2021-03-16T17:16:31.295Z] ---> c54b556f3d9f [2021-03-16T17:16:31.295Z] Step 8/22 : COPY . . [2021-03-16T17:16:31.893Z] Removing intermediate container 3555ef724649 [2021-03-16T17:16:31.893Z] ---> 379cb2675f39 [2021-03-16T17:16:31.893Z] Step 8/31 : COPY . . [2021-03-16T17:16:54.078Z] ---> d960c2ffe1b1 [2021-03-16T17:16:54.078Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T17:16:54.078Z] ---> fdb764711666 [2021-03-16T17:16:54.078Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T17:16:54.078Z] ---> Running in e2413a3594f3 [2021-03-16T17:16:54.078Z] ---> Running in bc35e32053e1 [2021-03-16T17:16:54.078Z] ---> d7018e4d7b71 [2021-03-16T17:16:54.078Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T17:16:54.078Z] ---> 55279bd99879 [2021-03-16T17:16:54.078Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T17:16:54.078Z] ---> 105896578afb [2021-03-16T17:16:54.078Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T17:16:54.078Z] ---> Running in 5da26f04392c [2021-03-16T17:16:54.078Z] ---> Running in 7098d8691063 [2021-03-16T17:16:54.078Z] ---> Running in 1c72fce71d70 [2021-03-16T17:16:54.674Z] 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-16T17:16:54.952Z] 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-16T17:16:55.228Z] 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-16T17:16:55.506Z] 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-16T17:16:55.506Z] 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-16T17:18:27.104Z] ---> 5e5659a6a6fb [2021-03-16T17:18:27.104Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T17:18:27.104Z] ---> 799e50480810 [2021-03-16T17:18:27.104Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T17:18:27.104Z] ---> d436f65ec696 [2021-03-16T17:18:27.104Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T17:18:27.104Z] ---> 3c5801c59f6e [2021-03-16T17:18:27.104Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T17:18:27.104Z] ---> Running in 1c65cae8c826 [2021-03-16T17:18:27.104Z] ---> Running in 807e763e6b42 [2021-03-16T17:18:27.104Z] ---> Running in 088e4adbb987 [2021-03-16T17:18:27.104Z] ---> Running in 036497278b55 [2021-03-16T17:18:27.104Z] ---> ff3d10316c66 [2021-03-16T17:18:27.104Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T17:18:27.104Z] ---> Running in 9338c8558675 [2021-03-16T17:18:27.104Z] 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-16T17:18:27.104Z] 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-16T17:18:27.104Z] 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-16T17:18:27.104Z] 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-16T17:18:27.104Z] 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-16T17:18:47.450Z] Removing intermediate container 1c72fce71d70 [2021-03-16T17:18:47.450Z] ---> 90775ae9910a [2021-03-16T17:18:47.450Z] [2021-03-16T17:18:47.450Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T17:18:47.450Z] 3.12: Pulling from library/alpine [2021-03-16T17:18:47.450Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:18:47.450Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T17:18:47.450Z] ---> d10569e2745f [2021-03-16T17:18:47.450Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T17:18:47.722Z] ---> Running in 9b996cb3415c [2021-03-16T17:18:48.336Z] Removing intermediate container 9b996cb3415c [2021-03-16T17:18:48.619Z] ---> 253d5962d10e [2021-03-16T17:18:48.619Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T17:18:48.905Z] ---> Running in 2f1befa9040d [2021-03-16T17:18:50.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:18:50.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:18:51.517Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:18:51.517Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T17:18:51.517Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:18:51.517Z] OK: 5 MiB in 16 packages [2021-03-16T17:18:54.933Z] Removing intermediate container 2f1befa9040d [2021-03-16T17:18:54.933Z] ---> 65de0cb18df9 [2021-03-16T17:18:54.933Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T17:18:55.211Z] Removing intermediate container 7098d8691063 [2021-03-16T17:18:55.211Z] ---> b7e7c2f60c9f [2021-03-16T17:18:55.211Z] [2021-03-16T17:18:55.211Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:18:55.211Z] ---> d10569e2745f [2021-03-16T17:18:55.211Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:18:55.211Z] ---> Running in 61b05986e7c2 [2021-03-16T17:18:55.492Z] ---> Running in c8a0baf895d9 [2021-03-16T17:18:56.097Z] Removing intermediate container 61b05986e7c2 [2021-03-16T17:18:56.097Z] ---> de41edf956ad [2021-03-16T17:18:56.097Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T17:18:56.690Z] ---> Running in 40a64eb73b15 [2021-03-16T17:18:57.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:18:57.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:18:58.210Z] Removing intermediate container 40a64eb73b15 [2021-03-16T17:18:58.210Z] ---> d3cf7ea1f8ac [2021-03-16T17:18:58.210Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T17:18:58.210Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T17:18:58.210Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:18:58.210Z] OK: 5 MiB in 15 packages [2021-03-16T17:18:58.809Z] ---> Running in 8cf2eb6697a1 [2021-03-16T17:18:59.795Z] Removing intermediate container 5da26f04392c [2021-03-16T17:18:59.795Z] ---> 0ad07049c360 [2021-03-16T17:18:59.795Z] [2021-03-16T17:18:59.795Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:18:59.795Z] ---> d10569e2745f [2021-03-16T17:18:59.795Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:18:59.795Z] Removing intermediate container bc35e32053e1 [2021-03-16T17:18:59.795Z] ---> cf907cf123ff [2021-03-16T17:18:59.795Z] [2021-03-16T17:18:59.795Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:18:59.795Z] ---> d10569e2745f [2021-03-16T17:18:59.795Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T17:19:00.076Z] ---> Running in 6863775d0b3d [2021-03-16T17:19:00.077Z] ---> Running in 5be7dc844091 [2021-03-16T17:19:00.077Z] Removing intermediate container c8a0baf895d9 [2021-03-16T17:19:00.077Z] ---> 67cb832e0571 [2021-03-16T17:19:00.077Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:19:00.674Z] ---> Running in 8d9d2732608c [2021-03-16T17:19:01.266Z] Removing intermediate container 8d9d2732608c [2021-03-16T17:19:01.266Z] ---> 6e0c840b1fad [2021-03-16T17:19:01.266Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T17:19:01.542Z] ---> Running in 3fddb4e1388d [2021-03-16T17:19:02.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:19:02.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:19:02.424Z] Removing intermediate container 3fddb4e1388d [2021-03-16T17:19:02.424Z] ---> ef7efab8aebb [2021-03-16T17:19:02.424Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:19:02.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:19:02.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:19:03.031Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T17:19:03.031Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:19:03.031Z] OK: 5 MiB in 15 packages [2021-03-16T17:19:03.031Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T17:19:03.031Z] ---> Running in b4a7c4157e58 [2021-03-16T17:19:03.031Z] Removing intermediate container 8cf2eb6697a1 [2021-03-16T17:19:03.031Z] ---> 890682c06e89 [2021-03-16T17:19:03.031Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T17:19:03.031Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:19:03.031Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:19:03.311Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:19:03.598Z] OK: 6 MiB in 16 packages [2021-03-16T17:19:03.598Z] ---> Running in fea93f23aed1 [2021-03-16T17:19:04.195Z] Removing intermediate container b4a7c4157e58 [2021-03-16T17:19:04.195Z] ---> f87a38630d87 [2021-03-16T17:19:04.195Z] Step 15/23 : WORKDIR / [2021-03-16T17:19:04.797Z] ---> Running in 20e211937552 [2021-03-16T17:19:04.797Z] Removing intermediate container fea93f23aed1 [2021-03-16T17:19:04.797Z] ---> dcbceb520116 [2021-03-16T17:19:04.797Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T17:19:05.080Z] Removing intermediate container 6863775d0b3d [2021-03-16T17:19:05.080Z] ---> 5faf5b4bbc06 [2021-03-16T17:19:05.080Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:19:05.356Z] ---> Running in b0ee0c9894c0 [2021-03-16T17:19:05.632Z] Removing intermediate container 20e211937552 [2021-03-16T17:19:05.632Z] ---> 178afc0e5356 [2021-03-16T17:19:05.632Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:19:05.909Z] Removing intermediate container e2413a3594f3 [2021-03-16T17:19:05.909Z] ---> 52191ea282bb [2021-03-16T17:19:05.909Z] [2021-03-16T17:19:05.909Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:19:05.909Z] ---> d10569e2745f [2021-03-16T17:19:05.909Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:19:06.188Z] ---> Using cache [2021-03-16T17:19:06.188Z] ---> 5faf5b4bbc06 [2021-03-16T17:19:06.188Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:19:06.188Z] ---> Using cache [2021-03-16T17:19:06.188Z] ---> cc11622e89b4 [2021-03-16T17:19:06.188Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T17:19:06.188Z] Removing intermediate container 5be7dc844091 [2021-03-16T17:19:06.188Z] ---> e204fb74eb5a [2021-03-16T17:19:06.188Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:19:06.188Z] ---> 0f6c36b84606 [2021-03-16T17:19:06.188Z] Removing intermediate container b0ee0c9894c0 [2021-03-16T17:19:06.188Z] ---> cc11622e89b4 [2021-03-16T17:19:06.188Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T17:19:06.188Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T17:19:06.188Z] ---> Running in 72ce916dcba6 [2021-03-16T17:19:06.188Z] ---> Running in 428661334bc2 [2021-03-16T17:19:06.481Z] ---> Running in 64f5c6419625 [2021-03-16T17:19:06.481Z] ---> Running in ca262756423c [2021-03-16T17:19:06.762Z] ---> 700a4b039e24 [2021-03-16T17:19:06.762Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T17:19:07.032Z] Removing intermediate container 428661334bc2 [2021-03-16T17:19:07.032Z] ---> 9bf30f53765d [2021-03-16T17:19:07.032Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:19:07.032Z] Removing intermediate container 72ce916dcba6 [2021-03-16T17:19:07.032Z] ---> 5d4bbb9deb8e [2021-03-16T17:19:07.032Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T17:19:07.305Z] ---> Running in 403121af3f3e [2021-03-16T17:19:07.305Z] Removing intermediate container ca262756423c [2021-03-16T17:19:07.305Z] ---> 8a6f4b6f6452 [2021-03-16T17:19:07.305Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:19:07.305Z] ---> Running in c984b697feb2 [2021-03-16T17:19:07.578Z] ---> Running in cfd92d40ccdc [2021-03-16T17:19:08.170Z] Removing intermediate container c984b697feb2 [2021-03-16T17:19:08.170Z] Removing intermediate container 403121af3f3e [2021-03-16T17:19:08.170Z] ---> aa21688ad216 [2021-03-16T17:19:08.170Z] ---> a7a53f18acc0 [2021-03-16T17:19:08.170Z] Step 15/23 : WORKDIR / [2021-03-16T17:19:08.170Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:19:08.441Z] Removing intermediate container cfd92d40ccdc [2021-03-16T17:19:08.441Z] ---> eafd1ffc3ef8 [2021-03-16T17:19:08.441Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:19:08.441Z] ---> Running in c91009edcf57 [2021-03-16T17:19:08.441Z] ---> Running in 2c26e853bba3 [2021-03-16T17:19:08.750Z] ---> a0a1c2256b95 [2021-03-16T17:19:08.750Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T17:19:09.436Z] Removing intermediate container c91009edcf57 [2021-03-16T17:19:09.436Z] ---> 726b5dd098e4 [2021-03-16T17:19:09.436Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:19:09.436Z] Removing intermediate container 2c26e853bba3 [2021-03-16T17:19:09.436Z] ---> cf5317666f69 [2021-03-16T17:19:09.436Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:19:09.436Z] ---> 88bcf1cc0d37 [2021-03-16T17:19:09.436Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T17:19:10.125Z] ---> 92faffbfe049 [2021-03-16T17:19:10.125Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T17:19:10.125Z] Removing intermediate container 64f5c6419625 [2021-03-16T17:19:10.125Z] ---> d62e29b88757 [2021-03-16T17:19:10.125Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:19:10.125Z] ---> Running in 3b3aa4760c3b [2021-03-16T17:19:10.742Z] ---> 527fdb2a9537 [2021-03-16T17:19:10.742Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T17:19:11.015Z] ---> a4e3d438ee89 [2021-03-16T17:19:11.015Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T17:19:11.285Z] Removing intermediate container 3b3aa4760c3b [2021-03-16T17:19:11.285Z] ---> 0b4c3d623967 [2021-03-16T17:19:11.285Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:19:11.877Z] ---> 74610da6ae2b [2021-03-16T17:19:11.877Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T17:19:12.147Z] ---> Running in ce553f035260 [2021-03-16T17:19:12.423Z] ---> d2fa22c590c9 [2021-03-16T17:19:12.423Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T17:19:12.702Z] ---> a1962cab4904 [2021-03-16T17:19:12.702Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T17:19:12.702Z] ---> 863cd9730df1 [2021-03-16T17:19:12.702Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T17:19:12.980Z] Removing intermediate container ce553f035260 [2021-03-16T17:19:12.980Z] ---> f5b2dc5a52ef [2021-03-16T17:19:12.980Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T17:19:13.262Z] ---> Running in 2a24eb722740 [2021-03-16T17:19:13.262Z] ---> adead84a334a [2021-03-16T17:19:13.262Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T17:19:13.535Z] ---> 7961ecdc77ec [2021-03-16T17:19:13.535Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T17:19:13.812Z] ---> Running in 24d951fa4172 [2021-03-16T17:19:13.812Z] ---> 46caedff35ae [2021-03-16T17:19:13.812Z] ---> c8b5d69cd6b2 [2021-03-16T17:19:13.812Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T17:19:13.812Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T17:19:13.812Z] Removing intermediate container 2a24eb722740 [2021-03-16T17:19:13.812Z] ---> cef151bbe5b7 [2021-03-16T17:19:13.812Z] Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:19:14.084Z] ---> Running in 8812e46ff096 [2021-03-16T17:19:14.084Z] ---> Running in 5b9fc32c5660 [2021-03-16T17:19:14.084Z] ---> Running in 6b0f8099f76b [2021-03-16T17:19:14.084Z] ---> dac138648e09 [2021-03-16T17:19:14.084Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T17:19:14.359Z] Removing intermediate container 24d951fa4172 [2021-03-16T17:19:14.360Z] ---> ff19ceed1ea6 [2021-03-16T17:19:14.360Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:19:14.630Z] ---> Running in d98f927fe360 [2021-03-16T17:19:14.902Z] Removing intermediate container 6b0f8099f76b [2021-03-16T17:19:14.902Z] ---> a2fd24dbd7db [2021-03-16T17:19:14.902Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:19:14.902Z] Removing intermediate container 8812e46ff096 [2021-03-16T17:19:14.902Z] ---> 2e171f9ecfc5 [2021-03-16T17:19:14.902Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:19:14.902Z] Removing intermediate container 5b9fc32c5660 [2021-03-16T17:19:14.902Z] ---> 73529031da94 [2021-03-16T17:19:14.902Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:19:15.176Z] ---> Running in d85afe903568 [2021-03-16T17:19:15.176Z] ---> Running in c8bcae1e1a10 [2021-03-16T17:19:15.176Z] ---> Running in 3e42a26b3816 [2021-03-16T17:19:15.176Z] ---> 7557f096086e [2021-03-16T17:19:15.176Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T17:19:15.176Z] Removing intermediate container d98f927fe360 [2021-03-16T17:19:15.176Z] ---> a18023f3fd75 [2021-03-16T17:19:15.176Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T17:19:15.452Z] ---> Running in 9ca9cd0a71d7 [2021-03-16T17:19:15.722Z] Removing intermediate container d85afe903568 [2021-03-16T17:19:15.722Z] ---> dc3785f0c57d [2021-03-16T17:19:15.722Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T17:19:15.722Z] Removing intermediate container c8bcae1e1a10 [2021-03-16T17:19:15.722Z] ---> fb3288dbf83c [2021-03-16T17:19:15.722Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T17:19:15.722Z] Removing intermediate container 3e42a26b3816 [2021-03-16T17:19:15.722Z] ---> 236a96bcb1cc [2021-03-16T17:19:15.722Z] [2021-03-16T17:19:15.998Z] ---> Running in 634a129c03a3 [2021-03-16T17:19:15.998Z] ---> Running in 570f99204237 [2021-03-16T17:19:15.998Z] Removing intermediate container 9ca9cd0a71d7 [2021-03-16T17:19:15.998Z] ---> 27db89034e1b [2021-03-16T17:19:15.998Z] Step 21/22 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:19:16.271Z] ---> ea4438982cd4 [2021-03-16T17:19:16.271Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T17:19:16.271Z] Successfully built 236a96bcb1cc [2021-03-16T17:19:16.550Z] ---> Running in 7f26811f4bce [2021-03-16T17:19:16.550Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-16T17:19:16.550Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-03-16T17:19:16.550Z] Removing intermediate container 634a129c03a3 [2021-03-16T17:19:16.550Z] ---> d5f71db85b23 [2021-03-16T17:19:16.550Z] Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:19:16.826Z] ---> Running in 92dfb9e9ca26 [2021-03-16T17:19:16.826Z] Removing intermediate container 570f99204237 [2021-03-16T17:19:16.826Z] ---> 6ccf32a0004c [2021-03-16T17:19:16.826Z] Step 21/22 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:19:16.826Z] ---> Running in d9a4c9c37c99 [2021-03-16T17:19:17.100Z] Removing intermediate container 7f26811f4bce [2021-03-16T17:19:17.100Z] ---> 6ba8f9d605bf [2021-03-16T17:19:17.100Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T17:19:17.100Z] ---> Running in f95d4f2a4f82 [2021-03-16T17:19:17.377Z] ---> Running in d7e0c268e9b0 [2021-03-16T17:19:17.377Z] Removing intermediate container 92dfb9e9ca26 [2021-03-16T17:19:17.377Z] ---> a544508adefd [2021-03-16T17:19:17.377Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T17:19:17.652Z] Removing intermediate container d9a4c9c37c99 [2021-03-16T17:19:17.652Z] ---> 909cb4993bf9 [2021-03-16T17:19:17.652Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:19:17.652Z] Removing intermediate container f95d4f2a4f82 [2021-03-16T17:19:17.652Z] ---> 5d12322b28de [2021-03-16T17:19:17.652Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T17:19:17.652Z] ---> Running in fd2b06d754e0 [2021-03-16T17:19:17.924Z] ---> Running in 0ae5764b137c [2021-03-16T17:19:17.924Z] Removing intermediate container d7e0c268e9b0 [2021-03-16T17:19:17.924Z] ---> 830c548207e1 [2021-03-16T17:19:17.924Z] [2021-03-16T17:19:18.903Z] Successfully built 830c548207e1 [2021-03-16T17:19:18.903Z] ---> 298457991f79 [2021-03-16T17:19:18.903Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T17:19:18.903Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-16T17:19:18.903Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-16T17:19:19.177Z] Removing intermediate container 0ae5764b137c [2021-03-16T17:19:19.177Z] ---> 2239374fcdfe [2021-03-16T17:19:19.177Z] [2021-03-16T17:19:19.177Z] Removing intermediate container fd2b06d754e0 [2021-03-16T17:19:19.177Z] ---> e78be05a5db9 [2021-03-16T17:19:19.177Z] [2021-03-16T17:19:19.451Z] ---> Running in 56fe5c772273 [2021-03-16T17:19:19.730Z] Successfully built e78be05a5db9 [2021-03-16T17:19:19.730Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-16T17:19:19.730Z] Building docker-core-data-go [2021-03-16T17:19:19.730Z]  Building docker-core-metadata-go ... done Successfully built 2239374fcdfe [2021-03-16T17:19:20.006Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-16T17:19:20.006Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-16T17:19:21.968Z] Removing intermediate container 56fe5c772273 [2021-03-16T17:19:21.968Z] ---> 20f52e4ff799 [2021-03-16T17:19:21.968Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T17:19:21.968Z] ---> Running in 71a37c5fa6f5 [2021-03-16T17:19:22.575Z] Removing intermediate container 71a37c5fa6f5 [2021-03-16T17:19:22.575Z] ---> ee3b4af94cc9 [2021-03-16T17:19:22.575Z] Step 28/31 : CMD ["gate"] [2021-03-16T17:19:23.997Z] ---> Running in 98a413cae0f2 [2021-03-16T17:19:25.419Z] Removing intermediate container 98a413cae0f2 [2021-03-16T17:19:25.419Z] ---> 1fb6fae32a37 [2021-03-16T17:19:25.419Z] Step 29/31 : LABEL arch=arm64 [2021-03-16T17:19:26.406Z] ---> Running in ae7c3ad6fa06 [2021-03-16T17:19:27.864Z] Removing intermediate container ae7c3ad6fa06 [2021-03-16T17:19:27.864Z] ---> b2222a6e033e [2021-03-16T17:19:27.864Z] Step 30/31 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:19:28.840Z] ---> Running in 940e74f42cac [2021-03-16T17:19:29.434Z] Removing intermediate container 940e74f42cac [2021-03-16T17:19:29.434Z] ---> 803e44027717 [2021-03-16T17:19:29.434Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T17:19:30.033Z] ---> Running in c15556197c46 [2021-03-16T17:19:30.646Z] Removing intermediate container c15556197c46 [2021-03-16T17:19:30.646Z] ---> 895e0ab52441 [2021-03-16T17:19:30.646Z] [2021-03-16T17:19:30.921Z] Successfully built 895e0ab52441 [2021-03-16T17:19:30.921Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-16T17:20:07.457Z] 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-16T17:20:07.457Z] 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-16T17:20:09.876Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:20:09.876Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:20:09.876Z] ---> 4cec98fc3324 [2021-03-16T17:20:09.876Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T17:20:09.876Z] ---> Using cache [2021-03-16T17:20:09.876Z] ---> c9097f2fdc6c [2021-03-16T17:20:09.876Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:20:09.876Z] ---> Using cache [2021-03-16T17:20:09.876Z] ---> 8a4c08a92ca8 [2021-03-16T17:20:09.876Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T17:20:09.876Z] ---> Using cache [2021-03-16T17:20:09.876Z] ---> 834d5249669e [2021-03-16T17:20:09.876Z] Step 6/21 : COPY go.mod . [2021-03-16T17:20:09.876Z] ---> Using cache [2021-03-16T17:20:09.876Z] ---> 36c24689d926 [2021-03-16T17:20:09.876Z] Step 7/21 : RUN go mod download [2021-03-16T17:20:09.876Z] ---> Using cache [2021-03-16T17:20:09.876Z] ---> 379cb2675f39 [2021-03-16T17:20:09.876Z] Step 8/21 : COPY . . [2021-03-16T17:20:09.876Z] ---> Using cache [2021-03-16T17:20:09.876Z] ---> 105896578afb [2021-03-16T17:20:09.876Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T17:20:10.151Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:20:10.151Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:20:10.151Z] ---> 4cec98fc3324 [2021-03-16T17:20:10.151Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T17:20:10.151Z] ---> Using cache [2021-03-16T17:20:10.151Z] ---> c9097f2fdc6c [2021-03-16T17:20:10.151Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:20:10.151Z] ---> Using cache [2021-03-16T17:20:10.151Z] ---> 8a4c08a92ca8 [2021-03-16T17:20:10.151Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T17:20:10.151Z] ---> Using cache [2021-03-16T17:20:10.151Z] ---> 834d5249669e [2021-03-16T17:20:10.151Z] Step 6/24 : COPY go.mod . [2021-03-16T17:20:10.151Z] ---> Using cache [2021-03-16T17:20:10.151Z] ---> 36c24689d926 [2021-03-16T17:20:10.151Z] Step 7/24 : RUN go mod download [2021-03-16T17:20:10.151Z] ---> Using cache [2021-03-16T17:20:10.151Z] ---> 379cb2675f39 [2021-03-16T17:20:10.151Z] Step 8/24 : COPY . . [2021-03-16T17:20:10.151Z] ---> Using cache [2021-03-16T17:20:10.151Z] ---> 105896578afb [2021-03-16T17:20:10.151Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T17:20:10.426Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:20:10.426Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:20:10.426Z] ---> 4cec98fc3324 [2021-03-16T17:20:10.426Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T17:20:10.426Z] ---> Using cache [2021-03-16T17:20:10.426Z] ---> c9097f2fdc6c [2021-03-16T17:20:10.426Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:20:10.426Z] ---> Using cache [2021-03-16T17:20:10.426Z] ---> 8a4c08a92ca8 [2021-03-16T17:20:10.426Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T17:20:10.426Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:20:10.426Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:20:10.426Z] ---> 4cec98fc3324 [2021-03-16T17:20:10.426Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:20:10.426Z] ---> Using cache [2021-03-16T17:20:10.426Z] ---> c9097f2fdc6c [2021-03-16T17:20:10.426Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:20:10.426Z] ---> Using cache [2021-03-16T17:20:10.426Z] ---> 8a4c08a92ca8 [2021-03-16T17:20:10.426Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T17:20:13.829Z] ---> Running in d0c20265d1e6 [2021-03-16T17:20:13.829Z] ---> Running in 6c89f77b50b0 [2021-03-16T17:20:13.829Z] ---> Running in e2b47ab53372 [2021-03-16T17:20:13.829Z] ---> Running in 51860ac53216 [2021-03-16T17:20:15.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:20:15.568Z] 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-16T17:20:15.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:20:15.568Z] 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-16T17:20:16.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:20:16.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:20:17.040Z] OK: 217 MiB in 51 packages [2021-03-16T17:20:18.483Z] OK: 217 MiB in 51 packages [2021-03-16T17:20:18.761Z] Removing intermediate container 51860ac53216 [2021-03-16T17:20:18.761Z] ---> 9e4af867c0c6 [2021-03-16T17:20:18.761Z] Step 6/23 : COPY go.mod . [2021-03-16T17:20:20.210Z] ---> 21810c9afbfa [2021-03-16T17:20:20.210Z] Step 7/23 : RUN go mod download [2021-03-16T17:20:20.486Z] ---> Running in 6b9f7cbee244 [2021-03-16T17:20:20.486Z] Removing intermediate container 6c89f77b50b0 [2021-03-16T17:20:20.486Z] ---> 36f8b3327df4 [2021-03-16T17:20:20.486Z] Step 6/26 : COPY go.mod . [2021-03-16T17:20:21.951Z] ---> 692608f78dd0 [2021-03-16T17:20:21.951Z] Step 7/26 : RUN go mod download [2021-03-16T17:20:21.951Z] ---> Running in 4c12f3b85ae1 [2021-03-16T17:20:24.499Z] Removing intermediate container 807e763e6b42 [2021-03-16T17:20:24.499Z] ---> 1cfcf78fa9c9 [2021-03-16T17:20:24.499Z] [2021-03-16T17:20:24.499Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:20:24.791Z] Removing intermediate container 9338c8558675 [2021-03-16T17:20:24.791Z] ---> fd699eb04bba [2021-03-16T17:20:24.791Z] [2021-03-16T17:20:24.791Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:20:24.791Z] 3.12: Pulling from library/alpine [2021-03-16T17:20:24.791Z] 3.12: Pulling from library/alpine [2021-03-16T17:20:25.379Z] Removing intermediate container 6b9f7cbee244 [2021-03-16T17:20:25.379Z] ---> 96dfe1908cbf [2021-03-16T17:20:25.379Z] Step 8/23 : COPY . . [2021-03-16T17:20:27.388Z] Removing intermediate container 4c12f3b85ae1 [2021-03-16T17:20:27.388Z] ---> 8edd3e3547b8 [2021-03-16T17:20:27.388Z] Step 8/26 : COPY . . [2021-03-16T17:20:29.279Z] Removing intermediate container 036497278b55 [2021-03-16T17:20:29.280Z] ---> cb7e443960d5 [2021-03-16T17:20:29.280Z] [2021-03-16T17:20:29.280Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T17:20:29.280Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:20:29.280Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:20:29.280Z] 3.12: Pulling from library/alpine [2021-03-16T17:20:29.280Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:20:29.658Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T17:20:29.658Z] ---> 88dd2752d2ea [2021-03-16T17:20:29.658Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T17:20:29.658Z] Status: Image is up to date for alpine:3.12 [2021-03-16T17:20:29.658Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T17:20:29.658Z] ---> 88dd2752d2ea [2021-03-16T17:20:29.658Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:20:29.658Z] ---> 88dd2752d2ea [2021-03-16T17:20:29.658Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T17:20:29.658Z] Removing intermediate container 1c65cae8c826 [2021-03-16T17:20:29.658Z] ---> 40b61456348a [2021-03-16T17:20:29.658Z] [2021-03-16T17:20:29.658Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:20:29.658Z] ---> 88dd2752d2ea [2021-03-16T17:20:29.658Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:20:29.658Z] Removing intermediate container 088e4adbb987 [2021-03-16T17:20:29.658Z] ---> d5ba6eb3db56 [2021-03-16T17:20:29.658Z] [2021-03-16T17:20:29.658Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T17:20:29.658Z] ---> 88dd2752d2ea [2021-03-16T17:20:29.658Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T17:20:30.122Z] ---> Running in aa6452070a12 [2021-03-16T17:20:30.122Z] ---> Running in e1d31c87a106 [2021-03-16T17:20:30.122Z] ---> Running in b34a42dff4a7 [2021-03-16T17:20:30.122Z] ---> Running in 09e1f6868577 [2021-03-16T17:20:30.424Z] ---> Running in 3b1f29ddbd3b [2021-03-16T17:20:33.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:20:33.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:20:35.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:20:35.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:20:35.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:20:35.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:20:35.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:20:36.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:20:36.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:20:36.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:20:36.056Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T17:20:36.056Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:20:36.056Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T17:20:36.056Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:20:36.056Z] OK: 6 MiB in 15 packages [2021-03-16T17:20:36.056Z] OK: 6 MiB in 15 packages [2021-03-16T17:20:36.056Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T17:20:36.056Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T17:20:36.056Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:20:36.390Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:20:36.390Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:20:36.390Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:20:36.390Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T17:20:36.390Z] OK: 6 MiB in 16 packages [2021-03-16T17:20:36.390Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T17:20:36.390Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:20:36.390Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:20:36.783Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T17:20:36.783Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:20:36.783Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T17:20:36.783Z] OK: 7 MiB in 18 packages [2021-03-16T17:20:36.783Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T17:20:36.783Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T17:20:36.783Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:20:36.783Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:20:37.160Z] OK: 7 MiB in 19 packages [2021-03-16T17:20:39.371Z] Removing intermediate container 09e1f6868577 [2021-03-16T17:20:39.371Z] ---> 5b8cfbd2c089 [2021-03-16T17:20:39.371Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:20:39.723Z] Removing intermediate container e1d31c87a106 [2021-03-16T17:20:39.723Z] ---> d22f3fa852a0 [2021-03-16T17:20:39.723Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:20:39.723Z] ---> Running in 36cb3565ae85 [2021-03-16T17:20:40.565Z] ---> Running in 51b0d5379114 [2021-03-16T17:20:41.020Z] Removing intermediate container b34a42dff4a7 [2021-03-16T17:20:41.020Z] ---> 4bd115fdb06f [2021-03-16T17:20:41.020Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:20:41.020Z] Removing intermediate container aa6452070a12 [2021-03-16T17:20:41.020Z] ---> ceb9627e2bcc [2021-03-16T17:20:41.020Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:20:41.020Z] Removing intermediate container 3b1f29ddbd3b [2021-03-16T17:20:41.020Z] ---> c1040267eda2 [2021-03-16T17:20:41.020Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:20:41.433Z] ---> Running in dd59cc90a52d [2021-03-16T17:20:41.433Z] Removing intermediate container 36cb3565ae85 [2021-03-16T17:20:41.433Z] ---> 81d0da714ca1 [2021-03-16T17:20:41.433Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T17:20:41.433Z] ---> Running in 51051d7b42ca [2021-03-16T17:20:41.433Z] ---> Running in 2e43ef1e9119 [2021-03-16T17:20:41.816Z] ---> Running in b758aceb9c56 [2021-03-16T17:20:41.816Z] Removing intermediate container 51b0d5379114 [2021-03-16T17:20:41.816Z] ---> 8305bdae900e [2021-03-16T17:20:41.816Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T17:20:42.118Z] Removing intermediate container dd59cc90a52d [2021-03-16T17:20:42.118Z] ---> 98baa05af176 [2021-03-16T17:20:42.118Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T17:20:42.431Z] ---> Running in 91ab0ca90c00 [2021-03-16T17:20:42.431Z] Removing intermediate container 2e43ef1e9119 [2021-03-16T17:20:42.431Z] ---> 8e570506da5b [2021-03-16T17:20:42.431Z] Step 13/24 : WORKDIR / [2021-03-16T17:20:42.788Z] ---> Running in 88cf3def8234 [2021-03-16T17:20:42.788Z] Removing intermediate container 51051d7b42ca [2021-03-16T17:20:42.788Z] ---> d253d0e7876f [2021-03-16T17:20:42.788Z] Step 13/21 : WORKDIR /edgex [2021-03-16T17:20:42.788Z] Removing intermediate container b758aceb9c56 [2021-03-16T17:20:42.788Z] ---> b74a2287501b [2021-03-16T17:20:42.788Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:20:42.788Z] ---> Running in 80143eedd79e [2021-03-16T17:20:42.788Z] ---> Running in 44508a357490 [2021-03-16T17:20:43.219Z] ---> Running in e5aa654cb570 [2021-03-16T17:20:44.301Z] Removing intermediate container 91ab0ca90c00 [2021-03-16T17:20:44.301Z] ---> 49cafba5e12e [2021-03-16T17:20:44.301Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:20:44.301Z] Removing intermediate container 88cf3def8234 [2021-03-16T17:20:44.301Z] ---> 71548e363bba [2021-03-16T17:20:44.301Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:20:44.649Z] ---> Running in 188dbfb65564 [2021-03-16T17:20:44.649Z] Removing intermediate container 80143eedd79e [2021-03-16T17:20:44.649Z] ---> fd9bb1cb849e [2021-03-16T17:20:44.649Z] 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-16T17:20:44.649Z] Removing intermediate container e5aa654cb570 [2021-03-16T17:20:44.649Z] ---> 94a6c6c01911 [2021-03-16T17:20:44.649Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:20:44.649Z] Removing intermediate container 44508a357490 [2021-03-16T17:20:44.649Z] ---> ac3437f0044f [2021-03-16T17:20:44.649Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T17:20:45.240Z] ---> Running in 0b8264445b9f [2021-03-16T17:20:45.532Z] Removing intermediate container 188dbfb65564 [2021-03-16T17:20:45.532Z] ---> 93c3bda2f916 [2021-03-16T17:20:45.532Z] Step 15/23 : WORKDIR / [2021-03-16T17:20:45.862Z] ---> Running in 404d70fdeb19 [2021-03-16T17:20:45.862Z] ---> 95d827f4ae2c [2021-03-16T17:20:45.862Z] 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-16T17:20:46.169Z] Removing intermediate container 0b8264445b9f [2021-03-16T17:20:46.169Z] ---> 92c8abfb85b1 [2021-03-16T17:20:46.169Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:20:46.532Z] ---> a4210283edae [2021-03-16T17:20:46.532Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T17:20:46.532Z] ---> 9c4765b89b44 [2021-03-16T17:20:46.532Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T17:20:46.881Z] Removing intermediate container 404d70fdeb19 [2021-03-16T17:20:46.881Z] ---> 0a809f154eaa [2021-03-16T17:20:46.881Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:20:47.815Z] ---> 1ae3f6e401c0 [2021-03-16T17:20:47.815Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T17:20:47.815Z] ---> ecceae718c50 [2021-03-16T17:20:47.815Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T17:20:49.688Z] ---> c485c05585a3 [2021-03-16T17:20:49.688Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T17:20:50.065Z] ---> b63137e43640 [2021-03-16T17:20:50.065Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T17:20:50.526Z] ---> 28183acb117f [2021-03-16T17:20:50.526Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T17:20:50.526Z] ---> 286d7a8e7170 [2021-03-16T17:20:50.526Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T17:20:52.252Z] ---> 7fa7a6075e9e [2021-03-16T17:20:52.252Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T17:20:52.252Z] ---> 0ad9e83d22d0 [2021-03-16T17:20:52.252Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T17:20:52.864Z] ---> Running in e867312b147c [2021-03-16T17:20:53.164Z] ---> 0d93f2448ffe [2021-03-16T17:20:53.164Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T17:20:53.502Z] ---> 8ebce24ce4ec [2021-03-16T17:20:53.502Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T17:20:53.502Z] ---> ddf78c6a0bdd [2021-03-16T17:20:53.502Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T17:20:53.822Z] ---> Running in 1d3a0200f935 [2021-03-16T17:20:53.822Z] ---> 5e8b61247e85 [2021-03-16T17:20:53.822Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T17:20:54.147Z] ---> Running in b5cb6f343e97 [2021-03-16T17:20:54.271Z] ---> 95f35478c44a [2021-03-16T17:20:54.271Z] Step 9/23 : RUN make cmd/core-data/core-data ---> 151d9b62d51f [2021-03-16T17:20:54.271Z] [2021-03-16T17:20:54.271Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T17:20:54.271Z] ---> Running in 9f9a8b2822b3 [2021-03-16T17:20:54.271Z] ---> Running in a26da02bad2e [2021-03-16T17:20:54.430Z] Removing intermediate container e867312b147c [2021-03-16T17:20:54.430Z] ---> 5d7ae1e5fb00 [2021-03-16T17:20:54.430Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:20:54.764Z] ---> Running in 48052baee5f2 [2021-03-16T17:20:54.764Z] Removing intermediate container 1d3a0200f935 [2021-03-16T17:20:54.764Z] ---> fefd31ab654e [2021-03-16T17:20:54.764Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T17:20:54.764Z] ---> 502f900336a4 [2021-03-16T17:20:54.764Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T17:20:55.118Z] Removing intermediate container b5cb6f343e97 [2021-03-16T17:20:55.118Z] ---> 2de50a9b6a37 [2021-03-16T17:20:55.119Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:20:55.119Z] ---> Running in 81ff29e72599 [2021-03-16T17:20:55.119Z] ---> Running in 21a7a19b0e54 [2021-03-16T17:20:55.119Z] ---> 07e21ed89b16 [2021-03-16T17:20:55.119Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T17:20:55.119Z] ---> Running in 0537b3b1c39f [2021-03-16T17:20:55.476Z] Removing intermediate container 48052baee5f2 [2021-03-16T17:20:55.476Z] ---> b610a92a762f [2021-03-16T17:20:55.476Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T17:20:55.787Z] ---> Running in a519a6aafa7a [2021-03-16T17:20:56.088Z] Removing intermediate container 81ff29e72599 [2021-03-16T17:20:56.088Z] ---> 16284423af20 [2021-03-16T17:20:56.088Z] Step 19/21 : LABEL arch=x86_64 [2021-03-16T17:20:56.272Z] 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-16T17:20:56.272Z] 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-16T17:20:56.931Z] Removing intermediate container 0537b3b1c39f [2021-03-16T17:20:56.931Z] ---> 5ecb6a0b90f4 [2021-03-16T17:20:56.931Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T17:20:56.931Z] Removing intermediate container 21a7a19b0e54 [2021-03-16T17:20:56.931Z] ---> 0b429b91f709 [2021-03-16T17:20:56.931Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:20:56.931Z] ---> Running in 1c36cf3a4778 [2021-03-16T17:20:56.931Z] ---> d0263bd36cac [2021-03-16T17:20:56.931Z] 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-16T17:20:57.239Z] ---> Running in 8b1f2c35fbd6 [2021-03-16T17:20:57.239Z] ---> Running in 6510ff1d2b41 [2021-03-16T17:20:57.239Z] Removing intermediate container a519a6aafa7a [2021-03-16T17:20:57.239Z] ---> 2d7983f57989 [2021-03-16T17:20:57.239Z] Step 21/22 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:20:57.728Z] ---> Running in cf27cb2eb1ef [2021-03-16T17:20:58.070Z] ---> Running in 04055c84a9af [2021-03-16T17:20:59.089Z] Removing intermediate container 6510ff1d2b41 [2021-03-16T17:20:59.089Z] ---> 1b458bfe5fb8 [2021-03-16T17:20:59.089Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T17:20:59.529Z] Removing intermediate container 8b1f2c35fbd6 [2021-03-16T17:20:59.529Z] ---> b703a656950f [2021-03-16T17:20:59.529Z] Step 21/22 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:20:59.861Z] Removing intermediate container 1c36cf3a4778 [2021-03-16T17:20:59.862Z] ---> f6bc8cc34ee2 [2021-03-16T17:20:59.862Z] Step 20/21 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:20:59.862Z] ---> Running in 6dfbe4619fc6 [2021-03-16T17:20:59.862Z] Removing intermediate container 04055c84a9af [2021-03-16T17:20:59.862Z] ---> bb907749d377 [2021-03-16T17:20:59.862Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T17:21:00.172Z] ---> Running in 340a04b17a56 [2021-03-16T17:21:00.172Z] ---> Running in 78e1b7a19d17 [2021-03-16T17:21:00.172Z] ---> Running in 638e11d56152 [2021-03-16T17:21:00.475Z] Removing intermediate container 6dfbe4619fc6 [2021-03-16T17:21:00.475Z] ---> 36167cd3d710 [2021-03-16T17:21:00.475Z] Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:21:00.773Z] Removing intermediate container 340a04b17a56 [2021-03-16T17:21:00.773Z] ---> 6a87a6a99a01 [2021-03-16T17:21:00.773Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T17:21:01.154Z] ---> Running in 905ce4a9c640 [2021-03-16T17:21:01.154Z] ---> Running in 1ae958adda0e [2021-03-16T17:21:01.154Z] Removing intermediate container 78e1b7a19d17 [2021-03-16T17:21:01.154Z] ---> aeff50c79fa6 [2021-03-16T17:21:01.557Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T17:21:02.129Z] Removing intermediate container 638e11d56152 [2021-03-16T17:21:02.129Z] ---> 7c543aef9530 [2021-03-16T17:21:02.129Z] [2021-03-16T17:21:02.688Z] ---> Running in c00217a463fd [2021-03-16T17:21:03.041Z] Removing intermediate container 905ce4a9c640 [2021-03-16T17:21:03.041Z] ---> 0be7e25a01ba [2021-03-16T17:21:03.041Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:21:03.334Z] ---> Running in 3b866a6e5666 [2021-03-16T17:21:03.334Z] Removing intermediate container 1ae958adda0e [2021-03-16T17:21:03.334Z] ---> e7c40a2aa75f [2021-03-16T17:21:03.334Z] [2021-03-16T17:21:04.050Z] Removing intermediate container cf27cb2eb1ef [2021-03-16T17:21:04.050Z] Removing intermediate container c00217a463fd [2021-03-16T17:21:04.050Z] ---> 5cd43180ce9b [2021-03-16T17:21:04.050Z] [2021-03-16T17:21:04.050Z] ---> da57e20862e1 [2021-03-16T17:21:04.050Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T17:21:04.050Z] Successfully built 7c543aef9530 [2021-03-16T17:21:04.572Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-16T17:21:05.033Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-16T17:21:05.315Z] ---> Running in 2c1b3c874799 [2021-03-16T17:21:05.315Z] Successfully built e7c40a2aa75f [2021-03-16T17:21:05.315Z] Removing intermediate container 3b866a6e5666 [2021-03-16T17:21:05.315Z] ---> e8c9ef9414a3 [2021-03-16T17:21:05.315Z] [2021-03-16T17:21:05.609Z] Successfully tagged docker-support-notifications-go:latest [2021-03-16T17:21:05.609Z] Building docker-core-command-go [2021-03-16T17:21:06.422Z]  Building docker-support-notifications-go ... done Successfully built 5cd43180ce9b [2021-03-16T17:21:06.422Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-16T17:21:06.422Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-16T17:21:06.745Z] Removing intermediate container 2c1b3c874799 [2021-03-16T17:21:06.745Z] ---> a5067055d58c [2021-03-16T17:21:06.745Z] Step 22/24 : LABEL arch=x86_64 [2021-03-16T17:21:06.745Z] Successfully built e8c9ef9414a3 [2021-03-16T17:21:06.745Z] Successfully tagged docker-core-metadata-go:latest [2021-03-16T17:21:07.071Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-16T17:21:07.071Z] ---> Running in 29d3f4e991e8 [2021-03-16T17:21:07.804Z] Removing intermediate container 29d3f4e991e8 [2021-03-16T17:21:07.804Z] ---> ee580ac95305 [2021-03-16T17:21:07.804Z] Step 23/24 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:21:08.128Z] ---> Running in 93a6b7479089 [2021-03-16T17:21:10.085Z] Removing intermediate container 93a6b7479089 [2021-03-16T17:21:10.085Z] ---> 8a4e7e87bd1f [2021-03-16T17:21:10.085Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T17:21:11.402Z] 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-16T17:21:11.402Z] 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-16T17:21:14.927Z] ---> Running in 059071982ff9 [2021-03-16T17:21:18.919Z] Removing intermediate container 059071982ff9 [2021-03-16T17:21:18.919Z] ---> 2caf736e4d86 [2021-03-16T17:21:18.919Z] [2021-03-16T17:21:20.596Z] Successfully built 2caf736e4d86 [2021-03-16T17:21:20.596Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-16T17:21:29.899Z] Removing intermediate container d0c20265d1e6 [2021-03-16T17:21:29.899Z] ---> 8b88d1b49948 [2021-03-16T17:21:29.899Z] [2021-03-16T17:21:29.899Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T17:21:29.899Z] ---> d10569e2745f [2021-03-16T17:21:29.899Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T17:21:29.899Z] Removing intermediate container e2b47ab53372 [2021-03-16T17:21:29.899Z] ---> 5dae7a1b2c61 [2021-03-16T17:21:29.899Z] [2021-03-16T17:21:29.899Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T17:21:29.899Z] ---> d10569e2745f [2021-03-16T17:21:29.899Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T17:21:29.899Z] ---> Running in 7c82c60e0f48 [2021-03-16T17:21:29.899Z] ---> Running in 2d379b63f2e4 [2021-03-16T17:21:30.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:21:31.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:21:31.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:21:31.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:21:32.048Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T17:21:32.048Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:21:32.048Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T17:21:32.048Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T17:21:32.048Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T17:21:32.048Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T17:21:32.048Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:21:32.048Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:21:32.048Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:21:32.048Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T17:21:32.323Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T17:21:32.324Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:21:32.324Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:21:32.600Z] OK: 7 MiB in 19 packages [2021-03-16T17:21:32.600Z] OK: 7 MiB in 18 packages [2021-03-16T17:21:35.259Z] Removing intermediate container 2d379b63f2e4 [2021-03-16T17:21:35.259Z] ---> 070cdd5e4466 [2021-03-16T17:21:35.259Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:21:35.540Z] ---> Running in e84bdd19c718 [2021-03-16T17:21:35.540Z] Removing intermediate container 7c82c60e0f48 [2021-03-16T17:21:35.540Z] ---> 4d025eaa264f [2021-03-16T17:21:35.540Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:21:35.827Z] ---> Running in 2c1b6409e435 [2021-03-16T17:21:36.103Z] Removing intermediate container e84bdd19c718 [2021-03-16T17:21:36.103Z] ---> ad16d2b8d279 [2021-03-16T17:21:36.103Z] Step 13/24 : WORKDIR / [2021-03-16T17:21:36.383Z] ---> Running in 2d9fd72f4dab [2021-03-16T17:21:36.661Z] Removing intermediate container 2c1b6409e435 [2021-03-16T17:21:36.662Z] ---> 47f23308c81a [2021-03-16T17:21:36.662Z] Step 13/21 : WORKDIR /edgex [2021-03-16T17:21:36.939Z] ---> Running in 5031e5c66f14 [2021-03-16T17:21:37.214Z] Removing intermediate container 2d9fd72f4dab [2021-03-16T17:21:37.214Z] ---> d17a528d3ed8 [2021-03-16T17:21:37.214Z] 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-16T17:21:37.816Z] Removing intermediate container 5031e5c66f14 [2021-03-16T17:21:37.816Z] ---> 35fdd379023a [2021-03-16T17:21:37.816Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T17:21:38.423Z] ---> ed02296d7097 [2021-03-16T17:21:38.423Z] 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-16T17:21:39.426Z] ---> c467bc7322cf [2021-03-16T17:21:39.426Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T17:21:39.697Z] ---> ed876631a3da [2021-03-16T17:21:39.697Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T17:21:41.672Z] ---> 3ecb25c00ca8 [2021-03-16T17:21:41.672Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T17:21:41.672Z] ---> cd0a27e86a51 [2021-03-16T17:21:41.672Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T17:21:43.676Z] ---> 2a8e3872a059 [2021-03-16T17:21:43.676Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T17:21:43.676Z] ---> 96cf0598f9fd [2021-03-16T17:21:43.676Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T17:21:43.953Z] ---> Running in 24402f745123 [2021-03-16T17:21:44.960Z] Removing intermediate container 24402f745123 [2021-03-16T17:21:44.960Z] ---> c5e22e2cb89e [2021-03-16T17:21:44.960Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T17:21:45.240Z] ---> Running in 964803beee5a [2021-03-16T17:21:45.517Z] ---> 30cb03fba7b1 [2021-03-16T17:21:45.517Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T17:21:46.139Z] Removing intermediate container 964803beee5a [2021-03-16T17:21:46.139Z] ---> 84729b398afd [2021-03-16T17:21:46.139Z] Step 19/21 : LABEL arch=arm64 [2021-03-16T17:21:46.413Z] ---> Running in e8d87d7faa7c [2021-03-16T17:21:47.017Z] ---> a22aa91d5171 [2021-03-16T17:21:47.017Z] 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-16T17:21:47.291Z] ---> Running in bb816ec9bef6 [2021-03-16T17:21:47.291Z] Removing intermediate container e8d87d7faa7c [2021-03-16T17:21:47.291Z] ---> 2f8dd119d7c1 [2021-03-16T17:21:47.291Z] Step 20/21 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:21:47.589Z] ---> Running in ca4cf756da01 [2021-03-16T17:21:48.577Z] Removing intermediate container ca4cf756da01 [2021-03-16T17:21:48.577Z] ---> 2a2996d675ed [2021-03-16T17:21:48.577Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T17:21:48.854Z] ---> Running in 8460246c85ba [2021-03-16T17:21:49.459Z] Removing intermediate container 8460246c85ba [2021-03-16T17:21:49.459Z] ---> 71f82869be79 [2021-03-16T17:21:49.459Z] [2021-03-16T17:21:50.485Z] Successfully built 71f82869be79 [2021-03-16T17:21:50.485Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-16T17:21:50.771Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bb816ec9bef6 [2021-03-16T17:21:50.771Z] ---> fe4c35c3c9af [2021-03-16T17:21:50.771Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T17:21:51.050Z] ---> Running in 45b38a7459e9 [2021-03-16T17:21:51.662Z] Removing intermediate container 45b38a7459e9 [2021-03-16T17:21:51.662Z] ---> d058aebb648d [2021-03-16T17:21:51.662Z] Step 22/24 : LABEL arch=arm64 [2021-03-16T17:21:51.941Z] ---> Running in 6b88fa75fa9f [2021-03-16T17:21:52.561Z] Removing intermediate container 6b88fa75fa9f [2021-03-16T17:21:52.561Z] ---> 69f829c49375 [2021-03-16T17:21:52.561Z] Step 23/24 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:21:52.847Z] ---> Running in 7c53bb785ea7 [2021-03-16T17:21:53.457Z] Removing intermediate container 7c53bb785ea7 [2021-03-16T17:21:53.457Z] ---> 276b36b67bc4 [2021-03-16T17:21:53.457Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T17:21:53.735Z] ---> Running in f7b895745b0e [2021-03-16T17:21:54.739Z] Removing intermediate container f7b895745b0e [2021-03-16T17:21:54.739Z] ---> 3c6d57d4844c [2021-03-16T17:21:54.739Z] [2021-03-16T17:21:55.017Z] Successfully built 3c6d57d4844c [2021-03-16T17:21:55.017Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-16T17:22:05.201Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9f9a8b2822b3 [2021-03-16T17:22:05.201Z] ---> f4d8d1edae1d [2021-03-16T17:22:05.201Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T17:22:05.201Z] ---> Running in 941e96a8ff09 [2021-03-16T17:22:05.800Z] 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-16T17:22:09.191Z] Removing intermediate container 941e96a8ff09 [2021-03-16T17:22:09.191Z] ---> 7f1f343e9e50 [2021-03-16T17:22:09.191Z] [2021-03-16T17:22:09.191Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T17:22:09.191Z] 20.10.0: Pulling from library/docker [2021-03-16T17:22:17.478Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T17:22:17.478Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T17:22:17.478Z] ---> eeaf43b92773 [2021-03-16T17:22:17.478Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T17:22:18.074Z] ---> Running in a62840a56503 [2021-03-16T17:22:18.348Z] Removing intermediate container a26da02bad2e [2021-03-16T17:22:18.348Z] ---> f2c8d4ec5a81 [2021-03-16T17:22:18.348Z] [2021-03-16T17:22:18.348Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:22:18.348Z] ---> d10569e2745f [2021-03-16T17:22:18.348Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T17:22:18.625Z] ---> Running in ea66c069b8cf [2021-03-16T17:22:19.219Z] Removing intermediate container ea66c069b8cf [2021-03-16T17:22:19.219Z] ---> 5167c8dbef99 [2021-03-16T17:22:19.219Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T17:22:19.219Z] ---> Running in 392edd6de12c [2021-03-16T17:22:19.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:22:19.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:22:19.767Z] Removing intermediate container 392edd6de12c [2021-03-16T17:22:19.767Z] ---> 3bb05ce65f68 [2021-03-16T17:22:19.767Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T17:22:19.767Z] ---> Running in 1cb8ec6f60a9 [2021-03-16T17:22:20.358Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T17:22:20.358Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T17:22:20.358Z] Executing bash-5.0.17-r0.post-install [2021-03-16T17:22:20.358Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:22:20.358Z] OK: 12 MiB in 22 packages [2021-03-16T17:22:20.358Z] Removing intermediate container 1cb8ec6f60a9 [2021-03-16T17:22:20.358Z] ---> 712e5fd9f9d5 [2021-03-16T17:22:20.358Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:22:20.358Z] ---> Running in f572d695a73d [2021-03-16T17:22:21.804Z] Removing intermediate container a62840a56503 [2021-03-16T17:22:21.804Z] ---> 3d6c4a9df852 [2021-03-16T17:22:21.804Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T17:22:22.078Z] ---> Running in e4f2a8721edd [2021-03-16T17:22:22.671Z] Removing intermediate container e4f2a8721edd [2021-03-16T17:22:22.671Z] ---> 0f93b2a60699 [2021-03-16T17:22:22.671Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T17:22:22.671Z] ---> Running in c256e6ef62a9 [2021-03-16T17:22:22.943Z] Removing intermediate container f572d695a73d [2021-03-16T17:22:22.943Z] ---> 2d958c58fb69 [2021-03-16T17:22:22.943Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T17:22:22.943Z] ---> Running in 475be8fd205a [2021-03-16T17:22:23.224Z] Removing intermediate container c256e6ef62a9 [2021-03-16T17:22:23.224Z] ---> a7e6c20abf18 [2021-03-16T17:22:23.224Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T17:22:23.503Z] ---> Running in c01172b002d1 [2021-03-16T17:22:24.099Z] Removing intermediate container c01172b002d1 [2021-03-16T17:22:24.099Z] ---> 14e6bd492797 [2021-03-16T17:22:24.099Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T17:22:24.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:22:24.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:22:24.966Z] ---> 4690d62b28b0 [2021-03-16T17:22:24.966Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T17:22:25.953Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T17:22:25.953Z] ---> 4d7349ef3f3d [2021-03-16T17:22:25.953Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T17:22:25.953Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T17:22:25.953Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T17:22:25.953Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T17:22:26.233Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T17:22:26.504Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T17:22:26.504Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:22:26.504Z] ---> 0d345cd49b32 [2021-03-16T17:22:26.504Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T17:22:26.504Z] OK: 8 MiB in 20 packages [2021-03-16T17:22:26.786Z] ---> Running in 37fe357ecc81 [2021-03-16T17:22:28.238Z] Removing intermediate container 475be8fd205a [2021-03-16T17:22:28.238Z] ---> 2c86fafe9558 [2021-03-16T17:22:28.238Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:22:28.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:22:28.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:22:28.838Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T17:22:28.838Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T17:22:28.838Z] ---> 3d4d7e381cfc [2021-03-16T17:22:28.838Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T17:22:28.838Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T17:22:28.838Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T17:22:28.838Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T17:22:28.838Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T17:22:28.838Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T17:22:30.817Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T17:22:30.817Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T17:22:30.817Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T17:22:30.817Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T17:22:30.817Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T17:22:30.817Z] ---> d394b98c88ca [2021-03-16T17:22:30.817Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T17:22:30.817Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T17:22:30.817Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T17:22:30.817Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T17:22:30.817Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T17:22:30.817Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T17:22:30.817Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T17:22:30.817Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T17:22:30.817Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T17:22:30.817Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T17:22:30.817Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T17:22:30.817Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T17:22:31.087Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T17:22:31.087Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T17:22:31.087Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T17:22:31.087Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T17:22:31.087Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T17:22:31.087Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T17:22:31.087Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T17:22:31.087Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T17:22:31.087Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T17:22:31.087Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T17:22:31.361Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:22:31.361Z] OK: 71 MiB in 55 packages [2021-03-16T17:22:31.361Z] ---> 297f6fb17c0c [2021-03-16T17:22:31.361Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T17:22:31.641Z] ---> Running in 15343d3fccc7 [2021-03-16T17:22:32.280Z] Removing intermediate container 15343d3fccc7 [2021-03-16T17:22:32.280Z] ---> 2f60c3613e95 [2021-03-16T17:22:32.280Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:22:32.280Z] ---> Running in 30b43fb4bd9c [2021-03-16T17:22:32.918Z] Removing intermediate container 30b43fb4bd9c [2021-03-16T17:22:32.918Z] ---> 7aafad72fbc9 [2021-03-16T17:22:32.918Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T17:22:33.213Z] ---> Running in 504e6336f09c [2021-03-16T17:22:33.834Z] Removing intermediate container 504e6336f09c [2021-03-16T17:22:33.834Z] ---> b7189674b56f [2021-03-16T17:22:33.834Z] Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:22:34.110Z] ---> Running in 445b18e104b0 [2021-03-16T17:22:34.703Z] Removing intermediate container 445b18e104b0 [2021-03-16T17:22:34.703Z] ---> dbb6f9900e8f [2021-03-16T17:22:34.703Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:22:34.703Z] ---> Running in dbd5b7ddcd8a [2021-03-16T17:22:35.295Z] Removing intermediate container dbd5b7ddcd8a [2021-03-16T17:22:35.295Z] ---> 50708accff38 [2021-03-16T17:22:35.295Z] [2021-03-16T17:22:35.887Z] Successfully built 50708accff38 [2021-03-16T17:22:35.887Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-16T17:22:37.312Z]  Building docker-core-data-go ... done Removing intermediate container 37fe357ecc81 [2021-03-16T17:22:37.312Z] ---> 7c97e23e5156 [2021-03-16T17:22:37.312Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T17:22:37.596Z] ---> Running in 6ec3c49c19d0 [2021-03-16T17:22:42.963Z] Collecting docker-compose==1.23.2 [2021-03-16T17:22:42.963Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T17:22:43.233Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T17:22:43.233Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T17:22:43.823Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T17:22:43.823Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T17:22:44.411Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T17:22:44.411Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T17:22:44.998Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T17:22:44.998Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T17:22:45.969Z] Collecting PyYAML<4,>=3.10 [2021-03-16T17:22:45.969Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T17:22:49.336Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T17:22:49.336Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T17:22:51.946Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T17:22:51.946Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T17:22:51.946Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T17:22:51.946Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T17:22:53.904Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T17:22:53.904Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T17:22:55.320Z] 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-16T17:22:55.589Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T17:22:55.589Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T17:22:55.859Z] Collecting idna<2.8,>=2.5 [2021-03-16T17:22:55.859Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T17:22:56.445Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T17:22:56.445Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T17:22:56.718Z] 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-16T17:22:56.718Z] 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-16T17:22:56.718Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T17:22:56.718Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T17:22:56.718Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T17:22:56.718Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T17:22:57.684Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, jsonschema, PyYAML, dockerpty, texttable, docopt, docker-compose [2021-03-16T17:22:57.684Z] Attempting uninstall: idna [2021-03-16T17:22:57.684Z] Found existing installation: idna 2.9 [2021-03-16T17:22:57.684Z] Uninstalling idna-2.9: [2021-03-16T17:22:57.956Z] Successfully uninstalled idna-2.9 [2021-03-16T17:22:58.549Z] Attempting uninstall: urllib3 [2021-03-16T17:22:58.549Z] Found existing installation: urllib3 1.25.9 [2021-03-16T17:22:58.549Z] Uninstalling urllib3-1.25.9: [2021-03-16T17:22:58.549Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T17:22:59.140Z] Attempting uninstall: requests [2021-03-16T17:22:59.140Z] Found existing installation: requests 2.23.0 [2021-03-16T17:22:59.140Z] Uninstalling requests-2.23.0: [2021-03-16T17:22:59.140Z] Successfully uninstalled requests-2.23.0 [2021-03-16T17:23:00.129Z]  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:23:00.129Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:23:00.129Z] ---> 2216bab92d3d [2021-03-16T17:23:00.129Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T17:23:00.129Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:23:00.129Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:23:00.129Z] ---> 2216bab92d3d [2021-03-16T17:23:00.129Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T17:23:00.129Z] ---> Using cache [2021-03-16T17:23:00.129Z] ---> 5fe05b3b1928 [2021-03-16T17:23:00.129Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:23:00.129Z] ---> Using cache [2021-03-16T17:23:00.129Z] ---> 5fe05b3b1928 [2021-03-16T17:23:00.129Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:23:00.129Z] ---> Using cache [2021-03-16T17:23:00.129Z] ---> 6dd537865094 [2021-03-16T17:23:00.129Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T17:23:00.129Z] ---> Using cache [2021-03-16T17:23:00.129Z] ---> 6dd537865094 [2021-03-16T17:23:00.130Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T17:23:00.130Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:23:00.130Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:23:00.130Z] ---> 2216bab92d3d [2021-03-16T17:23:00.130Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:23:00.130Z] ---> Using cache [2021-03-16T17:23:00.130Z] ---> 5fe05b3b1928 [2021-03-16T17:23:00.130Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:23:00.130Z] ---> Using cache [2021-03-16T17:23:00.130Z] ---> 6dd537865094 [2021-03-16T17:23:00.130Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T17:23:00.130Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:23:00.130Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:23:00.130Z] ---> 2216bab92d3d [2021-03-16T17:23:00.130Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:23:00.130Z] ---> Using cache [2021-03-16T17:23:00.130Z] ---> 5fe05b3b1928 [2021-03-16T17:23:00.130Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:23:00.130Z] ---> Using cache [2021-03-16T17:23:00.130Z] ---> 6dd537865094 [2021-03-16T17:23:00.130Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:23:00.130Z] ---> Running in 29b28b9661a6 [2021-03-16T17:23:00.130Z] ---> Running in f7595c1503fa [2021-03-16T17:23:00.130Z] ---> Running in 0fcb1598007c [2021-03-16T17:23:00.130Z] ---> Running in 0e47c3fe6272 [2021-03-16T17:23:00.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:23:00.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:23:00.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:23:00.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:23:00.563Z] Running setup.py install for PyYAML: started [2021-03-16T17:23:00.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:23:00.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:23:01.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:23:01.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:23:01.988Z] OK: 233 MiB in 51 packages [2021-03-16T17:23:01.988Z] OK: 233 MiB in 51 packages [2021-03-16T17:23:02.329Z] OK: 233 MiB in 51 packages [2021-03-16T17:23:02.734Z] OK: 233 MiB in 51 packages [2021-03-16T17:23:03.174Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T17:23:03.175Z] Running setup.py install for dockerpty: started [2021-03-16T17:23:04.597Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T17:23:04.597Z] Running setup.py install for texttable: started [2021-03-16T17:23:05.032Z] Removing intermediate container 0e47c3fe6272 [2021-03-16T17:23:05.032Z] ---> c6df0cf70b17 [2021-03-16T17:23:05.032Z] Step 6/23 : COPY go.mod . [2021-03-16T17:23:05.372Z] Removing intermediate container 29b28b9661a6 [2021-03-16T17:23:05.373Z] ---> a09689b0a807 [2021-03-16T17:23:05.373Z] Step 6/31 : COPY go.mod . [2021-03-16T17:23:05.669Z] Removing intermediate container 0fcb1598007c [2021-03-16T17:23:05.669Z] ---> b0b34a7b1d3f [2021-03-16T17:23:05.669Z] Step 6/23 : COPY go.mod . [2021-03-16T17:23:05.976Z] Removing intermediate container f7595c1503fa [2021-03-16T17:23:05.976Z] ---> ecb0d3a818aa [2021-03-16T17:23:05.976Z] Step 6/26 : COPY go.mod . [2021-03-16T17:23:06.439Z] ---> 098f4bbfb158 [2021-03-16T17:23:06.439Z] Step 7/23 : RUN go mod download [2021-03-16T17:23:06.439Z] ---> 217ad602641b [2021-03-16T17:23:06.439Z] Step 7/31 : RUN go mod download [2021-03-16T17:23:06.565Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T17:23:06.565Z] Running setup.py install for docopt: started [2021-03-16T17:23:06.838Z] ---> Running in 792272781cb0 [2021-03-16T17:23:07.224Z] ---> Running in 2b9fdd60f344 [2021-03-16T17:23:07.224Z] ---> e3316aacec77 [2021-03-16T17:23:07.224Z] Step 7/23 : RUN go mod download [2021-03-16T17:23:07.795Z] ---> a236431cfd0e [2021-03-16T17:23:07.795Z] Step 7/26 : RUN go mod download [2021-03-16T17:23:08.096Z] ---> Running in 7224e6484b89 [2021-03-16T17:23:08.096Z] ---> Running in ad3f68fb61ac [2021-03-16T17:23:08.530Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T17:23:09.509Z] 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-16T17:23:13.799Z] Removing intermediate container 6ec3c49c19d0 [2021-03-16T17:23:13.799Z] ---> ce513a991fa4 [2021-03-16T17:23:13.799Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T17:23:13.799Z] ---> Running in a6ae7e9ebcbb [2021-03-16T17:23:14.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:23:14.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:23:15.252Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:23:15.252Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T17:23:15.252Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T17:23:15.252Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:23:15.252Z] OK: 72 MiB in 58 packages [2021-03-16T17:23:16.231Z] Removing intermediate container a6ae7e9ebcbb [2021-03-16T17:23:16.231Z] ---> b892fb9e3171 [2021-03-16T17:23:16.502Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T17:23:16.502Z] ---> Running in 76e83eb52677 [2021-03-16T17:23:17.102Z] Removing intermediate container 76e83eb52677 [2021-03-16T17:23:17.102Z] ---> b1c973d9fb4a [2021-03-16T17:23:17.102Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:23:17.102Z] ---> Running in 8562c3b441db [2021-03-16T17:23:17.698Z] Removing intermediate container 8562c3b441db [2021-03-16T17:23:17.698Z] ---> f7018c45f012 [2021-03-16T17:23:17.698Z] Step 24/26 : LABEL arch=arm64 [2021-03-16T17:23:17.698Z] ---> Running in 847e47ae550e [2021-03-16T17:23:17.773Z] Removing intermediate container ad3f68fb61ac [2021-03-16T17:23:17.773Z] ---> af0398ec779f [2021-03-16T17:23:17.773Z] Step 8/26 : COPY . . [2021-03-16T17:23:17.773Z] Removing intermediate container 7224e6484b89 [2021-03-16T17:23:17.773Z] ---> 4b6ccf9cee6e [2021-03-16T17:23:17.773Z] Step 8/23 : COPY . . [2021-03-16T17:23:17.773Z] Removing intermediate container 792272781cb0 [2021-03-16T17:23:17.773Z] ---> b87f73801faa [2021-03-16T17:23:17.773Z] Step 8/23 : COPY . . [2021-03-16T17:23:18.174Z] Removing intermediate container 2b9fdd60f344 [2021-03-16T17:23:18.174Z] ---> 650e9c6f872a [2021-03-16T17:23:18.174Z] Step 8/31 : COPY . . [2021-03-16T17:23:18.293Z] Removing intermediate container 847e47ae550e [2021-03-16T17:23:18.293Z] ---> e0a94090ec88 [2021-03-16T17:23:18.293Z] Step 25/26 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:23:18.293Z] ---> Running in fcc407972c8a [2021-03-16T17:23:18.885Z] Removing intermediate container fcc407972c8a [2021-03-16T17:23:18.885Z] ---> e5e6fd33b7d7 [2021-03-16T17:23:18.885Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T17:23:18.885Z] ---> Running in aa74253f6179 [2021-03-16T17:23:19.477Z] Removing intermediate container aa74253f6179 [2021-03-16T17:23:19.477Z] ---> 9a76e1bc5110 [2021-03-16T17:23:19.477Z] [2021-03-16T17:23:19.748Z] Successfully built 9a76e1bc5110 [2021-03-16T17:23:20.036Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-16T17:23:20.321Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-16T17:23:20.322Z] $ docker stop --time=1 4321d3e78d0c04ebedad892cd20f31ac528c635ef6465e6b4543193d4f458a8c [2021-03-16T17:23:22.271Z] $ docker rm -f 4321d3e78d0c04ebedad892cd20f31ac528c635ef6465e6b4543193d4f458a8c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T17:23:22.998Z] + docker images [2021-03-16T17:23:22.999Z] + grep docker [2021-03-16T17:23:23.270Z] docker-sys-mgmt-agent-go-arm64 latest 9a76e1bc5110 4 seconds ago 300MB [2021-03-16T17:23:23.270Z] docker-core-data-go-arm64 latest 50708accff38 48 seconds ago 21.3MB [2021-03-16T17:23:23.270Z] docker-security-secretstore-setup-go-arm64 latest 3c6d57d4844c About a minute ago 23.7MB [2021-03-16T17:23:23.270Z] docker-security-proxy-setup-go-arm64 latest 71f82869be79 About a minute ago 23.4MB [2021-03-16T17:23:23.270Z] docker-security-bootstrapper-go-arm64 latest 895e0ab52441 3 minutes ago 17.8MB [2021-03-16T17:23:23.270Z] docker-support-notifications-go-arm64 latest 2239374fcdfe 4 minutes ago 16.9MB [2021-03-16T17:23:23.270Z] docker-core-metadata-go-arm64 latest e78be05a5db9 4 minutes ago 17.9MB [2021-03-16T17:23:23.270Z] docker-support-scheduler-go-arm64 latest 830c548207e1 4 minutes ago 16.3MB [2021-03-16T17:23:23.270Z] docker-core-command-go-arm64 latest 236a96bcb1cc 4 minutes ago 16.2MB [2021-03-16T17:23:23.270Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:23:24.432Z] ---> job-cost.sh [2021-03-16T17:23:24.433Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tgI5 [2021-03-16T17:24:03.409Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-16T17:25:55.165Z] lf-activate-venv(): INFO: Adding /tmp/venv-tgI5/bin to PATH [2021-03-16T17:25:55.165Z] INFO: No Stack... [2021-03-16T17:25:55.165Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-16T17:25:55.165Z] INFO: Archiving Costs [Pipeline] sh [2021-03-16T17:25:55.503Z] + + cat /w/workspace/edgex-go/24/archives/cost.csv [2021-03-16T17:25:55.503Z] cut -d, -f6 [Pipeline] lock [2021-03-16T17:25:55.621Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-24-stack-cost] [2021-03-16T17:25:55.632Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3209-24-stack-cost] did not exist. Created. [2021-03-16T17:25:55.632Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-24-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-16T17:25:56.053Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-16T17:25:56.366Z] Stashed 1 file(s) [Pipeline] } [2021-03-16T17:25:56.380Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-24-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-16T17:26:01.904Z] ---> 819eb7d707b5 [2021-03-16T17:26:01.905Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T17:26:01.905Z] ---> 7d0a4865f1b4 [2021-03-16T17:26:01.905Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T17:26:01.905Z] ---> Running in 892f751f2fb2 [2021-03-16T17:26:01.905Z] ---> Running in df3e3991dbd8 [2021-03-16T17:26:01.905Z] ---> 7f19b7486f92 [2021-03-16T17:26:01.905Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T17:26:01.905Z] ---> d24ab66a4359 [2021-03-16T17:26:01.905Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T17:26:01.905Z] ---> Running in 541e327271ab [2021-03-16T17:26:01.905Z] ---> Running in 4ad44d6ba71a [2021-03-16T17:26:01.905Z] 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-16T17:26:01.905Z] 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-16T17:26:01.905Z] 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-16T17:26:01.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T17:27:12.094Z] Removing intermediate container df3e3991dbd8 [2021-03-16T17:27:12.094Z] ---> 8b99b5523a66 [2021-03-16T17:27:12.094Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T17:27:12.094Z] Removing intermediate container 4ad44d6ba71a [2021-03-16T17:27:12.094Z] ---> 4873860edba7 [2021-03-16T17:27:12.094Z] [2021-03-16T17:27:12.094Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T17:27:12.094Z] ---> 88dd2752d2ea [2021-03-16T17:27:12.094Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T17:27:12.094Z] ---> Running in 97aa7ae3e436 [2021-03-16T17:27:12.094Z] Removing intermediate container 892f751f2fb2 [2021-03-16T17:27:12.094Z] ---> ac67ec029265 [2021-03-16T17:27:12.094Z] [2021-03-16T17:27:12.094Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:27:12.094Z] ---> 88dd2752d2ea [2021-03-16T17:27:12.094Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:27:12.094Z] ---> Using cache [2021-03-16T17:27:12.094Z] ---> d22f3fa852a0 [2021-03-16T17:27:12.094Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:27:12.094Z] ---> Using cache [2021-03-16T17:27:12.094Z] ---> 8305bdae900e [2021-03-16T17:27:12.094Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T17:27:12.094Z] ---> Running in 6adc02d618db [2021-03-16T17:27:12.094Z] ---> Running in 6e51a4481f78 [2021-03-16T17:27:12.094Z] Removing intermediate container 6adc02d618db [2021-03-16T17:27:12.094Z] ---> 6df1a8252466 [2021-03-16T17:27:12.094Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T17:27:12.094Z] ---> Running in 9d480c56ead0 [2021-03-16T17:27:12.094Z] Removing intermediate container 6e51a4481f78 [2021-03-16T17:27:12.094Z] ---> a1b42c54d039 [2021-03-16T17:27:12.094Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:27:12.094Z] 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-16T17:27:12.094Z] ---> Running in f5c212ab6245 [2021-03-16T17:27:12.094Z] Removing intermediate container f5c212ab6245 [2021-03-16T17:27:12.094Z] ---> 1d94898b6a09 [2021-03-16T17:27:12.094Z] Step 15/23 : WORKDIR / [2021-03-16T17:27:12.094Z] ---> Running in 4dfdec954f18 [2021-03-16T17:27:14.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:27:14.887Z] Removing intermediate container 4dfdec954f18 [2021-03-16T17:27:14.887Z] ---> c13df0dff4db [2021-03-16T17:27:14.887Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:27:14.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:27:16.219Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:27:16.219Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T17:27:16.219Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:27:16.572Z] OK: 6 MiB in 16 packages [2021-03-16T17:27:18.691Z] Removing intermediate container 97aa7ae3e436 [2021-03-16T17:27:18.691Z] ---> 7a9eb601de46 [2021-03-16T17:27:18.691Z] [2021-03-16T17:27:18.691Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T17:27:18.691Z] ---> e250e87ad81e [2021-03-16T17:27:18.691Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T17:27:18.691Z] 20.10.0: Pulling from library/docker [2021-03-16T17:27:19.001Z] Removing intermediate container 541e327271ab [2021-03-16T17:27:19.001Z] ---> f67b696d1c68 [2021-03-16T17:27:19.001Z] [2021-03-16T17:27:19.001Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:27:19.001Z] ---> 88dd2752d2ea [2021-03-16T17:27:19.001Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T17:27:19.304Z] ---> Running in a5e85f01da1b [2021-03-16T17:27:20.464Z] Removing intermediate container a5e85f01da1b [2021-03-16T17:27:20.464Z] ---> fa66c8f26d64 [2021-03-16T17:27:20.464Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T17:27:21.082Z] Removing intermediate container 9d480c56ead0 [2021-03-16T17:27:21.082Z] ---> 00496a32f21b [2021-03-16T17:27:21.082Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T17:27:21.082Z] ---> Running in d746d6cb4408 [2021-03-16T17:27:21.800Z] ---> ab1e9dd021ad [2021-03-16T17:27:21.800Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T17:27:21.800Z] ---> Running in 395b8e35940f [2021-03-16T17:27:23.263Z] Removing intermediate container d746d6cb4408 [2021-03-16T17:27:23.263Z] ---> 8c39baa3c83d [2021-03-16T17:27:23.263Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T17:27:23.615Z] Removing intermediate container 395b8e35940f [2021-03-16T17:27:23.615Z] ---> a629e38e48c5 [2021-03-16T17:27:23.615Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T17:27:23.900Z] ---> Running in 1001d5655680 [2021-03-16T17:27:23.900Z] ---> b6474294ac2b [2021-03-16T17:27:23.900Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T17:27:23.900Z] ---> Running in d11158107e91 [2021-03-16T17:27:24.521Z] ---> Running in d258f6b7c8f6 [2021-03-16T17:27:24.840Z] Removing intermediate container 1001d5655680 [2021-03-16T17:27:24.840Z] ---> f9b746276483 [2021-03-16T17:27:24.840Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:27:25.117Z] Removing intermediate container d11158107e91 [2021-03-16T17:27:25.117Z] ---> 4bc9bdb3adf6 [2021-03-16T17:27:25.117Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T17:27:25.399Z] ---> Running in 6cc3eaf1d2b7 [2021-03-16T17:27:25.399Z] ---> Running in c5e7fd7ae647 [2021-03-16T17:27:25.399Z] Removing intermediate container d258f6b7c8f6 [2021-03-16T17:27:25.399Z] ---> c0387ff0fec2 [2021-03-16T17:27:25.399Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:27:25.687Z] ---> Running in 69cab558956c [2021-03-16T17:27:26.378Z] Removing intermediate container 69cab558956c [2021-03-16T17:27:26.379Z] ---> 9284f646420e [2021-03-16T17:27:26.379Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T17:27:26.661Z] ---> Running in 3985aa0ec9b6 [2021-03-16T17:27:27.342Z] Removing intermediate container 3985aa0ec9b6 [2021-03-16T17:27:27.342Z] ---> f36ca0098d01 [2021-03-16T17:27:27.342Z] Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:27:27.661Z] ---> Running in 3e2c5b220fd8 [2021-03-16T17:27:29.266Z] Removing intermediate container 3e2c5b220fd8 [2021-03-16T17:27:29.266Z] Removing intermediate container 6cc3eaf1d2b7 [2021-03-16T17:27:29.266Z] ---> f933a84393ef [2021-03-16T17:27:29.267Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T17:27:29.267Z] ---> 710d63811be6 [2021-03-16T17:27:29.267Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:27:29.539Z] ---> Running in ca8fb950851a [2021-03-16T17:27:29.539Z] ---> Running in 929d76196c3c [2021-03-16T17:27:29.860Z] Removing intermediate container c5e7fd7ae647 [2021-03-16T17:27:29.861Z] ---> 134891749bcd [2021-03-16T17:27:29.861Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T17:27:30.154Z] Removing intermediate container ca8fb950851a [2021-03-16T17:27:30.154Z] ---> 3bcf290dcef4 [2021-03-16T17:27:30.154Z] [2021-03-16T17:27:30.154Z] ---> Running in 9557c5b7140d [2021-03-16T17:27:31.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:27:31.800Z] Successfully built 3bcf290dcef4 [2021-03-16T17:27:31.800Z] Successfully tagged docker-core-command-go:latest [2021-03-16T17:27:31.800Z]  Building docker-core-command-go ... done Removing intermediate container 9557c5b7140d [2021-03-16T17:27:31.800Z] ---> c46aaa080113 [2021-03-16T17:27:31.800Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T17:27:32.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:27:33.417Z] ---> 6c9edac6c059 [2021-03-16T17:27:33.417Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T17:27:33.686Z] ---> Running in 9b50a7e1c262 [2021-03-16T17:27:34.819Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T17:27:34.819Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T17:27:34.819Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T17:27:34.819Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T17:27:34.819Z] ---> aefe523efa57 [2021-03-16T17:27:34.819Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T17:27:35.107Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T17:27:35.107Z] ---> Running in 5a8abf5f9366 [2021-03-16T17:27:35.107Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T17:27:35.961Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T17:27:36.266Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T17:27:36.577Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:27:36.577Z] OK: 8 MiB in 20 packages [2021-03-16T17:27:36.855Z] Removing intermediate container 9b50a7e1c262 [2021-03-16T17:27:36.855Z] ---> ce9ff1935257 [2021-03-16T17:27:36.855Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:27:37.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:27:37.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:27:37.908Z] ---> 027234d2eabc [2021-03-16T17:27:37.908Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T17:27:37.908Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T17:27:37.908Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T17:27:37.908Z] Executing bash-5.0.17-r0.post-install [2021-03-16T17:27:37.908Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:27:37.908Z] OK: 12 MiB in 22 packages [2021-03-16T17:27:37.908Z] Removing intermediate container 929d76196c3c [2021-03-16T17:27:37.908Z] ---> 8c46d2806977 [2021-03-16T17:27:37.908Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:27:38.883Z] ---> eecb59c63e0d [2021-03-16T17:27:38.883Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T17:27:38.883Z] ---> 236dc222ef2e [2021-03-16T17:27:38.883Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T17:27:39.149Z] Removing intermediate container 5a8abf5f9366 [2021-03-16T17:27:39.150Z] ---> d4ead7f5d211 [2021-03-16T17:27:39.150Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T17:27:39.416Z] ---> Running in 7ed191dd76dc [2021-03-16T17:27:39.416Z] ---> a0f722364836 [2021-03-16T17:27:39.416Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T17:27:39.707Z] ---> d4a246dadb8a [2021-03-16T17:27:39.707Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T17:27:39.986Z] Removing intermediate container 7ed191dd76dc [2021-03-16T17:27:39.986Z] ---> 475d9f13eb80 [2021-03-16T17:27:39.986Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T17:27:40.275Z] ---> Running in bf474d9e0dde [2021-03-16T17:27:40.275Z] ---> b8261e3a1eca [2021-03-16T17:27:40.275Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T17:27:40.275Z] ---> 2df6a2a175d2 [2021-03-16T17:27:40.275Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T17:27:40.909Z] ---> Running in 6061ea2f991c [2021-03-16T17:27:41.227Z] Removing intermediate container bf474d9e0dde [2021-03-16T17:27:41.227Z] ---> e03f1422881a [2021-03-16T17:27:41.227Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T17:27:41.523Z] ---> Running in 13c185f312a3 [2021-03-16T17:27:41.523Z] ---> 29dffc6121bd [2021-03-16T17:27:41.523Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T17:27:41.523Z] Removing intermediate container 6061ea2f991c [2021-03-16T17:27:41.523Z] ---> 93e37092fc32 [2021-03-16T17:27:41.523Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:27:42.162Z] ---> Running in c644763f3e0a [2021-03-16T17:27:42.162Z] ---> Running in d4a071d5b7e2 [2021-03-16T17:27:42.162Z] Removing intermediate container 13c185f312a3 [2021-03-16T17:27:42.162Z] ---> f4c3024c470c [2021-03-16T17:27:42.162Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T17:27:42.485Z] Removing intermediate container c644763f3e0a [2021-03-16T17:27:42.485Z] ---> 435082d18cba [2021-03-16T17:27:42.485Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T17:27:42.836Z] Removing intermediate container d4a071d5b7e2 [2021-03-16T17:27:42.836Z] ---> 36d7455ff887 [2021-03-16T17:27:42.836Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T17:27:42.836Z] ---> Running in 99f63d2cfd34 [2021-03-16T17:27:43.878Z] Removing intermediate container 99f63d2cfd34 [2021-03-16T17:27:43.878Z] ---> 20921ea08afb [2021-03-16T17:27:43.878Z] Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:27:43.878Z] ---> 7db8a252bbae [2021-03-16T17:27:43.878Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T17:27:43.878Z] ---> Running in 56f4b21a9e56 [2021-03-16T17:27:43.878Z] ---> c3f4a8d9a8ea [2021-03-16T17:27:43.878Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T17:27:44.267Z] ---> Running in 080c6b23248a [2021-03-16T17:27:45.301Z] Removing intermediate container 56f4b21a9e56 [2021-03-16T17:27:45.301Z] ---> 4329e5d4c075 [2021-03-16T17:27:45.301Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:27:45.301Z] ---> Running in bc5119be9c2e [2021-03-16T17:27:45.301Z] ---> 4787cbb70545 [2021-03-16T17:27:45.301Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T17:27:46.100Z] Removing intermediate container bc5119be9c2e [2021-03-16T17:27:46.100Z] ---> 73017fb84307 [2021-03-16T17:27:46.100Z] [2021-03-16T17:27:47.230Z] Successfully built 73017fb84307 [2021-03-16T17:27:47.230Z] Successfully tagged docker-core-data-go:latest [2021-03-16T17:27:47.524Z]  Building docker-core-data-go ... done  ---> a454c26312f5 [2021-03-16T17:27:47.525Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T17:27:47.939Z] ---> Running in add92d859aae [2021-03-16T17:27:48.986Z] Removing intermediate container 080c6b23248a [2021-03-16T17:27:48.986Z] ---> a7f0bb075d02 [2021-03-16T17:27:48.986Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T17:27:49.379Z] ---> Running in a9aaca3267ed [2021-03-16T17:27:50.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:27:50.040Z] Removing intermediate container a9aaca3267ed [2021-03-16T17:27:50.040Z] ---> 14aca3ec4719 [2021-03-16T17:27:50.040Z] Step 28/31 : CMD ["gate"] [2021-03-16T17:27:50.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:27:50.372Z] ---> Running in 8b55a235e6ed [2021-03-16T17:27:50.372Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T17:27:50.372Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T17:27:50.372Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T17:27:50.372Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T17:27:50.372Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T17:27:50.372Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T17:27:50.372Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T17:27:52.461Z] Removing intermediate container 8b55a235e6ed [2021-03-16T17:27:52.461Z] ---> 433293d6a8a0 [2021-03-16T17:27:52.461Z] Step 29/31 : LABEL arch=x86_64 [2021-03-16T17:27:53.900Z] ---> Running in 2986b3fea86c [2021-03-16T17:27:53.900Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T17:27:53.900Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T17:27:53.900Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T17:27:53.900Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T17:27:53.900Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T17:27:53.900Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T17:27:53.900Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T17:27:53.900Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T17:27:54.201Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T17:27:54.201Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T17:27:54.201Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T17:27:54.201Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T17:27:54.201Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T17:27:54.201Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T17:27:54.490Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T17:27:55.104Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T17:27:55.385Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T17:27:55.385Z] Removing intermediate container 2986b3fea86c [2021-03-16T17:27:55.385Z] ---> 8a249cbad5af [2021-03-16T17:27:55.385Z] Step 30/31 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:27:55.385Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T17:27:55.385Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T17:27:55.385Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T17:27:55.385Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T17:27:55.385Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T17:27:55.385Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T17:27:55.659Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T17:27:55.659Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T17:27:55.659Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T17:27:55.659Z] ---> Running in 4db61e0feaca [2021-03-16T17:27:55.945Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:27:55.945Z] OK: 71 MiB in 55 packages [2021-03-16T17:27:57.055Z] Removing intermediate container 4db61e0feaca [2021-03-16T17:27:57.055Z] ---> afa7983c6c07 [2021-03-16T17:27:57.055Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T17:27:57.375Z] ---> Running in 851f45c42c15 [2021-03-16T17:27:58.525Z] Removing intermediate container 851f45c42c15 [2021-03-16T17:27:58.525Z] ---> 3c3c6fa0739d [2021-03-16T17:27:58.525Z] [2021-03-16T17:27:59.179Z] Successfully built 3c3c6fa0739d [2021-03-16T17:27:59.179Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-16T17:28:06.339Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container add92d859aae [2021-03-16T17:28:06.339Z] ---> 0b76dc77675d [2021-03-16T17:28:06.339Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T17:28:06.339Z] ---> Running in b9a37f9731cb [2021-03-16T17:28:09.095Z] Collecting docker-compose==1.23.2 [2021-03-16T17:28:09.095Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T17:28:09.395Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T17:28:09.395Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T17:28:09.670Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T17:28:09.670Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T17:28:10.705Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T17:28:10.705Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T17:28:10.705Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T17:28:10.705Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T17:28:12.167Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T17:28:12.167Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T17:28:14.282Z] 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-16T17:28:14.282Z] Collecting PyYAML<4,>=3.10 [2021-03-16T17:28:14.282Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T17:28:15.804Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T17:28:15.804Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T17:28:16.100Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T17:28:16.100Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T17:28:16.402Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T17:28:16.402Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T17:28:16.402Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T17:28:16.402Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T17:28:16.717Z] Collecting idna<2.8,>=2.5 [2021-03-16T17:28:16.717Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T17:28:16.717Z] 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-16T17:28:17.052Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T17:28:17.052Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T17:28:17.052Z] 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-16T17:28:17.052Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T17:28:17.052Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T17:28:17.052Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T17:28:17.052Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T17:28:17.368Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, docopt, PyYAML, cached-property, jsonschema, docker-compose [2021-03-16T17:28:17.654Z] Attempting uninstall: idna [2021-03-16T17:28:17.654Z] Found existing installation: idna 2.9 [2021-03-16T17:28:17.654Z] Uninstalling idna-2.9: [2021-03-16T17:28:17.654Z] Successfully uninstalled idna-2.9 [2021-03-16T17:28:17.936Z] Attempting uninstall: urllib3 [2021-03-16T17:28:17.936Z] Found existing installation: urllib3 1.25.9 [2021-03-16T17:28:17.936Z] Uninstalling urllib3-1.25.9: [2021-03-16T17:28:18.218Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T17:28:18.489Z] Attempting uninstall: requests [2021-03-16T17:28:18.489Z] Found existing installation: requests 2.23.0 [2021-03-16T17:28:18.489Z] Uninstalling requests-2.23.0: [2021-03-16T17:28:18.489Z] Successfully uninstalled requests-2.23.0 [2021-03-16T17:28:19.518Z] Running setup.py install for texttable: started [2021-03-16T17:28:20.164Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T17:28:20.164Z] Running setup.py install for dockerpty: started [2021-03-16T17:28:21.171Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T17:28:21.171Z] Running setup.py install for docopt: started [2021-03-16T17:28:22.167Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T17:28:22.167Z] Running setup.py install for PyYAML: started [2021-03-16T17:28:22.776Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T17:28:23.371Z] 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-16T17:28:27.948Z] Removing intermediate container b9a37f9731cb [2021-03-16T17:28:27.948Z] ---> f9825a94e713 [2021-03-16T17:28:27.948Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T17:28:27.948Z] ---> Running in d00c61cf862f [2021-03-16T17:28:30.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:28:30.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:28:30.051Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:28:30.051Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T17:28:30.051Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T17:28:30.051Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:28:30.051Z] OK: 72 MiB in 58 packages [2021-03-16T17:28:31.084Z] Removing intermediate container d00c61cf862f [2021-03-16T17:28:31.084Z] ---> c3051ee292d8 [2021-03-16T17:28:31.084Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T17:28:31.084Z] ---> Running in 5b989b2ea2ae [2021-03-16T17:28:31.684Z] Removing intermediate container 5b989b2ea2ae [2021-03-16T17:28:31.684Z] ---> 75752e1550a5 [2021-03-16T17:28:31.684Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:28:31.951Z] ---> Running in 2efea81b4644 [2021-03-16T17:28:32.233Z] Removing intermediate container 2efea81b4644 [2021-03-16T17:28:32.233Z] ---> 01b99c0dd107 [2021-03-16T17:28:32.233Z] Step 24/26 : LABEL arch=x86_64 [2021-03-16T17:28:32.868Z] ---> Running in ecd0e5b2ef17 [2021-03-16T17:28:33.477Z] Removing intermediate container ecd0e5b2ef17 [2021-03-16T17:28:33.477Z] ---> 710182083875 [2021-03-16T17:28:33.477Z] Step 25/26 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:28:33.477Z] ---> Running in ca1df5b5a2f8 [2021-03-16T17:28:34.118Z] Removing intermediate container ca1df5b5a2f8 [2021-03-16T17:28:34.118Z] ---> 02a64a0234de [2021-03-16T17:28:34.118Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T17:28:34.118Z] ---> Running in 07ec80677ac2 [2021-03-16T17:28:34.389Z] Removing intermediate container 07ec80677ac2 [2021-03-16T17:28:34.389Z] ---> 34f711e843ab [2021-03-16T17:28:34.389Z] [2021-03-16T17:28:34.653Z] Successfully built 34f711e843ab [2021-03-16T17:28:34.921Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-16T17:28:35.556Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-16T17:28:35.633Z] $ docker stop --time=1 0ff819c814ca0f4ae927ca59aa02f1b8e956c89a5169ac876bead51b62d07712 [2021-03-16T17:28:38.776Z] $ docker rm -f 0ff819c814ca0f4ae927ca59aa02f1b8e956c89a5169ac876bead51b62d07712 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T17:28:39.731Z] + grep docker [2021-03-16T17:28:39.731Z] + docker images [2021-03-16T17:28:40.725Z] docker-sys-mgmt-agent-go latest 34f711e843ab 6 seconds ago 313MB [2021-03-16T17:28:40.725Z] docker-security-bootstrapper-go latest 3c3c6fa0739d 43 seconds ago 18.8MB [2021-03-16T17:28:40.725Z] docker-core-data-go latest 73017fb84307 55 seconds ago 22.6MB [2021-03-16T17:28:40.725Z] docker-core-command-go latest 3bcf290dcef4 About a minute ago 17.2MB [2021-03-16T17:28:40.725Z] docker-security-secretstore-setup-go latest 2caf736e4d86 7 minutes ago 24.9MB [2021-03-16T17:28:40.725Z] docker-core-metadata-go latest e8c9ef9414a3 7 minutes ago 19MB [2021-03-16T17:28:40.725Z] docker-security-proxy-setup-go latest 5cd43180ce9b 7 minutes ago 24.7MB [2021-03-16T17:28:40.725Z] docker-support-notifications-go latest e7c40a2aa75f 7 minutes ago 17.8MB [2021-03-16T17:28:40.725Z] docker-support-scheduler-go latest 7c543aef9530 7 minutes ago 17.3MB [2021-03-16T17:28:40.726Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-16T17:28:56.579Z] Still waiting to schedule task [2021-03-16T17:28:56.579Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-16T17:29:56.746Z] Running on prd-ubuntu18.04-docker-8c-8g-30020 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-16T17:29:56.813Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2021-03-16T17:29:59.409Z] using credential edgex-jenkins-ssh [2021-03-16T17:29:59.468Z] Cloning the remote Git repository [2021-03-16T17:29:59.500Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:29:59.582Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2021-03-16T17:29:59.622Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:29:59.622Z] > git --version # timeout=10 [2021-03-16T17:29:59.631Z] > git --version # 'git version 2.17.1' [2021-03-16T17:29:59.631Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:29:59.664Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T17:30:08.198Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T17:30:08.209Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T17:30:08.229Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T17:30:08.250Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:30:08.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:30:08.257Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T17:30:09.157Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:30:09.372Z] Merge succeeded, producing 88ce5120960337bb1956f394696858bbe248aa8d [2021-03-16T17:30:09.373Z] Checking out Revision 88ce5120960337bb1956f394696858bbe248aa8d (PR-3209) [2021-03-16T17:30:09.171Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T17:30:09.177Z] > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 [2021-03-16T17:30:09.337Z] > git remote # timeout=10 [2021-03-16T17:30:09.346Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T17:30:09.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:30:09.357Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-16T17:30:09.367Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T17:30:09.378Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T17:30:09.382Z] > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 [2021-03-16T17:30:13.230Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:30:14.610Z] + echo snap-build.sh [2021-03-16T17:30:14.610Z] snap-build.sh [2021-03-16T17:30:14.610Z] + SNAP_BASE_DIR=. [2021-03-16T17:30:14.610Z] + '[' '!' -z /w/workspace/edgex-go/24 ']' [2021-03-16T17:30:14.610Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/24 [2021-03-16T17:30:14.610Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/24]' [2021-03-16T17:30:14.610Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/24] [2021-03-16T17:30:14.610Z] + cd /w/workspace/edgex-go/24 [2021-03-16T17:30:14.610Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-16T17:30:14.610Z] Reading package lists... [2021-03-16T17:30:14.878Z] Building dependency tree... [2021-03-16T17:30:14.878Z] Reading state information... [2021-03-16T17:30:15.143Z] The following packages were automatically installed and are no longer required: [2021-03-16T17:30:15.143Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-16T17:30:15.143Z] uidmap xdelta3 [2021-03-16T17:30:15.143Z] Use 'sudo apt autoremove' to remove them. [2021-03-16T17:30:15.143Z] The following packages will be REMOVED: [2021-03-16T17:30:15.143Z] lxd* lxd-client* [2021-03-16T17:30:15.722Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-16T17:30:15.722Z] After this operation, 31.7 MB disk space will be freed. [2021-03-16T17:30:17.043Z] (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-16T17:30:17.044Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T17:30:18.444Z] Removing lxd dnsmasq configuration [2021-03-16T17:30:18.444Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T17:30:18.709Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-16T17:30:19.665Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-16T17:30:20.193Z] (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-16T17:30:20.193Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T17:30:22.117Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-16T17:30:22.117Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-16T17:30:24.041Z] + sudo snap remove --purge lxd [2021-03-16T17:30:24.310Z] snap "lxd" is not installed [2021-03-16T17:30:24.310Z] + sudo groupadd --force --system lxd [2021-03-16T17:30:24.310Z] ++ whoami [2021-03-16T17:30:24.310Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-16T17:30:24.310Z] + newgrp - lxd [2021-03-16T17:30:24.310Z] + sudo snap install lxd [2021-03-16T17:30:34.395Z] 2021-03-16T17:30:31Z INFO Waiting for automatic snapd restart... [2021-03-16T17:31:01.024Z] lxd 4.12 from Canonical* installed [2021-03-16T17:31:01.024Z] + sudo lxd init --auto [2021-03-16T17:31:06.375Z] + sudo snap install --classic snapcraft [2021-03-16T17:31:28.401Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T17:31:28.401Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-16T17:31:28.401Z] + patch --verbose -p1 [2021-03-16T17:31:28.401Z] Hmm... Looks like a unified diff to me... [2021-03-16T17:31:28.401Z] The text leading up to this was: [2021-03-16T17:31:28.401Z] -------------------------- [2021-03-16T17:31:28.401Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-16T17:31:28.401Z] |From: Tony Espy [2021-03-16T17:31:28.401Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-16T17:31:28.401Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-16T17:31:28.401Z] | [2021-03-16T17:31:28.401Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-16T17:31:28.401Z] |optimize the snap CI check run for pull requests. When [2021-03-16T17:31:28.401Z] |applied, it essentially strips out everything (apps and [2021-03-16T17:31:28.401Z] |parts) from the snapcraft.yaml file except those required [2021-03-16T17:31:28.401Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-16T17:31:28.401Z] |catch changes to edgex-go that break the snap build. [2021-03-16T17:31:28.401Z] | [2021-03-16T17:31:28.401Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-16T17:31:28.401Z] |to update this patch file, otherwise it may fail to apply, [2021-03-16T17:31:28.401Z] |resulting in a failed snap build CI check in the associated [2021-03-16T17:31:28.401Z] |pull request. [2021-03-16T17:31:28.401Z] | [2021-03-16T17:31:28.401Z] |Note - in addition to applying this patch, the pipeline also [2021-03-16T17:31:28.401Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-16T17:31:28.401Z] |need to build the finally binary .snap file (and it won't [2021-03-16T17:31:28.401Z] |work with the patch applied). This further reduces the build [2021-03-16T17:31:28.401Z] |time. [2021-03-16T17:31:28.401Z] |--- [2021-03-16T17:31:28.401Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-16T17:31:28.401Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-16T17:31:28.401Z] | [2021-03-16T17:31:28.401Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-16T17:31:28.401Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-16T17:31:28.401Z] |--- a/snap/snapcraft.yaml [2021-03-16T17:31:28.401Z] |+++ b/snap/snapcraft.yaml [2021-03-16T17:31:28.401Z] -------------------------- [2021-03-16T17:31:28.401Z] patching file snap/snapcraft.yaml [2021-03-16T17:31:28.401Z] Using Plan A... [2021-03-16T17:31:28.401Z] Hunk #1 succeeded at 73. [2021-03-16T17:31:28.401Z] Hunk #2 succeeded at 205. [2021-03-16T17:31:28.401Z] Hunk #3 succeeded at 217. [2021-03-16T17:31:28.401Z] Hunk #4 succeeded at 225. [2021-03-16T17:31:28.401Z] Hunk #5 succeeded at 232. [2021-03-16T17:31:28.401Z] Hunk #6 succeeded at 259. [2021-03-16T17:31:28.401Z] Hunk #7 succeeded at 271. [2021-03-16T17:31:28.401Z] Hunk #8 succeeded at 327. [2021-03-16T17:31:28.401Z] Hmm... Ignoring the trailing garbage. [2021-03-16T17:31:28.401Z] done [2021-03-16T17:31:28.401Z] + sudo snapcraft prime --use-lxd [2021-03-16T17:31:28.401Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-16T17:31:28.401Z] 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-16T17:31:28.401Z] - README.md [2021-03-16T17:31:28.401Z] [2021-03-16T17:31:28.401Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T17:31:28.401Z] Launching a container. [2021-03-16T17:31:43.374Z] Waiting for container to be ready [2021-03-16T17:31:43.374Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-16T17:31:43.374Z] [2021-03-16T17:31:46.718Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-16T17:31:46.718Z] Waiting for network to be ready... [2021-03-16T17:31:47.297Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T17:31:47.297Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T17:31:47.874Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T17:31:47.874Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T17:31:47.874Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T17:31:48.138Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T17:31:48.138Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T17:31:48.138Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T17:31:48.138Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T17:31:48.138Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T17:31:48.138Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T17:31:48.138Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T17:31:48.138Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T17:31:48.138Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T17:31:48.138Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T17:31:48.138Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T17:31:48.138Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T17:31:48.401Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T17:31:48.401Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T17:31:48.982Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T17:31:48.982Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T17:31:48.982Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T17:31:48.982Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T17:31:48.982Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T17:31:48.982Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T17:31:48.982Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T17:31:48.982Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T17:31:54.297Z] Fetched 24.1 MB in 6s (3774 kB/s) [2021-03-16T17:31:55.259Z] Reading package lists... [2021-03-16T17:31:55.259Z] Reading package lists... [2021-03-16T17:31:55.523Z] Building dependency tree... [2021-03-16T17:31:55.523Z] Reading state information... [2021-03-16T17:31:55.786Z] The following additional packages will be installed: [2021-03-16T17:31:55.786Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T17:31:55.786Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T17:31:55.786Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T17:31:55.786Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-16T17:31:55.786Z] Suggested packages: [2021-03-16T17:31:55.786Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-16T17:31:55.786Z] Recommended packages: [2021-03-16T17:31:55.786Z] gnupg libsasl2-modules [2021-03-16T17:31:55.786Z] The following NEW packages will be installed: [2021-03-16T17:31:55.786Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T17:31:55.786Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T17:31:55.786Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T17:31:55.786Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-16T17:31:55.786Z] The following packages will be upgraded: [2021-03-16T17:31:55.786Z] gpg gpg-agent gpgconf libudev1 [2021-03-16T17:31:55.786Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-16T17:31:55.786Z] Need to get 3530 kB of archives. [2021-03-16T17:31:55.786Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-16T17:31:55.786Z] 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-16T17:31:55.786Z] 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-16T17:31:55.786Z] 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-16T17:31:55.786Z] 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-16T17:31:56.049Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-16T17:31:56.312Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-16T17:31:56.575Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-16T17:31:56.575Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-16T17:31:56.575Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-16T17:31:56.575Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-16T17:31:56.575Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-16T17:31:56.575Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-16T17:31:56.575Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-16T17:31:56.575Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-16T17:31:56.575Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-16T17:31:56.575Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-16T17:31:56.840Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-16T17:31:56.840Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-16T17:31:56.840Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-16T17:31:56.840Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-16T17:31:56.840Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-16T17:31:56.840Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-16T17:31:56.840Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T17:31:57.104Z] Fetched 3530 kB in 1s (3395 kB/s) [2021-03-16T17:31:57.104Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T17:31:57.104Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-16T17:31:57.104Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T17:31:57.104Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-16T17:31:57.366Z] Selecting previously unselected package udev. [2021-03-16T17:31:57.366Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T17:31:57.366Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-16T17:31:57.366Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-16T17:31:57.629Z] Selecting previously unselected package libfuse2:amd64. [2021-03-16T17:31:57.629Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T17:31:57.629Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T17:31:57.894Z] Selecting previously unselected package fuse. [2021-03-16T17:31:57.894Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T17:31:57.894Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-16T17:31:57.894Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T17:31:57.894Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T17:31:58.158Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T17:31:58.158Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T17:31:58.158Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T17:31:58.158Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T17:31:58.423Z] Selecting previously unselected package libksba8:amd64. [2021-03-16T17:31:58.423Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-16T17:31:58.423Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-16T17:31:58.423Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-16T17:31:58.423Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:31:58.423Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:31:58.688Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-16T17:31:58.688Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:31:58.688Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:31:58.688Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-16T17:31:58.688Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:31:58.688Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:31:58.951Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-16T17:31:58.951Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:31:58.951Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:31:58.951Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-16T17:31:58.951Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:31:58.951Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:31:59.214Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-16T17:31:59.214Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:31:59.214Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:31:59.214Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-16T17:31:59.214Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:31:59.214Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:31:59.479Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-16T17:31:59.479Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:31:59.479Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:31:59.479Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-16T17:31:59.479Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:31:59.479Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:31:59.479Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-16T17:31:59.479Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T17:31:59.479Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T17:31:59.743Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-16T17:31:59.743Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T17:31:59.743Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T17:31:59.743Z] Selecting previously unselected package libldap-common. [2021-03-16T17:31:59.743Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-16T17:31:59.743Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T17:31:59.743Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-16T17:31:59.743Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-16T17:31:59.743Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T17:32:00.008Z] Selecting previously unselected package dirmngr. [2021-03-16T17:32:00.008Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T17:32:00.008Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T17:32:00.008Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T17:32:00.272Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-16T17:32:00.272Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T17:32:00.272Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T17:32:00.272Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T17:32:00.272Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-16T17:32:00.272Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:32:00.536Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-16T17:32:00.536Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T17:32:00.536Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-16T17:32:01.115Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-16T17:32:01.115Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:32:01.382Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-16T17:32:01.382Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-16T17:32:01.382Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-16T17:32:01.382Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:32:01.648Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:32:01.648Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:32:01.648Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:32:01.648Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:32:01.648Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:32:01.648Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:32:01.648Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T17:32:01.648Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T17:32:01.915Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T17:32:02.874Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-16T17:32:02.874Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-16T17:32:02.874Z] This means they are not meant to be enabled using systemctl. [2021-03-16T17:32:02.874Z] Possible reasons for having this kind of units are: [2021-03-16T17:32:02.874Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-16T17:32:02.874Z] .wants/ or .requires/ directory. [2021-03-16T17:32:02.874Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-16T17:32:02.874Z] a requirement dependency on it. [2021-03-16T17:32:02.874Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-16T17:32:02.874Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-16T17:32:02.874Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-16T17:32:02.874Z] instance name specified. [2021-03-16T17:32:03.455Z] Reading package lists... [2021-03-16T17:32:03.455Z] Building dependency tree... [2021-03-16T17:32:03.455Z] Reading state information... [2021-03-16T17:32:03.720Z] The following additional packages will be installed: [2021-03-16T17:32:03.720Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-16T17:32:03.720Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-16T17:32:03.720Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-16T17:32:03.720Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-16T17:32:03.720Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-16T17:32:03.720Z] Suggested packages: [2021-03-16T17:32:03.720Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-16T17:32:03.720Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-16T17:32:03.720Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-16T17:32:03.720Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-16T17:32:03.720Z] systemd-container policykit-1 [2021-03-16T17:32:03.720Z] Recommended packages: [2021-03-16T17:32:03.720Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-16T17:32:03.720Z] The following NEW packages will be installed: [2021-03-16T17:32:03.720Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-16T17:32:03.720Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-16T17:32:03.720Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-16T17:32:03.720Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-16T17:32:03.720Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-16T17:32:03.720Z] The following packages will be upgraded: [2021-03-16T17:32:03.720Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-16T17:32:03.985Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-16T17:32:03.985Z] Need to get 35.2 MB of archives. [2021-03-16T17:32:03.985Z] After this operation, 141 MB of additional disk space will be used. [2021-03-16T17:32:03.985Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-16T17:32:03.985Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-16T17:32:04.565Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-16T17:32:04.831Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-16T17:32:04.831Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-16T17:32:04.831Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-16T17:32:04.831Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-16T17:32:04.831Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-16T17:32:04.831Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-16T17:32:04.831Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-16T17:32:04.831Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-16T17:32:04.831Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-16T17:32:04.831Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-16T17:32:04.831Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-16T17:32:04.831Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-16T17:32:04.831Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-16T17:32:04.831Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-16T17:32:04.831Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-16T17:32:04.831Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-16T17:32:04.832Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-16T17:32:04.832Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-16T17:32:04.832Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-16T17:32:04.832Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-16T17:32:04.832Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-16T17:32:04.832Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-16T17:32:05.095Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-16T17:32:05.095Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-16T17:32:05.095Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-16T17:32:05.095Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-16T17:32:05.095Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-16T17:32:06.500Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T17:32:06.500Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-03-16T17:32:06.500Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T17:32:06.500Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-16T17:32:06.500Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T17:32:07.081Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-16T17:32:07.660Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T17:32:08.615Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-16T17:32:08.615Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T17:32:08.615Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T17:32:08.615Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T17:32:08.615Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-16T17:32:08.879Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T17:32:08.879Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T17:32:08.879Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T17:32:09.145Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-16T17:32:09.145Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-16T17:32:09.731Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-16T17:32:09.996Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-16T17:32:09.996Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T17:32:09.996Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T17:32:10.261Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-16T17:32:10.261Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T17:32:10.261Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:32:10.525Z] Selecting previously unselected package libexpat1:amd64. [2021-03-16T17:32:10.525Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-16T17:32:10.525Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T17:32:10.525Z] Selecting previously unselected package python3.6-minimal. [2021-03-16T17:32:10.525Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T17:32:10.525Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:32:11.103Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T17:32:11.103Z] Checking for services that may need to be restarted...done. [2021-03-16T17:32:11.103Z] Checking for services that may need to be restarted...done. [2021-03-16T17:32:11.103Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:32:11.103Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T17:32:11.103Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:32:12.059Z] Selecting previously unselected package python3-minimal. [2021-03-16T17:32:12.059Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-16T17:32:12.059Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-16T17:32:12.059Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-16T17:32:12.059Z] Selecting previously unselected package mime-support. [2021-03-16T17:32:12.059Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-16T17:32:12.059Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-16T17:32:12.059Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-16T17:32:12.059Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-16T17:32:12.059Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T17:32:12.323Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-16T17:32:12.323Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T17:32:12.323Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:32:12.587Z] Selecting previously unselected package python3.6. [2021-03-16T17:32:12.587Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T17:32:12.587Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:32:12.587Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-16T17:32:12.587Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-16T17:32:12.587Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T17:32:12.850Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-16T17:32:13.114Z] Selecting previously unselected package python3. [2021-03-16T17:32:13.114Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-16T17:32:13.114Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-16T17:32:13.114Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-16T17:32:13.378Z] Selecting previously unselected package multiarch-support. [2021-03-16T17:32:13.378Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T17:32:13.378Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T17:32:13.378Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T17:32:13.954Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-16T17:32:13.954Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-16T17:32:13.954Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-16T17:32:13.954Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T17:32:13.954Z] Selecting previously unselected package libbsd0:amd64. [2021-03-16T17:32:13.954Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-16T17:32:13.954Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T17:32:14.218Z] Selecting previously unselected package sudo. [2021-03-16T17:32:14.218Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-16T17:32:14.218Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T17:32:14.218Z] Selecting previously unselected package apparmor. [2021-03-16T17:32:14.218Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T17:32:14.218Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-16T17:32:14.482Z] Selecting previously unselected package libedit2:amd64. [2021-03-16T17:32:14.482Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-16T17:32:14.482Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T17:32:14.482Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-16T17:32:14.482Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T17:32:14.482Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:32:14.745Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-16T17:32:14.745Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T17:32:14.745Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:32:14.745Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-16T17:32:14.745Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-16T17:32:14.745Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T17:32:15.009Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-16T17:32:15.010Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T17:32:15.010Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:32:15.010Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-16T17:32:15.010Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T17:32:15.010Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:32:15.276Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-16T17:32:15.276Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-16T17:32:15.276Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T17:32:15.540Z] Selecting previously unselected package openssh-client. [2021-03-16T17:32:15.540Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-16T17:32:15.540Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T17:32:15.804Z] Selecting previously unselected package squashfs-tools. [2021-03-16T17:32:15.804Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-16T17:32:15.804Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T17:32:15.804Z] Selecting previously unselected package snapd. [2021-03-16T17:32:15.804Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-16T17:32:15.804Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-16T17:32:18.368Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T17:32:18.368Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T17:32:18.634Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-16T17:32:18.634Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T17:32:18.899Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T17:32:18.899Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:32:18.899Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T17:32:18.899Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-16T17:32:18.899Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-16T17:32:19.856Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T17:32:19.856Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T17:32:19.856Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T17:32:20.123Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:32:20.124Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:32:20.124Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:32:21.078Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T17:32:21.078Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:32:21.078Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T17:32:21.078Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-16T17:32:21.078Z] running python rtupdate hooks for python3.6... [2021-03-16T17:32:21.078Z] running python post-rtupdate hooks for python3.6... [2021-03-16T17:32:21.343Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-16T17:32:23.273Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-16T17:32:23.273Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:32:23.273Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T17:32:23.536Z] Setting up snapd (2.48.3+18.04) ... [2021-03-16T17:32:24.114Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-16T17:32:24.378Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-16T17:32:24.642Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-16T17:32:24.905Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-16T17:32:25.169Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T17:32:25.169Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T17:32:25.433Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-16T17:32:25.697Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-16T17:32:26.276Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-16T17:32:26.277Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-16T17:32:26.539Z] /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-16T17:32:26.539Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T17:32:26.539Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T17:32:27.960Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T17:32:28.224Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T17:32:28.224Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T17:32:30.416Z] Reading package lists... [2021-03-16T17:32:30.680Z] Reading package lists... [2021-03-16T17:32:30.943Z] Building dependency tree... [2021-03-16T17:32:30.943Z] Reading state information... [2021-03-16T17:32:31.207Z] Calculating upgrade... [2021-03-16T17:32:31.471Z] The following packages will be upgraded: [2021-03-16T17:32:31.471Z] advancecomp base-files bash binutils binutils-common [2021-03-16T17:32:31.471Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-16T17:32:31.471Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-16T17:32:31.471Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-16T17:32:31.471Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-16T17:32:31.471Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-16T17:32:31.471Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-16T17:32:31.471Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-16T17:32:31.471Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-16T17:32:31.471Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-16T17:32:31.471Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-16T17:32:31.471Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-16T17:32:31.471Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-16T17:32:31.471Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-16T17:32:31.471Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-16T17:32:31.734Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T17:32:31.734Z] Need to get 63.8 MB of archives. [2021-03-16T17:32:31.734Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-16T17:32:31.734Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-16T17:32:31.734Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-16T17:32:32.313Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-16T17:32:32.313Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-16T17:32:32.313Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-16T17:32:32.313Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-16T17:32:32.313Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-16T17:32:32.313Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-16T17:32:32.313Z] 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-16T17:32:32.313Z] 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-16T17:32:32.313Z] 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-16T17:32:32.313Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-16T17:32:32.313Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-16T17:32:32.313Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-16T17:32:32.313Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-16T17:32:32.313Z] 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-16T17:32:32.313Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-16T17:32:32.313Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-16T17:32:32.577Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-16T17:32:32.577Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-16T17:32:32.577Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-16T17:32:32.577Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-16T17:32:32.577Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-16T17:32:32.577Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-16T17:32:32.577Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-16T17:32:32.577Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-16T17:32:32.577Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-16T17:32:32.577Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-16T17:32:32.577Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-16T17:32:32.577Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-16T17:32:32.577Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-16T17:32:32.577Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-16T17:32:32.577Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-16T17:32:32.577Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-16T17:32:32.577Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-16T17:32:32.842Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-16T17:32:32.842Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-16T17:32:32.842Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-16T17:32:32.842Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-16T17:32:32.842Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-16T17:32:32.842Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-16T17:32:32.842Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-16T17:32:32.842Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-16T17:32:32.842Z] Get:44 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-16T17:32:32.842Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-16T17:32:32.842Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-16T17:32:32.842Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-16T17:32:32.842Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-16T17:32:32.842Z] Get:49 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-16T17:32:32.842Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-16T17:32:32.842Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-16T17:32:32.842Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-16T17:32:32.842Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-16T17:32:32.842Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-16T17:32:32.842Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-16T17:32:32.842Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-16T17:32:32.842Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-16T17:32:32.842Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-16T17:32:32.842Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-16T17:32:32.842Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-16T17:32:32.842Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-16T17:32:33.106Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-16T17:32:33.106Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-16T17:32:33.106Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-16T17:32:33.106Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-16T17:32:33.106Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-16T17:32:33.106Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-16T17:32:33.106Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-16T17:32:33.107Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-16T17:32:33.107Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-16T17:32:33.107Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-16T17:32:33.107Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-16T17:32:33.107Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-16T17:32:33.107Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-16T17:32:33.107Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-16T17:32:33.107Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-16T17:32:33.107Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-16T17:32:33.107Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-16T17:32:33.107Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-16T17:32:33.107Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-16T17:32:33.107Z] 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-16T17:32:33.107Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-16T17:32:33.368Z] 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-16T17:32:33.368Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-16T17:32:33.368Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-16T17:32:33.369Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-16T17:32:33.369Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-16T17:32:33.369Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-16T17:32:33.369Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-16T17:32:33.369Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-16T17:32:33.632Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-16T17:32:34.208Z] 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-16T17:32:34.208Z] 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-16T17:32:34.208Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-16T17:32:34.471Z] 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-16T17:32:34.472Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-16T17:32:34.472Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-16T17:32:34.472Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-16T17:32:34.472Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-16T17:32:34.736Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T17:32:34.736Z] Fetched 63.8 MB in 3s (20.5 MB/s) [2021-03-16T17:32:34.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:34.999Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T17:32:34.999Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T17:32:35.949Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T17:32:35.949Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T17:32:35.949Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-16T17:32:35.949Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-16T17:32:36.900Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:36.900Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:32:36.900Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:36.900Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:32:37.164Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:37.164Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:32:37.164Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:37.164Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:32:37.427Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:37.427Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:32:37.427Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:37.427Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:32:37.427Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:37.691Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:32:37.691Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:32:37.954Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T17:32:37.954Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:37.954Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-16T17:32:37.954Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:32:38.217Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T17:32:38.217Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:38.217Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:32:38.217Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:38.217Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:32:38.480Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:32:38.480Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:32:38.742Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:32:38.742Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T17:32:38.742Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T17:32:39.005Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T17:32:39.579Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T17:32:39.845Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T17:32:39.845Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-16T17:32:39.845Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-16T17:32:39.845Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-16T17:32:40.108Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-16T17:32:40.372Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-16T17:32:40.372Z] Installing new version of config file /etc/issue ... [2021-03-16T17:32:40.372Z] Installing new version of config file /etc/issue.net ... [2021-03-16T17:32:40.372Z] Installing new version of config file /etc/lsb-release ... [2021-03-16T17:32:40.372Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-16T17:32:40.954Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-16T17:32:40.954Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-16T17:32:40.954Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-16T17:32:40.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:40.954Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-16T17:32:40.954Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-16T17:32:41.218Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-16T17:32:41.218Z] 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-16T17:32:41.482Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:41.482Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:32:41.482Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-16T17:32:41.746Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:32:41.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:41.746Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-16T17:32:41.746Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-16T17:32:41.746Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-16T17:32:42.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:42.009Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-16T17:32:42.009Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T17:32:42.273Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-16T17:32:42.539Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:42.539Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T17:32:42.539Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T17:32:42.539Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T17:32:42.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:42.802Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T17:32:42.802Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T17:32:42.802Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-16T17:32:43.065Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:43.065Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-16T17:32:43.065Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-16T17:32:43.065Z] Setting up grep (3.1-2build1) ... [2021-03-16T17:32:43.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:43.329Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T17:32:43.329Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T17:32:43.329Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-16T17:32:43.592Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:43.592Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T17:32:43.592Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T17:32:43.855Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-16T17:32:43.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:43.855Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T17:32:43.855Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T17:32:44.803Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T17:32:44.803Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T17:32:44.803Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T17:32:44.803Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T17:32:45.381Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-16T17:32:45.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:45.644Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-16T17:32:45.644Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T17:32:46.595Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T17:32:46.595Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T17:32:46.861Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T17:32:46.861Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T17:32:47.124Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T17:32:47.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:47.124Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-16T17:32:47.124Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-16T17:32:47.386Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-16T17:32:47.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:47.650Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:32:47.650Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:32:47.650Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:32:47.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:47.913Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:32:47.913Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:32:47.913Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:32:48.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:48.176Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:32:48.176Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:32:48.176Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:32:48.448Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:48.448Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:32:48.448Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:32:48.448Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:32:48.717Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:48.717Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T17:32:48.717Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T17:32:48.717Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T17:32:48.992Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T17:32:48.992Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T17:32:48.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:48.992Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T17:32:49.255Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T17:32:49.255Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T17:32:49.255Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:49.255Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:32:49.519Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:32:49.519Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:32:49.783Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:49.783Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:32:49.783Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:32:50.046Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:32:50.309Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:50.310Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:32:50.310Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:32:50.887Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:32:51.151Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-16T17:32:51.727Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-16T17:32:51.727Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:51.727Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T17:32:51.727Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T17:32:51.990Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T17:32:52.254Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:32:52.254Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-16T17:32:52.254Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T17:32:52.254Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-16T17:32:52.519Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:52.519Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-16T17:32:52.519Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-16T17:32:52.782Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-16T17:32:53.077Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:53.077Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-16T17:32:53.077Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T17:32:53.360Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-16T17:32:53.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:53.360Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-16T17:32:53.360Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T17:32:53.659Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-16T17:32:53.659Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:53.659Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T17:32:53.659Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T17:32:53.927Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T17:32:54.209Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:54.209Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T17:32:54.209Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T17:32:54.209Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T17:32:54.494Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:54.494Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T17:32:54.494Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T17:32:54.851Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T17:32:55.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:55.129Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:32:55.419Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:32:55.419Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-16T17:32:55.419Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T17:32:55.711Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T17:32:55.711Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T17:32:55.711Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T17:32:55.711Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:55.711Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-16T17:32:55.997Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-16T17:32:55.997Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-16T17:32:56.261Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:56.261Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-16T17:32:56.261Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T17:32:56.261Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T17:32:56.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:56.838Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T17:32:56.838Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T17:32:56.838Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T17:32:56.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:56.838Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-16T17:32:57.107Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-16T17:32:57.107Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-16T17:32:57.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:57.409Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T17:32:57.409Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T17:32:57.680Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-16T17:32:57.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:57.944Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T17:32:57.944Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T17:32:57.944Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-16T17:32:58.218Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:58.218Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-16T17:32:58.218Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-16T17:32:58.218Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-16T17:32:58.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:58.481Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-16T17:32:58.481Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-16T17:32:58.481Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-16T17:32:58.745Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:58.745Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-16T17:32:58.745Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-16T17:32:58.745Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-16T17:32:59.009Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:59.009Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-16T17:32:59.009Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-16T17:32:59.272Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-16T17:32:59.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:59.272Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T17:32:59.535Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-16T17:32:59.535Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-16T17:32:59.535Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:32:59.535Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-16T17:32:59.798Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-16T17:32:59.798Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-16T17:33:00.062Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-16T17:33:00.062Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T17:33:00.062Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T17:33:00.062Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T17:33:00.062Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T17:33:00.638Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T17:33:00.638Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T17:33:00.901Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-16T17:33:00.902Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-16T17:33:01.166Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T17:33:01.166Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-16T17:33:01.429Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T17:33:01.429Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-16T17:33:01.429Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-16T17:33:01.694Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-16T17:33:01.694Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-16T17:33:01.694Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-16T17:33:01.957Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-16T17:33:01.957Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-16T17:33:01.957Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-16T17:33:01.957Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-16T17:33:02.220Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-16T17:33:02.220Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-16T17:33:02.483Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-16T17:33:02.483Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-16T17:33:03.434Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-16T17:33:03.434Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-16T17:33:03.434Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-16T17:33:03.434Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-16T17:33:03.698Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T17:33:03.698Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T17:33:04.275Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T17:33:04.275Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T17:33:04.275Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T17:33:04.538Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T17:33:04.538Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T17:33:04.538Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T17:33:04.538Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:33:04.538Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:33:04.808Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:33:04.808Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:33:04.808Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:33:05.072Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:33:05.072Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:33:05.072Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:33:06.476Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:33:06.476Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:33:07.436Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:33:07.436Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:33:08.012Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:33:08.276Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:33:08.540Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:33:08.805Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:33:09.753Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:33:09.754Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:33:10.018Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T17:33:10.018Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T17:33:10.018Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T17:33:10.018Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T17:33:10.282Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T17:33:10.282Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T17:33:10.546Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-16T17:33:10.546Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-16T17:33:10.546Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T17:33:10.546Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T17:33:10.809Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T17:33:10.809Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T17:33:10.809Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-16T17:33:10.809Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-16T17:33:11.073Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:33:11.073Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T17:33:11.073Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:33:11.073Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:33:11.073Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:33:11.073Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-16T17:33:11.336Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-16T17:33:11.337Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-16T17:33:11.337Z] [2021-03-16T17:33:11.337Z] Current default time zone: 'Etc/UTC' [2021-03-16T17:33:11.337Z] Local time is now: Tue Mar 16 17:33:11 UTC 2021. [2021-03-16T17:33:11.337Z] Universal Time is now: Tue Mar 16 17:33:11 UTC 2021. [2021-03-16T17:33:11.337Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-16T17:33:11.337Z] [2021-03-16T17:33:11.337Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-16T17:33:11.600Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:33:11.600Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-16T17:33:11.600Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:33:11.600Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-16T17:33:11.600Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-16T17:33:11.600Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-16T17:33:11.864Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-16T17:33:11.864Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-16T17:33:11.864Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T17:33:11.864Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:33:11.864Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-16T17:33:12.128Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:33:12.128Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T17:33:12.128Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:33:12.128Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-16T17:33:12.128Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-16T17:33:12.391Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-16T17:33:12.391Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T17:33:12.391Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-16T17:33:12.391Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-16T17:33:12.391Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-16T17:33:12.391Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-16T17:33:14.951Z] Updating certificates in /etc/ssl/certs... [2021-03-16T17:33:15.531Z] 23 added, 27 removed; done. [2021-03-16T17:33:15.794Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T17:33:15.794Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:33:15.794Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-16T17:33:15.794Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-16T17:33:15.794Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-16T17:33:16.057Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:33:16.057Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T17:33:16.057Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:33:16.057Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:33:16.057Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:33:16.057Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:33:16.057Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:33:16.320Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-16T17:33:16.320Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-16T17:33:16.320Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-16T17:33:16.320Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-16T17:33:16.320Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-16T17:33:16.585Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:33:16.585Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:33:16.585Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-16T17:33:16.585Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-16T17:33:16.585Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-16T17:33:16.849Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T17:33:16.849Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T17:33:16.849Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-16T17:33:16.849Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-16T17:33:16.849Z] Updating certificates in /etc/ssl/certs... [2021-03-16T17:33:17.801Z] 0 added, 0 removed; done. [2021-03-16T17:33:17.801Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-16T17:33:17.801Z] done. [2021-03-16T17:33:18.758Z] Reading package lists... [2021-03-16T17:33:19.021Z] Building dependency tree... [2021-03-16T17:33:19.021Z] Reading state information... [2021-03-16T17:33:19.284Z] The following NEW packages will be installed: [2021-03-16T17:33:19.284Z] apt-transport-https [2021-03-16T17:33:19.284Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T17:33:19.284Z] Need to get 1696 B of archives. [2021-03-16T17:33:19.284Z] After this operation, 153 kB of additional disk space will be used. [2021-03-16T17:33:19.284Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-16T17:33:19.284Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T17:33:19.548Z] Fetched 1696 B in 0s (43.6 kB/s) [2021-03-16T17:33:19.549Z] Selecting previously unselected package apt-transport-https. [2021-03-16T17:33:19.549Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-16T17:33:19.549Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-16T17:33:19.549Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T17:33:19.549Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T17:33:20.124Z] Waiting for network to be ready... [2021-03-16T17:33:30.163Z] 2021-03-16T17:33:26Z INFO Waiting for automatic snapd restart... [2021-03-16T17:33:30.163Z] snapd 2.49 from Canonical* installed [2021-03-16T17:33:30.426Z] "snapd" switched to the "latest/stable" channel [2021-03-16T17:33:30.426Z] [2021-03-16T17:33:37.043Z] core18 20210128 from Canonical* installed [2021-03-16T17:33:37.043Z] "core18" switched to the "latest/stable" channel [2021-03-16T17:33:37.043Z] [2021-03-16T17:33:43.663Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T17:33:43.929Z] "snapcraft" switched to the "latest/stable" channel [2021-03-16T17:33:43.929Z] [2021-03-16T17:33:48.169Z] 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-16T17:33:48.169Z] - README.md [2021-03-16T17:33:48.169Z] [2021-03-16T17:33:48.169Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T17:33:54.890Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T17:33:54.890Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T17:33:55.194Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T17:33:55.194Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T17:33:57.445Z] Reading package lists... [2021-03-16T17:33:58.023Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-16T17:34:04.642Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T17:34:04.642Z] Reading package lists... [2021-03-16T17:34:04.642Z] Building dependency tree... [2021-03-16T17:34:04.642Z] Reading state information... [2021-03-16T17:34:04.642Z] Suggested packages: [2021-03-16T17:34:04.642Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-16T17:34:04.642Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-16T17:34:04.642Z] Recommended packages: [2021-03-16T17:34:04.642Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-16T17:34:04.642Z] The following NEW packages will be installed: [2021-03-16T17:34:04.642Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-16T17:34:04.642Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-16T17:34:04.642Z] pkg-config zip [2021-03-16T17:34:04.642Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T17:34:04.642Z] Need to get 7657 kB of archives. [2021-03-16T17:34:04.642Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-16T17:34:04.642Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-16T17:34:04.911Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-16T17:34:04.911Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-16T17:34:04.911Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-16T17:34:04.911Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-16T17:34:04.911Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-16T17:34:04.911Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-16T17:34:05.174Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-16T17:34:05.174Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-16T17:34:05.174Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-16T17:34:05.174Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-16T17:34:05.437Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-16T17:34:05.437Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-16T17:34:05.437Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-16T17:34:05.437Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-16T17:34:05.701Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T17:34:05.701Z] Fetched 7657 kB in 1s (8499 kB/s) [2021-03-16T17:34:05.964Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-16T17:34:05.964Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-16T17:34:05.964Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-16T17:34:05.964Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T17:34:06.228Z] Selecting previously unselected package libpsl5:amd64. [2021-03-16T17:34:06.228Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-16T17:34:06.228Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T17:34:06.228Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-16T17:34:06.228Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-16T17:34:06.228Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T17:34:06.491Z] Selecting previously unselected package librtmp1:amd64. [2021-03-16T17:34:06.491Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-16T17:34:06.491Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T17:34:06.491Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-16T17:34:06.491Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-16T17:34:06.491Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T17:34:06.754Z] Selecting previously unselected package liberror-perl. [2021-03-16T17:34:06.754Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-16T17:34:06.754Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-16T17:34:06.754Z] Selecting previously unselected package git-man. [2021-03-16T17:34:06.754Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-16T17:34:06.754Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T17:34:07.019Z] Selecting previously unselected package git. [2021-03-16T17:34:07.019Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-16T17:34:07.019Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T17:34:07.972Z] Selecting previously unselected package libnorm1:amd64. [2021-03-16T17:34:07.972Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-16T17:34:07.972Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T17:34:07.972Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-16T17:34:07.972Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-16T17:34:07.972Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T17:34:08.236Z] Selecting previously unselected package libsodium23:amd64. [2021-03-16T17:34:08.236Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-16T17:34:08.236Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-16T17:34:08.236Z] Selecting previously unselected package libzmq5:amd64. [2021-03-16T17:34:08.236Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T17:34:08.236Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T17:34:08.499Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-16T17:34:08.499Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T17:34:08.499Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T17:34:08.499Z] Selecting previously unselected package pkg-config. [2021-03-16T17:34:08.499Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-16T17:34:08.499Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T17:34:08.762Z] Selecting previously unselected package zip. [2021-03-16T17:34:08.762Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-16T17:34:08.762Z] Unpacking zip (3.0-11build1) ... [2021-03-16T17:34:08.762Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T17:34:08.762Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T17:34:08.762Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T17:34:09.026Z] Setting up liberror-perl (0.17025-1) ... [2021-03-16T17:34:09.026Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T17:34:09.026Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T17:34:09.026Z] No schema files found: doing nothing. [2021-03-16T17:34:09.026Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T17:34:09.026Z] Setting up zip (3.0-11build1) ... [2021-03-16T17:34:09.026Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T17:34:09.026Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-16T17:34:09.026Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T17:34:09.290Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T17:34:09.290Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T17:34:09.290Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T17:34:09.290Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T17:34:09.290Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T17:34:17.467Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T17:34:17.467Z] git set to automatically installed. [2021-03-16T17:34:17.467Z] git-man set to automatically installed. [2021-03-16T17:34:17.467Z] libcurl3-gnutls set to automatically installed. [2021-03-16T17:34:17.467Z] liberror-perl set to automatically installed. [2021-03-16T17:34:17.467Z] libglib2.0-0 set to automatically installed. [2021-03-16T17:34:17.467Z] libnghttp2-14 set to automatically installed. [2021-03-16T17:34:17.467Z] libnorm1 set to automatically installed. [2021-03-16T17:34:17.467Z] libpgm-5.2-0 set to automatically installed. [2021-03-16T17:34:17.467Z] libpsl5 set to automatically installed. [2021-03-16T17:34:17.467Z] librtmp1 set to automatically installed. [2021-03-16T17:34:17.467Z] libsodium23 set to automatically installed. [2021-03-16T17:34:17.467Z] libzmq3-dev set to automatically installed. [2021-03-16T17:34:17.467Z] libzmq5 set to automatically installed. [2021-03-16T17:34:17.467Z] pkg-config set to automatically installed. [2021-03-16T17:34:17.467Z] zip set to automatically installed. [2021-03-16T17:34:18.045Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T17:34:24.660Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T17:34:24.923Z] snap "core18" has no updates available [2021-03-16T17:34:25.872Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T17:34:32.491Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T17:35:04.661Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-16T17:35:05.237Z] Pulling config-common [2021-03-16T17:35:05.237Z] + snapcraftctl pull [2021-03-16T17:35:07.167Z] Pulling go-build-helper [2021-03-16T17:35:07.167Z] + snapcraftctl pull [2021-03-16T17:35:08.576Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-16T17:35:08.576Z] Skipping pull go-build-helper (already ran) [2021-03-16T17:35:08.576Z] Building go-build-helper [2021-03-16T17:35:08.576Z] + snapcraftctl build [2021-03-16T17:35:11.903Z] Staging go-build-helper [2021-03-16T17:35:11.903Z] + snapcraftctl stage [2021-03-16T17:35:30.085Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T17:35:30.085Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T17:35:30.085Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T17:35:30.085Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T17:35:30.085Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T17:35:30.085Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T17:35:30.085Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T17:35:30.085Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T17:35:30.085Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T17:35:30.085Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T17:35:30.085Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T17:35:30.085Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T17:35:30.085Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T17:35:30.085Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T17:35:30.085Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T17:35:30.085Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T17:35:30.085Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T17:35:30.085Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T17:35:30.085Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T17:35:30.085Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T17:35:30.085Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T17:35:30.085Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T17:35:30.085Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T17:35:30.085Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T17:35:30.085Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T17:35:30.085Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T17:35:30.085Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T17:35:30.085Z] Fetched 24.1 MB in 6s (3979 kB/s) [2021-03-16T17:35:30.085Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-16T17:35:30.085Z] Fetched 224 kB in 0s (0 B/s) [2021-03-16T17:35:30.085Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-16T17:35:30.085Z] Fetched 157 kB in 0s (0 B/s) [2021-03-16T17:35:30.085Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-16T17:35:30.085Z] Fetched 221 kB in 0s (0 B/s) [2021-03-16T17:35:30.085Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-16T17:35:30.086Z] Fetched 143 kB in 0s (0 B/s) [2021-03-16T17:35:30.086Z] Pulling edgex-go [2021-03-16T17:35:30.086Z] + snapcraftctl pull [2021-03-16T17:36:26.413Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T17:36:26.413Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T17:36:26.413Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T17:36:26.413Z] Fetched 0 B in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-16T17:36:26.413Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-16T17:36:26.413Z] Fetched 279 kB in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-16T17:36:26.413Z] Fetched 122 kB in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-16T17:36:26.413Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-16T17:36:26.413Z] Fetched 8848 B in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-16T17:36:26.413Z] Fetched 47.8 kB in 6s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-16T17:36:26.413Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-16T17:36:26.413Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-16T17:36:26.413Z] Fetched 214 kB in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-16T17:36:26.413Z] Fetched 154 kB in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-16T17:36:26.413Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-16T17:36:26.413Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-16T17:36:26.414Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-16T17:36:26.414Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-16T17:36:26.414Z] Fetched 499 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-16T17:36:26.414Z] Fetched 111 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-16T17:36:26.414Z] Fetched 240 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-16T17:36:26.414Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-16T17:36:26.414Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-16T17:36:26.414Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-16T17:36:26.414Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-16T17:36:26.414Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-16T17:36:26.414Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-16T17:36:26.414Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-16T17:36:26.414Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-16T17:36:26.414Z] Fetched 8720 B in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-16T17:36:26.414Z] Fetched 137 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-16T17:36:26.414Z] Fetched 119 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-16T17:36:26.414Z] Fetched 109 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-16T17:36:26.414Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-16T17:36:26.414Z] Fetched 645 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-16T17:36:26.414Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-16T17:36:26.414Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-16T17:36:26.414Z] Fetched 368 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-16T17:36:26.414Z] Fetched 187 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-16T17:36:26.414Z] Fetched 175 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-16T17:36:26.414Z] Fetched 206 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-16T17:36:26.414Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-16T17:36:26.414Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-16T17:36:26.414Z] Fetched 159 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-16T17:36:26.414Z] Fetched 107 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-16T17:36:26.414Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-16T17:36:26.414Z] Pulling static-packages [2021-03-16T17:36:26.414Z] + snapcraftctl pull [2021-03-16T17:36:27.808Z] Pulling version [2021-03-16T17:36:27.808Z] + cd /root/project [2021-03-16T17:36:27.808Z] + [ -f VERSION ] [2021-03-16T17:36:27.808Z] + PROJECT_VERSION=local-dev [2021-03-16T17:36:27.808Z] + git rev-parse --short HEAD [2021-03-16T17:36:27.808Z] + GIT_REVISION=88ce5120 [2021-03-16T17:36:27.808Z] + snapcraftctl set-version local-dev [2021-03-16T17:36:29.211Z] Building config-common [2021-03-16T17:36:29.211Z] + snapcraftctl build [2021-03-16T17:36:32.528Z] Skipping build go-build-helper (already ran) [2021-03-16T17:36:32.528Z] Building edgex-go [2021-03-16T17:36:33.925Z] + cd /root/parts/edgex-go/src [2021-03-16T17:36:33.925Z] + make build [2021-03-16T17:36:33.925Z] 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-16T17:36:36.489Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-16T17:36:36.489Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-16T17:36:36.489Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 [2021-03-16T17:36:36.489Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-16T17:36:36.489Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-16T17:36:36.489Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-16T17:36:36.489Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-16T17:36:36.756Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-16T17:36:36.756Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-16T17:36:36.756Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-16T17:36:36.756Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-16T17:36:36.756Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-16T17:36:36.756Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-16T17:36:37.018Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-16T17:36:37.018Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-16T17:36:37.018Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-16T17:36:37.018Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-16T17:36:37.282Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-16T17:36:37.545Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-16T17:36:37.545Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-16T17:36:37.545Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-16T17:36:37.832Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-16T17:36:37.832Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-16T17:36:37.832Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-16T17:36:37.832Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-16T17:36:38.094Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-16T17:36:38.094Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-16T17:36:38.358Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-16T17:36:38.358Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-16T17:36:38.358Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-16T17:36:38.358Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-16T17:36:38.358Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-16T17:36:38.358Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-16T17:36:38.646Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-16T17:36:38.646Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-16T17:36:38.646Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-16T17:36:38.646Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-16T17:36:38.646Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-16T17:36:38.646Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-16T17:36:38.646Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-16T17:36:38.646Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-16T17:36:38.646Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-16T17:36:38.909Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-16T17:36:38.909Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-16T17:36:38.909Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-16T17:36:53.904Z] 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-16T17:36:53.904Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-16T17:36:59.243Z] 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-16T17:37:01.224Z] 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-16T17:37:03.195Z] 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-16T17:37:04.143Z] 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-16T17:37:04.143Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-16T17:37:04.407Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-16T17:37:04.407Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-16T17:37:04.407Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-16T17:37:06.981Z] 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-16T17:37:06.981Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-16T17:37:06.981Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-16T17:37:09.544Z] 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-16T17:37:10.936Z] 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-16T17:37:11.198Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-16T17:37:13.127Z] 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-16T17:37:15.054Z] 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-16T17:37:15.054Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-16T17:37:16.976Z] 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-16T17:37:16.976Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-16T17:37:19.534Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-16T17:37:19.534Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-16T17:37:19.534Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-16T17:37:19.534Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-16T17:37:19.534Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-16T17:37:19.798Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-16T17:37:19.798Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-16T17:37:19.798Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-16T17:37:19.798Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-16T17:37:19.798Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-16T17:37:19.798Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-16T17:37:19.798Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-16T17:37:19.798Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-16T17:37:19.798Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-16T17:37:19.798Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-16T17:37:19.798Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-16T17:37:19.798Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-16T17:37:19.798Z] + 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-16T17:37:19.798Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-16T17:37:19.798Z] + 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-16T17:37:19.798Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-16T17:37:20.060Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-16T17:37:20.060Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-16T17:37:20.060Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-16T17:37:20.060Z] + 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-16T17:37:24.279Z] Building static-packages [2021-03-16T17:37:24.279Z] + snapcraftctl build [2021-03-16T17:37:27.600Z] Building version [2021-03-16T17:37:27.601Z] + snapcraftctl build [2021-03-16T17:37:30.159Z] Staging config-common [2021-03-16T17:37:30.421Z] + snapcraftctl stage [2021-03-16T17:37:31.815Z] Skipping stage go-build-helper (already ran) [2021-03-16T17:37:31.815Z] Staging edgex-go [2021-03-16T17:37:31.815Z] + snapcraftctl stage [2021-03-16T17:37:33.223Z] Staging static-packages [2021-03-16T17:37:33.223Z] + snapcraftctl stage [2021-03-16T17:37:34.626Z] Staging version [2021-03-16T17:37:34.626Z] + snapcraftctl stage [2021-03-16T17:37:36.019Z] Priming config-common [2021-03-16T17:37:36.020Z] + snapcraftctl prime [2021-03-16T17:37:37.413Z] Priming go-build-helper [2021-03-16T17:37:37.413Z] + snapcraftctl prime [2021-03-16T17:37:38.817Z] Priming edgex-go [2021-03-16T17:37:38.817Z] + snapcraftctl prime [2021-03-16T17:37:40.746Z] Priming static-packages [2021-03-16T17:37:40.746Z] + snapcraftctl prime [2021-03-16T17:37:44.061Z] Priming version [2021-03-16T17:37:44.061Z] + snapcraftctl prime [2021-03-16T17:37:45.010Z] 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-16T17:37:49.590Z] provisioning config files... [2021-03-16T17:37:49.632Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/24@tmp/config404185129450236215tmp [Pipeline] { [Pipeline] sh [2021-03-16T17:37:50.024Z] + set +x [2021-03-16T17:37:50.024Z] + curl -s https://codecov.io/bash [2021-03-16T17:37:50.024Z] + bash -s -- [2021-03-16T17:37:50.628Z] [2021-03-16T17:37:50.628Z] _____ _ [2021-03-16T17:37:50.628Z] / ____| | | [2021-03-16T17:37:50.628Z] | | ___ __| | ___ ___ _____ __ [2021-03-16T17:37:50.628Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-16T17:37:50.628Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-16T17:37:50.628Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-16T17:37:50.628Z] Bash-20210309-2b87ace [2021-03-16T17:37:50.628Z] [2021-03-16T17:37:50.628Z] [2021-03-16T17:37:50.628Z] ==> git version 2.24.3 found [2021-03-16T17:37:50.628Z] ==> 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-16T17:37:50.628Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-16T17:37:50.628Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-16T17:37:50.628Z] curl: option -sm: expected a proper numerical parameter [2021-03-16T17:37:50.628Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-16T17:37:50.628Z] ==> Jenkins CI detected. [2021-03-16T17:37:50.628Z] project root: . [2021-03-16T17:37:50.628Z] --> token set from env [2021-03-16T17:37:50.936Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-16T17:37:50.936Z] ==> Running gcov in . (disable via -X gcov) [2021-03-16T17:37:50.936Z] ==> Python coveragepy not found [2021-03-16T17:37:50.936Z] ==> Searching for coverage reports in: [2021-03-16T17:37:50.936Z] + . [2021-03-16T17:37:51.216Z] -> Found 1 reports [2021-03-16T17:37:51.216Z] ==> Detecting git/mercurial file structure [2021-03-16T17:37:51.216Z] ==> Reading reports [2021-03-16T17:37:51.216Z] + ./coverage.out bytes=650607 [2021-03-16T17:37:51.216Z] ==> Appending adjustments [2021-03-16T17:37:51.216Z] https://docs.codecov.io/docs/fixing-reports [2021-03-16T17:38:01.876Z] + Found adjustments [2021-03-16T17:38:01.876Z] ==> Gzipping contents [2021-03-16T17:38:01.876Z] 96K /tmp/codecov.zEQCJm.gz [2021-03-16T17:38:01.876Z] ==> Uploading reports [2021-03-16T17:38:01.876Z] url: https://codecov.io [2021-03-16T17:38:01.876Z] query: branch=PR-3209&commit=88ce5120960337bb1956f394696858bbe248aa8d&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-16T17:38:01.876Z] -> Pinging Codecov [2021-03-16T17:38:01.876Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3209&commit=88ce5120960337bb1956f394696858bbe248aa8d&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-16T17:38:01.876Z] -> Uploading to [2021-03-16T17:38:01.876Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/88ce5120960337bb1956f394696858bbe248aa8d/d18bc1d5-7f70-48d0-b06f-fa667eba1049.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T173801Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4bc8d1718561f2829ff18d0d14cd6d8ab85b8118d509abd8dc120c551a8388f4 [2021-03-16T17:38:01.876Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:38:01.876Z] Dload Upload Total Spent Left Speed [2021-03-16T17:38:02.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95025 0 0 100 95025 0 138k --:--:-- --:--:-- --:--:-- 138k [2021-03-16T17:38:02.159Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/88ce5120960337bb1956f394696858bbe248aa8d [Pipeline] } [2021-03-16T17:38:02.178Z] 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-16T17:38:04.425Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:38:06.308Z] ---> package-listing.sh [2021-03-16T17:38:06.308Z] ++ facter osfamily [2021-03-16T17:38:06.308Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-16T17:38:06.583Z] + OS_FAMILY=redhat [2021-03-16T17:38:06.583Z] + workspace=/w/workspace/edgex-go/24 [2021-03-16T17:38:06.583Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-16T17:38:06.583Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-16T17:38:06.583Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-16T17:38:06.583Z] + PACKAGES=/tmp/packages_start.txt [2021-03-16T17:38:06.583Z] + '[' /w/workspace/edgex-go/24 ']' [2021-03-16T17:38:06.583Z] + PACKAGES=/tmp/packages_end.txt [2021-03-16T17:38:06.583Z] + case "${OS_FAMILY}" in [2021-03-16T17:38:06.583Z] + sort [2021-03-16T17:38:06.583Z] + rpm -qa [2021-03-16T17:38:16.811Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-16T17:38:16.811Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-16T17:38:16.811Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-16T17:38:16.811Z] + '[' /w/workspace/edgex-go/24 ']' [2021-03-16T17:38:16.811Z] + mkdir -p /w/workspace/edgex-go/24/archives/ [2021-03-16T17:38:16.811Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo [2021-03-16T17:38:16.832Z] 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-16T17:38:17.153Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:38:17.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T17:38:18.404Z] [2021-03-16T17:38:18.404Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:38:18.802Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T17:38:19.834Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-16T17:38:19.834Z] df20fa9351a1: Pulling fs layer [2021-03-16T17:38:19.834Z] 36b3adc4ff6f: Pulling fs layer [2021-03-16T17:38:19.834Z] 8ad3a11d3b57: Pulling fs layer [2021-03-16T17:38:19.834Z] 46f8f816bc3b: Pulling fs layer [2021-03-16T17:38:19.834Z] 93b61091891f: Pulling fs layer [2021-03-16T17:38:19.834Z] 93b9cdb0e59b: Pulling fs layer [2021-03-16T17:38:19.834Z] 5e14af77c1be: Pulling fs layer [2021-03-16T17:38:19.834Z] 01666e4c0597: Pulling fs layer [2021-03-16T17:38:19.834Z] aa168da1d23b: Pulling fs layer [2021-03-16T17:38:19.834Z] 93b9cdb0e59b: Waiting [2021-03-16T17:38:19.834Z] 5e14af77c1be: Waiting [2021-03-16T17:38:19.834Z] 01666e4c0597: Waiting [2021-03-16T17:38:19.834Z] aa168da1d23b: Waiting [2021-03-16T17:38:19.834Z] 46f8f816bc3b: Waiting [2021-03-16T17:38:19.834Z] 93b61091891f: Waiting [2021-03-16T17:38:20.217Z] 36b3adc4ff6f: Verifying Checksum [2021-03-16T17:38:20.217Z] 36b3adc4ff6f: Download complete [2021-03-16T17:38:20.217Z] 46f8f816bc3b: Verifying Checksum [2021-03-16T17:38:20.217Z] 46f8f816bc3b: Download complete [2021-03-16T17:38:20.501Z] df20fa9351a1: Verifying Checksum [2021-03-16T17:38:20.501Z] df20fa9351a1: Download complete [2021-03-16T17:38:20.501Z] 93b9cdb0e59b: Verifying Checksum [2021-03-16T17:38:20.501Z] 93b9cdb0e59b: Download complete [2021-03-16T17:38:20.501Z] 93b61091891f: Verifying Checksum [2021-03-16T17:38:20.501Z] 93b61091891f: Download complete [2021-03-16T17:38:20.501Z] 5e14af77c1be: Download complete [2021-03-16T17:38:20.501Z] 01666e4c0597: Verifying Checksum [2021-03-16T17:38:20.501Z] 01666e4c0597: Download complete [2021-03-16T17:38:21.493Z] df20fa9351a1: Pull complete [2021-03-16T17:38:21.493Z] 8ad3a11d3b57: Verifying Checksum [2021-03-16T17:38:21.493Z] 8ad3a11d3b57: Download complete [2021-03-16T17:38:21.788Z] 36b3adc4ff6f: Pull complete [2021-03-16T17:38:25.048Z] 8ad3a11d3b57: Pull complete [2021-03-16T17:38:26.082Z] 46f8f816bc3b: Pull complete [2021-03-16T17:38:27.637Z] aa168da1d23b: Verifying Checksum [2021-03-16T17:38:27.637Z] aa168da1d23b: Download complete [2021-03-16T17:38:27.637Z] 93b61091891f: Pull complete [2021-03-16T17:38:27.917Z] 93b9cdb0e59b: Pull complete [2021-03-16T17:38:28.508Z] 5e14af77c1be: Pull complete [2021-03-16T17:38:28.782Z] 01666e4c0597: Pull complete [2021-03-16T17:38:51.370Z] aa168da1d23b: Pull complete [2021-03-16T17:38:51.370Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-16T17:38:51.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T17:38:51.370Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-16T17:38:51.753Z] prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container [2021-03-16T17:38:51.948Z] $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-16T17:38:58.250Z] $ docker top 2190c630cc3a8c3321d120ad96c755661db1750f1ee9e0918f77433dae4d37a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:39:00.428Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-16T17:39:00.803Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-16T17:39:01.568Z] + ls /var/log/sa-host [2021-03-16T17:39:01.568Z] + sadf -c /var/log/sa-host/sa16 [2021-03-16T17:39:01.568Z] file_magic: OK [2021-03-16T17:39:01.568Z] HZ: Using current value: 100 [2021-03-16T17:39:01.568Z] file_header: OK [2021-03-16T17:39:01.568Z] 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-16T17:39:01.568Z] Statistics: [2021-03-16T17:39:01.568Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-16T17:39:01.568Z] File successfully converted to sysstat format version 12.2.1 [2021-03-16T17:39:01.568Z] + sadf -c /var/log/sa-host/sa23 [2021-03-16T17:39:01.568Z] file_magic: OK [2021-03-16T17:39:01.568Z] HZ: Using current value: 100 [2021-03-16T17:39:01.568Z] file_header: OK [2021-03-16T17:39:01.568Z] 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-16T17:39:01.568Z] Statistics: [2021-03-16T17:39:01.568Z] Hnuu...uuuununununu... [2021-03-16T17:39:01.568Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-16T17:39:02.227Z] provisioning config files... [2021-03-16T17:39:02.250Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config5863239019869863284tmp [Pipeline] { [Pipeline] echo [2021-03-16T17:39:02.322Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:39:03.011Z] ---> create-netrc.sh [Pipeline] } [2021-03-16T17:39:03.028Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-16T17:39:03.148Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:39:03.502Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-16T17:39:03.520Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:39:04.638Z] ---> sudo-logs.sh [2021-03-16T17:39:04.638Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-16T17:39:04.739Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:39:05.060Z] ---> job-cost.sh [2021-03-16T17:39:05.328Z] lf-activate-venv: SKIPPING [2021-03-16T17:39:05.328Z] DEBUG: total: 0.20999999344348907 [2021-03-16T17:39:05.328Z] INFO: Retrieving Stack Cost... [2021-03-16T17:39:06.358Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-16T17:39:07.068Z] INFO: Archiving Costs [Pipeline] echo [2021-03-16T17:39:07.090Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:39:08.274Z] ---> logs-deploy.sh [2021-03-16T17:39:08.275Z] lf-activate-venv: SKIPPING [2021-03-16T17:39:08.275Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/24 [2021-03-16T17:39:08.275Z] INFO: archiving workspace using pattern(s): [2021-03-16T17:39:11.084Z] Archives upload complete. [2021-03-16T17:39:11.349Z] INFO: archiving logs to Nexus