Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3a622268bb16cc6f060a937717ebd043e18486e3 rather than cb274eb696b23b9eeebe76461c4c55adefd3bd1c Obtained Jenkinsfile from 3a622268bb16cc6f060a937717ebd043e18486e3 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 Running on prd-centos7-docker-4c-2g-29555 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit cb274eb696b23b9eeebe76461c4c55adefd3bd1c Merge succeeded, producing 2d5e29436a1f73a1ecaca90481e036c8924fcb77 Checking out Revision 2d5e29436a1f73a1ecaca90481e036c8924fcb77 (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f cb274eb696b23b9eeebe76461c4c55adefd3bd1c # 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 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d5e29436a1f73a1ecaca90481e036c8924fcb77 # timeout=10 Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-12T00:51:17.554Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-12T00:51:17.843Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-12T00:51:17.945Z] ========================================================= [2021-03-12T00:51:17.945Z] EdgeX Global Pipelines Version Info [2021-03-12T00:51:17.945Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 86662eadc446df500f05c9dad93b8dda1900f5dd # timeout=10 [2021-03-12T00:51:22.464Z] ------------------- [2021-03-12T00:51:22.464Z] stable info: [2021-03-12T00:51:22.464Z] ------------------- [2021-03-12T00:51:22.464Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-12T00:51:22.464Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-12T00:51:22.464Z] Message: update stable to v1.0.184 [2021-03-12T00:51:23.518Z] ------------------- [2021-03-12T00:51:23.518Z] experimental info: [2021-03-12T00:51:23.518Z] ------------------- [2021-03-12T00:51:23.518Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-12T00:51:23.518Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-12T00:51:23.518Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-12T00:51:23.856Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-12T00:51:24.021Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-12T00:51:24.116Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-12T00:51:24.210Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-12T00:51:24.303Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-12T00:51:24.397Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-12T00:51:24.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-12T00:51:24.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-12T00:51:24.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-12T00:51:24.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-12T00:51:24.872Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-12T00:51:24.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-12T00:51:25.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-12T00:51:25.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-12T00:51:25.297Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-12T00:51:25.388Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-12T00:51:25.481Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-12T00:51:25.586Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-12T00:51:25.683Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-12T00:51:25.786Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-12T00:51:25.879Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-12T00:51:25.970Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-12T00:51:26.061Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo [2021-03-12T00:51:26.153Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo [2021-03-12T00:51:26.267Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo [2021-03-12T00:51:26.384Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d5e29436a1f73a1ecaca90481e036c8924fcb77 [Pipeline] echo [2021-03-12T00:51:26.478Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d5e294 [Pipeline] echo [2021-03-12T00:51:26.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-12T00:51:26.739Z] provisioning config files... [2021-03-12T00:51:26.771Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config2018100417246813301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:51:27.266Z] ---> docker-login.sh [2021-03-12T00:51:27.266Z] nexus3.edgexfoundry.org:10001 [2021-03-12T00:51:27.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:51:28.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:51:28.188Z] Configure a credential helper to remove this warning. See [2021-03-12T00:51:28.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:51:28.188Z] [2021-03-12T00:51:28.188Z] Login Succeeded [2021-03-12T00:51:28.188Z] nexus3.edgexfoundry.org:10002 [2021-03-12T00:51:28.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:51:29.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:51:29.145Z] Configure a credential helper to remove this warning. See [2021-03-12T00:51:29.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:51:29.145Z] [2021-03-12T00:51:29.145Z] Login Succeeded [2021-03-12T00:51:29.145Z] nexus3.edgexfoundry.org:10003 [2021-03-12T00:51:29.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:51:29.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:51:29.809Z] Configure a credential helper to remove this warning. See [2021-03-12T00:51:29.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:51:29.809Z] [2021-03-12T00:51:29.809Z] Login Succeeded [2021-03-12T00:51:29.809Z] nexus3.edgexfoundry.org:10004 [2021-03-12T00:51:30.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:51:30.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:51:30.809Z] Configure a credential helper to remove this warning. See [2021-03-12T00:51:30.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:51:30.809Z] [2021-03-12T00:51:30.809Z] Login Succeeded [2021-03-12T00:51:30.809Z] docker.io [2021-03-12T00:51:31.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:51:32.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:51:32.104Z] Configure a credential helper to remove this warning. See [2021-03-12T00:51:32.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:51:32.104Z] [2021-03-12T00:51:32.104Z] Login Succeeded [2021-03-12T00:51:32.104Z] ---> docker-login.sh ends [Pipeline] } [2021-03-12T00:51:32.121Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-12T00:51:32.667Z] ++ 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-12T00:51:32.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:51:32.667Z] ++ dirname cmd/core-command/Dockerfile [2021-03-12T00:51:32.667Z] ++ cut -d/ -f2 [2021-03-12T00:51:32.667Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-12T00:51:32.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:51:32.667Z] ++ cut -d/ -f2 [2021-03-12T00:51:32.667Z] ++ dirname cmd/core-data/Dockerfile [2021-03-12T00:51:32.667Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-12T00:51:32.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:51:32.667Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-12T00:51:32.667Z] ++ cut -d/ -f2 [2021-03-12T00:51:32.667Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-12T00:51:32.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:51:32.667Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-12T00:51:32.667Z] ++ cut -d/ -f2 [2021-03-12T00:51:32.667Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-12T00:51:32.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:51:32.667Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-12T00:51:32.667Z] ++ cut -d/ -f2 [2021-03-12T00:51:32.667Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-12T00:51:32.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:51:32.667Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-12T00:51:32.667Z] ++ cut -d/ -f2 [2021-03-12T00:51:32.667Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-12T00:51:32.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:51:32.667Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-12T00:51:32.667Z] ++ cut -d/ -f2 [2021-03-12T00:51:32.667Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-12T00:51:32.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:51:32.667Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-12T00:51:32.667Z] ++ cut -d/ -f2 [2021-03-12T00:51:32.667Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-12T00:51:32.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:51:32.667Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-12T00:51:32.667Z] ++ cut -d/ -f2 [2021-03-12T00:51:32.667Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-12T00:51:32.793Z] 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-12T00:51:34.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T00:51:34.801Z] [2021-03-12T00:51:34.801Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:51:35.216Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T00:51:35.216Z] latest: Pulling from edgex-devops/git-semver [2021-03-12T00:51:35.216Z] 31603596830f: Pulling fs layer [2021-03-12T00:51:35.216Z] 2a8b12db71e7: Pulling fs layer [2021-03-12T00:51:35.216Z] 6ca5941a6612: Pulling fs layer [2021-03-12T00:51:35.216Z] ecc8261a40a4: Pulling fs layer [2021-03-12T00:51:35.216Z] ecc8261a40a4: Waiting [2021-03-12T00:51:35.216Z] 2a8b12db71e7: Verifying Checksum [2021-03-12T00:51:35.216Z] 2a8b12db71e7: Download complete [2021-03-12T00:51:35.512Z] 31603596830f: Verifying Checksum [2021-03-12T00:51:35.512Z] 31603596830f: Download complete [2021-03-12T00:51:35.795Z] ecc8261a40a4: Verifying Checksum [2021-03-12T00:51:35.795Z] ecc8261a40a4: Download complete [2021-03-12T00:51:35.795Z] 6ca5941a6612: Verifying Checksum [2021-03-12T00:51:35.795Z] 6ca5941a6612: Download complete [2021-03-12T00:51:36.406Z] 31603596830f: Pull complete [2021-03-12T00:51:36.686Z] 2a8b12db71e7: Pull complete [2021-03-12T00:51:38.653Z] 6ca5941a6612: Pull complete [2021-03-12T00:51:39.240Z] ecc8261a40a4: Pull complete [2021-03-12T00:51:39.240Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-12T00:51:39.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T00:51:39.240Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-12T00:51:39.382Z] prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container [2021-03-12T00:51:39.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-12T00:51:43.093Z] $ docker top b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-12T00:51:43.619Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-12T00:51:43.619Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-12T00:51:44.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-12T00:51:44.474Z] $ docker exec b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 ssh-agent [2021-03-12T00:51:45.290Z] SSH_AUTH_SOCK=/tmp/ssh-AAQjr5HTxloM/agent.11 [2021-03-12T00:51:45.290Z] SSH_AGENT_PID=16 [2021-03-12T00:51:45.304Z] Running ssh-add (command line suppressed) [2021-03-12T00:51:45.909Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_2206563003363670072.key (/w/workspace/edgex-go/9@tmp/private_key_2206563003363670072.key) [2021-03-12T00:51:46.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-12T00:51:46.871Z] + git tag --points-at HEAD [Pipeline] } [2021-03-12T00:51:46.996Z] $ docker exec --env ******** --env ******** b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 ssh-agent -k [2021-03-12T00:51:47.515Z] unset SSH_AUTH_SOCK; [2021-03-12T00:51:47.516Z] unset SSH_AGENT_PID; [2021-03-12T00:51:47.516Z] echo Agent pid 16 killed; [2021-03-12T00:51:47.603Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-12T00:51:47.748Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-12T00:51:47.748Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-12T00:51:48.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-12T00:51:48.460Z] $ docker exec b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 ssh-agent [2021-03-12T00:51:49.117Z] SSH_AUTH_SOCK=/tmp/ssh-0eYSpmTpESAC/agent.44 [2021-03-12T00:51:49.117Z] SSH_AGENT_PID=49 [2021-03-12T00:51:49.127Z] Running ssh-add (command line suppressed) [2021-03-12T00:51:49.500Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_7741258960890133358.key (/w/workspace/edgex-go/9@tmp/private_key_7741258960890133358.key) [2021-03-12T00:51:49.633Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-12T00:51:50.104Z] + git semver init [2021-03-12T00:51:50.393Z] # -> Open(): unable to determine branch for HEAD [2021-03-12T00:51:50.393Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-03-12T00:51:50.393Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-03-12T00:51:50.393Z] # $SEMVER_REMOTE_NAME = origin [2021-03-12T00:51:50.393Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-12T00:51:50.393Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-12T00:51:50.393Z] # $SEMVER_BRANCH = PR-3250 [2021-03-12T00:51:50.393Z] # $SEMVER_TEMP = /tmp/semver-439428138 [2021-03-12T00:51:50.393Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-12T00:52:30.343Z] # '/tmp/semver-439428138' -> '/w/workspace/edgex-go/9/.semver' [2021-03-12T00:52:30.343Z] # -> Force: false [2021-03-12T00:52:30.343Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-03-12T00:52:30.570Z] $ docker exec --env ******** --env ******** b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 ssh-agent -k [2021-03-12T00:52:32.022Z] unset SSH_AUTH_SOCK; [2021-03-12T00:52:32.022Z] unset SSH_AGENT_PID; [2021-03-12T00:52:32.023Z] echo Agent pid 49 killed; [2021-03-12T00:52:32.249Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-12T00:52:33.539Z] + git semver [Pipeline] } [2021-03-12T00:52:33.569Z] $ docker stop --time=1 b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 [2021-03-12T00:52:36.062Z] $ docker rm -f b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T00:52:37.210Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-12T00:52:38.495Z] Stashed 1 file(s) [Pipeline] echo [2021-03-12T00:52:38.498Z] [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] { [2021-03-12T00:52:39.111Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29568 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] sh [Pipeline] { [Pipeline] ws [2021-03-12T00:52:39.287Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-03-12T00:52:39.523Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-12T00:52:40.321Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-12T00:52:40.744Z] + sudo service docker restart [2021-03-12T00:52:40.744Z] + true [2021-03-12T00:52:40.744Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-12T00:52:42.919Z] ========================================================= [2021-03-12T00:52:42.919Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-12T00:52:42.919Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:52:43.337Z] + 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-12T00:52:44.652Z] using credential edgex-jenkins-ssh [2021-03-12T00:52:44.714Z] Cloning the remote Git repository [2021-03-12T00:52:44.797Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-12T00:52:44.935Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-03-12T00:52:45.017Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T00:52:45.018Z] > git --version # timeout=10 [2021-03-12T00:52:45.039Z] > git --version # 'git version 2.17.1' [2021-03-12T00:52:45.041Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T00:52:45.139Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T00:52:51.834Z] Sending build context to Docker daemon 328.6MB [2021-03-12T00:52:51.834Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-12T00:52:51.834Z] Step 2/6 : FROM ${BASE} [2021-03-12T00:52:51.834Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-12T00:52:51.834Z] 188c0c94c7c5: Pulling fs layer [2021-03-12T00:52:51.834Z] 0ef7d3d256c8: Pulling fs layer [2021-03-12T00:52:51.834Z] de9db76c5a1d: Pulling fs layer [2021-03-12T00:52:51.834Z] bca2f99d35d6: Pulling fs layer [2021-03-12T00:52:51.834Z] 93359f2a8cfa: Pulling fs layer [2021-03-12T00:52:51.834Z] 7c6f9722023f: Pulling fs layer [2021-03-12T00:52:51.834Z] a35cf1a2eb13: Pulling fs layer [2021-03-12T00:52:51.834Z] bca2f99d35d6: Waiting [2021-03-12T00:52:51.834Z] 93359f2a8cfa: Waiting [2021-03-12T00:52:51.834Z] 7c6f9722023f: Waiting [2021-03-12T00:52:51.834Z] a35cf1a2eb13: Waiting [2021-03-12T00:52:51.834Z] de9db76c5a1d: Verifying Checksum [2021-03-12T00:52:51.834Z] de9db76c5a1d: Download complete [2021-03-12T00:52:51.834Z] 0ef7d3d256c8: Verifying Checksum [2021-03-12T00:52:52.244Z] 0ef7d3d256c8: Download complete [2021-03-12T00:52:52.244Z] 93359f2a8cfa: Download complete [2021-03-12T00:52:52.244Z] 7c6f9722023f: Verifying Checksum [2021-03-12T00:52:52.244Z] 7c6f9722023f: Download complete [2021-03-12T00:52:52.244Z] 188c0c94c7c5: Verifying Checksum [2021-03-12T00:52:52.244Z] 188c0c94c7c5: Download complete [2021-03-12T00:52:53.540Z] 188c0c94c7c5: Pull complete [2021-03-12T00:52:53.819Z] 0ef7d3d256c8: Pull complete [2021-03-12T00:52:54.092Z] de9db76c5a1d: Pull complete [2021-03-12T00:52:56.096Z] a35cf1a2eb13: Verifying Checksum [2021-03-12T00:52:56.096Z] a35cf1a2eb13: Download complete [2021-03-12T00:52:56.714Z] bca2f99d35d6: Verifying Checksum [2021-03-12T00:52:56.714Z] bca2f99d35d6: Download complete [2021-03-12T00:53:15.278Z] bca2f99d35d6: Pull complete [2021-03-12T00:53:15.555Z] 93359f2a8cfa: Pull complete [2021-03-12T00:53:15.831Z] 7c6f9722023f: Pull complete [2021-03-12T00:53:19.604Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit cb274eb696b23b9eeebe76461c4c55adefd3bd1c [2021-03-12T00:53:20.336Z] Merge succeeded, producing 1783869629636fca8392f6da79b08f2932a00711 [2021-03-12T00:53:20.337Z] Checking out Revision 1783869629636fca8392f6da79b08f2932a00711 (PR-3250) [2021-03-12T00:53:18.605Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T00:53:18.636Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T00:53:18.662Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T00:53:18.704Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T00:53:18.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T00:53:18.719Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-12T00:53:19.639Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T00:53:19.663Z] > git checkout -f cb274eb696b23b9eeebe76461c4c55adefd3bd1c # timeout=10 [2021-03-12T00:53:19.996Z] > git remote # timeout=10 [2021-03-12T00:53:20.015Z] > git config --get remote.origin.url # timeout=10 [2021-03-12T00:53:20.035Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T00:53:20.050Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-12T00:53:20.332Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-12T00:53:20.362Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T00:53:20.383Z] > git checkout -f 1783869629636fca8392f6da79b08f2932a00711 # timeout=10 [2021-03-12T00:53:24.635Z] Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" [2021-03-12T00:53:24.656Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-12T00:53:26.121Z] a35cf1a2eb13: Pull complete [2021-03-12T00:53:26.121Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-12T00:53:26.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-12T00:53:26.121Z] ---> a62c8e92a672 [2021-03-12T00:53:26.121Z] 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-12T00:53:26.121Z] ---> Running in d0de2a36fd16 [2021-03-12T00:53:26.267Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-12T00:53:26.667Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-12T00:53:27.007Z] + sudo service docker restart [2021-03-12T00:53:27.007Z] + true [2021-03-12T00:53:24.661Z] > git rev-list --no-walk 86662eadc446df500f05c9dad93b8dda1900f5dd # timeout=10 [2021-03-12T00:53:29.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:53:29.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-12T00:53:29.721Z] provisioning config files... [2021-03-12T00:53:29.762Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config8047925025558095450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:53:30.168Z] ---> docker-login.sh [2021-03-12T00:53:30.168Z] nexus3.edgexfoundry.org:10001 [2021-03-12T00:53:30.215Z] (1/12) Installing libmagic (5.38-r0) [2021-03-12T00:53:30.215Z] (2/12) Installing file (5.38-r0) [2021-03-12T00:53:30.479Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-12T00:53:30.479Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-12T00:53:31.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:53:31.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:53:31.426Z] Configure a credential helper to remove this warning. See [2021-03-12T00:53:31.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:53:31.426Z] [2021-03-12T00:53:31.426Z] Login Succeeded [2021-03-12T00:53:31.426Z] nexus3.edgexfoundry.org:10002 [2021-03-12T00:53:32.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:53:32.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:53:32.023Z] Configure a credential helper to remove this warning. See [2021-03-12T00:53:32.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:53:32.024Z] [2021-03-12T00:53:32.024Z] Login Succeeded [2021-03-12T00:53:32.024Z] nexus3.edgexfoundry.org:10003 [2021-03-12T00:53:32.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:53:32.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:53:32.571Z] Configure a credential helper to remove this warning. See [2021-03-12T00:53:32.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:53:32.572Z] [2021-03-12T00:53:32.572Z] Login Succeeded [2021-03-12T00:53:32.572Z] nexus3.edgexfoundry.org:10004 [2021-03-12T00:53:33.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:53:33.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:53:33.175Z] Configure a credential helper to remove this warning. See [2021-03-12T00:53:33.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:53:33.175Z] [2021-03-12T00:53:33.175Z] Login Succeeded [2021-03-12T00:53:33.175Z] docker.io [2021-03-12T00:53:33.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:53:34.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:53:34.054Z] Configure a credential helper to remove this warning. See [2021-03-12T00:53:34.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:53:34.054Z] [2021-03-12T00:53:34.054Z] Login Succeeded [2021-03-12T00:53:34.054Z] ---> docker-login.sh ends [Pipeline] } [2021-03-12T00:53:34.071Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-12T00:53:34.641Z] ========================================================= [2021-03-12T00:53:34.641Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-12T00:53:34.641Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:53:35.029Z] + 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-12T00:53:37.173Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-12T00:53:37.173Z] (6/12) Installing patch (2.7.6-r6) [2021-03-12T00:53:37.173Z] (7/12) Installing build-base (0.5-r2) [2021-03-12T00:53:37.173Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-12T00:53:37.173Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-12T00:53:37.173Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-12T00:53:37.173Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-12T00:53:37.173Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-12T00:53:37.449Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:53:37.449Z] OK: 233 MiB in 51 packages [2021-03-12T00:53:37.685Z] Sending build context to Docker daemon 166.8MB [2021-03-12T00:53:37.685Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-12T00:53:37.685Z] Step 2/6 : FROM ${BASE} [2021-03-12T00:53:37.685Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-12T00:53:37.685Z] 5f621e34cdf4: Pulling fs layer [2021-03-12T00:53:37.685Z] a4357932f1b6: Pulling fs layer [2021-03-12T00:53:37.685Z] 18c013af1878: Pulling fs layer [2021-03-12T00:53:37.685Z] 00ac8860ef70: Pulling fs layer [2021-03-12T00:53:37.685Z] 63d7cb157983: Pulling fs layer [2021-03-12T00:53:37.685Z] b116817d02f9: Pulling fs layer [2021-03-12T00:53:37.685Z] 745a02a5169b: Pulling fs layer [2021-03-12T00:53:37.685Z] 00ac8860ef70: Waiting [2021-03-12T00:53:37.685Z] 63d7cb157983: Waiting [2021-03-12T00:53:37.685Z] 745a02a5169b: Waiting [2021-03-12T00:53:37.685Z] b116817d02f9: Waiting [2021-03-12T00:53:37.685Z] 18c013af1878: Download complete [2021-03-12T00:53:37.685Z] a4357932f1b6: Verifying Checksum [2021-03-12T00:53:37.685Z] a4357932f1b6: Download complete [2021-03-12T00:53:37.685Z] 63d7cb157983: Verifying Checksum [2021-03-12T00:53:37.685Z] 63d7cb157983: Download complete [2021-03-12T00:53:37.685Z] b116817d02f9: Verifying Checksum [2021-03-12T00:53:37.685Z] b116817d02f9: Download complete [2021-03-12T00:53:37.685Z] 5f621e34cdf4: Verifying Checksum [2021-03-12T00:53:37.685Z] 5f621e34cdf4: Download complete [2021-03-12T00:53:38.288Z] 5f621e34cdf4: Pull complete [2021-03-12T00:53:38.895Z] a4357932f1b6: Pull complete [2021-03-12T00:53:39.170Z] 18c013af1878: Pull complete [2021-03-12T00:53:41.149Z] 745a02a5169b: Verifying Checksum [2021-03-12T00:53:41.424Z] 00ac8860ef70: Verifying Checksum [2021-03-12T00:53:41.424Z] 00ac8860ef70: Download complete [2021-03-12T00:53:42.851Z] Removing intermediate container d0de2a36fd16 [2021-03-12T00:53:42.851Z] ---> d57f5cb2f8d9 [2021-03-12T00:53:42.851Z] Step 4/6 : WORKDIR /edgex-go [2021-03-12T00:53:42.851Z] ---> Running in b389b3af58eb [2021-03-12T00:53:42.851Z] Removing intermediate container b389b3af58eb [2021-03-12T00:53:42.851Z] ---> 9f7bb00ea942 [2021-03-12T00:53:42.851Z] Step 5/6 : COPY go.mod . [2021-03-12T00:53:43.438Z] ---> 2d3478c67061 [2021-03-12T00:53:43.438Z] Step 6/6 : RUN go mod download [2021-03-12T00:53:43.791Z] ---> Running in 3c1de6a1ea4e [2021-03-12T00:53:51.585Z] 00ac8860ef70: Pull complete [2021-03-12T00:53:51.585Z] 63d7cb157983: Pull complete [2021-03-12T00:53:52.184Z] b116817d02f9: Pull complete [2021-03-12T00:53:55.576Z] 745a02a5169b: Pull complete [2021-03-12T00:53:55.576Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-12T00:53:55.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-12T00:53:55.576Z] ---> b7e6874047d6 [2021-03-12T00:53:55.576Z] 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-12T00:53:59.897Z] ---> Running in 9d2aae35db6c [2021-03-12T00:54:00.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:54:01.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:54:02.062Z] (1/12) Installing libmagic (5.38-r0) [2021-03-12T00:54:02.333Z] (2/12) Installing file (5.38-r0) [2021-03-12T00:54:02.333Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-12T00:54:02.604Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-12T00:54:10.941Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-12T00:54:10.941Z] (6/12) Installing patch (2.7.6-r6) [2021-03-12T00:54:10.941Z] (7/12) Installing build-base (0.5-r2) [2021-03-12T00:54:10.941Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-12T00:54:10.941Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-12T00:54:10.941Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-12T00:54:10.941Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-12T00:54:10.941Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-12T00:54:10.941Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:54:10.941Z] OK: 217 MiB in 51 packages [2021-03-12T00:54:15.254Z] Removing intermediate container 9d2aae35db6c [2021-03-12T00:54:15.254Z] ---> dc75aea0d97c [2021-03-12T00:54:15.254Z] Step 4/6 : WORKDIR /edgex-go [2021-03-12T00:54:15.254Z] ---> Running in ac820c73573d [2021-03-12T00:54:15.255Z] Removing intermediate container ac820c73573d [2021-03-12T00:54:15.255Z] ---> 6bd1b861e1c7 [2021-03-12T00:54:15.255Z] Step 5/6 : COPY go.mod . [2021-03-12T00:54:16.236Z] ---> c941c6f5b11c [2021-03-12T00:54:16.236Z] Step 6/6 : RUN go mod download [2021-03-12T00:54:16.236Z] ---> Running in 7cd6efd57705 [2021-03-12T00:54:23.622Z] Removing intermediate container 3c1de6a1ea4e [2021-03-12T00:54:23.623Z] ---> 6253305d10f7 [2021-03-12T00:54:23.623Z] Successfully built 6253305d10f7 [2021-03-12T00:54:23.623Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:54:23.978Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-12T00:54:24.249Z] . [Pipeline] withDockerContainer [2021-03-12T00:54:24.415Z] prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container [2021-03-12T00:54:24.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-12T00:54:26.768Z] $ docker top 924545d90e9be96db61a55449c4dae4f014f51cf03576cdf1ad80df23692a887 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T00:54:27.423Z] + go version [2021-03-12T00:54:27.423Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-12T00:54:27.443Z] $ docker stop --time=1 924545d90e9be96db61a55449c4dae4f014f51cf03576cdf1ad80df23692a887 [2021-03-12T00:54:29.027Z] $ docker rm -f 924545d90e9be96db61a55449c4dae4f014f51cf03576cdf1ad80df23692a887 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:54:30.445Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-12T00:54:30.721Z] . [Pipeline] withDockerContainer [2021-03-12T00:54:31.321Z] prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container [2021-03-12T00:54:31.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-12T00:54:33.955Z] $ docker top e7e022941ac81cf95442e12a9a2f31161c35f580694432aad6bcc6cb79b8c09c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-12T00:54:34.195Z] ========================================================= [2021-03-12T00:54:34.195Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-12T00:54:34.195Z] ========================================================= [Pipeline] sh [2021-03-12T00:54:34.526Z] + make test [2021-03-12T00:54:34.527Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-12T00:54:43.033Z] Removing intermediate container 7cd6efd57705 [2021-03-12T00:54:43.033Z] ---> 13afd64a8145 [2021-03-12T00:54:43.033Z] Successfully built 13afd64a8145 [2021-03-12T00:54:43.033Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:54:43.377Z] + docker inspect -f . ci-base-image-arm64 [2021-03-12T00:54:43.377Z] . [Pipeline] withDockerContainer [2021-03-12T00:54:43.611Z] prd-ubuntu18.04-docker-arm64-4c-16g-29568 does not seem to be running inside a container [2021-03-12T00:54:43.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-12T00:54:45.285Z] $ docker top 9ca30dade395282b6b7bcaa557a5425680c6a2e734bb713708554aac4030eb3e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T00:54:46.307Z] + go version [2021-03-12T00:54:46.307Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-12T00:54:46.348Z] $ docker stop --time=1 9ca30dade395282b6b7bcaa557a5425680c6a2e734bb713708554aac4030eb3e [2021-03-12T00:54:48.290Z] $ docker rm -f 9ca30dade395282b6b7bcaa557a5425680c6a2e734bb713708554aac4030eb3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:54:49.333Z] + docker inspect -f . ci-base-image-arm64 [2021-03-12T00:54:49.333Z] . [Pipeline] withDockerContainer [2021-03-12T00:54:49.617Z] prd-ubuntu18.04-docker-arm64-4c-16g-29568 does not seem to be running inside a container [2021-03-12T00:54:49.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-12T00:54:51.226Z] $ docker top 1dd353be9505c28705dbe8c7ca026b36ec32349badccc94fbd70ffa8dae0b7ec -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-12T00:54:51.616Z] ========================================================= [2021-03-12T00:54:51.616Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-12T00:54:51.616Z] ========================================================= [Pipeline] sh [2021-03-12T00:54:52.268Z] + make test [2021-03-12T00:54:52.268Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-12T00:55:03.344Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-12T00:55:14.444Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-12T00:55:43.460Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-12T00:55:58.268Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-12T00:55:58.268Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-12T00:55:58.268Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-12T00:56:01.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-12T00:56:04.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-12T00:56:04.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-12T00:56:04.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-12T00:56:04.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-12T00:56:06.073Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-12T00:56:07.154Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-12T00:56:09.823Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-12T00:56:13.082Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-12T00:56:13.082Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-12T00:56:13.082Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-12T00:56:16.576Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-12T00:56:16.577Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-12T00:56:18.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.243s coverage: 45.9% of statements [2021-03-12T00:56:18.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-12T00:56:18.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-12T00:56:18.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-12T00:56:18.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-12T00:56:18.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-12T00:56:18.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-12T00:56:18.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-12T00:56:18.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.178s coverage: 100.0% of statements [2021-03-12T00:56:19.238Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-12T00:56:19.238Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-12T00:56:19.238Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-12T00:56:19.238Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-12T00:56:22.662Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-12T00:56:22.936Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-12T00:56:24.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.394s coverage: 27.1% of statements [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-12T00:56:24.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.124s coverage: 100.0% of statements [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-12T00:56:24.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-12T00:56:24.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.160s coverage: 71.3% of statements [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-12T00:56:24.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-12T00:56:27.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.534s coverage: 82.9% of statements [2021-03-12T00:56:27.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-12T00:56:27.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:56:27.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.136s coverage: 78.9% of statements [2021-03-12T00:56:27.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-12T00:56:31.257Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-12T00:56:31.257Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-12T00:56:31.257Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-12T00:56:35.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 2.215s coverage: 28.6% of statements [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-12T00:56:35.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-12T00:56:35.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-12T00:56:35.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.178s coverage: 86.7% of statements [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-12T00:56:35.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.419s coverage: 97.5% of statements [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-12T00:56:35.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-12T00:56:35.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-12T00:56:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.406s coverage: 45.9% of statements [2021-03-12T00:56:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-12T00:56:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-12T00:56:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-12T00:56:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-12T00:56:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-12T00:56:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-12T00:56:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-12T00:56:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [2021-03-12T00:56:42.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.205s coverage: 92.8% of statements [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-12T00:56:42.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-12T00:56:42.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.344s coverage: 0.1% of statements [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-12T00:56:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-12T00:56:42.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 47.1% of statements [2021-03-12T00:56:42.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.190s coverage: 79.5% of statements [2021-03-12T00:56:42.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.189s coverage: 94.1% of statements [2021-03-12T00:56:42.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements [2021-03-12T00:56:42.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.130s coverage: 87.5% of statements [2021-03-12T00:56:44.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.586s coverage: 27.1% of statements [2021-03-12T00:56:44.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-12T00:56:44.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-12T00:56:44.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-12T00:56:44.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-12T00:56:44.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-12T00:56:44.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-12T00:56:44.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-03-12T00:56:44.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-12T00:56:44.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements [2021-03-12T00:56:44.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-12T00:56:44.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-12T00:56:44.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 71.3% of statements [2021-03-12T00:56:44.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-12T00:56:44.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-12T00:56:47.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.474s coverage: 82.9% of statements [2021-03-12T00:56:47.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-12T00:56:47.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:56:47.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.181s coverage: 78.9% of statements [2021-03-12T00:56:47.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-12T00:56:55.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.127s coverage: 94.4% of statements [2021-03-12T00:56:55.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.085s coverage: 44.8% of statements [2021-03-12T00:56:55.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.332s coverage: 81.4% of statements [2021-03-12T00:56:57.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.164s coverage: 28.6% of statements [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-12T00:56:57.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.255s coverage: 100.0% of statements [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-12T00:56:57.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-12T00:56:57.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.404s coverage: 86.7% of statements [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-12T00:56:57.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-12T00:56:57.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.126s coverage: 78.3% of statements [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-12T00:56:57.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-12T00:57:04.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.223s coverage: 92.8% of statements [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-12T00:57:04.317Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-12T00:57:04.317Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-12T00:57:04.317Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements [2021-03-12T00:57:04.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-12T00:57:04.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-12T00:57:04.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-12T00:57:04.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2021-03-12T00:57:04.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements [2021-03-12T00:57:04.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.101s coverage: 94.1% of statements [2021-03-12T00:57:04.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-03-12T00:57:04.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.146s coverage: 87.5% of statements [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.306s coverage: 92.9% of statements [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.088s coverage: 77.8% of statements [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.342s coverage: 87.2% of statements [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.313s coverage: 100.0% of statements [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.256s coverage: 75.5% of statements [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.161s coverage: 80.8% of statements [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.250s coverage: 87.2% of statements [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.6% of statements [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.6% of statements [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.603s coverage: 62.4% of statements [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-12T00:57:11.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.222s coverage: 91.3% of statements [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.128s coverage: 100.0% of statements [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.181s coverage: 73.7% of statements [2021-03-12T00:57:11.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements [2021-03-12T00:57:14.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.070s coverage: 69.0% of statements [2021-03-12T00:57:14.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-12T00:57:14.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-12T00:57:14.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-12T00:57:15.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 38.4% of statements [2021-03-12T00:57:15.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-12T00:57:15.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-12T00:57:15.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements [2021-03-12T00:57:15.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-12T00:57:15.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.145s coverage: 84.8% of statements [2021-03-12T00:57:20.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.126s coverage: 94.4% of statements [2021-03-12T00:57:20.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-12T00:57:20.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.111s coverage: 81.4% of statements [2021-03-12T00:57:21.416Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.293s coverage: 47.0% of statements [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-12T00:57:21.416Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.092s coverage: 100.0% of statements [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-12T00:57:21.416Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.226s coverage: 100.0% of statements [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-12T00:57:21.416Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.338s coverage: 87.1% of statements [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:57:21.416Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-12T00:57:30.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.719s coverage: 29.1% of statements [2021-03-12T00:57:30.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-12T00:57:30.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-12T00:57:30.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.184s coverage: 100.0% of statements [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-12T00:57:30.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.573s coverage: 96.5% of statements [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-12T00:57:30.426Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.113s coverage: 0.0% of statements [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-12T00:57:30.426Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-12T00:57:30.426Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.217s coverage: 87.9% of statements [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-12T00:57:30.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-12T00:57:30.426Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.229s coverage: 100.0% of statements [2021-03-12T00:57:31.803Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.129s coverage: 92.9% of statements [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 77.8% of statements [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.6% of statements [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.6% of statements [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.474s coverage: 62.4% of statements [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-12T00:57:32.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2021-03-12T00:57:32.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-03-12T00:57:32.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.311s coverage: 100.0% of statements [2021-03-12T00:57:33.431Z] GO111MODULE=on go vet ./... [2021-03-12T00:57:35.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.841s coverage: 69.0% of statements [2021-03-12T00:57:35.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-12T00:57:35.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-12T00:57:35.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-12T00:57:38.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.385s coverage: 38.4% of statements [2021-03-12T00:57:38.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-12T00:57:38.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-12T00:57:38.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.138s coverage: 89.5% of statements [2021-03-12T00:57:38.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-12T00:57:38.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.090s coverage: 84.8% of statements [2021-03-12T00:57:44.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.517s coverage: 47.0% of statements [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-12T00:57:44.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-12T00:57:44.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-12T00:57:44.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.465s coverage: 87.1% of statements [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:57:44.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-12T00:57:51.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.220s coverage: 29.1% of statements [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-12T00:57:51.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-12T00:57:51.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-12T00:57:51.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.251s coverage: 96.5% of statements [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-12T00:57:51.483Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-12T00:57:51.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-12T00:57:51.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-03-12T00:57:51.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-12T00:57:51.484Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-12T00:57:51.484Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-03-12T00:57:52.082Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-12T00:57:53.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-12T00:57:54.117Z] GO111MODULE=on go vet ./... [2021-03-12T00:58:56.550Z] gofmt -l . [2021-03-12T00:58:56.551Z] [ "`gofmt -l .`" = "" ] [2021-03-12T00:58:56.833Z] ./bin/test-go-mod-tidy.sh [2021-03-12T00:58:58.972Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-12T00:59:01.046Z] + ls -al . [2021-03-12T00:59:01.046Z] total 740 [2021-03-12T00:59:01.046Z] drwxrwxr-x 10 1001 1001 4096 Mar 12 00:58 . [2021-03-12T00:59:01.046Z] drwxr-xr-x 4 root root 28 Mar 12 00:54 .. [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 11 Mar 12 00:51 .dockerignore [2021-03-12T00:59:01.046Z] drwxrwxr-x 8 1001 1001 179 Mar 12 00:51 .git [2021-03-12T00:59:01.046Z] drwxrwxr-x 3 1001 1001 125 Mar 12 00:51 .github [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 818 Mar 12 00:51 .gitignore [2021-03-12T00:59:01.046Z] drwx------ 3 1001 1001 60 Mar 12 00:52 .semver [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 166 Mar 12 00:51 .sonarcloud.properties [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 8607 Mar 12 00:51 Attribution.txt [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 3804 Mar 12 00:51 CONTRIBUTING.md [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 931 Mar 12 00:51 Dockerfile.build [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 863 Mar 12 00:51 Jenkinsfile [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 10775 Mar 12 00:51 LICENSE [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 5774 Mar 12 00:51 Makefile [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 6548 Mar 12 00:51 README.md [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 6755 Mar 12 00:51 SECURITY.md [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 5 Mar 12 00:52 VERSION [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 4131 Mar 12 00:51 ZMQWindows.md [2021-03-12T00:59:01.046Z] drwxrwxr-x 2 1001 1001 117 Mar 12 00:51 bin [2021-03-12T00:59:01.046Z] drwxrwxr-x 14 1001 1001 4096 Mar 12 00:51 cmd [2021-03-12T00:59:01.046Z] -rw-r--r-- 1 root root 628834 Mar 12 00:57 coverage.out [2021-03-12T00:59:01.046Z] -rw-r--r-- 1 root root 1055 Mar 12 00:58 go.mod [2021-03-12T00:59:01.046Z] -rw-r--r-- 1 root root 21981 Mar 12 00:58 go.sum [2021-03-12T00:59:01.046Z] drwxrwxr-x 8 1001 1001 127 Mar 12 00:51 internal [2021-03-12T00:59:01.046Z] drwxrwxr-x 4 1001 1001 26 Mar 12 00:51 openapi [2021-03-12T00:59:01.046Z] drwxrwxr-x 4 1001 1001 71 Mar 12 00:51 snap [2021-03-12T00:59:01.046Z] -rw-rw-r-- 1 1001 1001 168 Mar 12 00:51 version.go [Pipeline] sh [2021-03-12T00:59:01.418Z] + '[' -e coverage.out ] [2021-03-12T00:59:01.419Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-12T00:59:02.256Z] Stashed 1 file(s) [Pipeline] sh [2021-03-12T00:59:02.837Z] + make build [2021-03-12T00:59:02.837Z] 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-12T00:59:10.249Z] 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-12T00:59:15.951Z] gofmt -l . [2021-03-12T00:59:15.951Z] [ "`gofmt -l .`" = "" ] [2021-03-12T00:59:15.951Z] ./bin/test-go-mod-tidy.sh [2021-03-12T00:59:15.951Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-12T00:59:16.606Z] + ls -al . [2021-03-12T00:59:16.607Z] total 768 [2021-03-12T00:59:16.607Z] drwxrwxr-x 9 1001 1001 4096 Mar 12 00:59 . [2021-03-12T00:59:16.607Z] drwxr-xr-x 4 root root 4096 Mar 12 00:54 .. [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 11 Mar 12 00:53 .dockerignore [2021-03-12T00:59:16.607Z] drwxrwxr-x 8 1001 1001 4096 Mar 12 00:53 .git [2021-03-12T00:59:16.607Z] drwxrwxr-x 3 1001 1001 4096 Mar 12 00:53 .github [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 818 Mar 12 00:53 .gitignore [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 166 Mar 12 00:53 .sonarcloud.properties [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 8607 Mar 12 00:53 Attribution.txt [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 3804 Mar 12 00:53 CONTRIBUTING.md [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 931 Mar 12 00:53 Dockerfile.build [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 863 Mar 12 00:53 Jenkinsfile [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 10775 Mar 12 00:53 LICENSE [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 5774 Mar 12 00:53 Makefile [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 6548 Mar 12 00:53 README.md [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 6755 Mar 12 00:53 SECURITY.md [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 5 Mar 12 00:52 VERSION [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 4131 Mar 12 00:53 ZMQWindows.md [2021-03-12T00:59:16.607Z] drwxrwxr-x 2 1001 1001 4096 Mar 12 00:53 bin [2021-03-12T00:59:16.607Z] drwxrwxr-x 14 1001 1001 4096 Mar 12 00:53 cmd [2021-03-12T00:59:16.607Z] -rw-r--r-- 1 root root 628834 Mar 12 00:57 coverage.out [2021-03-12T00:59:16.607Z] -rw-r--r-- 1 root root 1055 Mar 12 00:59 go.mod [2021-03-12T00:59:16.607Z] -rw-r--r-- 1 root root 21981 Mar 12 00:59 go.sum [2021-03-12T00:59:16.607Z] drwxrwxr-x 8 1001 1001 4096 Mar 12 00:53 internal [2021-03-12T00:59:16.607Z] drwxrwxr-x 4 1001 1001 4096 Mar 12 00:53 openapi [2021-03-12T00:59:16.607Z] drwxrwxr-x 4 1001 1001 4096 Mar 12 00:53 snap [2021-03-12T00:59:16.607Z] -rw-rw-r-- 1 1001 1001 168 Mar 12 00:53 version.go [Pipeline] sh [2021-03-12T00:59:17.276Z] + '[' -e coverage.out ] [2021-03-12T00:59:17.276Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-12T00:59:17.345Z] Warning: overwriting stash ‘coverage-report’ [2021-03-12T00:59:18.472Z] Stashed 1 file(s) [Pipeline] sh [2021-03-12T00:59:19.148Z] + make build [2021-03-12T00:59:19.148Z] 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-12T00:59:29.318Z] 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-12T00:59:33.201Z] 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-12T00:59:36.939Z] 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-12T00:59:41.408Z] 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-12T00:59:44.156Z] 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-12T00:59:51.177Z] 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-12T00:59:51.486Z] 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-12T00:59:55.788Z] 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-12T01:00:00.020Z] 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-12T01:00:01.186Z] 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-12T01:00:02.173Z] 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-12T01:00:05.729Z] 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-12T01:00:07.587Z] 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-12T01:00:11.455Z] 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-12T01:00:11.892Z] 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-12T01:00:16.443Z] 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-12T01:00:17.303Z] 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-12T01:00:20.080Z] 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-12T01:00:22.707Z] 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-12T01:00:26.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-03-12T01:00:27.095Z] $ docker stop --time=1 e7e022941ac81cf95442e12a9a2f31161c35f580694432aad6bcc6cb79b8c09c [2021-03-12T01:00:29.496Z] 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-12T01:00:30.395Z] $ docker rm -f e7e022941ac81cf95442e12a9a2f31161c35f580694432aad6bcc6cb79b8c09c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:00:36.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [2021-03-12T01:00:36.236Z] $ docker stop --time=1 1dd353be9505c28705dbe8c7ca026b36ec32349badccc94fbd70ffa8dae0b7ec [2021-03-12T01:00:37.556Z] [2021-03-12T01:00:37.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T01:00:38.835Z] $ docker rm -f 1dd353be9505c28705dbe8c7ca026b36ec32349badccc94fbd70ffa8dae0b7ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:00:40.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T01:00:41.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T01:00:41.138Z] [2021-03-12T01:00:41.138Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:00:41.582Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-12T01:00:41.582Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-12T01:00:41.582Z] ca9280d653b3: Pulling fs layer [2021-03-12T01:00:41.582Z] 7e9c9ca2126c: Pulling fs layer [2021-03-12T01:00:41.795Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T01:00:41.878Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-12T01:00:41.878Z] cbdbe7a5bc2a: Download complete [2021-03-12T01:00:42.085Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-12T01:00:42.085Z] 29e5d40040c1: Pulling fs layer [2021-03-12T01:00:42.085Z] 1ce36da41761: Pulling fs layer [2021-03-12T01:00:42.085Z] 25b303627fd3: Pulling fs layer [2021-03-12T01:00:42.699Z] 29e5d40040c1: Verifying Checksum [2021-03-12T01:00:42.699Z] 29e5d40040c1: Download complete [2021-03-12T01:00:42.879Z] cbdbe7a5bc2a: Pull complete [2021-03-12T01:00:43.293Z] 29e5d40040c1: Pull complete [2021-03-12T01:00:43.293Z] 1ce36da41761: Verifying Checksum [2021-03-12T01:00:43.293Z] 1ce36da41761: Download complete [2021-03-12T01:00:43.486Z] ca9280d653b3: Verifying Checksum [2021-03-12T01:00:43.487Z] ca9280d653b3: Download complete [2021-03-12T01:00:44.735Z] 1ce36da41761: Pull complete [2021-03-12T01:00:45.013Z] 25b303627fd3: Verifying Checksum [2021-03-12T01:00:45.013Z] 25b303627fd3: Download complete [2021-03-12T01:00:46.257Z] ca9280d653b3: Pull complete [2021-03-12T01:00:46.257Z] 7e9c9ca2126c: Verifying Checksum [2021-03-12T01:00:46.257Z] 7e9c9ca2126c: Download complete [2021-03-12T01:00:55.158Z] 25b303627fd3: Pull complete [2021-03-12T01:00:55.158Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-12T01:00:55.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T01:00:55.158Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-12T01:00:55.430Z] prd-ubuntu18.04-docker-arm64-4c-16g-29568 does not seem to be running inside a container [2021-03-12T01:00:55.526Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-12T01:00:58.478Z] $ docker top 797534aaf17ab355f7058177bbee319f0186ebde1603eb0ff5b93d0fa4ac0e33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T01:00:59.500Z] + + grepdocker-compose parallel build [2021-03-12T01:00:59.500Z] --help [2021-03-12T01:01:02.880Z] --parallel Build images in parallel. [Pipeline] } [2021-03-12T01:01:03.208Z] $ docker stop --time=1 797534aaf17ab355f7058177bbee319f0186ebde1603eb0ff5b93d0fa4ac0e33 [2021-03-12T01:01:04.928Z] 7e9c9ca2126c: Pull complete [2021-03-12T01:01:04.928Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-12T01:01:04.928Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T01:01:04.928Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T01:01:05.080Z] $ docker rm -f 797534aaf17ab355f7058177bbee319f0186ebde1603eb0ff5b93d0fa4ac0e33 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2021-03-12T01:01:05.772Z] prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container [2021-03-12T01:01:05.951Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-12T01:01:08.945Z] $ docker top 63233627afac91738c012ea984606740c5435a6a9324ba5b1a8e2333afdd1bd4 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:01:09.721Z] + grep parallel [2021-03-12T01:01:09.722Z] + docker-compose build --help [2021-03-12T01:01:09.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T01:01:09.936Z] . [Pipeline] withDockerContainer [2021-03-12T01:01:10.207Z] prd-ubuntu18.04-docker-arm64-4c-16g-29568 does not seem to be running inside a container [2021-03-12T01:01:10.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-12T01:01:11.867Z] $ docker top 2a115cc4bd08c1ea9124006da730b7c6e2792b7bb1f66e52f70164a1217f8cb3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T01:01:12.937Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-12T01:01:13.088Z] --parallel Build images in parallel. [Pipeline] } [2021-03-12T01:01:13.440Z] $ docker stop --time=1 63233627afac91738c012ea984606740c5435a6a9324ba5b1a8e2333afdd1bd4 [2021-03-12T01:01:15.673Z] $ docker rm -f 63233627afac91738c012ea984606740c5435a6a9324ba5b1a8e2333afdd1bd4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:01:16.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T01:01:16.456Z] . [Pipeline] withDockerContainer [2021-03-12T01:01:16.629Z] prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container [2021-03-12T01:01:16.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-12T01:01:17.233Z] Building docker-core-command-go ... [2021-03-12T01:01:17.233Z] Building docker-core-data-go ... [2021-03-12T01:01:17.233Z] Building docker-core-metadata-go ... [2021-03-12T01:01:17.233Z] Building docker-security-bootstrapper-go ... [2021-03-12T01:01:17.233Z] Building docker-security-proxy-setup-go ... [2021-03-12T01:01:17.233Z] Building docker-security-secretstore-setup-go ... [2021-03-12T01:01:17.233Z] Building docker-support-notifications-go ... [2021-03-12T01:01:17.233Z] Building docker-support-scheduler-go ... [2021-03-12T01:01:17.233Z] Building docker-sys-mgmt-agent-go ... [2021-03-12T01:01:17.233Z] Building docker-support-notifications-go [2021-03-12T01:01:17.233Z] Building docker-core-command-go [2021-03-12T01:01:17.233Z] Building docker-core-data-go [2021-03-12T01:01:17.233Z] Building docker-support-scheduler-go [2021-03-12T01:01:17.233Z] Building docker-sys-mgmt-agent-go [2021-03-12T01:01:19.498Z] $ docker top e1cbb761e1ae883d396c7ec0384d2c25f72fc2d431cd53c5aefdbc8e099d0370 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T01:01:20.598Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-12T01:01:22.654Z] Building docker-core-command-go ... [2021-03-12T01:01:22.654Z] Building docker-core-data-go ... [2021-03-12T01:01:22.654Z] Building docker-core-metadata-go ... [2021-03-12T01:01:22.654Z] Building docker-security-bootstrapper-go ... [2021-03-12T01:01:22.654Z] Building docker-security-proxy-setup-go ... [2021-03-12T01:01:22.654Z] Building docker-security-secretstore-setup-go ... [2021-03-12T01:01:22.654Z] Building docker-support-notifications-go ... [2021-03-12T01:01:22.654Z] Building docker-support-scheduler-go ... [2021-03-12T01:01:22.654Z] Building docker-sys-mgmt-agent-go ... [2021-03-12T01:01:22.654Z] Building docker-security-secretstore-setup-go [2021-03-12T01:01:22.654Z] Building docker-sys-mgmt-agent-go [2021-03-12T01:01:22.654Z] Building docker-core-metadata-go [2021-03-12T01:01:22.654Z] Building docker-support-notifications-go [2021-03-12T01:01:23.272Z] Building docker-security-bootstrapper-go [2021-03-12T01:02:39.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:02:39.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:02:39.028Z] ---> 13afd64a8145 [2021-03-12T01:02:39.028Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T01:02:39.028Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:02:39.028Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:02:39.028Z] ---> 13afd64a8145 [2021-03-12T01:02:39.028Z] Step 3/26 : WORKDIR /edgex-go [2021-03-12T01:02:39.028Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:02:39.028Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:02:39.028Z] ---> 13afd64a8145 [2021-03-12T01:02:39.028Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T01:02:39.028Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:02:39.028Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:02:39.028Z] ---> 13afd64a8145 [2021-03-12T01:02:39.028Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T01:02:39.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:02:39.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:02:39.028Z] ---> 13afd64a8145 [2021-03-12T01:02:39.028Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T01:02:39.028Z] ---> Running in 1fd483f75058 [2021-03-12T01:02:39.028Z] ---> Running in acd03c70d44e [2021-03-12T01:02:39.028Z] ---> Running in 9809a9fb873f [2021-03-12T01:02:39.028Z] ---> Running in a166f3d53666 [2021-03-12T01:02:39.028Z] ---> Running in 5f77f210c8f3 [2021-03-12T01:02:39.028Z] Removing intermediate container 1fd483f75058 [2021-03-12T01:02:39.028Z] ---> d446461dd2a1 [2021-03-12T01:02:39.028Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:02:39.028Z] Removing intermediate container 9809a9fb873f [2021-03-12T01:02:39.028Z] ---> c30fa1186457 [2021-03-12T01:02:39.029Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:02:39.029Z] Removing intermediate container acd03c70d44e [2021-03-12T01:02:39.029Z] ---> b333ea1192ce [2021-03-12T01:02:39.029Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:02:39.029Z] Removing intermediate container a166f3d53666 [2021-03-12T01:02:39.029Z] ---> 63f614d0d64f [2021-03-12T01:02:39.029Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:02:39.029Z] Removing intermediate container 5f77f210c8f3 [2021-03-12T01:02:39.029Z] ---> 04c0f25d5dcb [2021-03-12T01:02:39.029Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:02:39.029Z] ---> Running in 3d6c7020ee47 [2021-03-12T01:02:39.029Z] ---> Running in e463b85db0ba [2021-03-12T01:02:39.029Z] ---> Running in eb1b17b0ac12 [2021-03-12T01:02:39.029Z] ---> Running in 7d4108f883b0 [2021-03-12T01:02:39.029Z] ---> Running in 528e0a88ed87 [2021-03-12T01:02:39.029Z] Removing intermediate container e463b85db0ba [2021-03-12T01:02:39.029Z] ---> 90d0825f7f2e [2021-03-12T01:02:39.029Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-12T01:02:39.029Z] ---> Running in 527e0da43817 [2021-03-12T01:02:39.029Z] Removing intermediate container 3d6c7020ee47 [2021-03-12T01:02:39.029Z] ---> 3a46cd98fee8 [2021-03-12T01:02:39.029Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T01:02:39.029Z] ---> Running in 50103b8b64f7 [2021-03-12T01:02:39.029Z] Removing intermediate container 7d4108f883b0 [2021-03-12T01:02:39.029Z] ---> 5ac665d00c91 [2021-03-12T01:02:39.029Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-12T01:02:39.029Z] Removing intermediate container 528e0a88ed87 [2021-03-12T01:02:39.029Z] ---> 42b9397e9150 [2021-03-12T01:02:39.029Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-12T01:02:39.029Z] Removing intermediate container eb1b17b0ac12 [2021-03-12T01:02:39.029Z] ---> 3840baa91dfc [2021-03-12T01:02:39.029Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-12T01:02:39.029Z] ---> Running in 546ec3377650 [2021-03-12T01:02:39.029Z] ---> Running in 67890ee5b4e4 [2021-03-12T01:02:39.029Z] ---> Running in bbbf187e80c9 [2021-03-12T01:02:39.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:02:39.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:02:39.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:02:39.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:02:39.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:02:39.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:02:39.029Z] OK: 217 MiB in 51 packages [2021-03-12T01:02:39.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:02:39.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:02:39.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:02:39.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:02:39.302Z] OK: 217 MiB in 51 packages [2021-03-12T01:02:39.902Z] OK: 217 MiB in 51 packages [2021-03-12T01:02:40.182Z] OK: 217 MiB in 51 packages [2021-03-12T01:02:40.182Z] Removing intermediate container 527e0da43817 [2021-03-12T01:02:40.182Z] ---> 54dd6712112c [2021-03-12T01:02:40.182Z] Step 6/23 : COPY go.mod . [2021-03-12T01:02:40.182Z] OK: 217 MiB in 51 packages [2021-03-12T01:02:41.168Z] ---> e41b04a9a758 [2021-03-12T01:02:41.168Z] Step 7/23 : RUN go mod download [2021-03-12T01:02:41.168Z] Removing intermediate container 50103b8b64f7 [2021-03-12T01:02:41.451Z] ---> 91f15a2cdc2f [2021-03-12T01:02:41.451Z] Step 6/23 : COPY go.mod . [2021-03-12T01:02:41.451Z] ---> Running in 32e6ee31c632 [2021-03-12T01:02:41.729Z] Removing intermediate container 546ec3377650 [2021-03-12T01:02:41.729Z] ---> 127eab4b97fb [2021-03-12T01:02:41.729Z] Step 6/26 : COPY go.mod . [2021-03-12T01:02:42.014Z] Removing intermediate container bbbf187e80c9 [2021-03-12T01:02:42.014Z] ---> 9c79baf1a94d [2021-03-12T01:02:42.014Z] Step 6/22 : COPY go.mod . [2021-03-12T01:02:42.292Z] Removing intermediate container 67890ee5b4e4 [2021-03-12T01:02:42.292Z] ---> e476904f0255 [2021-03-12T01:02:42.292Z] Step 6/22 : COPY go.mod . [2021-03-12T01:02:42.569Z] ---> f4a2fbeaf40c [2021-03-12T01:02:42.569Z] Step 7/23 : RUN go mod download [2021-03-12T01:02:42.844Z] ---> Running in 811ee987cc19 [2021-03-12T01:02:42.844Z] ---> e6b62f56f536 [2021-03-12T01:02:42.844Z] Step 7/26 : RUN go mod download [2021-03-12T01:02:43.131Z] ---> Running in 74471fe1282c [2021-03-12T01:02:43.413Z] ---> b77722369555 [2021-03-12T01:02:43.413Z] Step 7/22 : RUN go mod download [2021-03-12T01:02:43.413Z] ---> 15cb76a602d9 [2021-03-12T01:02:43.413Z] Step 7/22 : RUN go mod download [2021-03-12T01:02:43.687Z] ---> Running in 13e5e1ba73a7 [2021-03-12T01:02:43.961Z] ---> Running in 5aeeb05a31e7 [2021-03-12T01:02:45.957Z] Removing intermediate container 32e6ee31c632 [2021-03-12T01:02:45.957Z] ---> 593809821228 [2021-03-12T01:02:45.957Z] Step 8/23 : COPY . . [2021-03-12T01:02:47.404Z] Removing intermediate container 811ee987cc19 [2021-03-12T01:02:47.404Z] ---> 920a84a930cb [2021-03-12T01:02:47.404Z] Step 8/23 : COPY . . [2021-03-12T01:02:48.863Z] Removing intermediate container 74471fe1282c [2021-03-12T01:02:48.863Z] ---> ac494cbd2cca [2021-03-12T01:02:48.863Z] Step 8/26 : COPY . . [2021-03-12T01:02:48.863Z] Removing intermediate container 5aeeb05a31e7 [2021-03-12T01:02:48.863Z] ---> 5333dbf3a212 [2021-03-12T01:02:48.863Z] Step 8/22 : COPY . . [2021-03-12T01:02:49.466Z] Removing intermediate container 13e5e1ba73a7 [2021-03-12T01:02:49.466Z] ---> 7c7590735980 [2021-03-12T01:02:49.466Z] Step 8/22 : COPY . . [2021-03-12T01:03:01.728Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:03:01.728Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:03:01.728Z] ---> 6253305d10f7 [2021-03-12T01:03:01.728Z] Step 3/31 : WORKDIR /edgex-go [2021-03-12T01:03:01.728Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:03:01.728Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:03:01.728Z] ---> 6253305d10f7 [2021-03-12T01:03:01.728Z] Step 3/26 : WORKDIR /edgex-go [2021-03-12T01:03:01.728Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:03:01.728Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:03:01.728Z] ---> 6253305d10f7 [2021-03-12T01:03:01.728Z] Step 3/24 : WORKDIR /edgex-go [2021-03-12T01:03:01.728Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:03:01.728Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:03:01.728Z] ---> 6253305d10f7 [2021-03-12T01:03:01.728Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T01:03:01.728Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:03:01.728Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:03:01.728Z] ---> 6253305d10f7 [2021-03-12T01:03:01.728Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T01:03:01.728Z] ---> Running in ff07e4fba0f9 [2021-03-12T01:03:01.728Z] ---> Running in 087a2e0678e6 [2021-03-12T01:03:01.728Z] ---> Running in db3856ef22f7 [2021-03-12T01:03:01.728Z] ---> Running in 93b2774701bc [2021-03-12T01:03:01.728Z] ---> Running in 06e0cd01c5aa [2021-03-12T01:03:01.728Z] Removing intermediate container 93b2774701bc [2021-03-12T01:03:01.728Z] ---> 06e840fdacaa [2021-03-12T01:03:01.728Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:03:01.728Z] Removing intermediate container ff07e4fba0f9 [2021-03-12T01:03:01.728Z] ---> 29804f3e7cfd [2021-03-12T01:03:01.728Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:03:01.728Z] Removing intermediate container db3856ef22f7 [2021-03-12T01:03:01.728Z] ---> aa61a964f2f3 [2021-03-12T01:03:01.728Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:03:01.728Z] Removing intermediate container 06e0cd01c5aa [2021-03-12T01:03:01.728Z] ---> 5e7faea0370b [2021-03-12T01:03:01.728Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:03:01.728Z] ---> Running in 9422112f4160 [2021-03-12T01:03:01.728Z] Removing intermediate container 087a2e0678e6 [2021-03-12T01:03:01.728Z] ---> 88f94beb37c0 [2021-03-12T01:03:01.728Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:03:01.728Z] ---> Running in cd60146e7558 [2021-03-12T01:03:01.728Z] ---> Running in 0af86d1a1102 [2021-03-12T01:03:01.728Z] ---> Running in ee27b63aef3b [2021-03-12T01:03:01.728Z] ---> Running in 480a9f32bd4f [2021-03-12T01:03:02.896Z] Removing intermediate container 9422112f4160 [2021-03-12T01:03:02.896Z] ---> de9357208bad [2021-03-12T01:03:02.896Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-12T01:03:03.622Z] ---> Running in 380affff0767 [2021-03-12T01:03:03.914Z] Removing intermediate container cd60146e7558 [2021-03-12T01:03:03.914Z] ---> 5dbcf9633b06 [2021-03-12T01:03:03.914Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-12T01:03:03.914Z] Removing intermediate container 0af86d1a1102 [2021-03-12T01:03:03.914Z] ---> e4f9c0857342 [2021-03-12T01:03:03.914Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-12T01:03:03.914Z] Removing intermediate container 480a9f32bd4f [2021-03-12T01:03:03.914Z] ---> 39b5b94719d6 [2021-03-12T01:03:03.914Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-12T01:03:03.914Z] Removing intermediate container ee27b63aef3b [2021-03-12T01:03:03.914Z] ---> eea248a67505 [2021-03-12T01:03:03.914Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T01:03:04.187Z] ---> Running in c9fba05cd5bd [2021-03-12T01:03:04.500Z] ---> Running in 5517290c8ae6 [2021-03-12T01:03:04.500Z] ---> Running in d07601cf2fec [2021-03-12T01:03:04.500Z] ---> Running in a2c872bfa85c [2021-03-12T01:03:05.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:03:06.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:03:06.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:03:06.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:03:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:03:07.226Z] OK: 233 MiB in 51 packages [2021-03-12T01:03:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:03:07.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:03:07.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:03:08.034Z] OK: 233 MiB in 51 packages [2021-03-12T01:03:08.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:03:08.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:03:08.941Z] OK: 233 MiB in 51 packages [2021-03-12T01:03:08.941Z] Removing intermediate container 380affff0767 [2021-03-12T01:03:08.941Z] ---> 45a33eaf0afe [2021-03-12T01:03:08.941Z] Step 6/31 : COPY go.mod . [2021-03-12T01:03:09.723Z] OK: 233 MiB in 51 packages [2021-03-12T01:03:10.004Z] OK: 233 MiB in 51 packages [2021-03-12T01:03:11.153Z] ---> 9a48e7bbb75f [2021-03-12T01:03:11.153Z] Step 7/31 : RUN go mod download [2021-03-12T01:03:11.453Z] ---> Running in 55347812fa25 [2021-03-12T01:03:11.743Z] Removing intermediate container 5517290c8ae6 [2021-03-12T01:03:11.743Z] ---> 3795846373c2 [2021-03-12T01:03:11.743Z] Step 6/23 : COPY go.mod . [2021-03-12T01:03:11.743Z] Removing intermediate container c9fba05cd5bd [2021-03-12T01:03:11.743Z] ---> 9f908154c40c [2021-03-12T01:03:11.743Z] Step 6/24 : COPY go.mod . [2021-03-12T01:03:12.058Z] Removing intermediate container a2c872bfa85c [2021-03-12T01:03:12.058Z] ---> 99c7cb6038fb [2021-03-12T01:03:12.058Z] Step 6/26 : COPY go.mod . [2021-03-12T01:03:12.058Z] Removing intermediate container d07601cf2fec [2021-03-12T01:03:12.058Z] ---> 833f1d146706 [2021-03-12T01:03:12.058Z] Step 6/22 : COPY go.mod . [2021-03-12T01:03:12.732Z] ---> 4468c5c2484d [2021-03-12T01:03:12.732Z] Step 7/23 : RUN go mod download [2021-03-12T01:03:12.732Z] ---> a065a21b5968 [2021-03-12T01:03:12.732Z] Step 7/24 : RUN go mod download [2021-03-12T01:03:12.732Z] ---> Running in ba329d11a4ef [2021-03-12T01:03:12.732Z] ---> 0a9e0ffd7471 [2021-03-12T01:03:12.732Z] Step 7/26 : RUN go mod download [2021-03-12T01:03:13.230Z] ---> Running in 46a9a8c3b04d [2021-03-12T01:03:13.612Z] ---> Running in b6e4e2e1ee7d [2021-03-12T01:03:13.612Z] ---> 823216f178db [2021-03-12T01:03:13.612Z] Step 7/22 : RUN go mod download [2021-03-12T01:03:14.340Z] ---> Running in 2b4b0859ef17 [2021-03-12T01:03:16.263Z] ---> 359f976817ab [2021-03-12T01:03:16.263Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-12T01:03:16.263Z] ---> 5862832697c9 [2021-03-12T01:03:16.263Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-12T01:03:16.263Z] ---> Running in 6c0d2d91109b [2021-03-12T01:03:16.263Z] ---> Running in e04174f4144a [2021-03-12T01:03:16.263Z] ---> 4f5f0c5b53f8 [2021-03-12T01:03:16.263Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-12T01:03:16.263Z] ---> dcd7c72e517c [2021-03-12T01:03:16.263Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-12T01:03:16.263Z] ---> 7855a2531788 [2021-03-12T01:03:16.263Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-12T01:03:16.263Z] ---> Running in a6d52f05cba5 [2021-03-12T01:03:16.263Z] ---> Running in 49ea509aee24 [2021-03-12T01:03:16.263Z] ---> Running in 5c329df6c9a7 [2021-03-12T01:03:16.263Z] 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-12T01:03:16.263Z] 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-12T01:03:16.541Z] 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-12T01:03:16.541Z] 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-12T01:03:16.541Z] 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-12T01:03:19.234Z] Removing intermediate container 46a9a8c3b04d [2021-03-12T01:03:19.234Z] ---> 6886985787b0 [2021-03-12T01:03:19.234Z] Step 8/24 : COPY . . [2021-03-12T01:03:19.538Z] Removing intermediate container ba329d11a4ef [2021-03-12T01:03:19.538Z] ---> e21335e9133d [2021-03-12T01:03:19.538Z] Step 8/23 : COPY . . [2021-03-12T01:03:19.808Z] Removing intermediate container 55347812fa25 [2021-03-12T01:03:19.808Z] ---> c1c939012aeb [2021-03-12T01:03:19.808Z] Step 8/31 : COPY . . [2021-03-12T01:03:19.808Z] Removing intermediate container b6e4e2e1ee7d [2021-03-12T01:03:19.808Z] ---> 38d888655af6 [2021-03-12T01:03:19.808Z] Step 8/26 : COPY . . [2021-03-12T01:03:23.412Z] Removing intermediate container 2b4b0859ef17 [2021-03-12T01:03:23.412Z] ---> c5e0f00acc5b [2021-03-12T01:03:23.412Z] Step 8/22 : COPY . . [2021-03-12T01:05:08.489Z] Removing intermediate container 5c329df6c9a7 [2021-03-12T01:05:08.489Z] ---> a860a7413097 [2021-03-12T01:05:08.489Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-12T01:05:08.489Z] ---> Running in b0af6ead4998 [2021-03-12T01:05:08.489Z] 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-12T01:05:10.508Z] Removing intermediate container b0af6ead4998 [2021-03-12T01:05:10.509Z] ---> cd422a24dbbc [2021-03-12T01:05:10.509Z] [2021-03-12T01:05:10.509Z] Step 11/26 : FROM docker:20.10.0 [2021-03-12T01:05:10.509Z] 20.10.0: Pulling from library/docker [2021-03-12T01:05:18.849Z] Removing intermediate container 6c0d2d91109b [2021-03-12T01:05:18.849Z] ---> e0cf1f411ee6 [2021-03-12T01:05:18.849Z] [2021-03-12T01:05:18.849Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T01:05:19.130Z] 3.12: Pulling from library/alpine [2021-03-12T01:05:20.580Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T01:05:20.858Z] Status: Downloaded newer image for alpine:3.12 [2021-03-12T01:05:20.858Z] ---> d10569e2745f [2021-03-12T01:05:20.858Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T01:05:22.836Z] ---> Running in a280f45ad475 [2021-03-12T01:05:23.833Z] Removing intermediate container 49ea509aee24 [2021-03-12T01:05:23.833Z] ---> e64b20ec4e03 [2021-03-12T01:05:23.833Z] [2021-03-12T01:05:23.833Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T01:05:23.833Z] ---> d10569e2745f [2021-03-12T01:05:23.833Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-12T01:05:24.114Z] Removing intermediate container a6d52f05cba5 [2021-03-12T01:05:24.114Z] ---> 87d95cae00e6 [2021-03-12T01:05:24.114Z] [2021-03-12T01:05:24.114Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T01:05:24.114Z] ---> d10569e2745f [2021-03-12T01:05:24.114Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-12T01:05:24.715Z] ---> Running in 474497ec6e8e [2021-03-12T01:05:24.715Z] ---> Running in 3e5356adda0f [2021-03-12T01:05:24.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:25.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:25.880Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T01:05:25.880Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:05:25.880Z] OK: 5 MiB in 15 packages [2021-03-12T01:05:26.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:27.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:27.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:27.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:27.708Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-12T01:05:27.708Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-12T01:05:27.708Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:05:27.985Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T01:05:27.985Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T01:05:27.985Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:05:27.986Z] OK: 5 MiB in 15 packages [2021-03-12T01:05:28.260Z] OK: 6 MiB in 16 packages [2021-03-12T01:05:28.891Z] Removing intermediate container a280f45ad475 [2021-03-12T01:05:28.891Z] ---> 34a49dbb3c6e [2021-03-12T01:05:28.891Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T01:05:29.489Z] ---> Running in 9c32d847bb95 [2021-03-12T01:05:30.092Z] Removing intermediate container 9c32d847bb95 [2021-03-12T01:05:30.092Z] ---> 75f495013488 [2021-03-12T01:05:30.092Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-12T01:05:30.367Z] ---> Running in 993805ffeb7a [2021-03-12T01:05:30.642Z] Removing intermediate container 3e5356adda0f [2021-03-12T01:05:30.642Z] ---> d17bb706c921 [2021-03-12T01:05:30.642Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T01:05:30.918Z] ---> Running in 29a0de4c1116 [2021-03-12T01:05:30.918Z] Removing intermediate container 474497ec6e8e [2021-03-12T01:05:30.918Z] ---> 705a11536d78 [2021-03-12T01:05:30.918Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T01:05:31.219Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-12T01:05:31.219Z] Removing intermediate container 993805ffeb7a [2021-03-12T01:05:31.219Z] ---> 1a39ba2527c1 [2021-03-12T01:05:31.219Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T01:05:31.219Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-12T01:05:31.219Z] ---> eeaf43b92773 [2021-03-12T01:05:31.219Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-12T01:05:31.699Z] ---> Running in c00b7519add5 [2021-03-12T01:05:31.699Z] ---> Running in 93e855cfe5ba [2021-03-12T01:05:31.699Z] ---> Running in 27862d2a6493 [2021-03-12T01:05:31.699Z] Removing intermediate container 29a0de4c1116 [2021-03-12T01:05:31.699Z] ---> 33c8c33855ac [2021-03-12T01:05:31.699Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-12T01:05:32.341Z] ---> 5f1f32e41cea [2021-03-12T01:05:32.341Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-12T01:05:32.341Z] ---> 19c2c4cc37f1 [2021-03-12T01:05:32.341Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-12T01:05:32.341Z] ---> b87d9a9aed25 [2021-03-12T01:05:32.341Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-12T01:05:32.341Z] ---> Running in 53aee2dff59d [2021-03-12T01:05:32.341Z] ---> Running in 3043cbc6f8d9 [2021-03-12T01:05:32.341Z] ---> Running in b0a388635d41 [2021-03-12T01:05:32.341Z] ---> c7f531240592 [2021-03-12T01:05:32.341Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-12T01:05:32.341Z] ---> Running in 45223745d287 [2021-03-12T01:05:32.341Z] ---> b4427dd329d2 [2021-03-12T01:05:32.341Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-12T01:05:32.341Z] ---> Running in ed428c982426 [2021-03-12T01:05:32.341Z] 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-12T01:05:32.341Z] 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-12T01:05:32.341Z] 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-12T01:05:32.341Z] 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-12T01:05:32.341Z] 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-12T01:05:32.403Z] ---> Running in 3972b0e3ab76 [2021-03-12T01:05:32.403Z] Removing intermediate container c00b7519add5 [2021-03-12T01:05:32.403Z] ---> 805581b6373d [2021-03-12T01:05:32.403Z] Step 15/23 : WORKDIR / [2021-03-12T01:05:32.725Z] ---> Running in ccf301a2ed68 [2021-03-12T01:05:33.019Z] Removing intermediate container 93e855cfe5ba [2021-03-12T01:05:33.019Z] ---> 3b9d0c075940 [2021-03-12T01:05:33.019Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-12T01:05:33.019Z] Removing intermediate container 3972b0e3ab76 [2021-03-12T01:05:33.019Z] ---> 3464c92e1817 [2021-03-12T01:05:33.019Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T01:05:33.292Z] ---> Running in 0710931dd033 [2021-03-12T01:05:33.562Z] ---> Running in c6c1ec20a965 [2021-03-12T01:05:33.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:33.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:33.834Z] Removing intermediate container ccf301a2ed68 [2021-03-12T01:05:33.834Z] ---> 0b53a045662f [2021-03-12T01:05:33.834Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:05:34.115Z] Removing intermediate container 0710931dd033 [2021-03-12T01:05:34.115Z] ---> 5f74a711f0b4 [2021-03-12T01:05:34.115Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T01:05:34.404Z] (1/2) Installing readline (8.0.4-r0) [2021-03-12T01:05:34.404Z] (2/2) Installing bash (5.0.17-r0) [2021-03-12T01:05:34.404Z] Executing bash-5.0.17-r0.post-install [2021-03-12T01:05:34.404Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:05:34.404Z] OK: 12 MiB in 22 packages [2021-03-12T01:05:34.688Z] Removing intermediate container c6c1ec20a965 [2021-03-12T01:05:34.688Z] ---> ed5bbf004177 [2021-03-12T01:05:34.688Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:05:34.688Z] ---> Running in 2ce304b97bae [2021-03-12T01:05:35.290Z] Removing intermediate container e04174f4144a [2021-03-12T01:05:35.290Z] ---> 185d3d19d470 [2021-03-12T01:05:35.290Z] [2021-03-12T01:05:35.290Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T01:05:35.290Z] ---> d10569e2745f [2021-03-12T01:05:35.290Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-12T01:05:35.290Z] ---> c6a7d9be0b90 [2021-03-12T01:05:35.290Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-12T01:05:35.562Z] ---> Running in 9c1deb1be6e4 [2021-03-12T01:05:35.562Z] Removing intermediate container 2ce304b97bae [2021-03-12T01:05:35.562Z] ---> 46592e4a217b [2021-03-12T01:05:35.562Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:05:35.562Z] ---> 8007f22b7914 [2021-03-12T01:05:35.562Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-12T01:05:36.552Z] Removing intermediate container 9c1deb1be6e4 [2021-03-12T01:05:36.552Z] ---> 21f295743fa7 [2021-03-12T01:05:36.552Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-12T01:05:36.552Z] Removing intermediate container 27862d2a6493 [2021-03-12T01:05:36.552Z] ---> a43a41e6e221 [2021-03-12T01:05:36.552Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-12T01:05:36.826Z] ---> Running in 57a7e2f2a199 [2021-03-12T01:05:37.100Z] ---> Running in b2b7081ca1d3 [2021-03-12T01:05:37.378Z] ---> 2eb057cc95a6 [2021-03-12T01:05:37.378Z] ---> a79bfa51c9f3 [2021-03-12T01:05:37.378Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-12T01:05:37.378Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-12T01:05:37.378Z] ---> 13f5bca0c410 [2021-03-12T01:05:37.660Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-12T01:05:37.660Z] Removing intermediate container 57a7e2f2a199 [2021-03-12T01:05:37.660Z] ---> a31d593f92f0 [2021-03-12T01:05:37.660Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-12T01:05:37.660Z] Removing intermediate container b2b7081ca1d3 [2021-03-12T01:05:37.660Z] ---> 3185566de841 [2021-03-12T01:05:37.660Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-12T01:05:37.660Z] ---> Running in 5f83964ecdfa [2021-03-12T01:05:37.933Z] ---> Running in fa65a8cd7681 [2021-03-12T01:05:38.546Z] Removing intermediate container 5f83964ecdfa [2021-03-12T01:05:38.546Z] ---> f8f6429013be [2021-03-12T01:05:38.546Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:05:38.546Z] ---> 2912a5fbde13 [2021-03-12T01:05:38.546Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-12T01:05:39.144Z] ---> Running in 65c385365f15 [2021-03-12T01:05:39.144Z] Removing intermediate container fa65a8cd7681 [2021-03-12T01:05:39.144Z] ---> 648883bad7fb [2021-03-12T01:05:39.144Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-12T01:05:39.144Z] ---> 85da587d7229 [2021-03-12T01:05:39.144Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-12T01:05:39.144Z] ---> Running in e6cd71f38aa5 [2021-03-12T01:05:39.144Z] ---> 1683e2b98cdd [2021-03-12T01:05:39.144Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-12T01:05:39.418Z] ---> Running in ac855031ff4f [2021-03-12T01:05:39.418Z] ---> Running in 7c46d7f8af41 [2021-03-12T01:05:39.692Z] Removing intermediate container 65c385365f15 [2021-03-12T01:05:39.692Z] ---> 9e970ca15795 [2021-03-12T01:05:39.692Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:05:39.966Z] ---> Running in 08e05f4b1cbe [2021-03-12T01:05:40.240Z] Removing intermediate container ac855031ff4f [2021-03-12T01:05:40.240Z] ---> e72821d272d8 [2021-03-12T01:05:40.240Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-12T01:05:40.240Z] Removing intermediate container 7c46d7f8af41 [2021-03-12T01:05:40.240Z] ---> 172128f16214 [2021-03-12T01:05:40.240Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:05:40.240Z] ---> Running in f845deb70863 [2021-03-12T01:05:40.240Z] ---> 065605aa3f44 [2021-03-12T01:05:40.240Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-12T01:05:40.514Z] Removing intermediate container 08e05f4b1cbe [2021-03-12T01:05:40.514Z] ---> 84c9e43c956f [2021-03-12T01:05:40.514Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T01:05:40.514Z] ---> Running in 485950ad5313 [2021-03-12T01:05:40.791Z] ---> Running in c6e1bd215486 [2021-03-12T01:05:41.070Z] Removing intermediate container f845deb70863 [2021-03-12T01:05:41.070Z] ---> 5fbe7bc180cc [2021-03-12T01:05:41.070Z] Step 20/22 : LABEL arch=arm64 [2021-03-12T01:05:41.349Z] Removing intermediate container 485950ad5313 [2021-03-12T01:05:41.349Z] ---> 43b039134946 [2021-03-12T01:05:41.349Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:05:41.623Z] ---> Running in 38c2069a05c0 [2021-03-12T01:05:41.623Z] Removing intermediate container c6e1bd215486 [2021-03-12T01:05:41.623Z] ---> 7595a02651e4 [2021-03-12T01:05:41.623Z] Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:05:41.903Z] ---> Running in 90e1ec30b818 [2021-03-12T01:05:41.903Z] ---> 476ce8a98d73 [2021-03-12T01:05:41.903Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-12T01:05:41.903Z] ---> Running in d4bc56853a5a [2021-03-12T01:05:42.181Z] Removing intermediate container 38c2069a05c0 [2021-03-12T01:05:42.181Z] ---> bbab8955fd87 [2021-03-12T01:05:42.181Z] Step 21/22 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:05:42.456Z] Removing intermediate container e6cd71f38aa5 [2021-03-12T01:05:42.456Z] ---> 3f5d7a3d8e90 [2021-03-12T01:05:42.456Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-12T01:05:42.456Z] ---> Running in 5e5bf5f27330 [2021-03-12T01:05:42.730Z] Removing intermediate container 90e1ec30b818 [2021-03-12T01:05:42.730Z] ---> ee9a7aebcb2f [2021-03-12T01:05:42.730Z] Step 20/22 : LABEL arch=arm64 [2021-03-12T01:05:42.730Z] ---> Running in 79ef98f58e80 [2021-03-12T01:05:42.730Z] Removing intermediate container d4bc56853a5a [2021-03-12T01:05:42.730Z] ---> 35c12357a297 [2021-03-12T01:05:42.730Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T01:05:43.003Z] ---> Running in ad50a055b78a [2021-03-12T01:05:43.003Z] ---> Running in 81c088fbdbba [2021-03-12T01:05:47.305Z] ---> 1b8f04034389 [2021-03-12T01:05:47.305Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-12T01:05:47.305Z] Removing intermediate container 5e5bf5f27330 [2021-03-12T01:05:47.305Z] ---> cffdfe87b41b [2021-03-12T01:05:47.305Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T01:05:47.305Z] ---> Running in c15df1740f6a [2021-03-12T01:05:47.305Z] Removing intermediate container ad50a055b78a [2021-03-12T01:05:47.305Z] ---> f675c567f13f [2021-03-12T01:05:47.305Z] Removing intermediate container 81c088fbdbba [2021-03-12T01:05:47.305Z] ---> 52adbcd39acd [2021-03-12T01:05:47.305Z] [2021-03-12T01:05:47.305Z] Step 21/22 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:05:47.577Z] ---> Running in fd023aa00ac4 [2021-03-12T01:05:47.852Z] Removing intermediate container c15df1740f6a [2021-03-12T01:05:47.852Z] ---> d79fe4249ffc [2021-03-12T01:05:47.852Z] [2021-03-12T01:05:47.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:47.852Z] Successfully built 52adbcd39acd [2021-03-12T01:05:48.125Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-12T01:05:48.125Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-12T01:05:48.126Z] Removing intermediate container fd023aa00ac4 [2021-03-12T01:05:48.126Z] ---> 537997fb490b [2021-03-12T01:05:48.126Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T01:05:48.126Z] ---> d50e26908451 [2021-03-12T01:05:48.126Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-12T01:05:48.401Z] Successfully built d79fe4249ffc [2021-03-12T01:05:48.401Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-12T01:05:48.401Z] Building docker-security-proxy-setup-go [2021-03-12T01:05:48.401Z]  Building docker-support-scheduler-go ... done  ---> Running in 2754c6b70d22 [2021-03-12T01:05:48.401Z] ---> Running in 091f62c7aa49 [2021-03-12T01:05:48.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:49.272Z] Removing intermediate container 2754c6b70d22 [2021-03-12T01:05:49.272Z] ---> 5a1e8fa18aa5 [2021-03-12T01:05:49.272Z] [2021-03-12T01:05:49.272Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-12T01:05:49.272Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-12T01:05:49.542Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-12T01:05:49.542Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-12T01:05:49.542Z] Successfully built 5a1e8fa18aa5 [2021-03-12T01:05:49.542Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-12T01:05:49.542Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-12T01:05:49.816Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-12T01:05:49.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:49.816Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-12T01:05:50.092Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:05:50.092Z] OK: 8 MiB in 20 packages [2021-03-12T01:05:50.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:05:50.697Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-12T01:05:50.697Z] (2/33) Installing expat (2.2.9-r1) [2021-03-12T01:05:50.697Z] (3/33) Installing libffi (3.3-r2) [2021-03-12T01:05:50.697Z] (4/33) Installing gdbm (1.13-r1) [2021-03-12T01:05:50.697Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-12T01:05:50.697Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-12T01:05:50.697Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-12T01:05:51.673Z] Removing intermediate container 79ef98f58e80 [2021-03-12T01:05:51.673Z] ---> c2f1d944d824 [2021-03-12T01:05:51.673Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:05:52.685Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-12T01:05:52.685Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-12T01:05:52.685Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-12T01:05:52.685Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-12T01:05:52.685Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-12T01:05:52.685Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-12T01:05:52.685Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-12T01:05:52.963Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-12T01:05:52.963Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-12T01:05:52.963Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-12T01:05:52.963Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-12T01:05:52.963Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-12T01:05:52.963Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-12T01:05:52.963Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-12T01:05:52.963Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-12T01:05:52.963Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-12T01:05:52.963Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-12T01:05:52.963Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-12T01:05:52.963Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-12T01:05:53.244Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-12T01:05:53.244Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-12T01:05:53.244Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-12T01:05:53.244Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-12T01:05:53.244Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-12T01:05:53.244Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-12T01:05:53.244Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-12T01:05:53.244Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:05:53.523Z] OK: 71 MiB in 55 packages [2021-03-12T01:05:53.795Z] ---> d31bb7e5dae5 [2021-03-12T01:05:53.795Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-12T01:05:57.192Z] ---> ad3d323e39c5 [2021-03-12T01:05:57.192Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-12T01:05:58.635Z] ---> 8fe3e50b3635 [2021-03-12T01:05:58.635Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-12T01:05:58.635Z] ---> Running in ec8b3ad3e70e [2021-03-12T01:05:59.232Z] Removing intermediate container ec8b3ad3e70e [2021-03-12T01:05:59.232Z] ---> 2ff30ad90242 [2021-03-12T01:05:59.232Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:05:59.891Z] ---> Running in c8a91955b1f9 [2021-03-12T01:06:00.945Z] Removing intermediate container c8a91955b1f9 [2021-03-12T01:06:00.945Z] ---> 1a4c639374e3 [2021-03-12T01:06:00.945Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T01:06:00.945Z] Removing intermediate container 091f62c7aa49 [2021-03-12T01:06:00.945Z] ---> 359aa39ac0ee [2021-03-12T01:06:00.945Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-12T01:06:01.930Z] ---> Running in bd5130be7e57 [2021-03-12T01:06:01.930Z] ---> Running in 821b2b34bf4c [2021-03-12T01:06:02.919Z] Removing intermediate container bd5130be7e57 [2021-03-12T01:06:02.919Z] ---> ad9da9e92f4b [2021-03-12T01:06:02.919Z] Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:06:03.519Z] ---> Running in 41d2dc048106 [2021-03-12T01:06:04.113Z] Removing intermediate container 41d2dc048106 [2021-03-12T01:06:04.113Z] ---> 622621198a02 [2021-03-12T01:06:04.113Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T01:06:04.387Z] ---> Running in 2cf66c70735c [2021-03-12T01:06:04.986Z] Removing intermediate container 2cf66c70735c [2021-03-12T01:06:04.986Z] ---> b5e7bba8d196 [2021-03-12T01:06:04.986Z] [2021-03-12T01:06:05.264Z] Successfully built b5e7bba8d196 [2021-03-12T01:06:05.264Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-12T01:06:05.264Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-12T01:06:07.239Z] Collecting docker-compose==1.23.2 [2021-03-12T01:06:07.239Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-12T01:06:07.832Z] Collecting docopt<0.7,>=0.6.1 [2021-03-12T01:06:07.832Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-12T01:06:11.228Z] Collecting PyYAML<4,>=3.10 [2021-03-12T01:06:11.228Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-12T01:06:14.631Z] Collecting cached-property<2,>=1.2.0 [2021-03-12T01:06:14.631Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-12T01:06:15.229Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-12T01:06:15.229Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-12T01:06:17.863Z] Collecting texttable<0.10,>=0.9.0 [2021-03-12T01:06:17.863Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-12T01:06:20.499Z] Collecting docker<4.0,>=3.6.0 [2021-03-12T01:06:20.499Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-12T01:06:21.482Z] Collecting jsonschema<3,>=2.5.1 [2021-03-12T01:06:21.482Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-12T01:06:22.922Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-12T01:06:22.922Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-12T01:06:23.900Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-12T01:06:23.900Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-12T01:06:23.900Z] 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-12T01:06:24.176Z] Collecting docker-pycreds>=0.4.0 [2021-03-12T01:06:24.176Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-12T01:06:24.450Z] 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-12T01:06:25.049Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-12T01:06:25.324Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-12T01:06:25.598Z] Collecting idna<2.8,>=2.5 [2021-03-12T01:06:25.598Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-12T01:06:25.872Z] 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-12T01:06:25.872Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-12T01:06:25.872Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-12T01:06:25.872Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-12T01:06:25.872Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-12T01:06:27.309Z] Installing collected packages: docopt, PyYAML, cached-property, dockerpty, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, docker-compose [2021-03-12T01:06:27.309Z] Running setup.py install for docopt: started [2021-03-12T01:06:29.292Z] Running setup.py install for docopt: finished with status 'done' [2021-03-12T01:06:29.292Z] Running setup.py install for PyYAML: started [2021-03-12T01:06:31.918Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-12T01:06:31.918Z] Running setup.py install for dockerpty: started [2021-03-12T01:06:33.897Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-12T01:06:33.897Z] Running setup.py install for texttable: started [2021-03-12T01:06:36.700Z] Running setup.py install for texttable: finished with status 'done' [2021-03-12T01:06:36.700Z] Attempting uninstall: urllib3 [2021-03-12T01:06:36.700Z] Found existing installation: urllib3 1.25.9 [2021-03-12T01:06:36.700Z] Uninstalling urllib3-1.25.9: [2021-03-12T01:06:36.700Z] Successfully uninstalled urllib3-1.25.9 [2021-03-12T01:06:37.704Z] Attempting uninstall: idna [2021-03-12T01:06:37.704Z] Found existing installation: idna 2.9 [2021-03-12T01:06:37.704Z] Uninstalling idna-2.9: [2021-03-12T01:06:37.704Z] Successfully uninstalled idna-2.9 [2021-03-12T01:06:37.980Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:06:37.980Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:06:37.980Z] ---> 13afd64a8145 [2021-03-12T01:06:37.980Z] Step 3/24 : WORKDIR /edgex-go [2021-03-12T01:06:37.980Z] ---> Using cache [2021-03-12T01:06:37.980Z] ---> 04c0f25d5dcb [2021-03-12T01:06:37.980Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:06:37.980Z] ---> Using cache [2021-03-12T01:06:37.980Z] ---> 42b9397e9150 [2021-03-12T01:06:37.980Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-12T01:06:38.270Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:06:38.270Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:06:38.270Z] ---> 13afd64a8145 [2021-03-12T01:06:38.270Z] Step 3/21 : WORKDIR /edgex-go [2021-03-12T01:06:38.270Z] ---> Using cache [2021-03-12T01:06:38.270Z] ---> 04c0f25d5dcb [2021-03-12T01:06:38.270Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:06:38.270Z] ---> Using cache [2021-03-12T01:06:38.270Z] ---> 42b9397e9150 [2021-03-12T01:06:38.270Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-12T01:06:38.543Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:06:38.543Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:06:38.543Z] ---> 13afd64a8145 [2021-03-12T01:06:38.543Z] Step 3/31 : WORKDIR /edgex-go [2021-03-12T01:06:38.543Z] ---> Using cache [2021-03-12T01:06:38.543Z] ---> 04c0f25d5dcb [2021-03-12T01:06:38.543Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:06:38.543Z] ---> Using cache [2021-03-12T01:06:38.543Z] ---> 42b9397e9150 [2021-03-12T01:06:38.543Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-12T01:06:39.549Z] Attempting uninstall: requests [2021-03-12T01:06:39.549Z] Found existing installation: requests 2.23.0 [2021-03-12T01:06:39.549Z] Uninstalling requests-2.23.0: [2021-03-12T01:06:39.549Z] Successfully uninstalled requests-2.23.0 [2021-03-12T01:06:42.396Z] 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-12T01:06:43.880Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:06:43.880Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:06:43.880Z] ---> 13afd64a8145 [2021-03-12T01:06:43.880Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T01:06:43.880Z] ---> Using cache [2021-03-12T01:06:43.880Z] ---> 04c0f25d5dcb [2021-03-12T01:06:43.880Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:06:43.880Z] ---> Using cache [2021-03-12T01:06:43.880Z] ---> 42b9397e9150 [2021-03-12T01:06:43.880Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T01:06:45.320Z] ---> Running in cb9abd35a46e [2021-03-12T01:06:45.320Z] ---> Running in 38fa525dd607 [2021-03-12T01:06:45.320Z] ---> Running in 93bfe8229293 [2021-03-12T01:06:45.320Z] ---> Running in 5d4deaf15f7c [2021-03-12T01:06:46.305Z] 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-12T01:06:47.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:06:47.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:06:47.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:06:47.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:06:48.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:06:48.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:06:48.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:06:48.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:06:49.242Z] OK: 217 MiB in 51 packages [2021-03-12T01:06:49.242Z] OK: 217 MiB in 51 packages [2021-03-12T01:06:49.519Z] OK: 217 MiB in 51 packages [2021-03-12T01:06:49.519Z] OK: 217 MiB in 51 packages [2021-03-12T01:06:49.863Z] Removing intermediate container 45223745d287 [2021-03-12T01:06:49.864Z] ---> 2e003410767c [2021-03-12T01:06:49.864Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-12T01:06:49.864Z] Removing intermediate container 53aee2dff59d [2021-03-12T01:06:49.864Z] ---> 984666371e9f [2021-03-12T01:06:49.864Z] [2021-03-12T01:06:49.864Z] Step 10/31 : FROM alpine:3.12 [2021-03-12T01:06:49.864Z] 3.12: Pulling from library/alpine [2021-03-12T01:06:49.864Z] ---> Running in e13255bdb151 [2021-03-12T01:06:50.961Z] Removing intermediate container 38fa525dd607 [2021-03-12T01:06:50.962Z] ---> f4a285c38960 [2021-03-12T01:06:50.962Z] Step 6/21 : COPY go.mod . [2021-03-12T01:06:51.559Z] Removing intermediate container 821b2b34bf4c [2021-03-12T01:06:51.559Z] ---> 0f967871f6da [2021-03-12T01:06:51.559Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-12T01:06:51.559Z] Removing intermediate container 93bfe8229293 [2021-03-12T01:06:51.559Z] ---> 162c232775ef [2021-03-12T01:06:51.559Z] Step 6/23 : COPY go.mod . [2021-03-12T01:06:51.559Z] ---> Running in 621ba38ac957 [2021-03-12T01:06:51.559Z] Removing intermediate container 5d4deaf15f7c [2021-03-12T01:06:51.559Z] ---> 0266daa1a86d [2021-03-12T01:06:51.559Z] Step 6/24 : COPY go.mod . [2021-03-12T01:06:51.833Z] Removing intermediate container cb9abd35a46e [2021-03-12T01:06:51.833Z] ---> 2e09aaea5445 [2021-03-12T01:06:51.833Z] Step 6/31 : COPY go.mod . [2021-03-12T01:06:52.108Z] ---> c2421747a077 [2021-03-12T01:06:52.108Z] Step 7/21 : RUN go mod download [2021-03-12T01:06:52.118Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T01:06:52.381Z] ---> Running in b7c8d5a210be [2021-03-12T01:06:52.406Z] 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-12T01:06:52.657Z] ---> f0d4fcda9836 [2021-03-12T01:06:52.657Z] Step 7/23 : RUN go mod download [2021-03-12T01:06:52.930Z] ---> e94b36016edc [2021-03-12T01:06:52.930Z] ---> e1e54eb65ae7 [2021-03-12T01:06:52.930Z] Step 7/31 : RUN go mod download [2021-03-12T01:06:52.930Z] Step 7/24 : RUN go mod download [2021-03-12T01:06:52.930Z] ---> Running in 6b3c76714d3d [2021-03-12T01:06:53.010Z] Status: Downloaded newer image for alpine:3.12 [2021-03-12T01:06:53.010Z] ---> 88dd2752d2ea [2021-03-12T01:06:53.010Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-12T01:06:53.215Z] ---> Running in 1a5df19227eb [2021-03-12T01:06:53.215Z] ---> Running in ebb9b258b79e [2021-03-12T01:06:53.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:06:53.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:06:54.466Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T01:06:54.466Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-12T01:06:54.466Z] (3/3) Installing curl (7.69.1-r3) [2021-03-12T01:06:54.466Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:06:54.466Z] OK: 71 MiB in 58 packages [2021-03-12T01:06:56.450Z] Removing intermediate container 621ba38ac957 [2021-03-12T01:06:56.450Z] ---> 0b132b640932 [2021-03-12T01:06:56.450Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-12T01:06:56.730Z] Removing intermediate container b7c8d5a210be [2021-03-12T01:06:56.730Z] ---> 143079d0db4a [2021-03-12T01:06:56.730Z] Step 8/21 : COPY . . [2021-03-12T01:06:56.731Z] ---> Running in 0a2099677408 [2021-03-12T01:06:57.328Z] Removing intermediate container 6b3c76714d3d [2021-03-12T01:06:57.328Z] ---> d1dbc0315fd3 [2021-03-12T01:06:57.328Z] Step 8/23 : COPY . . [2021-03-12T01:06:57.602Z] Removing intermediate container 0a2099677408 [2021-03-12T01:06:57.603Z] ---> 747e21e14413 [2021-03-12T01:06:57.603Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:06:57.603Z] Removing intermediate container ebb9b258b79e [2021-03-12T01:06:57.603Z] ---> b96afb575b62 [2021-03-12T01:06:57.603Z] Step 8/24 : COPY . . [2021-03-12T01:06:57.889Z] ---> Running in 0f8772a61877 [2021-03-12T01:06:58.486Z] Removing intermediate container 1a5df19227eb [2021-03-12T01:06:58.486Z] ---> aef1ac597c0f [2021-03-12T01:06:58.486Z] Step 8/31 : COPY . . [2021-03-12T01:06:59.156Z] ---> Running in 4c263008365d [2021-03-12T01:06:59.156Z] Removing intermediate container ed428c982426 [2021-03-12T01:06:59.156Z] ---> b8bc94d3557e [2021-03-12T01:06:59.156Z] [2021-03-12T01:06:59.156Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T01:06:59.156Z] ---> 88dd2752d2ea [2021-03-12T01:06:59.156Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-12T01:06:59.510Z] Removing intermediate container 0f8772a61877 [2021-03-12T01:06:59.510Z] ---> 850b0ab6a202 [2021-03-12T01:06:59.510Z] Step 24/26 : LABEL arch=arm64 [2021-03-12T01:06:59.940Z] Removing intermediate container 4c263008365d [2021-03-12T01:06:59.940Z] ---> 9d53cfaaa1f9 [2021-03-12T01:06:59.940Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-12T01:06:59.940Z] ---> Running in 8094cdaa9868 [2021-03-12T01:06:59.940Z] Removing intermediate container b0a388635d41 [2021-03-12T01:06:59.940Z] ---> fe36c04cc96c [2021-03-12T01:06:59.940Z] [2021-03-12T01:06:59.940Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T01:06:59.940Z] ---> 88dd2752d2ea [2021-03-12T01:06:59.940Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T01:06:59.940Z] ---> Running in a6d42040ac3b [2021-03-12T01:07:01.126Z] ---> Running in 5d06dc48ff82 [2021-03-12T01:07:02.135Z] ---> Running in e2853d6b0b6c [2021-03-12T01:07:02.207Z] Removing intermediate container e13255bdb151 [2021-03-12T01:07:02.207Z] ---> af8af837bc60 [2021-03-12T01:07:02.207Z] [2021-03-12T01:07:02.207Z] Step 11/26 : FROM docker:20.10.0 [2021-03-12T01:07:02.207Z] 20.10.0: Pulling from library/docker [2021-03-12T01:07:02.866Z] Removing intermediate container 3043cbc6f8d9 [2021-03-12T01:07:02.866Z] ---> 88dfa5684247 [2021-03-12T01:07:02.866Z] [2021-03-12T01:07:02.866Z] Step 10/24 : FROM alpine:3.12 [2021-03-12T01:07:02.866Z] ---> 88dd2752d2ea [2021-03-12T01:07:02.866Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-12T01:07:03.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:03.483Z] ---> Running in e7d6599ae17f [2021-03-12T01:07:03.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:03.783Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-12T01:07:03.783Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-12T01:07:03.783Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:07:03.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:03.784Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T01:07:04.077Z] OK: 6 MiB in 16 packages [2021-03-12T01:07:04.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:04.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:04.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:04.387Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-12T01:07:04.387Z] (2/2) Installing su-exec (0.2-r1) [2021-03-12T01:07:04.387Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:07:04.387Z] OK: 6 MiB in 16 packages [2021-03-12T01:07:04.680Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T01:07:04.680Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:07:04.680Z] OK: 6 MiB in 15 packages [2021-03-12T01:07:04.758Z] Removing intermediate container e2853d6b0b6c [2021-03-12T01:07:04.758Z] ---> 2e12df39e150 [2021-03-12T01:07:04.758Z] Step 25/26 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:07:05.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:05.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:05.739Z] ---> Running in 73b6325c5d9a [2021-03-12T01:07:05.833Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-12T01:07:05.833Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T01:07:05.833Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-12T01:07:06.191Z] (4/5) Installing curl (7.69.1-r3) [2021-03-12T01:07:06.191Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-12T01:07:06.191Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:07:06.191Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T01:07:06.191Z] OK: 7 MiB in 19 packages [2021-03-12T01:07:07.229Z] Removing intermediate container 8094cdaa9868 [2021-03-12T01:07:07.229Z] ---> ef45a2a634f8 [2021-03-12T01:07:07.229Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T01:07:07.229Z] Removing intermediate container a6d42040ac3b [2021-03-12T01:07:07.229Z] ---> 7ace65add4ff [2021-03-12T01:07:07.229Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-12T01:07:07.315Z] Removing intermediate container 73b6325c5d9a [2021-03-12T01:07:07.316Z] ---> 758c1fe79188 [2021-03-12T01:07:07.316Z] Step 26/26 : LABEL version=0.0.0 [2021-03-12T01:07:07.504Z] ---> Running in 420c3e8f88c6 [2021-03-12T01:07:07.504Z] ---> Running in 33e8463182be [2021-03-12T01:07:07.504Z] Removing intermediate container 5d06dc48ff82 [2021-03-12T01:07:07.504Z] ---> 7c59af659e1e [2021-03-12T01:07:07.504Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T01:07:08.288Z] ---> Running in a063fcb03d20 [2021-03-12T01:07:08.530Z] ---> Running in 7cd749dc3b86 [2021-03-12T01:07:08.530Z] Removing intermediate container e7d6599ae17f [2021-03-12T01:07:08.530Z] ---> 74ae0adfe95a [2021-03-12T01:07:08.530Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T01:07:08.824Z] Removing intermediate container 420c3e8f88c6 [2021-03-12T01:07:08.824Z] ---> 5e4fd9701e50 [2021-03-12T01:07:08.824Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-12T01:07:08.824Z] Removing intermediate container 33e8463182be [2021-03-12T01:07:08.824Z] ---> 856beb6055ec [2021-03-12T01:07:08.824Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-12T01:07:09.447Z] ---> Running in df6c43eafabd [2021-03-12T01:07:09.722Z] Removing intermediate container a063fcb03d20 [2021-03-12T01:07:09.722Z] ---> 7e6bce4d4513 [2021-03-12T01:07:09.722Z] [2021-03-12T01:07:09.745Z] ---> Running in c79985b824c4 [2021-03-12T01:07:09.745Z] ---> Running in f8cb4fc38c34 [2021-03-12T01:07:09.997Z] Successfully built 7e6bce4d4513 [2021-03-12T01:07:09.997Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-12T01:07:10.025Z] Removing intermediate container 7cd749dc3b86 [2021-03-12T01:07:10.025Z] ---> 81686aff660b [2021-03-12T01:07:10.025Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-12T01:07:10.303Z] ---> Running in 9c7e07f1f932 [2021-03-12T01:07:10.303Z] Removing intermediate container c79985b824c4 [2021-03-12T01:07:10.303Z] ---> b19ba217dfa7 [2021-03-12T01:07:10.303Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T01:07:10.619Z] Removing intermediate container f8cb4fc38c34 [2021-03-12T01:07:10.619Z] ---> 8a3c803282f1 [2021-03-12T01:07:10.619Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-12T01:07:10.619Z] Removing intermediate container df6c43eafabd [2021-03-12T01:07:10.619Z] ---> b462d861380d [2021-03-12T01:07:10.619Z] Step 13/24 : WORKDIR / [2021-03-12T01:07:10.619Z] ---> Running in 5882af3bd5c0 [2021-03-12T01:07:11.358Z] ---> Running in 9ab5e83a28b3 [2021-03-12T01:07:11.358Z] ---> Running in b4b1e2d7a8a6 [2021-03-12T01:07:11.358Z] Removing intermediate container 9c7e07f1f932 [2021-03-12T01:07:11.358Z] ---> cfbc15ec8ce1 [2021-03-12T01:07:11.358Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T01:07:12.099Z] ---> Running in 403d02ad18d2 [2021-03-12T01:07:12.424Z] Removing intermediate container 5882af3bd5c0 [2021-03-12T01:07:12.425Z] ---> 840ecdbb83d7 [2021-03-12T01:07:12.425Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:07:12.425Z] Removing intermediate container 9ab5e83a28b3 [2021-03-12T01:07:12.425Z] ---> 1d4bea57232a [2021-03-12T01:07:12.425Z] 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-12T01:07:12.728Z] Removing intermediate container 403d02ad18d2 [2021-03-12T01:07:12.728Z] ---> badfe5540cf3 [2021-03-12T01:07:12.728Z] Step 15/23 : WORKDIR / [2021-03-12T01:07:13.017Z] ---> Running in abdd2a6df44d [2021-03-12T01:07:13.017Z] ---> 03668e701c88 [2021-03-12T01:07:13.017Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-12T01:07:13.381Z] ---> 531225305f3b [2021-03-12T01:07:13.381Z] 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-12T01:07:13.683Z] Removing intermediate container abdd2a6df44d [2021-03-12T01:07:13.683Z] ---> d4ac67f113b6 [2021-03-12T01:07:13.683Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:07:14.728Z] ---> 6c4709199d54 [2021-03-12T01:07:14.728Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-12T01:07:15.061Z] ---> 2dd2d05b080f [2021-03-12T01:07:15.061Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-12T01:07:15.061Z] Removing intermediate container b4b1e2d7a8a6 [2021-03-12T01:07:15.061Z] ---> 2cfcad704cb8 [2021-03-12T01:07:15.061Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-12T01:07:15.061Z] ---> 970025ff6358 [2021-03-12T01:07:15.061Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-12T01:07:15.699Z] ---> Running in d77a8dc7f909 [2021-03-12T01:07:15.699Z] ---> 36f6a6dd4377 [2021-03-12T01:07:15.699Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-12T01:07:17.674Z] Removing intermediate container d77a8dc7f909 [2021-03-12T01:07:17.674Z] ---> 1c79a627eac0 [2021-03-12T01:07:17.674Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-12T01:07:17.674Z] ---> 901c610ee9bb [2021-03-12T01:07:17.674Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-12T01:07:17.674Z] ---> 591ca8a41086 [2021-03-12T01:07:17.674Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-12T01:07:18.000Z] ---> Running in b8389c9d0220 [2021-03-12T01:07:18.000Z] ---> dd8c2409cba8 [2021-03-12T01:07:18.000Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-12T01:07:18.608Z]  Building docker-sys-mgmt-agent-go ... done  ---> 30f7cffb86ba [2021-03-12T01:07:18.608Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-12T01:07:18.608Z] ---> 4bce42a9e004 [2021-03-12T01:07:18.608Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-12T01:07:18.608Z] ---> b643277b8c4b [2021-03-12T01:07:18.608Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-12T01:07:18.608Z] ---> dd1d25df4d4e [2021-03-12T01:07:18.608Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-12T01:07:18.608Z] ---> Running in f43c6a8a7dff [2021-03-12T01:07:18.608Z] ---> Running in ade8f6786562 [2021-03-12T01:07:18.608Z] ---> Running in 2fc437b45408 [2021-03-12T01:07:18.608Z] ---> Running in f25ba7cc55ee [2021-03-12T01:07:18.642Z] ---> fc5cfc6e8923 [2021-03-12T01:07:18.642Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-12T01:07:18.642Z] Removing intermediate container b8389c9d0220 [2021-03-12T01:07:18.642Z] ---> cdc5a454edfa [2021-03-12T01:07:18.642Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:07:18.642Z] ---> 7c5d278e16e7 [2021-03-12T01:07:18.642Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-12T01:07:18.642Z] ---> Running in 7f5716532371 [2021-03-12T01:07:19.029Z] ---> Running in e2b1a4abdc66 [2021-03-12T01:07:19.029Z] ---> Running in 35f513b1a067 [2021-03-12T01:07:19.305Z] ---> 190a22ee3bbc [2021-03-12T01:07:19.305Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-12T01:07:19.305Z] Removing intermediate container 7f5716532371 [2021-03-12T01:07:19.305Z] ---> 59cb7b17986d [2021-03-12T01:07:19.305Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:07:19.305Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-12T01:07:19.580Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-12T01:07:19.580Z] ---> aefe523efa57 [2021-03-12T01:07:19.580Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-12T01:07:19.580Z] Removing intermediate container e2b1a4abdc66 [2021-03-12T01:07:19.580Z] ---> 872e696c7ae7 [2021-03-12T01:07:19.580Z] Step 20/22 : LABEL arch=x86_64 [2021-03-12T01:07:19.580Z] ---> Running in 2632cd759a2e [2021-03-12T01:07:19.580Z] ---> Running in 4267aa3f1c71 [2021-03-12T01:07:19.580Z] ---> Running in 8a6608b90565 [2021-03-12T01:07:19.925Z] ---> 4d0f11f8b332 [2021-03-12T01:07:19.925Z] 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-12T01:07:20.210Z] Removing intermediate container 2632cd759a2e [2021-03-12T01:07:20.210Z] ---> e902517d3eed [2021-03-12T01:07:20.210Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T01:07:20.210Z] ---> Running in a43ef0115a46 [2021-03-12T01:07:20.210Z] Removing intermediate container 8a6608b90565 [2021-03-12T01:07:20.210Z] ---> 29356ef973ae [2021-03-12T01:07:20.210Z] Step 21/22 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:07:20.491Z] ---> Running in ae72f7e13428 [2021-03-12T01:07:20.491Z] ---> Running in b6a6d8de6473 [2021-03-12T01:07:20.588Z] 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-12T01:07:20.589Z] 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-12T01:07:20.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:20.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:20.863Z] 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-12T01:07:20.863Z] 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-12T01:07:21.098Z] Removing intermediate container ae72f7e13428 [2021-03-12T01:07:21.098Z] ---> 353401a8ecfa [2021-03-12T01:07:21.098Z] Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:07:21.098Z] (1/2) Installing readline (8.0.4-r0) [2021-03-12T01:07:21.098Z] (2/2) Installing bash (5.0.17-r0) [2021-03-12T01:07:21.098Z] Executing bash-5.0.17-r0.post-install [2021-03-12T01:07:21.098Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:07:21.098Z] OK: 12 MiB in 22 packages [2021-03-12T01:07:21.422Z] Removing intermediate container b6a6d8de6473 [2021-03-12T01:07:21.422Z] ---> 9e81cb05da69 [2021-03-12T01:07:21.422Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T01:07:21.422Z] ---> Running in b82f9bc55e9c [2021-03-12T01:07:21.714Z] ---> Running in 6363dc38630d [2021-03-12T01:07:22.424Z] Removing intermediate container 35f513b1a067 [2021-03-12T01:07:22.424Z] ---> 68cdbc49a04a [2021-03-12T01:07:22.424Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:07:22.424Z] Removing intermediate container b82f9bc55e9c [2021-03-12T01:07:22.424Z] ---> 8115d56e2991 [2021-03-12T01:07:22.424Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T01:07:22.879Z] ---> Running in 28477f4b08de [2021-03-12T01:07:22.879Z] Removing intermediate container 6363dc38630d [2021-03-12T01:07:22.879Z] ---> bc0363b5fc30 [2021-03-12T01:07:22.879Z] [2021-03-12T01:07:23.147Z] Removing intermediate container 4267aa3f1c71 [2021-03-12T01:07:23.147Z] ---> 76396104534e [2021-03-12T01:07:23.147Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-12T01:07:23.452Z] Removing intermediate container 28477f4b08de [2021-03-12T01:07:23.452Z] ---> 55c519dfc83f [2021-03-12T01:07:23.452Z] [2021-03-12T01:07:23.452Z] ---> 21f6862aebd1 [2021-03-12T01:07:23.452Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-12T01:07:24.057Z] ---> Running in a52c2d05296c [2021-03-12T01:07:24.408Z] Successfully built bc0363b5fc30 [2021-03-12T01:07:24.409Z] Successfully tagged docker-support-notifications-go:latest [2021-03-12T01:07:24.409Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-12T01:07:25.400Z] Removing intermediate container a43ef0115a46 [2021-03-12T01:07:25.400Z] ---> 14cae63f8c89 [2021-03-12T01:07:25.400Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-12T01:07:25.400Z] Successfully built 55c519dfc83f [2021-03-12T01:07:25.699Z] Successfully tagged docker-core-metadata-go:latest [2021-03-12T01:07:25.699Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-12T01:07:25.699Z] ---> Running in 873bc9898462 [2021-03-12T01:07:25.699Z] Removing intermediate container a52c2d05296c [2021-03-12T01:07:25.699Z] ---> d0852f92d146 [2021-03-12T01:07:25.699Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-12T01:07:26.327Z] ---> Running in 8cbdfe852a47 [2021-03-12T01:07:26.327Z] ---> 857cec5305e5 [2021-03-12T01:07:26.327Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-12T01:07:27.994Z] Removing intermediate container 873bc9898462 [2021-03-12T01:07:27.994Z] ---> 2f56a3997514 [2021-03-12T01:07:27.994Z] Step 22/24 : LABEL arch=x86_64 [2021-03-12T01:07:27.994Z] Removing intermediate container 8cbdfe852a47 [2021-03-12T01:07:27.994Z] ---> 068e081f82bd [2021-03-12T01:07:27.994Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-12T01:07:27.994Z] ---> Running in 567ff79d1419 [2021-03-12T01:07:28.331Z] ---> b1dd54d1f48d [2021-03-12T01:07:28.331Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-12T01:07:28.331Z] ---> Running in 0e756acb655e [2021-03-12T01:07:29.962Z] Removing intermediate container 567ff79d1419 [2021-03-12T01:07:29.962Z] ---> ce776672adb2 [2021-03-12T01:07:29.962Z] Step 23/24 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:07:32.224Z] Removing intermediate container 0e756acb655e [2021-03-12T01:07:32.224Z] ---> 13249f99e853 [2021-03-12T01:07:32.224Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-12T01:07:32.224Z] ---> a5688b6b9eb6 [2021-03-12T01:07:32.224Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-12T01:07:32.224Z] ---> Running in 331b92ff4c98 [2021-03-12T01:07:33.910Z] Removing intermediate container 331b92ff4c98 [2021-03-12T01:07:33.910Z] ---> aff2bbcc1944 [2021-03-12T01:07:33.910Z] Step 24/24 : LABEL version=0.0.0 [2021-03-12T01:07:33.910Z] ---> 25a414953b9c [2021-03-12T01:07:33.910Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-12T01:07:34.202Z] ---> Running in d5d2555e6a1c [2021-03-12T01:07:34.202Z] ---> c6d9dc005343 [2021-03-12T01:07:34.202Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-12T01:07:34.491Z] ---> Running in 4425f2e226bf [2021-03-12T01:07:34.782Z] Removing intermediate container d5d2555e6a1c [2021-03-12T01:07:34.782Z] ---> 78de4491b41f [2021-03-12T01:07:34.782Z] [2021-03-12T01:07:35.858Z] Successfully built 78de4491b41f [2021-03-12T01:07:36.163Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-12T01:07:36.163Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-03-12T01:07:37.294Z] ---> d6297b81c68a [2021-03-12T01:07:37.294Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-12T01:07:37.936Z] Removing intermediate container 4425f2e226bf [2021-03-12T01:07:37.936Z] ---> 3d455a709eb9 [2021-03-12T01:07:37.936Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-12T01:07:40.650Z] ---> 054a58534b46 [2021-03-12T01:07:40.650Z] Step 26/31 : RUN chmod +x /entrypoint.sh ---> 5bd010befdb3 [2021-03-12T01:07:40.650Z] [2021-03-12T01:07:40.650Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-12T01:07:41.260Z] ---> Running in 3bdfa7da1214 [2021-03-12T01:07:41.260Z] ---> Running in c16a6671b016 [2021-03-12T01:07:45.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:45.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:07:45.064Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-12T01:07:45.064Z] (2/33) Installing expat (2.2.9-r1) [2021-03-12T01:07:45.064Z] (3/33) Installing libffi (3.3-r2) [2021-03-12T01:07:45.064Z] (4/33) Installing gdbm (1.13-r1) [2021-03-12T01:07:45.501Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-12T01:07:45.501Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-12T01:07:45.501Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-12T01:07:50.356Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-12T01:07:50.356Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-12T01:07:50.356Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-12T01:07:50.356Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-12T01:07:50.356Z] Removing intermediate container c16a6671b016 [2021-03-12T01:07:50.356Z] ---> c8cbf4475ba7 [2021-03-12T01:07:50.356Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-12T01:07:50.710Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-12T01:07:50.710Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-12T01:07:51.088Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-12T01:07:51.088Z] ---> Running in db5b337493ab [2021-03-12T01:07:51.088Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-12T01:07:51.455Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-12T01:07:51.455Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-12T01:07:51.455Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-12T01:07:51.455Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-12T01:07:52.442Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-12T01:07:52.442Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-12T01:07:52.442Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-12T01:07:52.442Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-12T01:07:52.734Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-12T01:07:52.734Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-12T01:07:53.061Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-12T01:07:53.061Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-12T01:07:53.061Z] Removing intermediate container db5b337493ab [2021-03-12T01:07:53.061Z] ---> b8769b0e62cd [2021-03-12T01:07:53.061Z] Step 28/31 : CMD ["gate"] [2021-03-12T01:07:53.061Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-12T01:07:53.061Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-12T01:07:53.061Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-12T01:07:53.340Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-12T01:07:53.624Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-12T01:07:53.624Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-12T01:07:54.604Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:07:54.604Z] ---> Running in 87b0a334f5fd [2021-03-12T01:07:54.604Z] OK: 71 MiB in 55 packages [2021-03-12T01:08:00.636Z] Removing intermediate container 87b0a334f5fd [2021-03-12T01:08:00.636Z] ---> 02ace620d0ec [2021-03-12T01:08:00.636Z] Step 29/31 : LABEL arch=x86_64 [2021-03-12T01:08:03.566Z] ---> Running in 5254b6d385bc [2021-03-12T01:08:05.815Z] Removing intermediate container 5254b6d385bc [2021-03-12T01:08:05.815Z] ---> ea9d5f22d374 [2021-03-12T01:08:05.815Z] Step 30/31 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:08:08.169Z] ---> Running in 1d388843c227 [2021-03-12T01:08:10.343Z] Removing intermediate container 1d388843c227 [2021-03-12T01:08:10.343Z] ---> e319fb36b3ab [2021-03-12T01:08:10.343Z] Step 31/31 : LABEL version=0.0.0 [2021-03-12T01:08:12.679Z] ---> Running in bd9d84307683 [2021-03-12T01:08:13.329Z] Removing intermediate container bd9d84307683 [2021-03-12T01:08:13.329Z] ---> 3f59dc752e83 [2021-03-12T01:08:13.329Z] [2021-03-12T01:08:14.924Z] Successfully built 3f59dc752e83 [2021-03-12T01:08:14.924Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-12T01:08:14.925Z] Building docker-support-scheduler-go [2021-03-12T01:08:28.905Z] 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-12T01:08:29.180Z] 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-12T01:08:35.279Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:08:35.280Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:08:35.280Z] ---> 6253305d10f7 [2021-03-12T01:08:35.280Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T01:08:35.560Z] ---> Using cache [2021-03-12T01:08:35.560Z] ---> 88f94beb37c0 [2021-03-12T01:08:35.560Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:08:35.560Z] ---> Using cache [2021-03-12T01:08:35.560Z] ---> 39b5b94719d6 [2021-03-12T01:08:35.560Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T01:08:38.620Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:08:38.620Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:08:38.620Z] ---> 6253305d10f7 [2021-03-12T01:08:38.620Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T01:08:38.620Z] ---> Using cache [2021-03-12T01:08:38.620Z] ---> 88f94beb37c0 [2021-03-12T01:08:38.620Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:08:38.620Z] ---> Using cache [2021-03-12T01:08:38.620Z] ---> 39b5b94719d6 [2021-03-12T01:08:38.620Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-12T01:08:39.747Z] ---> Running in c5e66bfc0502 [2021-03-12T01:08:39.747Z] ---> Running in d9b79694f074 [2021-03-12T01:08:40.414Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:08:40.414Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:08:40.414Z] ---> 6253305d10f7 [2021-03-12T01:08:40.414Z] Step 3/21 : WORKDIR /edgex-go [2021-03-12T01:08:40.414Z] ---> Using cache [2021-03-12T01:08:40.414Z] ---> 88f94beb37c0 [2021-03-12T01:08:40.414Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:08:40.414Z] ---> Using cache [2021-03-12T01:08:40.414Z] ---> 39b5b94719d6 [2021-03-12T01:08:40.414Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-12T01:08:41.397Z] ---> Running in f31e43f16ae3 [2021-03-12T01:08:44.260Z] Removing intermediate container f25ba7cc55ee [2021-03-12T01:08:44.260Z] ---> 04041e6e2b29 [2021-03-12T01:08:44.260Z] [2021-03-12T01:08:44.260Z] Step 10/24 : FROM alpine:3.12 [2021-03-12T01:08:44.260Z] ---> d10569e2745f [2021-03-12T01:08:44.260Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-12T01:08:44.260Z] ---> Running in 9f3bf6f55220 [2021-03-12T01:08:44.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:08:44.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:08:44.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:08:45.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:08:45.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:08:45.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:08:45.691Z] Removing intermediate container f43c6a8a7dff [2021-03-12T01:08:45.692Z] ---> 8fbeb0368d2b [2021-03-12T01:08:45.692Z] [2021-03-12T01:08:45.692Z] Step 10/21 : FROM alpine:3.12 [2021-03-12T01:08:45.692Z] ---> d10569e2745f [2021-03-12T01:08:45.692Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-12T01:08:45.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:08:45.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:08:45.972Z] Removing intermediate container 2fc437b45408 [2021-03-12T01:08:45.972Z] ---> 0ce42e673965 [2021-03-12T01:08:45.972Z] [2021-03-12T01:08:45.972Z] Step 10/31 : FROM alpine:3.12 [2021-03-12T01:08:45.972Z] ---> d10569e2745f [2021-03-12T01:08:45.972Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-12T01:08:45.972Z] ---> Running in 2b1e673ae3ca [2021-03-12T01:08:46.249Z] ---> Running in 9c6b56705f2a [2021-03-12T01:08:46.524Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-12T01:08:46.524Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T01:08:46.524Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-12T01:08:46.524Z] (4/5) Installing curl (7.69.1-r3) [2021-03-12T01:08:46.524Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-12T01:08:46.524Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:08:46.537Z] OK: 233 MiB in 51 packages [2021-03-12T01:08:46.537Z] OK: 233 MiB in 51 packages [2021-03-12T01:08:46.537Z] OK: 233 MiB in 51 packages [2021-03-12T01:08:46.800Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T01:08:47.074Z] OK: 7 MiB in 19 packages [2021-03-12T01:08:47.074Z] Removing intermediate container 9c6b56705f2a [2021-03-12T01:08:47.074Z] ---> 0d1efcc7d19d [2021-03-12T01:08:47.074Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-12T01:08:47.346Z] ---> Running in bb73324131bc [2021-03-12T01:08:47.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:08:47.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:08:48.497Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-12T01:08:48.497Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T01:08:48.497Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-12T01:08:48.497Z] (4/4) Installing curl (7.69.1-r3) [2021-03-12T01:08:48.497Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:08:48.497Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T01:08:48.771Z] OK: 7 MiB in 18 packages [2021-03-12T01:08:49.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T01:08:49.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T01:08:49.389Z] Removing intermediate container 9f3bf6f55220 [2021-03-12T01:08:49.389Z] ---> 9023bde8d257 [2021-03-12T01:08:49.389Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T01:08:49.710Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-12T01:08:49.710Z] (2/2) Installing su-exec (0.2-r1) [2021-03-12T01:08:49.710Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:08:49.710Z] OK: 5 MiB in 16 packages [2021-03-12T01:08:49.710Z] ---> Running in d62b1c1e30e7 [2021-03-12T01:08:51.343Z] Removing intermediate container d62b1c1e30e7 [2021-03-12T01:08:51.343Z] ---> 237b16d2ab72 [2021-03-12T01:08:51.343Z] Step 13/24 : WORKDIR / [2021-03-12T01:08:51.343Z] Removing intermediate container 2b1e673ae3ca [2021-03-12T01:08:51.343Z] ---> 049e868bf2b6 [2021-03-12T01:08:51.617Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T01:08:51.617Z] ---> Running in 967049bbd10c [2021-03-12T01:08:51.904Z] ---> Running in b81ddafa0980 [2021-03-12T01:08:51.904Z] Removing intermediate container bb73324131bc [2021-03-12T01:08:51.904Z] ---> dc56664b8dfc [2021-03-12T01:08:51.904Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-12T01:08:52.177Z] ---> Running in 6095932cc228 [2021-03-12T01:08:52.449Z] Removing intermediate container 967049bbd10c [2021-03-12T01:08:52.450Z] ---> 3be17447965b [2021-03-12T01:08:52.450Z] 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-12T01:08:52.450Z] Removing intermediate container b81ddafa0980 [2021-03-12T01:08:52.450Z] ---> 91f5bea71f3d [2021-03-12T01:08:52.450Z] Step 13/21 : WORKDIR /edgex [2021-03-12T01:08:52.731Z] Removing intermediate container 6095932cc228 [2021-03-12T01:08:52.731Z] ---> b97a314c28c9 [2021-03-12T01:08:52.731Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-12T01:08:52.731Z] ---> Running in def66e809fd8 [2021-03-12T01:08:53.005Z] ---> Running in 5d30c6382b68 [2021-03-12T01:08:53.997Z] ---> 2e0ab750688c [2021-03-12T01:08:53.997Z] 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-12T01:08:53.997Z] Removing intermediate container def66e809fd8 [2021-03-12T01:08:53.997Z] ---> a7391eaeba1a [2021-03-12T01:08:53.997Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-12T01:08:53.997Z] Removing intermediate container 5d30c6382b68 [2021-03-12T01:08:53.997Z] ---> d42c46d68fe9 [2021-03-12T01:08:53.997Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-12T01:08:54.272Z] ---> Running in af0c5868217b [2021-03-12T01:08:55.071Z] Removing intermediate container d9b79694f074 [2021-03-12T01:08:55.071Z] ---> 978137140b03 [2021-03-12T01:08:55.071Z] Step 6/23 : COPY go.mod . [2021-03-12T01:08:55.268Z] ---> ddc19f7618fc [2021-03-12T01:08:55.269Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-12T01:08:55.269Z] ---> 9c9f170fb11a [2021-03-12T01:08:55.269Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-12T01:08:55.391Z] Removing intermediate container f31e43f16ae3 [2021-03-12T01:08:55.391Z] ---> 647a6dcb3e27 [2021-03-12T01:08:55.391Z] Step 6/21 : COPY go.mod . [2021-03-12T01:08:56.246Z] Removing intermediate container ade8f6786562 [2021-03-12T01:08:56.246Z] ---> a9b2e35f2d47 [2021-03-12T01:08:56.246Z] [2021-03-12T01:08:56.246Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T01:08:56.246Z] ---> d10569e2745f [2021-03-12T01:08:56.246Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T01:08:56.246Z] ---> Using cache [2021-03-12T01:08:56.246Z] ---> d17bb706c921 [2021-03-12T01:08:56.246Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T01:08:56.246Z] ---> Using cache [2021-03-12T01:08:56.247Z] ---> 33c8c33855ac [2021-03-12T01:08:56.247Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-12T01:08:56.273Z] Removing intermediate container c5e66bfc0502 [2021-03-12T01:08:56.273Z] ---> dd40361f7f9b [2021-03-12T01:08:56.273Z] Step 6/23 : COPY go.mod . [2021-03-12T01:08:56.522Z] ---> Running in d4b1c46e8670 [2021-03-12T01:08:56.523Z] ---> 3391e39dc91d [2021-03-12T01:08:56.523Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-12T01:08:56.799Z] ---> 6f0b3c319189 [2021-03-12T01:08:56.799Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-12T01:08:57.074Z] Removing intermediate container d4b1c46e8670 [2021-03-12T01:08:57.074Z] ---> 84fa59d3b64d [2021-03-12T01:08:57.074Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T01:08:57.350Z] Removing intermediate container af0c5868217b [2021-03-12T01:08:57.350Z] ---> 4e5921fe2b72 [2021-03-12T01:08:57.350Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-12T01:08:57.621Z] ---> Running in da8e1eabed56 [2021-03-12T01:08:57.621Z] ---> Running in 6608687c4d99 [2021-03-12T01:08:58.225Z] ---> 51769a0f65e0 [2021-03-12T01:08:58.225Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-12T01:08:58.225Z] Removing intermediate container da8e1eabed56 [2021-03-12T01:08:58.225Z] ---> 1f28dd36213a [2021-03-12T01:08:58.225Z] Step 15/23 : WORKDIR / [2021-03-12T01:08:58.225Z] ---> 146e8825b48b [2021-03-12T01:08:58.225Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-12T01:08:58.225Z] ---> Running in ff6e012ac2f9 [2021-03-12T01:08:58.500Z] Removing intermediate container 6608687c4d99 [2021-03-12T01:08:58.500Z] ---> baaa30c5cd22 [2021-03-12T01:08:58.500Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-12T01:08:58.500Z] ---> Running in 83a586064389 [2021-03-12T01:08:58.604Z] ---> 29ac642998be [2021-03-12T01:08:58.604Z] Step 7/23 : RUN go mod download [2021-03-12T01:08:58.604Z] ---> bdf3497eb1d5 [2021-03-12T01:08:58.604Z] Step 7/21 : RUN go mod download [2021-03-12T01:08:58.922Z] ---> 87b6588f43e2 [2021-03-12T01:08:58.922Z] Step 7/23 : RUN go mod download [2021-03-12T01:08:59.098Z] Removing intermediate container 83a586064389 [2021-03-12T01:08:59.099Z] ---> 289313059e4e [2021-03-12T01:08:59.099Z] Step 18/21 : CMD ["--init=true"] [2021-03-12T01:08:59.099Z] Removing intermediate container ff6e012ac2f9 [2021-03-12T01:08:59.099Z] ---> b01cfe75aec4 [2021-03-12T01:08:59.099Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:08:59.378Z] ---> Running in 6980e800db3a [2021-03-12T01:08:59.652Z] ---> abe90430c6b4 [2021-03-12T01:08:59.652Z] ---> 19c7d0097680 [2021-03-12T01:08:59.652Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.shStep 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-12T01:08:59.652Z] [2021-03-12T01:08:59.925Z] ---> Running in 55b23a7bfe0c [2021-03-12T01:09:00.201Z] Removing intermediate container 6980e800db3a [2021-03-12T01:09:00.201Z] ---> 8091fc7c76b9 [2021-03-12T01:09:00.201Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-12T01:09:00.201Z] ---> 3835bcedafe3 [2021-03-12T01:09:00.201Z] Step 19/21 : LABEL arch=arm64 [2021-03-12T01:09:00.201Z] ---> Running in 6bd4534e16a0 [2021-03-12T01:09:00.428Z] ---> Running in 49c5ab9d8753 [2021-03-12T01:09:00.428Z] ---> Running in 7657d239e173 [2021-03-12T01:09:00.428Z] ---> Running in c98c8b357c17 [2021-03-12T01:09:00.474Z] ---> e3bd49b017fa [2021-03-12T01:09:00.474Z] 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-12T01:09:00.749Z] ---> Running in c4ebe6ed0ecd [2021-03-12T01:09:01.032Z] Removing intermediate container 6bd4534e16a0 [2021-03-12T01:09:01.032Z] ---> 91cb7cdb7f86 [2021-03-12T01:09:01.032Z] Step 20/21 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:09:01.637Z] ---> Running in 37c5775b5b4c [2021-03-12T01:09:01.912Z] ---> c46a326be77d [2021-03-12T01:09:01.912Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-12T01:09:02.192Z] Removing intermediate container 37c5775b5b4c [2021-03-12T01:09:02.192Z] ---> 2cf0c764bfc2 [2021-03-12T01:09:02.192Z] Step 21/21 : LABEL version=0.0.0 [2021-03-12T01:09:02.470Z] ---> Running in dfb4d22c4c56 [2021-03-12T01:09:03.070Z] ---> 780fb8d7c8ea [2021-03-12T01:09:03.070Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-12T01:09:03.353Z] ---> Running in ef9b23fdfc48 [2021-03-12T01:09:03.353Z] Removing intermediate container 55b23a7bfe0c [2021-03-12T01:09:03.353Z] ---> 5ea76e3fa95d [2021-03-12T01:09:03.353Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:09:03.353Z] Removing intermediate container dfb4d22c4c56 [2021-03-12T01:09:03.353Z] ---> 9b733008ee36 [2021-03-12T01:09:03.353Z] [2021-03-12T01:09:03.953Z] Removing intermediate container ef9b23fdfc48 [2021-03-12T01:09:03.953Z] ---> 0176695c55d1 [2021-03-12T01:09:03.953Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:09:03.953Z] Successfully built 9b733008ee36 [2021-03-12T01:09:03.953Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-12T01:09:04.229Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 3e25368c1b0b [2021-03-12T01:09:04.229Z] Removing intermediate container c4ebe6ed0ecd [2021-03-12T01:09:04.229Z] ---> f3f1e518f20a [2021-03-12T01:09:04.229Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-12T01:09:04.229Z] ---> 974fc3ed523a [2021-03-12T01:09:04.229Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-12T01:09:04.504Z] ---> Running in 7e683bdad49d [2021-03-12T01:09:04.778Z] Removing intermediate container 3e25368c1b0b [2021-03-12T01:09:04.778Z] ---> 6e6ba9c300b2 [2021-03-12T01:09:04.778Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T01:09:05.052Z] ---> Running in bf56e5622306 [2021-03-12T01:09:05.052Z] Removing intermediate container 7e683bdad49d [2021-03-12T01:09:05.052Z] ---> 16e01ca96018 [2021-03-12T01:09:05.052Z] Step 22/24 : LABEL arch=arm64 [2021-03-12T01:09:05.335Z] ---> Running in de8342e9c8a1 [2021-03-12T01:09:05.930Z] Removing intermediate container bf56e5622306 [2021-03-12T01:09:05.930Z] ---> b88153852c37 [2021-03-12T01:09:05.930Z] Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:09:05.930Z] ---> 32b4e5b3b8fd [2021-03-12T01:09:05.930Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-12T01:09:05.930Z] ---> Running in a52404f98e9b [2021-03-12T01:09:05.930Z] Removing intermediate container de8342e9c8a1 [2021-03-12T01:09:05.930Z] ---> 3bfc73cb7ca8 [2021-03-12T01:09:05.930Z] Step 23/24 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:09:06.206Z] ---> Running in 26babccd4a5b [2021-03-12T01:09:06.479Z] Removing intermediate container a52404f98e9b [2021-03-12T01:09:06.479Z] ---> 458ea99c9ec3 [2021-03-12T01:09:06.479Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T01:09:06.754Z] ---> Running in c0c7987f1044 [2021-03-12T01:09:06.754Z] ---> 0fe2a38713ba [2021-03-12T01:09:06.754Z] Removing intermediate container 26babccd4a5b [2021-03-12T01:09:06.754Z] ---> d8127a93ad86 [2021-03-12T01:09:06.754Z] Step 24/24 : LABEL version=0.0.0 [2021-03-12T01:09:06.754Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-12T01:09:07.029Z] ---> Running in a8d47a89ac22 [2021-03-12T01:09:07.313Z] Removing intermediate container c0c7987f1044 [2021-03-12T01:09:07.313Z] ---> 7f9557c456b4 [2021-03-12T01:09:07.313Z] [2021-03-12T01:09:07.585Z] Removing intermediate container a8d47a89ac22 [2021-03-12T01:09:07.585Z] ---> 7e70153ac989 [2021-03-12T01:09:07.585Z] [2021-03-12T01:09:07.857Z] Successfully built 7f9557c456b4 [2021-03-12T01:09:07.858Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-12T01:09:07.858Z]  Building docker-core-metadata-go ... done  ---> 99fa3548078f [2021-03-12T01:09:07.858Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-12T01:09:08.131Z] Successfully built 7e70153ac989 [2021-03-12T01:09:08.131Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-12T01:09:08.728Z]  Building docker-security-secretstore-setup-go ... done  ---> 8b55fc7bbfc9 [2021-03-12T01:09:08.728Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-12T01:09:09.001Z] ---> Running in 15c40f1e0269 [2021-03-12T01:09:09.595Z] Removing intermediate container 15c40f1e0269 [2021-03-12T01:09:09.595Z] ---> f03c67608fe8 [2021-03-12T01:09:09.595Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-12T01:09:10.192Z] ---> 65cb43a720f9 [2021-03-12T01:09:10.192Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-12T01:09:10.470Z] ---> Running in 6ecb82e333fc [2021-03-12T01:09:11.450Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T01:09:11.451Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T01:09:11.451Z] ---> 6253305d10f7 [2021-03-12T01:09:11.451Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T01:09:11.451Z] ---> Using cache [2021-03-12T01:09:11.451Z] ---> 88f94beb37c0 [2021-03-12T01:09:11.451Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:09:11.451Z] ---> Using cache [2021-03-12T01:09:11.451Z] ---> 39b5b94719d6 [2021-03-12T01:09:11.451Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-12T01:09:11.451Z] ---> Using cache [2021-03-12T01:09:11.451Z] ---> dd40361f7f9b [2021-03-12T01:09:11.451Z] Step 6/22 : COPY go.mod . [2021-03-12T01:09:11.451Z] ---> Using cache [2021-03-12T01:09:11.451Z] ---> 29ac642998be [2021-03-12T01:09:11.451Z] Step 7/22 : RUN go mod download [2021-03-12T01:09:11.451Z] ---> Running in c1f494f582b5 [2021-03-12T01:09:12.063Z] Removing intermediate container 49c5ab9d8753 [2021-03-12T01:09:12.063Z] ---> ed062882bdef [2021-03-12T01:09:12.063Z] Step 8/23 : COPY . . [2021-03-12T01:09:12.694Z] Removing intermediate container c98c8b357c17 [2021-03-12T01:09:12.694Z] ---> e74f8d63bb05 [2021-03-12T01:09:12.694Z] Step 8/21 : COPY . . [2021-03-12T01:09:13.081Z] Removing intermediate container 6ecb82e333fc [2021-03-12T01:09:13.081Z] ---> 2f8190085c0d [2021-03-12T01:09:13.081Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-12T01:09:13.081Z] ---> Running in 92d58f599258 [2021-03-12T01:09:13.351Z] Removing intermediate container 92d58f599258 [2021-03-12T01:09:13.351Z] ---> a93e5db113e6 [2021-03-12T01:09:13.351Z] Step 28/31 : CMD ["gate"] [2021-03-12T01:09:13.621Z] ---> Running in 3f4234ec3247 [2021-03-12T01:09:14.216Z] Removing intermediate container 3f4234ec3247 [2021-03-12T01:09:14.216Z] ---> f256e1eca7a8 [2021-03-12T01:09:14.216Z] Step 29/31 : LABEL arch=arm64 [2021-03-12T01:09:14.220Z] Removing intermediate container 3bdfa7da1214 [2021-03-12T01:09:14.220Z] ---> 0fd2ede01fc7 [2021-03-12T01:09:14.220Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-12T01:09:14.220Z] Removing intermediate container 7657d239e173 [2021-03-12T01:09:14.220Z] ---> 9446857bf88b [2021-03-12T01:09:14.220Z] Step 8/23 : COPY . . [2021-03-12T01:09:14.491Z] ---> Running in 907a8e73e6f9 [2021-03-12T01:09:14.546Z] ---> Running in aabc486108d0 [2021-03-12T01:09:15.081Z] Removing intermediate container 907a8e73e6f9 [2021-03-12T01:09:15.081Z] ---> 9b60454d4935 [2021-03-12T01:09:15.081Z] Step 30/31 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:09:15.351Z] ---> Running in 8c502384fc36 [2021-03-12T01:09:15.620Z] Removing intermediate container 8c502384fc36 [2021-03-12T01:09:15.620Z] ---> 296aed0faa2a [2021-03-12T01:09:15.620Z] Step 31/31 : LABEL version=0.0.0 [2021-03-12T01:09:16.208Z] ---> Running in 1cc1c51ecf27 [2021-03-12T01:09:16.479Z] Removing intermediate container 1cc1c51ecf27 [2021-03-12T01:09:16.479Z] ---> e8fe4bb4e41a [2021-03-12T01:09:16.479Z] [2021-03-12T01:09:16.750Z] Successfully built e8fe4bb4e41a [2021-03-12T01:09:17.021Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-12T01:09:17.307Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-12T01:09:17.331Z] $ docker stop --time=1 2a115cc4bd08c1ea9124006da730b7c6e2792b7bb1f66e52f70164a1217f8cb3 [2021-03-12T01:09:19.309Z] $ docker rm -f 2a115cc4bd08c1ea9124006da730b7c6e2792b7bb1f66e52f70164a1217f8cb3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T01:09:20.066Z] + + grepdocker docker images [2021-03-12T01:09:20.066Z] [2021-03-12T01:09:20.337Z] docker-security-bootstrapper-go-arm64 latest e8fe4bb4e41a 4 seconds ago 17.8MB [2021-03-12T01:09:20.337Z] docker-core-metadata-go-arm64 latest 7f9557c456b4 13 seconds ago 17.9MB [2021-03-12T01:09:20.337Z] docker-security-secretstore-setup-go-arm64 latest 7e70153ac989 13 seconds ago 23.7MB [2021-03-12T01:09:20.337Z] docker-security-proxy-setup-go-arm64 latest 9b733008ee36 18 seconds ago 23.4MB [2021-03-12T01:09:20.337Z] docker-sys-mgmt-agent-go-arm64 latest 7e6bce4d4513 2 minutes ago 300MB [2021-03-12T01:09:20.337Z] docker-core-data-go-arm64 latest b5e7bba8d196 3 minutes ago 21.3MB [2021-03-12T01:09:20.337Z] docker-support-notifications-go-arm64 latest 5a1e8fa18aa5 3 minutes ago 16.9MB [2021-03-12T01:09:20.337Z] docker-support-scheduler-go-arm64 latest d79fe4249ffc 3 minutes ago 16.3MB [2021-03-12T01:09:20.337Z] docker-core-command-go-arm64 latest 52adbcd39acd 3 minutes ago 16.2MB [2021-03-12T01:09:20.337Z] 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-12T01:09:21.911Z] ---> job-cost.sh [2021-03-12T01:09:21.912Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aB7y [2021-03-12T01:09:25.620Z] Removing intermediate container c1f494f582b5 [2021-03-12T01:09:25.620Z] ---> 765e8230564c [2021-03-12T01:09:25.620Z] Step 8/22 : COPY . . [2021-03-12T01:09:59.054Z] Collecting docker-compose==1.23.2 [2021-03-12T01:09:59.055Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-12T01:09:59.677Z] 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-12T01:10:00.849Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-12T01:10:01.207Z] Collecting texttable<0.10,>=0.9.0 [2021-03-12T01:10:01.207Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-12T01:10:20.233Z] Collecting docker<4.0,>=3.6.0 [2021-03-12T01:10:20.233Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-12T01:10:22.402Z] Collecting cached-property<2,>=1.2.0 [2021-03-12T01:10:22.402Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-12T01:10:23.217Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-12T01:10:23.638Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-12T01:10:24.553Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-12T01:10:24.553Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-12T01:10:26.328Z] Collecting docopt<0.7,>=0.6.1 [2021-03-12T01:10:26.328Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-12T01:10:42.105Z] Collecting jsonschema<3,>=2.5.1 [2021-03-12T01:10:42.105Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-12T01:10:42.105Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-12T01:10:42.105Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-12T01:10:49.017Z] Collecting PyYAML<4,>=3.10 [2021-03-12T01:10:49.017Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-12T01:10:50.478Z] Collecting docker-pycreds>=0.4.0 [2021-03-12T01:10:50.478Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-12T01:10:52.338Z] 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-12T01:10:52.338Z] Collecting idna<2.8,>=2.5 [2021-03-12T01:10:52.338Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-12T01:10:53.353Z] 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-12T01:10:53.353Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-12T01:10:53.353Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-12T01:10:53.824Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-12T01:10:53.824Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-12T01:10:53.824Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-12T01:10:53.824Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-12T01:10:53.824Z] ---> 5a4839f6a1c1 [2021-03-12T01:10:53.824Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-12T01:10:53.824Z] ---> 30c274960f73 [2021-03-12T01:10:53.824Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-12T01:10:53.824Z] Installing collected packages: texttable, docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, docopt, jsonschema, dockerpty, PyYAML, docker-compose [2021-03-12T01:10:53.824Z] Running setup.py install for texttable: started [2021-03-12T01:10:54.502Z] ---> Running in df9d9fa2d42b [2021-03-12T01:10:54.792Z] ---> Running in 33dc85297bd0 [2021-03-12T01:10:55.501Z] ---> 38910486e1a3 [2021-03-12T01:10:55.501Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-12T01:10:55.771Z] ---> Running in f1ea63db8303 [2021-03-12T01:10:55.771Z] Running setup.py install for texttable: finished with status 'done' [2021-03-12T01:10:56.892Z] Attempting uninstall: idna [2021-03-12T01:10:56.892Z] Found existing installation: idna 2.9 [2021-03-12T01:10:56.892Z] Uninstalling idna-2.9: [2021-03-12T01:10:57.208Z] Successfully uninstalled idna-2.9 [2021-03-12T01:10:59.418Z] Attempting uninstall: urllib3 [2021-03-12T01:10:59.418Z] Found existing installation: urllib3 1.25.9 [2021-03-12T01:10:59.418Z] Uninstalling urllib3-1.25.9: [2021-03-12T01:10:59.418Z] ---> 0b9cd17abe8d [2021-03-12T01:10:59.418Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-12T01:10:59.712Z] 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-12T01:10:59.712Z] 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-12T01:10:59.712Z] 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-12T01:10:59.712Z] ---> Running in 279c85864ff6 [2021-03-12T01:10:59.992Z] Successfully uninstalled urllib3-1.25.9 [2021-03-12T01:11:01.507Z] Attempting uninstall: requests [2021-03-12T01:11:01.507Z] Found existing installation: requests 2.23.0 [2021-03-12T01:11:01.507Z] Uninstalling requests-2.23.0: [2021-03-12T01:11:01.816Z] 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-12T01:11:02.127Z] Successfully uninstalled requests-2.23.0 [2021-03-12T01:11:03.188Z] Running setup.py install for docopt: started [2021-03-12T01:11:03.795Z] Running setup.py install for docopt: finished with status 'done' [2021-03-12T01:11:04.069Z] Running setup.py install for dockerpty: started [2021-03-12T01:11:05.046Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-12T01:11:05.046Z] Running setup.py install for PyYAML: started [2021-03-12T01:11:06.062Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-12T01:11:07.055Z] 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-12T01:11:20.002Z] Removing intermediate container aabc486108d0 [2021-03-12T01:11:20.002Z] ---> 1403b19898cd [2021-03-12T01:11:20.002Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-12T01:11:20.002Z] ---> Running in e25b54f24b12 [2021-03-12T01:11:20.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:11:20.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:11:21.019Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T01:11:21.019Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-12T01:11:21.019Z] (3/3) Installing curl (7.69.1-r3) [2021-03-12T01:11:21.019Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:11:21.542Z] OK: 72 MiB in 58 packages [2021-03-12T01:11:26.508Z] Removing intermediate container e25b54f24b12 [2021-03-12T01:11:26.508Z] ---> 458a811946c4 [2021-03-12T01:11:26.508Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-12T01:11:26.814Z] ---> Running in 772e1421e167 [2021-03-12T01:11:27.902Z] Removing intermediate container 772e1421e167 [2021-03-12T01:11:27.902Z] ---> af44adc70a0f [2021-03-12T01:11:27.902Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:11:28.256Z] ---> Running in 0dcc59ff594e [2021-03-12T01:11:28.990Z] Removing intermediate container 0dcc59ff594e [2021-03-12T01:11:28.990Z] ---> 817b881593e6 [2021-03-12T01:11:28.990Z] Step 24/26 : LABEL arch=x86_64 [2021-03-12T01:11:28.990Z] ---> Running in 46effb5c15b0 [2021-03-12T01:11:30.743Z] Removing intermediate container 46effb5c15b0 [2021-03-12T01:11:30.743Z] ---> d5be165bd2d9 [2021-03-12T01:11:30.743Z] Step 25/26 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:11:30.743Z] ---> Running in 034e6a1db4ae [2021-03-12T01:11:31.996Z] Removing intermediate container 034e6a1db4ae [2021-03-12T01:11:31.996Z] ---> 822b88caed84 [2021-03-12T01:11:31.996Z] Step 26/26 : LABEL version=0.0.0 [2021-03-12T01:11:32.413Z] ---> Running in 9abbe0bcd080 [2021-03-12T01:11:33.565Z] Removing intermediate container 9abbe0bcd080 [2021-03-12T01:11:33.565Z] ---> 9b17eb187a44 [2021-03-12T01:11:33.565Z] [2021-03-12T01:11:34.583Z] Successfully built 9b17eb187a44 [2021-03-12T01:11:34.900Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-12T01:11:37.577Z] lf-activate-venv(): INFO: Adding /tmp/venv-aB7y/bin to PATH [2021-03-12T01:11:37.577Z] INFO: No Stack... [2021-03-12T01:11:37.577Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-12T01:11:37.577Z] INFO: Archiving Costs [Pipeline] sh [2021-03-12T01:11:37.930Z] + cat /w/workspace/edgex-go/9/archives/cost.csv [2021-03-12T01:11:37.930Z] + cut -d, -f6 [Pipeline] lock [2021-03-12T01:11:38.079Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-9-stack-cost] [2021-03-12T01:11:38.089Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3250-9-stack-cost] did not exist. Created. [2021-03-12T01:11:38.089Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-12T01:11:38.575Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-12T01:11:38.945Z] Stashed 1 file(s) [Pipeline] } [2021-03-12T01:11:38.961Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-9-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-12T01:11:54.869Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-12T01:12:08.541Z] Removing intermediate container f1ea63db8303 [2021-03-12T01:12:08.541Z] ---> 4c84621299d1 [2021-03-12T01:12:08.541Z] [2021-03-12T01:12:08.541Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T01:12:08.541Z] ---> 88dd2752d2ea [2021-03-12T01:12:08.541Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T01:12:08.541Z] ---> Using cache [2021-03-12T01:12:08.541Z] ---> 7c59af659e1e [2021-03-12T01:12:08.541Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T01:12:08.541Z] ---> Using cache [2021-03-12T01:12:08.541Z] ---> 81686aff660b [2021-03-12T01:12:08.541Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-12T01:12:12.074Z] ---> Running in c59bc978b0d9 [2021-03-12T01:12:12.074Z] Removing intermediate container 33dc85297bd0 [2021-03-12T01:12:12.074Z] ---> 54471b602b8d [2021-03-12T01:12:12.074Z] [2021-03-12T01:12:12.074Z] Step 10/21 : FROM alpine:3.12 [2021-03-12T01:12:12.074Z] ---> 88dd2752d2ea [2021-03-12T01:12:12.074Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-12T01:12:12.074Z] Removing intermediate container 279c85864ff6 [2021-03-12T01:12:12.074Z] ---> fcabff4cdb7f [2021-03-12T01:12:12.074Z] [2021-03-12T01:12:12.074Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T01:12:12.074Z] ---> 88dd2752d2ea [2021-03-12T01:12:12.074Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-12T01:12:12.074Z] ---> Using cache [2021-03-12T01:12:12.074Z] ---> 7c59af659e1e [2021-03-12T01:12:12.074Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T01:12:12.074Z] ---> Using cache [2021-03-12T01:12:12.074Z] ---> 81686aff660b [2021-03-12T01:12:12.074Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-12T01:12:12.363Z] ---> Running in 360703e7633e [2021-03-12T01:12:12.363Z] ---> Running in 9625672eae65 [2021-03-12T01:12:12.658Z] Removing intermediate container c59bc978b0d9 [2021-03-12T01:12:12.658Z] ---> 0c6947539031 [2021-03-12T01:12:12.658Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T01:12:13.856Z] ---> Running in 1e56b1b45d03 [2021-03-12T01:12:14.457Z] Removing intermediate container 9625672eae65 [2021-03-12T01:12:14.457Z] ---> eb7f9a2a1250 [2021-03-12T01:12:14.457Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T01:12:14.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:12:14.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:12:15.018Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-12T01:12:15.018Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T01:12:15.018Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-12T01:12:15.018Z] (4/4) Installing curl (7.69.1-r3) [2021-03-12T01:12:15.018Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:12:15.018Z] ---> Running in 928eb734c20b [2021-03-12T01:12:15.018Z] Removing intermediate container 1e56b1b45d03 [2021-03-12T01:12:15.018Z] ---> 5272ae71264b [2021-03-12T01:12:15.018Z] Step 15/23 : WORKDIR / [2021-03-12T01:12:15.283Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T01:12:15.283Z] OK: 7 MiB in 18 packages [2021-03-12T01:12:15.587Z] Removing intermediate container df9d9fa2d42b [2021-03-12T01:12:15.587Z] ---> 42a2660dd71b [2021-03-12T01:12:15.587Z] [2021-03-12T01:12:15.587Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T01:12:15.587Z] ---> 88dd2752d2ea [2021-03-12T01:12:15.587Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-12T01:12:15.896Z] ---> Running in ccbd8fd39752 [2021-03-12T01:12:16.308Z] Removing intermediate container 928eb734c20b [2021-03-12T01:12:16.308Z] ---> b33c3cb61ea4 [2021-03-12T01:12:16.308Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:12:16.308Z] ---> Running in ea6e5bbb886c [2021-03-12T01:12:17.100Z] Removing intermediate container ccbd8fd39752 [2021-03-12T01:12:17.100Z] ---> e4180a22c671 [2021-03-12T01:12:17.100Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:12:17.100Z] Removing intermediate container ea6e5bbb886c [2021-03-12T01:12:17.100Z] ---> f74844193404 [2021-03-12T01:12:17.100Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-12T01:12:18.760Z] ---> 130f7ebe68ee [2021-03-12T01:12:18.760Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-12T01:12:18.760Z] ---> Running in ef06d8cc74b8 [2021-03-12T01:12:18.760Z] ---> d0e360230553 [2021-03-12T01:12:18.760Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-12T01:12:18.760Z] Removing intermediate container 360703e7633e [2021-03-12T01:12:18.760Z] ---> 255c16d9f9fa [2021-03-12T01:12:18.760Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T01:12:19.486Z] ---> Running in 0eaff0d2916f [2021-03-12T01:12:19.486Z] Removing intermediate container ef06d8cc74b8 [2021-03-12T01:12:19.486Z] ---> dd06c2a8dc61 [2021-03-12T01:12:19.486Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-12T01:12:20.149Z] ---> Running in d32e0ac0d9ef [2021-03-12T01:12:20.770Z] ---> cf01de3da026 [2021-03-12T01:12:20.771Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-12T01:12:20.771Z] Removing intermediate container 0eaff0d2916f [2021-03-12T01:12:20.771Z] ---> 0541b2aff2a1 [2021-03-12T01:12:20.771Z] Step 13/21 : WORKDIR /edgex [2021-03-12T01:12:21.072Z] ---> 5de621575d77 [2021-03-12T01:12:21.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-12T01:12:21.072Z] ---> Running in 92fd754d6729 [2021-03-12T01:12:21.072Z] Removing intermediate container d32e0ac0d9ef [2021-03-12T01:12:21.072Z] ---> bc1222d9f849 [2021-03-12T01:12:21.072Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T01:12:21.782Z] ---> Running in d08ba11c2a73 [2021-03-12T01:12:21.782Z] Removing intermediate container 92fd754d6729 [2021-03-12T01:12:21.782Z] ---> 73a81d821540 [2021-03-12T01:12:21.782Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-12T01:12:22.166Z] ---> 434359dbfaf4 [2021-03-12T01:12:22.166Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-12T01:12:22.166Z] ---> 778b2ba37b42 [2021-03-12T01:12:22.166Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-12T01:12:22.779Z] ---> Running in 6f07ec4252a2 [2021-03-12T01:12:22.779Z] ---> Running in 98fedbc12c94 [2021-03-12T01:12:23.120Z] ---> 5b3627114b4b [2021-03-12T01:12:23.120Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-12T01:12:23.821Z] Removing intermediate container 6f07ec4252a2 [2021-03-12T01:12:23.821Z] ---> fce3fbf0c95c [2021-03-12T01:12:23.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:12:23.821Z] Removing intermediate container 98fedbc12c94 [2021-03-12T01:12:23.821Z] ---> 1e8b2b932953 [2021-03-12T01:12:23.821Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:12:24.090Z] ---> Running in fced92cc58e9 [2021-03-12T01:12:24.090Z] ---> Running in fbe477c56883 [2021-03-12T01:12:24.975Z] ---> bfd673562342 [2021-03-12T01:12:24.975Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-12T01:12:25.269Z] Removing intermediate container fced92cc58e9 [2021-03-12T01:12:25.269Z] ---> 68b095e5c480 [2021-03-12T01:12:25.269Z] Step 20/22 : LABEL arch=x86_64 [2021-03-12T01:12:25.578Z] Removing intermediate container fbe477c56883 [2021-03-12T01:12:25.578Z] ---> cb73b52442e7 [2021-03-12T01:12:25.578Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T01:12:25.578Z] Removing intermediate container d08ba11c2a73 [2021-03-12T01:12:25.578Z] ---> 546bcbb09d68 [2021-03-12T01:12:25.578Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-12T01:12:25.578Z] ---> Running in 0317baa65f94 [2021-03-12T01:12:25.578Z] ---> Running in 57e2ad7f8b54 [2021-03-12T01:12:25.578Z] ---> Running in 60ab2d008c0f [2021-03-12T01:12:25.913Z] ---> 7eace756e078 [2021-03-12T01:12:25.913Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-12T01:12:25.913Z] Removing intermediate container 0317baa65f94 [2021-03-12T01:12:25.913Z] ---> 367a6c15e3d5 [2021-03-12T01:12:25.913Z] Step 21/22 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:12:26.527Z] ---> Running in bbaa8f4624cb [2021-03-12T01:12:26.527Z] ---> Running in 7262eabfc031 [2021-03-12T01:12:26.527Z] Removing intermediate container 57e2ad7f8b54 [2021-03-12T01:12:26.527Z] ---> 44347467a35d [2021-03-12T01:12:26.527Z] Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:12:26.839Z] ---> Running in 6ce405d58965 [2021-03-12T01:12:27.110Z] Removing intermediate container 7262eabfc031 [2021-03-12T01:12:27.110Z] ---> 3fd463c89ff9 [2021-03-12T01:12:27.110Z] Step 18/21 : CMD ["--init=true"] [2021-03-12T01:12:27.378Z] Removing intermediate container bbaa8f4624cb [2021-03-12T01:12:27.378Z] ---> b89bd609aafd [2021-03-12T01:12:27.378Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T01:12:27.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T01:12:29.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T01:12:29.148Z] ---> Running in 2a6fa077f27d [2021-03-12T01:12:29.148Z] Removing intermediate container 6ce405d58965 [2021-03-12T01:12:29.148Z] ---> 4a958d35b16c [2021-03-12T01:12:29.148Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T01:12:29.148Z] ---> Running in 5536b6a3bfe2 [2021-03-12T01:12:29.148Z] ---> Running in c3decff02f60 [2021-03-12T01:12:29.148Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-12T01:12:29.148Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-12T01:12:29.148Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-12T01:12:29.476Z] Removing intermediate container 2a6fa077f27d [2021-03-12T01:12:29.476Z] ---> b8d020c14297 [2021-03-12T01:12:29.476Z] Step 19/21 : LABEL arch=x86_64 [2021-03-12T01:12:29.476Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-12T01:12:29.476Z] Removing intermediate container 5536b6a3bfe2 [2021-03-12T01:12:29.476Z] ---> 95ab4166a1d3 [2021-03-12T01:12:29.476Z] [2021-03-12T01:12:29.476Z] ---> Running in 53bf0deabda1 [2021-03-12T01:12:29.860Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-12T01:12:29.860Z] Removing intermediate container c3decff02f60 [2021-03-12T01:12:29.860Z] ---> c43dffd916d9 [2021-03-12T01:12:29.860Z] [2021-03-12T01:12:29.860Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-12T01:12:29.860Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T01:12:29.860Z] OK: 8 MiB in 20 packages [2021-03-12T01:12:30.464Z] Removing intermediate container 53bf0deabda1 [2021-03-12T01:12:30.464Z] ---> 806026b3000d [2021-03-12T01:12:30.464Z] Step 20/21 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:12:30.739Z] Successfully built 95ab4166a1d3 [2021-03-12T01:12:30.739Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-12T01:12:31.009Z]  Building docker-support-scheduler-go ... done  ---> Running in 3ea5f1daa421 [2021-03-12T01:12:31.009Z] Successfully built c43dffd916d9 [2021-03-12T01:12:31.009Z] Successfully tagged docker-core-command-go:latest [2021-03-12T01:12:31.592Z]  Building docker-core-command-go ... done Removing intermediate container 3ea5f1daa421 [2021-03-12T01:12:31.592Z] ---> 1a65c50a742a [2021-03-12T01:12:31.592Z] Step 21/21 : LABEL version=0.0.0 [2021-03-12T01:12:31.592Z] Removing intermediate container 60ab2d008c0f [2021-03-12T01:12:31.592Z] ---> 2f08f50e1b75 [2021-03-12T01:12:31.592Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T01:12:31.895Z] ---> Running in 2de6c02a9aaf [2021-03-12T01:12:32.970Z] Removing intermediate container 2de6c02a9aaf [2021-03-12T01:12:32.970Z] ---> d74971a3552a [2021-03-12T01:12:32.970Z] [2021-03-12T01:12:32.970Z] ---> 392975d193d5 [2021-03-12T01:12:32.970Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-12T01:12:33.284Z] Successfully built d74971a3552a [2021-03-12T01:12:33.568Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-12T01:12:35.275Z]  Building docker-security-proxy-setup-go ... done  ---> 443820d58a8f [2021-03-12T01:12:35.275Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-12T01:12:35.935Z] ---> 9bc390057a76 [2021-03-12T01:12:35.935Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-12T01:12:35.935Z] ---> Running in 1385e3ad9b29 [2021-03-12T01:12:36.212Z] Removing intermediate container 1385e3ad9b29 [2021-03-12T01:12:36.212Z] ---> 1f3d9f16ea78 [2021-03-12T01:12:36.212Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T01:12:36.212Z] ---> Running in b63cef61780b [2021-03-12T01:12:36.805Z] Removing intermediate container b63cef61780b [2021-03-12T01:12:36.805Z] ---> 53c68460b7de [2021-03-12T01:12:36.805Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T01:12:36.805Z] ---> Running in 17ea59e1079b [2021-03-12T01:12:37.466Z] Removing intermediate container 17ea59e1079b [2021-03-12T01:12:37.466Z] ---> d17ff43934be [2021-03-12T01:12:37.466Z] Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 [2021-03-12T01:12:37.466Z] ---> Running in 4aa331fd296e [2021-03-12T01:12:38.073Z] Removing intermediate container 4aa331fd296e [2021-03-12T01:12:38.073Z] ---> 7084127f5ea5 [2021-03-12T01:12:38.073Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T01:12:38.073Z] ---> Running in 3609db234856 [2021-03-12T01:12:38.347Z] Removing intermediate container 3609db234856 [2021-03-12T01:12:38.347Z] ---> f9240da0459d [2021-03-12T01:12:38.347Z] [2021-03-12T01:12:38.618Z] Successfully built f9240da0459d [2021-03-12T01:12:38.618Z] Successfully tagged docker-core-data-go:latest [2021-03-12T01:12:39.289Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-12T01:12:39.357Z] $ docker stop --time=1 e1cbb761e1ae883d396c7ec0384d2c25f72fc2d431cd53c5aefdbc8e099d0370 [2021-03-12T01:12:42.790Z] $ docker rm -f e1cbb761e1ae883d396c7ec0384d2c25f72fc2d431cd53c5aefdbc8e099d0370 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T01:12:43.793Z] + grep docker [2021-03-12T01:12:43.793Z] + docker images [2021-03-12T01:12:45.266Z] docker-core-data-go latest f9240da0459d 6 seconds ago 22.6MB [2021-03-12T01:12:45.266Z] docker-security-proxy-setup-go latest d74971a3552a 12 seconds ago 24.7MB [2021-03-12T01:12:45.266Z] docker-core-command-go latest c43dffd916d9 15 seconds ago 17.2MB [2021-03-12T01:12:45.266Z] docker-support-scheduler-go latest 95ab4166a1d3 15 seconds ago 17.3MB [2021-03-12T01:12:45.266Z] docker-sys-mgmt-agent-go latest 9b17eb187a44 About a minute ago 313MB [2021-03-12T01:12:45.266Z] docker-security-bootstrapper-go latest 3f59dc752e83 4 minutes ago 18.7MB [2021-03-12T01:12:45.266Z] docker-security-secretstore-setup-go latest 78de4491b41f 5 minutes ago 24.9MB [2021-03-12T01:12:45.266Z] docker-core-metadata-go latest 55c519dfc83f 5 minutes ago 19MB [2021-03-12T01:12:45.266Z] docker-support-notifications-go latest bc0363b5fc30 5 minutes ago 17.8MB [2021-03-12T01:12:45.266Z] 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-12T01:13:01.229Z] Still waiting to schedule task [2021-03-12T01:13:01.230Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-12T01:13:55.538Z] Running on prd-ubuntu18.04-docker-8c-8g-29576 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-12T01:13:55.601Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-03-12T01:13:57.731Z] using credential edgex-jenkins-ssh [2021-03-12T01:13:57.787Z] Cloning the remote Git repository [2021-03-12T01:13:57.814Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-12T01:13:57.887Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-03-12T01:13:57.911Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T01:13:57.912Z] > git --version # timeout=10 [2021-03-12T01:13:57.922Z] > git --version # 'git version 2.17.1' [2021-03-12T01:13:57.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T01:13:57.947Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T01:14:08.521Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T01:14:08.526Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T01:14:08.536Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T01:14:08.547Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T01:14:08.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T01:14:08.551Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-12T01:14:09.219Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit cb274eb696b23b9eeebe76461c4c55adefd3bd1c [2021-03-12T01:14:09.396Z] Merge succeeded, producing 2d07c3a299060274f07315237f1afc53b12d18ea [2021-03-12T01:14:09.396Z] Checking out Revision 2d07c3a299060274f07315237f1afc53b12d18ea (PR-3250) [2021-03-12T01:14:09.212Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T01:14:09.216Z] > git checkout -f cb274eb696b23b9eeebe76461c4c55adefd3bd1c # timeout=10 [2021-03-12T01:14:09.290Z] > git remote # timeout=10 [2021-03-12T01:14:09.296Z] > git config --get remote.origin.url # timeout=10 [2021-03-12T01:14:09.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T01:14:09.303Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-12T01:14:09.373Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-12T01:14:09.382Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T01:14:09.392Z] > git checkout -f 2d07c3a299060274f07315237f1afc53b12d18ea # timeout=10 [2021-03-12T01:14:13.011Z] Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" [2021-03-12T01:14:13.027Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T01:14:12.997Z] > git rev-list --no-walk 86662eadc446df500f05c9dad93b8dda1900f5dd # timeout=10 [2021-03-12T01:14:14.137Z] + echo snap-build.sh [2021-03-12T01:14:14.137Z] snap-build.sh [2021-03-12T01:14:14.137Z] + SNAP_BASE_DIR=. [2021-03-12T01:14:14.137Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2021-03-12T01:14:14.137Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2021-03-12T01:14:14.137Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2021-03-12T01:14:14.137Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2021-03-12T01:14:14.137Z] + cd /w/workspace/edgex-go/9 [2021-03-12T01:14:14.137Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-12T01:14:14.137Z] Reading package lists... [2021-03-12T01:14:14.137Z] Building dependency tree... [2021-03-12T01:14:14.137Z] Reading state information... [2021-03-12T01:14:14.399Z] The following packages were automatically installed and are no longer required: [2021-03-12T01:14:14.399Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-12T01:14:14.399Z] uidmap xdelta3 [2021-03-12T01:14:14.399Z] Use 'sudo apt autoremove' to remove them. [2021-03-12T01:14:14.399Z] The following packages will be REMOVED: [2021-03-12T01:14:14.399Z] lxd* lxd-client* [2021-03-12T01:14:14.660Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-12T01:14:14.660Z] After this operation, 31.7 MB disk space will be freed. [2021-03-12T01:14:15.705Z] (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-12T01:14:15.705Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T01:14:16.654Z] Removing lxd dnsmasq configuration [2021-03-12T01:14:16.654Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T01:14:16.917Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-12T01:14:17.861Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-12T01:14:18.124Z] (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-12T01:14:18.124Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T01:14:19.512Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-12T01:14:19.512Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-12T01:14:20.897Z] + sudo snap remove --purge lxd [2021-03-12T01:14:20.897Z] snap "lxd" is not installed [2021-03-12T01:14:20.897Z] + sudo groupadd --force --system lxd [2021-03-12T01:14:20.897Z] ++ whoami [2021-03-12T01:14:20.897Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-12T01:14:20.897Z] + newgrp - lxd [2021-03-12T01:14:20.897Z] + sudo snap install lxd [2021-03-12T01:14:29.031Z] 2021-03-12T01:14:27Z INFO Waiting for automatic snapd restart... [2021-03-12T01:14:47.154Z] lxd 4.12 from Canonical* installed [2021-03-12T01:14:47.154Z] + sudo lxd init --auto [2021-03-12T01:14:55.526Z] + sudo snap install --classic snapcraft [2021-03-12T01:15:03.721Z] snapcraft 4.5.4 from Canonical* installed [2021-03-12T01:15:03.721Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-12T01:15:03.721Z] + patch --verbose -p1 [2021-03-12T01:15:03.721Z] Hmm... Looks like a unified diff to me... [2021-03-12T01:15:03.721Z] The text leading up to this was: [2021-03-12T01:15:03.721Z] -------------------------- [2021-03-12T01:15:03.721Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-12T01:15:03.721Z] |From: Tony Espy [2021-03-12T01:15:03.721Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-12T01:15:03.721Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-12T01:15:03.721Z] | [2021-03-12T01:15:03.721Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-12T01:15:03.721Z] |optimize the snap CI check run for pull requests. When [2021-03-12T01:15:03.722Z] |applied, it essentially strips out everything (apps and [2021-03-12T01:15:03.722Z] |parts) from the snapcraft.yaml file except those required [2021-03-12T01:15:03.722Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-12T01:15:03.722Z] |catch changes to edgex-go that break the snap build. [2021-03-12T01:15:03.722Z] | [2021-03-12T01:15:03.722Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-12T01:15:03.722Z] |to update this patch file, otherwise it may fail to apply, [2021-03-12T01:15:03.722Z] |resulting in a failed snap build CI check in the associated [2021-03-12T01:15:03.722Z] |pull request. [2021-03-12T01:15:03.722Z] | [2021-03-12T01:15:03.722Z] |Note - in addition to applying this patch, the pipeline also [2021-03-12T01:15:03.722Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-12T01:15:03.722Z] |need to build the finally binary .snap file (and it won't [2021-03-12T01:15:03.722Z] |work with the patch applied). This further reduces the build [2021-03-12T01:15:03.722Z] |time. [2021-03-12T01:15:03.722Z] |--- [2021-03-12T01:15:03.722Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-12T01:15:03.722Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-12T01:15:03.722Z] | [2021-03-12T01:15:03.722Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-12T01:15:03.722Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-12T01:15:03.722Z] |--- a/snap/snapcraft.yaml [2021-03-12T01:15:03.722Z] |+++ b/snap/snapcraft.yaml [2021-03-12T01:15:03.722Z] -------------------------- [2021-03-12T01:15:03.722Z] patching file snap/snapcraft.yaml [2021-03-12T01:15:03.722Z] Using Plan A... [2021-03-12T01:15:03.722Z] Hunk #1 succeeded at 73. [2021-03-12T01:15:03.722Z] Hunk #2 succeeded at 205. [2021-03-12T01:15:03.722Z] Hunk #3 succeeded at 217. [2021-03-12T01:15:03.722Z] Hunk #4 succeeded at 225. [2021-03-12T01:15:03.722Z] Hunk #5 succeeded at 232. [2021-03-12T01:15:03.722Z] Hunk #6 succeeded at 259. [2021-03-12T01:15:03.722Z] Hunk #7 succeeded at 271. [2021-03-12T01:15:03.722Z] Hunk #8 succeeded at 327. [2021-03-12T01:15:03.722Z] Hmm... Ignoring the trailing garbage. [2021-03-12T01:15:03.722Z] done [2021-03-12T01:15:03.722Z] + sudo snapcraft prime --use-lxd [2021-03-12T01:15:04.300Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-12T01:15:04.300Z] 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-12T01:15:04.300Z] - README.md [2021-03-12T01:15:04.300Z] [2021-03-12T01:15:04.300Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-12T01:15:05.251Z] Launching a container. [2021-03-12T01:15:15.284Z] Waiting for container to be ready [2021-03-12T01:15:15.545Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-12T01:15:15.545Z] [2021-03-12T01:15:18.842Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-12T01:15:19.411Z] Waiting for network to be ready... [2021-03-12T01:15:19.672Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-12T01:15:19.937Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-12T01:15:19.937Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-12T01:15:19.937Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-12T01:15:19.937Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-12T01:15:19.937Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-12T01:15:19.937Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-12T01:15:19.937Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-12T01:15:20.197Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-12T01:15:20.197Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-12T01:15:20.458Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-12T01:15:20.458Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-12T01:15:20.718Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-12T01:15:20.978Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-12T01:15:20.979Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-12T01:15:20.979Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-12T01:15:20.979Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-12T01:15:20.979Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-12T01:15:21.240Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-12T01:15:21.241Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-12T01:15:21.502Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-12T01:15:21.502Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-12T01:15:21.502Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-12T01:15:21.502Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-12T01:15:21.502Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-12T01:15:21.502Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-12T01:15:21.502Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-12T01:15:24.051Z] Fetched 24.0 MB in 4s (6078 kB/s) [2021-03-12T01:15:24.624Z] Reading package lists... [2021-03-12T01:15:24.624Z] Reading package lists... [2021-03-12T01:15:24.886Z] Building dependency tree... [2021-03-12T01:15:24.886Z] Reading state information... [2021-03-12T01:15:24.886Z] The following additional packages will be installed: [2021-03-12T01:15:24.886Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-12T01:15:24.886Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-12T01:15:24.886Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-12T01:15:24.886Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-12T01:15:24.886Z] Suggested packages: [2021-03-12T01:15:24.886Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-12T01:15:24.886Z] Recommended packages: [2021-03-12T01:15:24.886Z] gnupg libsasl2-modules [2021-03-12T01:15:24.886Z] The following NEW packages will be installed: [2021-03-12T01:15:24.886Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-12T01:15:24.886Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-12T01:15:24.886Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-12T01:15:24.886Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-12T01:15:24.886Z] The following packages will be upgraded: [2021-03-12T01:15:24.886Z] gpg gpg-agent gpgconf libudev1 [2021-03-12T01:15:25.147Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-12T01:15:25.147Z] Need to get 3530 kB of archives. [2021-03-12T01:15:25.147Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-12T01:15:25.147Z] 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-12T01:15:25.147Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-12T01:15:25.408Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-12T01:15:25.408Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-12T01:15:25.408Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-12T01:15:25.669Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-12T01:15:25.929Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-12T01:15:25.929Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-12T01:15:25.929Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-12T01:15:25.929Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-12T01:15:25.929Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-12T01:15:25.929Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-12T01:15:25.929Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-12T01:15:25.929Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-12T01:15:25.929Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-12T01:15:25.929Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-12T01:15:26.191Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-12T01:15:26.191Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-12T01:15:26.191Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-12T01:15:26.191Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-12T01:15:26.191Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-12T01:15:26.191Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-12T01:15:26.191Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T01:15:26.191Z] Fetched 3530 kB in 1s (3116 kB/s) [2021-03-12T01:15:26.191Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-12T01:15:26.191Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-12T01:15:26.452Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T01:15:26.452Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-12T01:15:26.452Z] Selecting previously unselected package udev. [2021-03-12T01:15:26.714Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-12T01:15:26.714Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-12T01:15:26.714Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-12T01:15:26.976Z] Selecting previously unselected package libfuse2:amd64. [2021-03-12T01:15:26.976Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-12T01:15:26.976Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-12T01:15:26.976Z] Selecting previously unselected package fuse. [2021-03-12T01:15:26.976Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-12T01:15:26.976Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-12T01:15:26.976Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T01:15:26.976Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T01:15:27.238Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T01:15:27.238Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T01:15:27.238Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T01:15:27.238Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T01:15:27.498Z] Selecting previously unselected package libksba8:amd64. [2021-03-12T01:15:27.498Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-12T01:15:27.498Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-12T01:15:27.498Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-12T01:15:27.498Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T01:15:27.498Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:27.760Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-12T01:15:27.760Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T01:15:27.760Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:27.760Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-12T01:15:27.760Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T01:15:27.760Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:28.021Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-12T01:15:28.021Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T01:15:28.021Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:28.021Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-12T01:15:28.021Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T01:15:28.021Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:28.283Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-12T01:15:28.283Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T01:15:28.283Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:28.283Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-12T01:15:28.283Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T01:15:28.283Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:28.544Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-12T01:15:28.544Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T01:15:28.544Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:28.544Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-12T01:15:28.544Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T01:15:28.544Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:28.544Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-12T01:15:28.544Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-12T01:15:28.544Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T01:15:28.805Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-12T01:15:28.805Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-12T01:15:28.805Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T01:15:28.805Z] Selecting previously unselected package libldap-common. [2021-03-12T01:15:28.805Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-12T01:15:28.805Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T01:15:28.805Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-12T01:15:28.805Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-12T01:15:29.066Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T01:15:29.066Z] Selecting previously unselected package dirmngr. [2021-03-12T01:15:29.066Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T01:15:29.066Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-12T01:15:29.066Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T01:15:29.327Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-12T01:15:29.327Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-12T01:15:29.327Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T01:15:29.327Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T01:15:29.327Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-12T01:15:29.327Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:29.327Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-12T01:15:29.589Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T01:15:29.589Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-12T01:15:29.851Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-12T01:15:30.112Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:30.112Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-12T01:15:30.112Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-12T01:15:30.112Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-12T01:15:30.112Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:30.112Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:30.373Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:30.373Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:30.373Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:30.373Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:30.373Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T01:15:30.373Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T01:15:30.373Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-12T01:15:30.373Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T01:15:30.944Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-12T01:15:30.944Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-12T01:15:30.944Z] This means they are not meant to be enabled using systemctl. [2021-03-12T01:15:30.944Z] Possible reasons for having this kind of units are: [2021-03-12T01:15:30.944Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-12T01:15:30.944Z] .wants/ or .requires/ directory. [2021-03-12T01:15:30.944Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-12T01:15:30.944Z] a requirement dependency on it. [2021-03-12T01:15:30.944Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-12T01:15:30.944Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-12T01:15:30.944Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-12T01:15:30.944Z] instance name specified. [2021-03-12T01:15:31.204Z] Reading package lists... [2021-03-12T01:15:31.204Z] Building dependency tree... [2021-03-12T01:15:31.204Z] Reading state information... [2021-03-12T01:15:31.464Z] The following additional packages will be installed: [2021-03-12T01:15:31.464Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-12T01:15:31.464Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-12T01:15:31.464Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-12T01:15:31.464Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-12T01:15:31.464Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-12T01:15:31.464Z] Suggested packages: [2021-03-12T01:15:31.464Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-12T01:15:31.464Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-12T01:15:31.464Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-12T01:15:31.464Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-12T01:15:31.464Z] systemd-container policykit-1 [2021-03-12T01:15:31.464Z] Recommended packages: [2021-03-12T01:15:31.464Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-12T01:15:31.464Z] The following NEW packages will be installed: [2021-03-12T01:15:31.464Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-12T01:15:31.464Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-12T01:15:31.464Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-12T01:15:31.464Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-12T01:15:31.464Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-12T01:15:31.464Z] The following packages will be upgraded: [2021-03-12T01:15:31.464Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-12T01:15:31.464Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-12T01:15:31.464Z] Need to get 35.2 MB of archives. [2021-03-12T01:15:31.464Z] After this operation, 141 MB of additional disk space will be used. [2021-03-12T01:15:31.464Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-12T01:15:31.726Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-12T01:15:31.726Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-12T01:15:31.726Z] 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-12T01:15:31.726Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-12T01:15:31.726Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-12T01:15:31.726Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-12T01:15:31.726Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-12T01:15:31.726Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-12T01:15:31.986Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-12T01:15:31.986Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-12T01:15:31.986Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-12T01:15:31.986Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-12T01:15:31.986Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-12T01:15:31.986Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-12T01:15:31.986Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-12T01:15:31.986Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-12T01:15:31.986Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-12T01:15:31.986Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-12T01:15:32.926Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-12T01:15:32.926Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-12T01:15:32.926Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-12T01:15:32.926Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-12T01:15:32.927Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-12T01:15:32.927Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-12T01:15:32.927Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-12T01:15:32.927Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-12T01:15:32.927Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-12T01:15:32.927Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-12T01:15:32.927Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-12T01:15:32.927Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T01:15:33.187Z] Fetched 35.2 MB in 1s (24.1 MB/s) [2021-03-12T01:15:33.188Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T01:15:33.188Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-12T01:15:33.188Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T01:15:33.759Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-12T01:15:33.759Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T01:15:34.019Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-12T01:15:34.019Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T01:15:34.019Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-12T01:15:34.019Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-12T01:15:34.279Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-12T01:15:34.540Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T01:15:34.540Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-12T01:15:34.540Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-12T01:15:34.801Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-12T01:15:34.801Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-12T01:15:35.061Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-12T01:15:35.322Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-12T01:15:35.322Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-12T01:15:35.322Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-12T01:15:35.583Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-12T01:15:35.584Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T01:15:35.584Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T01:15:35.584Z] Selecting previously unselected package libexpat1:amd64. [2021-03-12T01:15:35.584Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-12T01:15:35.584Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-12T01:15:35.844Z] Selecting previously unselected package python3.6-minimal. [2021-03-12T01:15:35.844Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T01:15:35.844Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T01:15:36.105Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-12T01:15:36.105Z] Checking for services that may need to be restarted...done. [2021-03-12T01:15:36.105Z] Checking for services that may need to be restarted...done. [2021-03-12T01:15:36.365Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T01:15:36.365Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-12T01:15:36.365Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T01:15:36.937Z] Selecting previously unselected package python3-minimal. [2021-03-12T01:15:36.937Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-12T01:15:36.937Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-12T01:15:36.937Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-12T01:15:36.937Z] Selecting previously unselected package mime-support. [2021-03-12T01:15:36.937Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-12T01:15:36.937Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-12T01:15:36.937Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-12T01:15:36.937Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-12T01:15:36.937Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-12T01:15:37.198Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-12T01:15:37.198Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T01:15:37.198Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T01:15:37.459Z] Selecting previously unselected package python3.6. [2021-03-12T01:15:37.459Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T01:15:37.459Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T01:15:37.459Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-12T01:15:37.459Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-12T01:15:37.459Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-12T01:15:37.459Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-12T01:15:37.720Z] Selecting previously unselected package python3. [2021-03-12T01:15:37.720Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-12T01:15:37.720Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-12T01:15:37.720Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-12T01:15:37.981Z] Selecting previously unselected package multiarch-support. [2021-03-12T01:15:37.981Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T01:15:37.981Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-12T01:15:37.981Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-12T01:15:37.981Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-12T01:15:37.981Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-12T01:15:37.981Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-12T01:15:38.244Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-12T01:15:38.244Z] Selecting previously unselected package libbsd0:amd64. [2021-03-12T01:15:38.244Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-12T01:15:38.244Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-12T01:15:38.244Z] Selecting previously unselected package sudo. [2021-03-12T01:15:38.244Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-12T01:15:38.244Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-12T01:15:38.506Z] Selecting previously unselected package apparmor. [2021-03-12T01:15:38.506Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-12T01:15:38.506Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-12T01:15:38.767Z] Selecting previously unselected package libedit2:amd64. [2021-03-12T01:15:38.767Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-12T01:15:38.767Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-12T01:15:38.767Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-12T01:15:38.767Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T01:15:38.767Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T01:15:39.028Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-12T01:15:39.028Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T01:15:39.028Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T01:15:39.028Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-12T01:15:39.028Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-12T01:15:39.028Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-12T01:15:39.288Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-12T01:15:39.289Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T01:15:39.289Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T01:15:39.289Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-12T01:15:39.289Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T01:15:39.289Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T01:15:39.865Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-12T01:15:39.865Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-12T01:15:39.865Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-12T01:15:40.125Z] Selecting previously unselected package openssh-client. [2021-03-12T01:15:40.125Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-12T01:15:40.125Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-12T01:15:40.125Z] Selecting previously unselected package squashfs-tools. [2021-03-12T01:15:40.125Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-12T01:15:40.125Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-12T01:15:40.385Z] Selecting previously unselected package snapd. [2021-03-12T01:15:40.385Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-12T01:15:40.385Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-12T01:15:42.297Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-12T01:15:42.297Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-12T01:15:42.297Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-12T01:15:42.297Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-12T01:15:42.557Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-12T01:15:42.557Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T01:15:42.557Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T01:15:42.557Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-12T01:15:42.557Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-12T01:15:43.129Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-12T01:15:43.390Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-12T01:15:43.390Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-12T01:15:43.390Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T01:15:43.390Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T01:15:43.390Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T01:15:43.961Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-12T01:15:43.961Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T01:15:43.961Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-12T01:15:44.221Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-12T01:15:44.221Z] running python rtupdate hooks for python3.6... [2021-03-12T01:15:44.221Z] running python post-rtupdate hooks for python3.6... [2021-03-12T01:15:44.221Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-12T01:15:46.766Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-12T01:15:47.032Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T01:15:47.032Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-12T01:15:47.293Z] Setting up snapd (2.48.3+18.04) ... [2021-03-12T01:15:47.865Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-12T01:15:47.865Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-12T01:15:48.126Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-12T01:15:48.126Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-12T01:15:48.386Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-12T01:15:48.386Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-12T01:15:48.647Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-12T01:15:48.647Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-12T01:15:48.908Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-12T01:15:49.170Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-12T01:15:49.170Z] /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-12T01:15:49.170Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T01:15:49.446Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-12T01:15:50.018Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T01:15:50.278Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T01:15:50.278Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T01:15:51.487Z] Reading package lists... [2021-03-12T01:15:51.487Z] Reading package lists... [2021-03-12T01:15:51.756Z] Building dependency tree... [2021-03-12T01:15:51.756Z] Reading state information... [2021-03-12T01:15:51.756Z] Calculating upgrade... [2021-03-12T01:15:52.018Z] The following packages will be upgraded: [2021-03-12T01:15:52.018Z] advancecomp base-files bash binutils binutils-common [2021-03-12T01:15:52.018Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-12T01:15:52.018Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-12T01:15:52.018Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-12T01:15:52.018Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-12T01:15:52.018Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-12T01:15:52.018Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-12T01:15:52.018Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-12T01:15:52.018Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-12T01:15:52.018Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-12T01:15:52.018Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-12T01:15:52.018Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-12T01:15:52.018Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-12T01:15:52.018Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-12T01:15:52.018Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-12T01:15:52.018Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T01:15:52.018Z] Need to get 63.8 MB of archives. [2021-03-12T01:15:52.018Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-12T01:15:52.018Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-12T01:15:52.018Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-12T01:15:52.959Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-12T01:15:52.960Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-12T01:15:52.960Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-12T01:15:52.960Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-12T01:15:52.960Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-12T01:15:52.960Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-12T01:15:52.960Z] 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-12T01:15:52.960Z] 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-12T01:15:52.960Z] 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-12T01:15:52.960Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-12T01:15:52.960Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-12T01:15:52.960Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-12T01:15:52.960Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-12T01:15:52.960Z] 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-12T01:15:52.960Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-12T01:15:52.960Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-12T01:15:52.960Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-12T01:15:52.960Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-12T01:15:52.960Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-12T01:15:52.960Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-12T01:15:52.960Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-12T01:15:52.960Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-12T01:15:52.960Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-12T01:15:52.960Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-12T01:15:52.960Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-12T01:15:52.960Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-12T01:15:52.960Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-12T01:15:53.220Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-12T01:15:53.220Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-12T01:15:53.220Z] 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-12T01:15:53.220Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-12T01:15:53.220Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-12T01:15:53.220Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-12T01:15:53.220Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-12T01:15:53.220Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-12T01:15:53.220Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-12T01:15:53.220Z] Get:39 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-12T01:15:53.220Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-12T01:15:53.220Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-12T01:15:53.220Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-12T01:15:53.220Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-12T01:15:53.220Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-12T01:15:53.220Z] Get:45 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-12T01:15:53.220Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-12T01:15:53.220Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-12T01:15:53.220Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-12T01:15:53.220Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-12T01:15:53.220Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-12T01:15:53.220Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-12T01:15:53.220Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-12T01:15:53.220Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-12T01:15:53.220Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-12T01:15:53.481Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-12T01:15:53.481Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-12T01:15:53.481Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-12T01:15:53.481Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-12T01:15:53.481Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-12T01:15:53.481Z] Get:60 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-12T01:15:53.481Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-12T01:15:53.481Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-12T01:15:53.481Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-12T01:15:53.481Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-12T01:15:53.481Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-12T01:15:53.481Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-12T01:15:53.481Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-12T01:15:53.481Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-12T01:15:53.481Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-12T01:15:53.481Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-12T01:15:53.481Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-12T01:15:53.481Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-12T01:15:53.481Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-12T01:15:53.481Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-12T01:15:53.481Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-12T01:15:53.481Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-12T01:15:53.481Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-12T01:15:53.481Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-12T01:15:53.481Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-12T01:15:53.742Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-12T01:15:53.742Z] 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-12T01:15:53.742Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-12T01:15:53.742Z] 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-12T01:15:53.742Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-12T01:15:53.742Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-12T01:15:53.742Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-12T01:15:53.742Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-12T01:15:53.742Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-12T01:15:53.742Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-12T01:15:53.742Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-12T01:15:54.314Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-12T01:15:54.884Z] 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-12T01:15:54.884Z] 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-12T01:15:54.884Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-12T01:15:55.144Z] 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-12T01:15:55.145Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-12T01:15:55.145Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-12T01:15:55.145Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-12T01:15:55.145Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-12T01:15:55.405Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T01:15:55.405Z] Fetched 63.8 MB in 3s (19.9 MB/s) [2021-03-12T01:15:55.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:15:55.405Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T01:15:55.405Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T01:15:55.980Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T01:15:55.980Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T01:15:56.241Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-12T01:15:56.241Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-12T01:15:57.182Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:57.182Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T01:15:57.182Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:57.444Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T01:15:57.444Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:57.444Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T01:15:57.444Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:57.704Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T01:15:57.704Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:57.704Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T01:15:57.704Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:57.965Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T01:15:57.965Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:57.965Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T01:15:57.965Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:15:58.226Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T01:15:58.226Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:58.226Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-12T01:15:58.226Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:15:58.488Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T01:15:58.488Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:58.488Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T01:15:58.488Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:58.488Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T01:15:58.749Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T01:15:58.749Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T01:15:59.010Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:15:59.010Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T01:15:59.010Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T01:15:59.271Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T01:15:59.533Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-12T01:15:59.795Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T01:15:59.795Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-12T01:15:59.795Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-12T01:16:00.056Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-12T01:16:00.056Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-12T01:16:00.317Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-12T01:16:00.317Z] Installing new version of config file /etc/issue ... [2021-03-12T01:16:00.317Z] Installing new version of config file /etc/issue.net ... [2021-03-12T01:16:00.317Z] Installing new version of config file /etc/lsb-release ... [2021-03-12T01:16:00.317Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-12T01:16:00.587Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-12T01:16:00.587Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-12T01:16:00.587Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-12T01:16:00.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:00.847Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-12T01:16:00.847Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-12T01:16:00.847Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-12T01:16:01.108Z] 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-12T01:16:01.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:01.108Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T01:16:01.108Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-12T01:16:01.108Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-12T01:16:01.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:01.370Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-12T01:16:01.370Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-12T01:16:01.631Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-12T01:16:01.631Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:01.631Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-12T01:16:01.631Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T01:16:01.893Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-12T01:16:02.155Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:02.155Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T01:16:02.155Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T01:16:02.155Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T01:16:02.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:02.416Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T01:16:02.416Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T01:16:02.416Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-12T01:16:02.678Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:02.678Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-12T01:16:02.678Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-12T01:16:02.678Z] Setting up grep (3.1-2build1) ... [2021-03-12T01:16:02.939Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:02.939Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-12T01:16:02.939Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-12T01:16:02.939Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-12T01:16:03.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:03.204Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T01:16:03.204Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T01:16:03.204Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-12T01:16:03.465Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:03.465Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T01:16:03.465Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T01:16:04.040Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T01:16:04.040Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T01:16:04.040Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T01:16:04.301Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T01:16:04.871Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-12T01:16:04.871Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:04.871Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-12T01:16:04.871Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T01:16:05.813Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-12T01:16:05.813Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-12T01:16:06.074Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-12T01:16:06.074Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-12T01:16:06.074Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-12T01:16:06.074Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:06.074Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-12T01:16:06.335Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-12T01:16:06.335Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-12T01:16:06.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:06.597Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T01:16:06.597Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T01:16:06.597Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T01:16:06.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:06.857Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T01:16:06.857Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T01:16:06.857Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T01:16:07.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:07.117Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T01:16:07.117Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T01:16:07.117Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T01:16:07.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:07.385Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T01:16:07.385Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T01:16:07.385Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T01:16:07.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:07.654Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T01:16:07.654Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T01:16:07.654Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T01:16:07.915Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T01:16:07.915Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T01:16:08.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:08.175Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T01:16:08.175Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T01:16:08.175Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T01:16:08.440Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:08.440Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T01:16:08.440Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T01:16:08.440Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T01:16:08.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:08.701Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T01:16:08.701Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T01:16:08.701Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-12T01:16:08.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:08.963Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T01:16:08.963Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T01:16:09.537Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-12T01:16:09.537Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-12T01:16:09.799Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-12T01:16:10.061Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:10.061Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T01:16:10.061Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T01:16:10.323Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T01:16:10.323Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T01:16:10.323Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-12T01:16:10.323Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T01:16:10.584Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-12T01:16:10.584Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:10.584Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-12T01:16:10.845Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-12T01:16:10.845Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-12T01:16:11.106Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:11.106Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-12T01:16:11.368Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-12T01:16:11.368Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-12T01:16:11.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:11.368Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-12T01:16:11.629Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-12T01:16:11.629Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-12T01:16:11.890Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:11.890Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T01:16:11.891Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T01:16:11.891Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T01:16:12.154Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:12.154Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T01:16:12.154Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T01:16:12.154Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T01:16:12.416Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:12.416Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T01:16:12.416Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T01:16:12.685Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T01:16:12.946Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:12.946Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T01:16:12.946Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T01:16:12.946Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-12T01:16:13.207Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T01:16:13.207Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T01:16:13.207Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T01:16:13.207Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T01:16:13.468Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:13.468Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-12T01:16:13.468Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-12T01:16:13.745Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-12T01:16:13.745Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:13.745Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-12T01:16:13.745Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T01:16:14.006Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T01:16:14.267Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:14.267Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T01:16:14.267Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T01:16:14.267Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T01:16:14.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:14.530Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-12T01:16:14.530Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-12T01:16:14.530Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-12T01:16:14.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:14.530Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-12T01:16:14.790Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-12T01:16:15.051Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-12T01:16:15.311Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:15.311Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T01:16:15.311Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T01:16:15.311Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-12T01:16:15.617Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:15.617Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-12T01:16:15.617Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-12T01:16:15.617Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-12T01:16:15.878Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:15.878Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-12T01:16:15.878Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-12T01:16:15.878Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-12T01:16:16.140Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:16.140Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-12T01:16:16.140Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-12T01:16:16.140Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-12T01:16:16.405Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:16.405Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-12T01:16:16.405Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-12T01:16:16.673Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-12T01:16:16.673Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:16.673Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-12T01:16:16.673Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-12T01:16:16.673Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-12T01:16:16.945Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T01:16:16.945Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-12T01:16:16.945Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-12T01:16:16.945Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-12T01:16:17.537Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-12T01:16:17.537Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-12T01:16:17.537Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-12T01:16:17.808Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-12T01:16:17.808Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-12T01:16:18.070Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-12T01:16:18.070Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-12T01:16:18.070Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-12T01:16:18.332Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-12T01:16:18.332Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-12T01:16:18.332Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-12T01:16:18.592Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-12T01:16:18.592Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-12T01:16:18.854Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-12T01:16:18.854Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-12T01:16:18.854Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-12T01:16:18.854Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-12T01:16:19.115Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-12T01:16:19.115Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-12T01:16:19.115Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-12T01:16:19.115Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-12T01:16:19.418Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-12T01:16:19.418Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-12T01:16:19.418Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-12T01:16:19.418Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-12T01:16:20.584Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-12T01:16:20.584Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-12T01:16:20.584Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-12T01:16:20.584Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-12T01:16:20.584Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T01:16:20.584Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T01:16:21.155Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T01:16:21.155Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T01:16:21.155Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T01:16:21.155Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T01:16:21.155Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T01:16:21.155Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T01:16:21.416Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T01:16:21.416Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T01:16:21.678Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T01:16:21.678Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T01:16:21.939Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T01:16:21.939Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T01:16:21.939Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T01:16:21.939Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T01:16:22.884Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T01:16:22.884Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T01:16:23.828Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T01:16:23.829Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T01:16:24.400Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T01:16:24.400Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T01:16:24.973Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T01:16:24.973Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T01:16:25.915Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T01:16:25.915Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T01:16:25.915Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T01:16:25.915Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T01:16:25.915Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-12T01:16:25.915Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T01:16:26.176Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-12T01:16:26.176Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T01:16:26.443Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-12T01:16:26.443Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-12T01:16:26.443Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T01:16:26.443Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T01:16:26.443Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T01:16:26.443Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T01:16:26.710Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-12T01:16:26.710Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-12T01:16:26.710Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:16:26.710Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T01:16:26.972Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:16:26.972Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:16:26.972Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:16:26.972Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-12T01:16:26.972Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-12T01:16:26.972Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-12T01:16:26.972Z] [2021-03-12T01:16:26.972Z] Current default time zone: 'Etc/UTC' [2021-03-12T01:16:27.234Z] Local time is now: Fri Mar 12 01:16:26 UTC 2021. [2021-03-12T01:16:27.234Z] Universal Time is now: Fri Mar 12 01:16:26 UTC 2021. [2021-03-12T01:16:27.234Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-12T01:16:27.234Z] [2021-03-12T01:16:27.234Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-12T01:16:27.234Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:16:27.234Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-12T01:16:27.234Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-12T01:16:27.234Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-12T01:16:27.234Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-12T01:16:27.234Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-12T01:16:27.234Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-12T01:16:27.496Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-12T01:16:27.496Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-12T01:16:27.496Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:16:27.496Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-12T01:16:27.757Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T01:16:27.757Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-12T01:16:27.757Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:16:28.018Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-12T01:16:28.018Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-12T01:16:28.018Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-12T01:16:28.018Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-12T01:16:28.018Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-12T01:16:28.018Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-12T01:16:28.018Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-12T01:16:28.018Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-12T01:16:29.930Z] Updating certificates in /etc/ssl/certs... [2021-03-12T01:16:30.872Z] 23 added, 27 removed; done. [2021-03-12T01:16:30.872Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-12T01:16:30.872Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T01:16:30.872Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-12T01:16:30.872Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-12T01:16:30.872Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-12T01:16:30.872Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T01:16:30.872Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-12T01:16:31.134Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T01:16:31.134Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T01:16:31.134Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T01:16:31.134Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T01:16:31.134Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T01:16:31.134Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-12T01:16:31.134Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-12T01:16:31.394Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-12T01:16:31.394Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-12T01:16:31.394Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-12T01:16:31.394Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T01:16:31.394Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T01:16:31.394Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-12T01:16:31.394Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-12T01:16:31.656Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-12T01:16:31.656Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T01:16:31.656Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-12T01:16:31.656Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-12T01:16:31.916Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-12T01:16:31.916Z] Updating certificates in /etc/ssl/certs... [2021-03-12T01:16:32.487Z] 0 added, 0 removed; done. [2021-03-12T01:16:32.487Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-12T01:16:32.487Z] done. [2021-03-12T01:16:32.748Z] Reading package lists... [2021-03-12T01:16:33.008Z] Building dependency tree... [2021-03-12T01:16:33.008Z] Reading state information... [2021-03-12T01:16:33.008Z] The following NEW packages will be installed: [2021-03-12T01:16:33.008Z] apt-transport-https [2021-03-12T01:16:33.268Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T01:16:33.268Z] Need to get 1696 B of archives. [2021-03-12T01:16:33.268Z] After this operation, 153 kB of additional disk space will be used. [2021-03-12T01:16:33.268Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-12T01:16:33.268Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T01:16:33.530Z] Fetched 1696 B in 0s (8450 B/s) [2021-03-12T01:16:33.530Z] Selecting previously unselected package apt-transport-https. [2021-03-12T01:16:33.530Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-12T01:16:33.530Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-12T01:16:33.530Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-12T01:16:33.530Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-12T01:16:33.791Z] Waiting for network to be ready... [2021-03-12T01:16:39.079Z] 2021-03-12T01:16:36Z INFO Waiting for automatic snapd restart... [2021-03-12T01:16:39.340Z] snapd 2.49 from Canonical* installed [2021-03-12T01:16:40.282Z] "snapd" switched to the "latest/stable" channel [2021-03-12T01:16:40.282Z] [2021-03-12T01:16:42.832Z] core18 20210128 from Canonical* installed [2021-03-12T01:16:43.092Z] "core18" switched to the "latest/stable" channel [2021-03-12T01:16:43.092Z] [2021-03-12T01:16:46.397Z] snapcraft 4.5.4 from Canonical* installed [2021-03-12T01:16:46.397Z] "snapcraft" switched to the "latest/stable" channel [2021-03-12T01:16:46.397Z] [2021-03-12T01:16:49.699Z] 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-12T01:16:49.699Z] - README.md [2021-03-12T01:16:49.699Z] [2021-03-12T01:16:49.699Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-12T01:16:56.291Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T01:16:56.550Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T01:16:56.551Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T01:16:56.551Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T01:16:57.754Z] Reading package lists... [2021-03-12T01:16:58.015Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-12T01:17:04.619Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T01:17:04.619Z] Reading package lists... [2021-03-12T01:17:04.619Z] Building dependency tree... [2021-03-12T01:17:04.619Z] Reading state information... [2021-03-12T01:17:04.619Z] Suggested packages: [2021-03-12T01:17:04.619Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-12T01:17:04.619Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-12T01:17:04.619Z] Recommended packages: [2021-03-12T01:17:04.619Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-12T01:17:04.619Z] The following NEW packages will be installed: [2021-03-12T01:17:04.619Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-12T01:17:04.619Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-12T01:17:04.619Z] pkg-config zip [2021-03-12T01:17:04.619Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T01:17:04.619Z] Need to get 7658 kB of archives. [2021-03-12T01:17:04.619Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-12T01:17:04.619Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-12T01:17:04.619Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-12T01:17:04.619Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-12T01:17:04.880Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-12T01:17:04.880Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-12T01:17:04.880Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-12T01:17:04.880Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-12T01:17:04.880Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-12T01:17:05.141Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-12T01:17:05.141Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-12T01:17:05.141Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-12T01:17:05.141Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-12T01:17:05.141Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-12T01:17:05.402Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-12T01:17:05.402Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-12T01:17:05.664Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T01:17:05.664Z] Fetched 7658 kB in 1s (6658 kB/s) [2021-03-12T01:17:05.664Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-12T01:17:05.664Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-12T01:17:05.664Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-12T01:17:05.664Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-12T01:17:05.925Z] Selecting previously unselected package libpsl5:amd64. [2021-03-12T01:17:05.925Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-12T01:17:05.925Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-12T01:17:05.925Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-12T01:17:05.925Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-12T01:17:05.925Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-12T01:17:06.187Z] Selecting previously unselected package librtmp1:amd64. [2021-03-12T01:17:06.187Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-12T01:17:06.187Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-12T01:17:06.187Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-12T01:17:06.187Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-12T01:17:06.187Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-12T01:17:06.447Z] Selecting previously unselected package liberror-perl. [2021-03-12T01:17:06.447Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-12T01:17:06.447Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-12T01:17:06.447Z] Selecting previously unselected package git-man. [2021-03-12T01:17:06.447Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-12T01:17:06.447Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-12T01:17:06.706Z] Selecting previously unselected package git. [2021-03-12T01:17:06.706Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-12T01:17:06.706Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-12T01:17:07.653Z] Selecting previously unselected package libnorm1:amd64. [2021-03-12T01:17:07.653Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-12T01:17:07.653Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-12T01:17:07.653Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-12T01:17:07.653Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-12T01:17:07.653Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-12T01:17:07.653Z] Selecting previously unselected package libsodium23:amd64. [2021-03-12T01:17:07.653Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-12T01:17:07.653Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-12T01:17:07.914Z] Selecting previously unselected package libzmq5:amd64. [2021-03-12T01:17:07.914Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-12T01:17:07.914Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T01:17:07.914Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-12T01:17:07.914Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-12T01:17:07.914Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T01:17:08.175Z] Selecting previously unselected package pkg-config. [2021-03-12T01:17:08.175Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-12T01:17:08.175Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-12T01:17:08.175Z] Selecting previously unselected package zip. [2021-03-12T01:17:08.175Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-12T01:17:08.175Z] Unpacking zip (3.0-11build1) ... [2021-03-12T01:17:08.175Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-12T01:17:08.436Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-12T01:17:08.436Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-12T01:17:08.436Z] Setting up liberror-perl (0.17025-1) ... [2021-03-12T01:17:08.436Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-12T01:17:08.436Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-12T01:17:08.436Z] No schema files found: doing nothing. [2021-03-12T01:17:08.436Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-12T01:17:08.436Z] Setting up zip (3.0-11build1) ... [2021-03-12T01:17:08.436Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-12T01:17:08.436Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-12T01:17:08.698Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-12T01:17:08.698Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T01:17:08.698Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-12T01:17:08.698Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T01:17:08.698Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-12T01:17:08.698Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T01:17:15.288Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T01:17:15.288Z] git set to automatically installed. [2021-03-12T01:17:15.288Z] git-man set to automatically installed. [2021-03-12T01:17:15.288Z] libcurl3-gnutls set to automatically installed. [2021-03-12T01:17:15.288Z] liberror-perl set to automatically installed. [2021-03-12T01:17:15.288Z] libglib2.0-0 set to automatically installed. [2021-03-12T01:17:15.288Z] libnghttp2-14 set to automatically installed. [2021-03-12T01:17:15.288Z] libnorm1 set to automatically installed. [2021-03-12T01:17:15.288Z] libpgm-5.2-0 set to automatically installed. [2021-03-12T01:17:15.288Z] libpsl5 set to automatically installed. [2021-03-12T01:17:15.288Z] librtmp1 set to automatically installed. [2021-03-12T01:17:15.288Z] libsodium23 set to automatically installed. [2021-03-12T01:17:15.288Z] libzmq3-dev set to automatically installed. [2021-03-12T01:17:15.288Z] libzmq5 set to automatically installed. [2021-03-12T01:17:15.288Z] pkg-config set to automatically installed. [2021-03-12T01:17:15.288Z] zip set to automatically installed. [2021-03-12T01:17:18.589Z] snapd is not logged in, snap install commands will use sudo [2021-03-12T01:17:25.179Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T01:17:43.295Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-12T01:17:43.295Z] snapd is not logged in, snap install commands will use sudo [2021-03-12T01:17:48.587Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T01:17:48.587Z] snap "core18" has no updates available [2021-03-12T01:17:49.157Z] Pulling config-common [2021-03-12T01:17:49.418Z] + snapcraftctl pull [2021-03-12T01:17:50.367Z] Pulling go-build-helper [2021-03-12T01:17:50.367Z] + snapcraftctl pull [2021-03-12T01:17:51.014Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-12T01:17:51.014Z] Skipping pull go-build-helper (already ran) [2021-03-12T01:17:51.014Z] Building go-build-helper [2021-03-12T01:17:51.014Z] + snapcraftctl build [2021-03-12T01:17:53.106Z] Staging go-build-helper [2021-03-12T01:17:53.106Z] + snapcraftctl stage [2021-03-12T01:18:03.114Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-12T01:18:03.114Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-12T01:18:03.114Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-12T01:18:03.114Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-12T01:18:03.114Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-12T01:18:03.114Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-12T01:18:03.114Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-12T01:18:03.114Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-12T01:18:03.114Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-12T01:18:03.114Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-12T01:18:03.114Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-12T01:18:03.114Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-12T01:18:03.114Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-12T01:18:03.114Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-12T01:18:03.114Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-12T01:18:03.114Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-12T01:18:03.114Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-12T01:18:03.114Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-12T01:18:03.114Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-12T01:18:03.114Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-12T01:18:03.114Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-12T01:18:03.114Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-12T01:18:03.114Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-12T01:18:03.114Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-12T01:18:03.114Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-12T01:18:03.114Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-12T01:18:03.114Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-12T01:18:03.114Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-12T01:18:03.114Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-12T01:18:03.114Z] Fetched 224 kB in 0s (0 B/s) [2021-03-12T01:18:03.114Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-12T01:18:03.114Z] Fetched 157 kB in 0s (0 B/s) [2021-03-12T01:18:03.114Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-12T01:18:03.114Z] Fetched 221 kB in 0s (0 B/s) [2021-03-12T01:18:03.114Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-12T01:18:03.115Z] Fetched 143 kB in 0s (0 B/s) [2021-03-12T01:18:03.115Z] Pulling edgex-go [2021-03-12T01:18:03.115Z] + snapcraftctl pull [2021-03-12T01:18:25.088Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T01:18:25.088Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T01:18:25.088Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T01:18:25.088Z] Fetched 0 B in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-12T01:18:25.088Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-12T01:18:25.088Z] Fetched 279 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-12T01:18:25.088Z] Fetched 122 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-12T01:18:25.088Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-12T01:18:25.088Z] Fetched 8848 B in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-12T01:18:25.088Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-12T01:18:25.088Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-12T01:18:25.088Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-12T01:18:25.088Z] Fetched 214 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-12T01:18:25.088Z] Fetched 154 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-12T01:18:25.088Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-12T01:18:25.088Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-12T01:18:25.088Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-12T01:18:25.088Z] Fetched 499 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-12T01:18:25.088Z] Fetched 111 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-12T01:18:25.088Z] Fetched 240 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-12T01:18:25.088Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-12T01:18:25.088Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-12T01:18:25.088Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-12T01:18:25.088Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-12T01:18:25.088Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-12T01:18:25.088Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-12T01:18:25.088Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-12T01:18:25.088Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-12T01:18:25.088Z] Fetched 8720 B in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-12T01:18:25.088Z] Fetched 137 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-12T01:18:25.088Z] Fetched 119 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-12T01:18:25.088Z] Fetched 109 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-12T01:18:25.088Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-12T01:18:25.088Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-12T01:18:25.088Z] Fetched 645 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-12T01:18:25.089Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-12T01:18:25.089Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-12T01:18:25.089Z] Fetched 368 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-12T01:18:25.089Z] Fetched 187 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-12T01:18:25.089Z] Fetched 175 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-12T01:18:25.089Z] Fetched 206 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-12T01:18:25.089Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-12T01:18:25.089Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-12T01:18:25.089Z] Fetched 159 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-12T01:18:25.089Z] Fetched 107 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-12T01:18:25.089Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-12T01:18:25.089Z] Pulling static-packages [2021-03-12T01:18:25.089Z] + snapcraftctl pull [2021-03-12T01:18:25.089Z] Pulling version [2021-03-12T01:18:25.089Z] + cd /root/project [2021-03-12T01:18:25.089Z] + [ -f VERSION ] [2021-03-12T01:18:25.089Z] + PROJECT_VERSION=local-dev [2021-03-12T01:18:25.089Z] + git rev-parse --short HEAD [2021-03-12T01:18:25.089Z] + GIT_REVISION=2d07c3a2 [2021-03-12T01:18:25.089Z] + snapcraftctl set-version local-dev [2021-03-12T01:18:25.089Z] Building config-common [2021-03-12T01:18:25.089Z] + snapcraftctl build [2021-03-12T01:18:26.032Z] Skipping build go-build-helper (already ran) [2021-03-12T01:18:26.293Z] Building edgex-go [2021-03-12T01:18:26.554Z] + cd /root/parts/edgex-go/src [2021-03-12T01:18:26.554Z] + make build [2021-03-12T01:18:26.554Z] 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-12T01:18:29.122Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-12T01:18:29.122Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-12T01:18:29.122Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-12T01:18:29.122Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-12T01:18:29.122Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-12T01:18:29.122Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-12T01:18:29.122Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-12T01:18:29.122Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-12T01:18:29.122Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-12T01:18:29.390Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-12T01:18:29.390Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-12T01:18:29.390Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-12T01:18:29.390Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-12T01:18:29.651Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-12T01:18:29.651Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-12T01:18:29.651Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-12T01:18:29.918Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-12T01:18:29.918Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-12T01:18:29.918Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-12T01:18:29.918Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-12T01:18:29.918Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-12T01:18:29.918Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-12T01:18:29.918Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-12T01:18:29.918Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-12T01:18:29.918Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-12T01:18:29.918Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-12T01:18:29.918Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-12T01:18:29.918Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-12T01:18:29.918Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-12T01:18:29.918Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-12T01:18:29.918Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-12T01:18:29.918Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-12T01:18:29.918Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-12T01:18:29.918Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-12T01:18:29.918Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-12T01:18:29.918Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-12T01:18:30.189Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-12T01:18:30.189Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-12T01:18:30.189Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-12T01:18:30.189Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-12T01:18:30.189Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-12T01:18:30.189Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-12T01:18:30.189Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-12T01:18:30.189Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-12T01:18:30.189Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-12T01:18:40.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-12T01:18:40.201Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-12T01:18:44.403Z] 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-12T01:18:45.790Z] 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-12T01:18:47.702Z] 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-12T01:18:48.276Z] 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-12T01:18:48.276Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-12T01:18:48.536Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-12T01:18:48.536Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-12T01:18:48.536Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-12T01:18:50.449Z] 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-12T01:18:50.449Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-12T01:18:50.449Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-12T01:18:51.837Z] 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-12T01:18:52.781Z] 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-12T01:18:53.042Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-12T01:18:54.957Z] 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-12T01:18:55.902Z] 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-12T01:18:55.902Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-12T01:18:57.289Z] 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-12T01:18:57.289Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-12T01:18:59.202Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-12T01:18:59.202Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-12T01:18:59.202Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-12T01:18:59.202Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-12T01:18:59.202Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-12T01:18:59.202Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-12T01:18:59.202Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-12T01:18:59.202Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-12T01:18:59.202Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-12T01:18:59.202Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-12T01:18:59.202Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-12T01:18:59.202Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-12T01:18:59.202Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-12T01:18:59.202Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-12T01:18:59.202Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-12T01:18:59.202Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-12T01:18:59.202Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-12T01:18:59.202Z] + 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-12T01:18:59.202Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-12T01:18:59.202Z] + 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-12T01:18:59.202Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-12T01:18:59.202Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-12T01:18:59.202Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-12T01:18:59.202Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-12T01:18:59.202Z] + 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-12T01:19:02.512Z] Building static-packages [2021-03-12T01:19:02.512Z] + snapcraftctl build [2021-03-12T01:19:03.900Z] Building version [2021-03-12T01:19:03.900Z] + snapcraftctl build [2021-03-12T01:19:05.814Z] Staging config-common [2021-03-12T01:19:05.814Z] + snapcraftctl stage [2021-03-12T01:19:06.756Z] Skipping stage go-build-helper (already ran) [2021-03-12T01:19:06.756Z] Staging edgex-go [2021-03-12T01:19:06.756Z] + snapcraftctl stage [2021-03-12T01:19:07.701Z] Staging static-packages [2021-03-12T01:19:07.701Z] + snapcraftctl stage [2021-03-12T01:19:08.646Z] Staging version [2021-03-12T01:19:08.646Z] + snapcraftctl stage [2021-03-12T01:19:09.592Z] Priming config-common [2021-03-12T01:19:09.592Z] + snapcraftctl prime [2021-03-12T01:19:10.533Z] Priming go-build-helper [2021-03-12T01:19:10.534Z] + snapcraftctl prime [2021-03-12T01:19:11.476Z] Priming edgex-go [2021-03-12T01:19:11.476Z] + snapcraftctl prime [2021-03-12T01:19:12.432Z] Priming static-packages [2021-03-12T01:19:12.432Z] + snapcraftctl prime [2021-03-12T01:19:14.987Z] Priming version [2021-03-12T01:19:14.987Z] + snapcraftctl prime [2021-03-12T01:19:15.560Z] 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-12T01:19:19.719Z] provisioning config files... [2021-03-12T01:19:19.753Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config3300150351192943373tmp [Pipeline] { [Pipeline] sh [2021-03-12T01:19:20.312Z] + set +x [2021-03-12T01:19:20.312Z] + bash -s -- [2021-03-12T01:19:20.312Z] + curl -s https://codecov.io/bash [2021-03-12T01:19:21.309Z] [2021-03-12T01:19:21.309Z] _____ _ [2021-03-12T01:19:21.309Z] / ____| | | [2021-03-12T01:19:21.309Z] | | ___ __| | ___ ___ _____ __ [2021-03-12T01:19:21.309Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-12T01:19:21.309Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-12T01:19:21.309Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-12T01:19:21.309Z] Bash-20210309-2b87ace [2021-03-12T01:19:21.309Z] [2021-03-12T01:19:21.309Z] [2021-03-12T01:19:21.309Z] ==> git version 2.24.3 found [2021-03-12T01:19:21.309Z] ==> 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-12T01:19:21.309Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-12T01:19:21.309Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-12T01:19:21.309Z] ==> Jenkins CI detected. [2021-03-12T01:19:21.309Z] project root: . [2021-03-12T01:19:21.309Z] --> token set from env [2021-03-12T01:19:21.309Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-12T01:19:21.309Z] ==> Running gcov in . (disable via -X gcov) [2021-03-12T01:19:21.904Z] ==> Python coveragepy not found [2021-03-12T01:19:21.904Z] ==> Searching for coverage reports in: [2021-03-12T01:19:21.904Z] + . [2021-03-12T01:19:21.904Z] -> Found 1 reports [2021-03-12T01:19:21.904Z] ==> Detecting git/mercurial file structure [2021-03-12T01:19:21.904Z] ==> Reading reports [2021-03-12T01:19:21.904Z] + ./coverage.out bytes=628834 [2021-03-12T01:19:21.904Z] ==> Appending adjustments [2021-03-12T01:19:21.904Z] https://docs.codecov.io/docs/fixing-reports [2021-03-12T01:19:30.215Z] + Found adjustments [2021-03-12T01:19:30.215Z] ==> Gzipping contents [2021-03-12T01:19:30.215Z] 92K /tmp/codecov.UyMYMC.gz [2021-03-12T01:19:30.215Z] ==> Uploading reports [2021-03-12T01:19:30.215Z] url: https://codecov.io [2021-03-12T01:19:30.215Z] query: branch=PR-3250&commit=2d5e29436a1f73a1ecaca90481e036c8924fcb77&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-12T01:19:30.215Z] -> Pinging Codecov [2021-03-12T01:19:30.215Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=2d5e29436a1f73a1ecaca90481e036c8924fcb77&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-12T01:19:30.215Z] -> Uploading to [2021-03-12T01:19:30.215Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-12/00271124DB129430A58F1EEE437C3FCB/2d5e29436a1f73a1ecaca90481e036c8924fcb77/b199311a-9103-426c-8202-4f2789ddf051.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210312%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210312T011929Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=667662b3839979da0dc52eea41e9ab7f2322cf2458c41f11ca040e6e3c06c876 [2021-03-12T01:19:30.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-12T01:19:30.215Z] Dload Upload Total Spent Left Speed [2021-03-12T01:19:30.485Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92834 0 0 100 92834 0 140k --:--:-- --:--:-- --:--:-- 140k 100 92834 0 0 100 92834 0 140k --:--:-- --:--:-- --:--:-- 140k [2021-03-12T01:19:30.485Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2d5e29436a1f73a1ecaca90481e036c8924fcb77 [Pipeline] } [2021-03-12T01:19:30.500Z] 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-12T01:19:33.035Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T01:19:34.557Z] ---> package-listing.sh [2021-03-12T01:19:34.557Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-12T01:19:34.557Z] ++ facter osfamily [2021-03-12T01:19:34.829Z] + OS_FAMILY=redhat [2021-03-12T01:19:34.829Z] + workspace=/w/workspace/edgex-go/9 [2021-03-12T01:19:34.829Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-12T01:19:34.829Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-12T01:19:34.829Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-12T01:19:34.829Z] + PACKAGES=/tmp/packages_start.txt [2021-03-12T01:19:34.829Z] + '[' /w/workspace/edgex-go/9 ']' [2021-03-12T01:19:34.829Z] + PACKAGES=/tmp/packages_end.txt [2021-03-12T01:19:34.829Z] + case "${OS_FAMILY}" in [2021-03-12T01:19:34.829Z] + sort [2021-03-12T01:19:34.829Z] + rpm -qa [2021-03-12T01:19:43.120Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-12T01:19:43.120Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-12T01:19:43.120Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-12T01:19:43.120Z] + '[' /w/workspace/edgex-go/9 ']' [2021-03-12T01:19:43.120Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-03-12T01:19:43.120Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-03-12T01:19:43.136Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-12T01:19:43.490Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:19:44.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T01:19:44.377Z] [2021-03-12T01:19:44.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-12T01:19:44.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T01:19:44.766Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-12T01:19:45.051Z] df20fa9351a1: Pulling fs layer [2021-03-12T01:19:45.051Z] 36b3adc4ff6f: Pulling fs layer [2021-03-12T01:19:45.051Z] 8ad3a11d3b57: Pulling fs layer [2021-03-12T01:19:45.051Z] 46f8f816bc3b: Pulling fs layer [2021-03-12T01:19:45.051Z] 93b61091891f: Pulling fs layer [2021-03-12T01:19:45.051Z] 93b9cdb0e59b: Pulling fs layer [2021-03-12T01:19:45.051Z] 5e14af77c1be: Pulling fs layer [2021-03-12T01:19:45.051Z] 01666e4c0597: Pulling fs layer [2021-03-12T01:19:45.051Z] aa168da1d23b: Pulling fs layer [2021-03-12T01:19:45.051Z] 93b9cdb0e59b: Waiting [2021-03-12T01:19:45.051Z] 5e14af77c1be: Waiting [2021-03-12T01:19:45.051Z] 01666e4c0597: Waiting [2021-03-12T01:19:45.051Z] 93b61091891f: Waiting [2021-03-12T01:19:45.051Z] 46f8f816bc3b: Waiting [2021-03-12T01:19:45.051Z] aa168da1d23b: Waiting [2021-03-12T01:19:45.051Z] 36b3adc4ff6f: Verifying Checksum [2021-03-12T01:19:45.051Z] 36b3adc4ff6f: Download complete [2021-03-12T01:19:45.051Z] 46f8f816bc3b: Download complete [2021-03-12T01:19:45.051Z] df20fa9351a1: Verifying Checksum [2021-03-12T01:19:45.051Z] 93b9cdb0e59b: Download complete [2021-03-12T01:19:45.051Z] 5e14af77c1be: Verifying Checksum [2021-03-12T01:19:45.051Z] 5e14af77c1be: Download complete [2021-03-12T01:19:45.341Z] 01666e4c0597: Download complete [2021-03-12T01:19:45.341Z] 93b61091891f: Verifying Checksum [2021-03-12T01:19:45.341Z] 93b61091891f: Download complete [2021-03-12T01:19:46.422Z] df20fa9351a1: Pull complete [2021-03-12T01:19:46.422Z] 8ad3a11d3b57: Verifying Checksum [2021-03-12T01:19:46.422Z] 8ad3a11d3b57: Download complete [2021-03-12T01:19:46.722Z] 36b3adc4ff6f: Pull complete [2021-03-12T01:19:48.703Z] 8ad3a11d3b57: Pull complete [2021-03-12T01:19:49.685Z] aa168da1d23b: Verifying Checksum [2021-03-12T01:19:49.685Z] aa168da1d23b: Download complete [2021-03-12T01:19:50.306Z] 46f8f816bc3b: Pull complete [2021-03-12T01:19:52.529Z] 93b61091891f: Pull complete [2021-03-12T01:19:52.529Z] 93b9cdb0e59b: Pull complete [2021-03-12T01:19:52.802Z] 5e14af77c1be: Pull complete [2021-03-12T01:19:53.111Z] 01666e4c0597: Pull complete [2021-03-12T01:20:21.791Z] aa168da1d23b: Pull complete [2021-03-12T01:20:21.791Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-12T01:20:21.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T01:20:21.791Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-12T01:20:22.852Z] prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container [2021-03-12T01:20:22.970Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-12T01:20:31.017Z] $ docker top 906943bd8b09cf9975611c251cc3c6ae20bdb39863dc817d10a7a904c99a067e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T01:20:32.166Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-12T01:20:33.571Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-12T01:20:34.765Z] + ls /var/log/sa-host [2021-03-12T01:20:34.765Z] + sadf -c /var/log/sa-host/sa12 [2021-03-12T01:20:34.765Z] file_magic: OK [2021-03-12T01:20:34.765Z] HZ: Using current value: 100 [2021-03-12T01:20:34.765Z] file_header: OK [2021-03-12T01:20:34.765Z] 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-12T01:20:34.765Z] Statistics: [2021-03-12T01:20:34.765Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-12T01:20:34.765Z] File successfully converted to sysstat format version 12.2.1 [2021-03-12T01:20:34.765Z] + sadf -c /var/log/sa-host/sa23 [2021-03-12T01:20:34.765Z] file_magic: OK [2021-03-12T01:20:34.765Z] HZ: Using current value: 100 [2021-03-12T01:20:34.765Z] file_header: OK [2021-03-12T01:20:34.765Z] 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-12T01:20:34.765Z] Statistics: [2021-03-12T01:20:34.765Z] Hnuu...uuuununununu... [2021-03-12T01:20:34.765Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-12T01:20:35.581Z] provisioning config files... [2021-03-12T01:20:35.622Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config4012137622364402403tmp [Pipeline] { [Pipeline] echo [2021-03-12T01:20:35.803Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T01:20:36.868Z] ---> create-netrc.sh [Pipeline] } [2021-03-12T01:20:36.912Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-12T01:20:37.040Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T01:20:38.160Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-12T01:20:38.184Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T01:20:38.557Z] ---> sudo-logs.sh [2021-03-12T01:20:38.557Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-12T01:20:38.649Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T01:20:39.401Z] ---> job-cost.sh [2021-03-12T01:20:39.676Z] lf-activate-venv: SKIPPING [2021-03-12T01:20:39.676Z] DEBUG: total: 0.20999999344348907 [2021-03-12T01:20:39.676Z] INFO: Retrieving Stack Cost... [2021-03-12T01:20:41.145Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-12T01:20:41.748Z] INFO: Archiving Costs [Pipeline] echo [2021-03-12T01:20:41.769Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T01:20:42.111Z] ---> logs-deploy.sh [2021-03-12T01:20:42.111Z] lf-activate-venv: SKIPPING [2021-03-12T01:20:42.111Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/9 [2021-03-12T01:20:42.112Z] INFO: archiving workspace using pattern(s): [2021-03-12T01:20:45.542Z] Archives upload complete. [2021-03-12T01:20:45.542Z] INFO: archiving logs to Nexus