Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (d8b43afeb2a0b8dcfac7b899d48cdc990bb61ca0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30006’ Running on prd-centos7-docker-4c-2g-30011 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d Merge succeeded, producing ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d Checking out Revision ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-16T16:59:12.575Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 [Pipeline] withCredentials [2021-03-16T16:59:13.009Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-16T16:59:13.151Z] ========================================================= [2021-03-16T16:59:13.151Z] EdgeX Global Pipelines Version Info [2021-03-16T16:59:13.151Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-16T16:59:14.840Z] ------------------- [2021-03-16T16:59:14.840Z] stable info: [2021-03-16T16:59:14.840Z] ------------------- [2021-03-16T16:59:14.840Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-16T16:59:14.840Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T16:59:14.840Z] Message: update stable to v1.0.184 [2021-03-16T16:59:16.245Z] ------------------- [2021-03-16T16:59:16.245Z] experimental info: [2021-03-16T16:59:16.245Z] ------------------- [2021-03-16T16:59:16.245Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-16T16:59:16.245Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T16:59:16.245Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-16T16:59:16.522Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-16T16:59:16.629Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-16T16:59:16.726Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-16T16:59:16.850Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-16T16:59:17.009Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-16T16:59:17.140Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-16T16:59:17.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-16T16:59:17.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-16T16:59:17.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-16T16:59:17.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-16T16:59:17.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-16T16:59:17.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-16T16:59:17.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-16T16:59:17.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-16T16:59:18.090Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T16:59:18.208Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T16:59:18.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-16T16:59:18.447Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-16T16:59:18.533Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-16T16:59:18.634Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-16T16:59:18.729Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-16T16:59:18.816Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-16T16:59:18.906Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-16T16:59:19.282Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-16T16:59:19.389Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-16T16:59:19.483Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [Pipeline] echo [2021-03-16T16:59:19.592Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea1e5ef [Pipeline] echo [2021-03-16T16:59:19.679Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T16:59:19.846Z] provisioning config files... [2021-03-16T16:59:19.908Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config8816529429037597257tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T16:59:20.266Z] ---> docker-login.sh [2021-03-16T16:59:20.266Z] nexus3.edgexfoundry.org:10001 [2021-03-16T16:59:20.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T16:59:20.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T16:59:20.529Z] Configure a credential helper to remove this warning. See [2021-03-16T16:59:20.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T16:59:20.529Z] [2021-03-16T16:59:20.529Z] Login Succeeded [2021-03-16T16:59:20.529Z] nexus3.edgexfoundry.org:10002 [2021-03-16T16:59:20.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T16:59:20.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T16:59:20.798Z] Configure a credential helper to remove this warning. See [2021-03-16T16:59:20.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T16:59:20.798Z] [2021-03-16T16:59:20.798Z] Login Succeeded [2021-03-16T16:59:20.798Z] nexus3.edgexfoundry.org:10003 [2021-03-16T16:59:21.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T16:59:21.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T16:59:21.063Z] Configure a credential helper to remove this warning. See [2021-03-16T16:59:21.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T16:59:21.063Z] [2021-03-16T16:59:21.063Z] Login Succeeded [2021-03-16T16:59:21.063Z] nexus3.edgexfoundry.org:10004 [2021-03-16T16:59:21.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T16:59:21.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T16:59:21.326Z] Configure a credential helper to remove this warning. See [2021-03-16T16:59:21.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T16:59:21.326Z] [2021-03-16T16:59:21.326Z] Login Succeeded [2021-03-16T16:59:21.326Z] docker.io [2021-03-16T16:59:21.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T16:59:21.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T16:59:21.595Z] Configure a credential helper to remove this warning. See [2021-03-16T16:59:21.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T16:59:21.595Z] [2021-03-16T16:59:21.595Z] Login Succeeded [2021-03-16T16:59:21.595Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T16:59:21.606Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T16:59:22.193Z] ++ 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-16T16:59:22.193Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:59:22.193Z] ++ dirname cmd/core-command/Dockerfile [2021-03-16T16:59:22.193Z] ++ cut -d/ -f2 [2021-03-16T16:59:22.193Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-16T16:59:22.193Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:59:22.193Z] ++ dirname cmd/core-data/Dockerfile [2021-03-16T16:59:22.193Z] ++ cut -d/ -f2 [2021-03-16T16:59:22.193Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-16T16:59:22.193Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:59:22.193Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-16T16:59:22.193Z] ++ cut -d/ -f2 [2021-03-16T16:59:22.193Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-16T16:59:22.193Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:59:22.193Z] ++ cut -d/ -f2 [2021-03-16T16:59:22.193Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-16T16:59:22.193Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-16T16:59:22.193Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:59:22.193Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-16T16:59:22.193Z] ++ cut -d/ -f2 [2021-03-16T16:59:22.193Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-16T16:59:22.193Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:59:22.193Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-16T16:59:22.193Z] ++ cut -d/ -f2 [2021-03-16T16:59:22.193Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-16T16:59:22.193Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:59:22.193Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-16T16:59:22.193Z] ++ cut -d/ -f2 [2021-03-16T16:59:22.193Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-16T16:59:22.193Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:59:22.193Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-16T16:59:22.193Z] ++ cut -d/ -f2 [2021-03-16T16:59:22.193Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-16T16:59:22.193Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:59:22.193Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-16T16:59:22.193Z] ++ cut -d/ -f2 [2021-03-16T16:59:22.193Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-16T16:59:22.270Z] 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-16T16:59:23.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T16:59:23.205Z] [2021-03-16T16:59:23.205Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T16:59:23.586Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T16:59:23.586Z] latest: Pulling from edgex-devops/git-semver [2021-03-16T16:59:23.586Z] 31603596830f: Pulling fs layer [2021-03-16T16:59:23.586Z] 2a8b12db71e7: Pulling fs layer [2021-03-16T16:59:23.586Z] 6ca5941a6612: Pulling fs layer [2021-03-16T16:59:23.586Z] ecc8261a40a4: Pulling fs layer [2021-03-16T16:59:23.586Z] ecc8261a40a4: Waiting [2021-03-16T16:59:23.586Z] 2a8b12db71e7: Verifying Checksum [2021-03-16T16:59:23.586Z] 2a8b12db71e7: Download complete [2021-03-16T16:59:23.850Z] 31603596830f: Verifying Checksum [2021-03-16T16:59:23.850Z] 31603596830f: Download complete [2021-03-16T16:59:23.850Z] ecc8261a40a4: Verifying Checksum [2021-03-16T16:59:23.850Z] ecc8261a40a4: Download complete [2021-03-16T16:59:23.850Z] 6ca5941a6612: Verifying Checksum [2021-03-16T16:59:23.850Z] 6ca5941a6612: Download complete [2021-03-16T16:59:24.112Z] 31603596830f: Pull complete [2021-03-16T16:59:24.379Z] 2a8b12db71e7: Pull complete [2021-03-16T16:59:25.342Z] 6ca5941a6612: Pull complete [2021-03-16T16:59:25.342Z] ecc8261a40a4: Pull complete [2021-03-16T16:59:25.605Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-16T16:59:25.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T16:59:25.605Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-16T16:59:25.715Z] prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container [2021-03-16T16:59:25.770Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-16T16:59:28.550Z] $ docker top 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T16:59:28.990Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T16:59:28.990Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T16:59:29.283Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T16:59:29.288Z] $ docker exec 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e ssh-agent [2021-03-16T16:59:29.542Z] SSH_AUTH_SOCK=/tmp/ssh-LyXYKRw1TENs/agent.12 [2021-03-16T16:59:29.542Z] SSH_AGENT_PID=17 [2021-03-16T16:59:29.559Z] Running ssh-add (command line suppressed) [2021-03-16T16:59:29.704Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_5522460837064131770.key (/w/workspace/edgex-go/17@tmp/private_key_5522460837064131770.key) [2021-03-16T16:59:29.763Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T16:59:30.101Z] + git tag --points-at HEAD [Pipeline] } [2021-03-16T16:59:30.128Z] $ docker exec --env ******** --env ******** 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e ssh-agent -k [2021-03-16T16:59:30.249Z] unset SSH_AUTH_SOCK; [2021-03-16T16:59:30.249Z] unset SSH_AGENT_PID; [2021-03-16T16:59:30.249Z] echo Agent pid 17 killed; [2021-03-16T16:59:30.301Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-16T16:59:30.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T16:59:30.456Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T16:59:30.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T16:59:30.666Z] $ docker exec 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e ssh-agent [2021-03-16T16:59:30.850Z] SSH_AUTH_SOCK=/tmp/ssh-0lqMgMSIoQSk/agent.47 [2021-03-16T16:59:30.850Z] SSH_AGENT_PID=52 [2021-03-16T16:59:30.866Z] Running ssh-add (command line suppressed) [2021-03-16T16:59:31.065Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_4609502158808076999.key (/w/workspace/edgex-go/17@tmp/private_key_4609502158808076999.key) [2021-03-16T16:59:31.142Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T16:59:31.485Z] + git semver init [2021-03-16T16:59:31.485Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T16:59:31.485Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2021-03-16T16:59:31.485Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2021-03-16T16:59:31.485Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T16:59:31.485Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T16:59:31.485Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T16:59:31.485Z] # $SEMVER_BRANCH = PR-3234 [2021-03-16T16:59:31.485Z] # $SEMVER_TEMP = /tmp/semver-594483782 [2021-03-16T16:59:31.485Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-16T16:59:58.171Z] # '/tmp/semver-594483782' -> '/w/workspace/edgex-go/17/.semver' [2021-03-16T16:59:58.171Z] # -> Force: false [2021-03-16T16:59:58.171Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2021-03-16T16:59:58.185Z] $ docker exec --env ******** --env ******** 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e ssh-agent -k [2021-03-16T16:59:58.405Z] unset SSH_AUTH_SOCK; [2021-03-16T16:59:58.406Z] unset SSH_AGENT_PID; [2021-03-16T16:59:58.406Z] echo Agent pid 52 killed; [2021-03-16T16:59:58.510Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T16:59:58.976Z] + git semver [Pipeline] } [2021-03-16T16:59:58.995Z] $ docker stop --time=1 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e [2021-03-16T17:00:00.524Z] $ docker rm -f 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T17:00:01.089Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-16T17:00:01.693Z] Stashed 1 file(s) [Pipeline] echo [2021-03-16T17:00:01.696Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T17:00:02.735Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-16T17:00:03.071Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T17:00:03.394Z] + sudo service docker restart [2021-03-16T17:00:03.394Z] + true [2021-03-16T17:00:03.394Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-16T17:00:03.988Z] ========================================================= [2021-03-16T17:00:03.988Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-16T17:00:03.988Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:00:04.336Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-16T17:00:08.574Z] Sending build context to Docker daemon 328.6MB [2021-03-16T17:00:08.574Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T17:00:08.574Z] Step 2/6 : FROM ${BASE} [2021-03-16T17:00:08.574Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-16T17:00:08.574Z] 188c0c94c7c5: Pulling fs layer [2021-03-16T17:00:08.574Z] 0ef7d3d256c8: Pulling fs layer [2021-03-16T17:00:08.574Z] de9db76c5a1d: Pulling fs layer [2021-03-16T17:00:08.574Z] bca2f99d35d6: Pulling fs layer [2021-03-16T17:00:08.574Z] 93359f2a8cfa: Pulling fs layer [2021-03-16T17:00:08.574Z] 7c6f9722023f: Pulling fs layer [2021-03-16T17:00:08.574Z] a35cf1a2eb13: Pulling fs layer [2021-03-16T17:00:08.574Z] 7c6f9722023f: Waiting [2021-03-16T17:00:08.574Z] bca2f99d35d6: Waiting [2021-03-16T17:00:08.574Z] a35cf1a2eb13: Waiting [2021-03-16T17:00:08.574Z] 93359f2a8cfa: Waiting [2021-03-16T17:00:08.574Z] de9db76c5a1d: Verifying Checksum [2021-03-16T17:00:08.574Z] de9db76c5a1d: Download complete [2021-03-16T17:00:08.574Z] 0ef7d3d256c8: Download complete [2021-03-16T17:00:08.574Z] 93359f2a8cfa: Verifying Checksum [2021-03-16T17:00:08.574Z] 93359f2a8cfa: Download complete [2021-03-16T17:00:08.574Z] 188c0c94c7c5: Download complete [2021-03-16T17:00:08.574Z] 7c6f9722023f: Verifying Checksum [2021-03-16T17:00:08.574Z] 7c6f9722023f: Download complete [2021-03-16T17:00:09.160Z] 188c0c94c7c5: Pull complete [2021-03-16T17:00:09.160Z] 0ef7d3d256c8: Pull complete [2021-03-16T17:00:10.133Z] de9db76c5a1d: Pull complete [2021-03-16T17:00:10.398Z] a35cf1a2eb13: Verifying Checksum [2021-03-16T17:00:10.398Z] a35cf1a2eb13: Download complete [2021-03-16T17:00:10.985Z] bca2f99d35d6: Verifying Checksum [2021-03-16T17:00:10.985Z] bca2f99d35d6: Download complete [2021-03-16T17:00:17.177Z] Still waiting to schedule task [2021-03-16T17:00:17.177Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-16T17:00:17.639Z] bca2f99d35d6: Pull complete [2021-03-16T17:00:17.639Z] 93359f2a8cfa: Pull complete [2021-03-16T17:00:17.639Z] 7c6f9722023f: Pull complete [2021-03-16T17:00:21.876Z] a35cf1a2eb13: Pull complete [2021-03-16T17:00:21.876Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-16T17:00:21.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-16T17:00:21.876Z] ---> a62c8e92a672 [2021-03-16T17:00:21.876Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-16T17:00:21.876Z] ---> Running in 7e98b1dbea1c [2021-03-16T17:00:22.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:00:23.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:00:26.413Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T17:00:26.991Z] (2/12) Installing file (5.38-r0) [2021-03-16T17:00:26.991Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T17:00:27.255Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T17:00:49.271Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T17:00:49.271Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T17:00:49.271Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T17:00:49.271Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T17:00:49.271Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T17:00:49.271Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T17:00:49.271Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T17:00:49.271Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T17:00:49.271Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:00:49.271Z] OK: 233 MiB in 51 packages [2021-03-16T17:00:52.617Z] Removing intermediate container 7e98b1dbea1c [2021-03-16T17:00:52.617Z] ---> 3dfe9942d02e [2021-03-16T17:00:52.617Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T17:00:52.617Z] ---> Running in ac1a1bf62e48 [2021-03-16T17:00:52.617Z] Removing intermediate container ac1a1bf62e48 [2021-03-16T17:00:52.617Z] ---> dcf01666bb89 [2021-03-16T17:00:52.617Z] Step 5/6 : COPY go.mod . [2021-03-16T17:00:52.617Z] ---> ce04fc4b9a54 [2021-03-16T17:00:52.617Z] Step 6/6 : RUN go mod download [2021-03-16T17:00:52.883Z] ---> Running in ba7f6712b19f [2021-03-16T17:01:19.586Z] Removing intermediate container ba7f6712b19f [2021-03-16T17:01:19.586Z] ---> 42492866086c [2021-03-16T17:01:19.586Z] Successfully built 42492866086c [2021-03-16T17:01:19.586Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:01:19.911Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T17:01:19.911Z] . [Pipeline] withDockerContainer [2021-03-16T17:01:20.025Z] prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container [2021-03-16T17:01:20.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-16T17:01:21.069Z] $ docker top 00aa175bc5ed84ebbcabd4b4571ef571d327599a806a7dd92ba4f6247f41cfd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:01:21.624Z] + go version [2021-03-16T17:01:21.624Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-16T17:01:21.638Z] $ docker stop --time=1 00aa175bc5ed84ebbcabd4b4571ef571d327599a806a7dd92ba4f6247f41cfd3 [2021-03-16T17:01:23.050Z] $ docker rm -f 00aa175bc5ed84ebbcabd4b4571ef571d327599a806a7dd92ba4f6247f41cfd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:01:23.851Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T17:01:23.852Z] . [Pipeline] withDockerContainer [2021-03-16T17:01:23.962Z] prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container [2021-03-16T17:01:24.028Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-16T17:01:24.740Z] $ docker top 636b19963795f433343604fabfe10d6d96727ef021d1b436d7fbc14f62e8709c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T17:01:24.968Z] ========================================================= [2021-03-16T17:01:24.968Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T17:01:24.968Z] ========================================================= [Pipeline] sh [2021-03-16T17:01:25.265Z] + make test [2021-03-16T17:01:25.265Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T17:01:35.367Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T17:01:53.651Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T17:02:00.324Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T17:02:00.324Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T17:02:00.324Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T17:02:02.263Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T17:02:02.263Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T17:02:02.263Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T17:02:02.263Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T17:02:02.856Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T17:02:03.452Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T17:02:06.995Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T17:02:06.995Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T17:02:06.995Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T17:02:08.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements [2021-03-16T17:02:08.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T17:02:08.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T17:02:08.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T17:02:08.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T17:02:08.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T17:02:08.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T17:02:08.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements [2021-03-16T17:02:08.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements [2021-03-16T17:02:12.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.328s coverage: 27.1% of statements [2021-03-16T17:02:12.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T17:02:12.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T17:02:12.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T17:02:12.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T17:02:12.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T17:02:12.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T17:02:12.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-03-16T17:02:12.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T17:02:12.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-03-16T17:02:12.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T17:02:12.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T17:02:12.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements [2021-03-16T17:02:12.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T17:02:12.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T17:02:12.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.178s coverage: 82.9% of statements [2021-03-16T17:02:12.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T17:02:12.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:02:12.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements [2021-03-16T17:02:12.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T17:02:16.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.370s coverage: 28.6% of statements [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T17:02:16.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T17:02:16.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T17:02:16.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T17:02:16.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T17:02:16.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T17:02:16.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T17:02:18.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 92.8% of statements [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T17:02:18.922Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T17:02:18.922Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.100s coverage: 0.1% of statements [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T17:02:18.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T17:02:18.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 47.1% of statements [2021-03-16T17:02:18.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements [2021-03-16T17:02:18.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-03-16T17:02:18.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2021-03-16T17:02:19.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-03-16T17:02:21.655Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30014 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-16T17:02:21.709Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-03-16T17:02:27.450Z] using credential edgex-jenkins-ssh [2021-03-16T17:02:27.509Z] Cloning the remote Git repository [2021-03-16T17:02:27.585Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:02:27.695Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-03-16T17:02:27.770Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:02:27.770Z] > git --version # timeout=10 [2021-03-16T17:02:27.790Z] > git --version # 'git version 2.17.1' [2021-03-16T17:02:27.791Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:02:27.886Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T17:02:31.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.041s coverage: 94.4% of statements [2021-03-16T17:02:31.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.040s coverage: 44.8% of statements [2021-03-16T17:02:34.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.147s coverage: 81.9% of statements [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.056s coverage: 87.2% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.6% of statements [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.6% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.236s coverage: 62.4% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.385s coverage: 69.0% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 38.4% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T17:02:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.1% of statements [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:02:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T17:02:44.520Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.967s coverage: 29.1% of statements [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T17:02:44.520Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T17:02:44.520Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T17:02:44.520Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.093s coverage: 96.5% of statements [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T17:02:44.520Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T17:02:44.520Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T17:02:44.520Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T17:02:44.786Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-03-16T17:02:44.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T17:02:44.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T17:02:45.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-03-16T17:02:45.309Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-16T17:02:45.309Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-16T17:02:45.887Z] GO111MODULE=on go vet ./... [2021-03-16T17:02:48.162Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:02:47.316Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T17:02:47.335Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T17:02:47.370Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T17:02:47.481Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:02:47.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:02:47.502Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T17:02:48.185Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T17:02:48.213Z] > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 [2021-03-16T17:02:48.642Z] Merge succeeded, producing ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:02:48.643Z] Checking out Revision ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d (PR-3234) [2021-03-16T17:02:48.549Z] > git remote # timeout=10 [2021-03-16T17:02:48.572Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T17:02:48.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:02:48.601Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-16T17:02:48.627Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T17:02:48.652Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T17:02:48.672Z] > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 [2021-03-16T17:02:53.324Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T17:02:54.916Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-16T17:02:55.351Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T17:02:55.688Z] + sudo service docker restart [2021-03-16T17:02:55.689Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T17:02:58.399Z] provisioning config files... [2021-03-16T17:02:58.441Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config2845565556885242054tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:02:58.853Z] ---> docker-login.sh [2021-03-16T17:02:58.853Z] nexus3.edgexfoundry.org:10001 [2021-03-16T17:02:59.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:03:00.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:03:00.127Z] Configure a credential helper to remove this warning. See [2021-03-16T17:03:00.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:03:00.127Z] [2021-03-16T17:03:00.127Z] Login Succeeded [2021-03-16T17:03:00.127Z] nexus3.edgexfoundry.org:10002 [2021-03-16T17:03:00.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:03:00.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:03:00.680Z] Configure a credential helper to remove this warning. See [2021-03-16T17:03:00.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:03:00.680Z] [2021-03-16T17:03:00.680Z] Login Succeeded [2021-03-16T17:03:00.680Z] nexus3.edgexfoundry.org:10003 [2021-03-16T17:03:01.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:03:01.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:03:01.281Z] Configure a credential helper to remove this warning. See [2021-03-16T17:03:01.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:03:01.281Z] [2021-03-16T17:03:01.281Z] Login Succeeded [2021-03-16T17:03:01.281Z] nexus3.edgexfoundry.org:10004 [2021-03-16T17:03:01.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:03:01.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:03:01.882Z] Configure a credential helper to remove this warning. See [2021-03-16T17:03:01.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:03:01.882Z] [2021-03-16T17:03:01.882Z] Login Succeeded [2021-03-16T17:03:01.882Z] docker.io [2021-03-16T17:03:02.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:03:02.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:03:02.758Z] Configure a credential helper to remove this warning. See [2021-03-16T17:03:02.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:03:02.758Z] [2021-03-16T17:03:02.758Z] Login Succeeded [2021-03-16T17:03:02.758Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T17:03:02.777Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-16T17:03:03.367Z] ========================================================= [2021-03-16T17:03:03.367Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-16T17:03:03.367Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:03:03.751Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-16T17:03:06.410Z] Sending build context to Docker daemon 166.8MB [2021-03-16T17:03:06.411Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T17:03:06.411Z] Step 2/6 : FROM ${BASE} [2021-03-16T17:03:06.411Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-16T17:03:06.411Z] 5f621e34cdf4: Pulling fs layer [2021-03-16T17:03:06.411Z] a4357932f1b6: Pulling fs layer [2021-03-16T17:03:06.411Z] 18c013af1878: Pulling fs layer [2021-03-16T17:03:06.411Z] 00ac8860ef70: Pulling fs layer [2021-03-16T17:03:06.411Z] 63d7cb157983: Pulling fs layer [2021-03-16T17:03:06.411Z] b116817d02f9: Pulling fs layer [2021-03-16T17:03:06.411Z] 745a02a5169b: Pulling fs layer [2021-03-16T17:03:06.411Z] 00ac8860ef70: Waiting [2021-03-16T17:03:06.411Z] 63d7cb157983: Waiting [2021-03-16T17:03:06.411Z] b116817d02f9: Waiting [2021-03-16T17:03:06.411Z] 745a02a5169b: Waiting [2021-03-16T17:03:06.411Z] 18c013af1878: Verifying Checksum [2021-03-16T17:03:06.411Z] 18c013af1878: Download complete [2021-03-16T17:03:06.411Z] a4357932f1b6: Verifying Checksum [2021-03-16T17:03:06.411Z] a4357932f1b6: Download complete [2021-03-16T17:03:06.411Z] 63d7cb157983: Verifying Checksum [2021-03-16T17:03:06.411Z] 63d7cb157983: Download complete [2021-03-16T17:03:06.411Z] b116817d02f9: Verifying Checksum [2021-03-16T17:03:06.411Z] b116817d02f9: Download complete [2021-03-16T17:03:06.411Z] 5f621e34cdf4: Download complete [2021-03-16T17:03:07.014Z] 5f621e34cdf4: Pull complete [2021-03-16T17:03:07.618Z] a4357932f1b6: Pull complete [2021-03-16T17:03:08.219Z] 18c013af1878: Pull complete [2021-03-16T17:03:08.493Z] 745a02a5169b: Verifying Checksum [2021-03-16T17:03:08.493Z] 745a02a5169b: Download complete [2021-03-16T17:03:09.943Z] 00ac8860ef70: Verifying Checksum [2021-03-16T17:03:09.943Z] 00ac8860ef70: Download complete [2021-03-16T17:03:18.240Z] gofmt -l . [2021-03-16T17:03:18.240Z] [ "`gofmt -l .`" = "" ] [2021-03-16T17:03:18.240Z] ./bin/test-go-mod-tidy.sh [2021-03-16T17:03:18.240Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T17:03:19.442Z] + ls -al . [2021-03-16T17:03:19.442Z] total 760 [2021-03-16T17:03:19.442Z] drwxrwxr-x 10 1001 1001 4096 Mar 16 17:03 . [2021-03-16T17:03:19.442Z] drwxr-xr-x 4 root root 30 Mar 16 17:01 .. [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 16:59 .dockerignore [2021-03-16T17:03:19.442Z] drwxrwxr-x 8 1001 1001 179 Mar 16 16:59 .git [2021-03-16T17:03:19.442Z] drwxrwxr-x 3 1001 1001 125 Mar 16 16:59 .github [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 16:59 .gitignore [2021-03-16T17:03:19.442Z] drwx------ 3 1001 1001 60 Mar 16 16:59 .semver [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 16:59 .sonarcloud.properties [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 16:59 Attribution.txt [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 16:59 CONTRIBUTING.md [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 16:59 Dockerfile.build [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 16:59 Jenkinsfile [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 16:59 LICENSE [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 16:59 Makefile [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 16:59 README.md [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 16:59 SECURITY.md [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 17:00 VERSION [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 16:59 ZMQWindows.md [2021-03-16T17:03:19.442Z] drwxrwxr-x 2 1001 1001 117 Mar 16 16:59 bin [2021-03-16T17:03:19.442Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 16:59 cmd [2021-03-16T17:03:19.442Z] -rw-r--r-- 1 root root 650607 Mar 16 17:02 coverage.out [2021-03-16T17:03:19.442Z] -rw-r--r-- 1 root root 1056 Mar 16 17:03 go.mod [2021-03-16T17:03:19.442Z] -rw-r--r-- 1 root root 21983 Mar 16 17:03 go.sum [2021-03-16T17:03:19.442Z] drwxrwxr-x 8 1001 1001 127 Mar 16 16:59 internal [2021-03-16T17:03:19.442Z] drwxrwxr-x 4 1001 1001 26 Mar 16 16:59 openapi [2021-03-16T17:03:19.442Z] drwxrwxr-x 4 1001 1001 71 Mar 16 16:59 snap [2021-03-16T17:03:19.442Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 16:59 version.go [Pipeline] sh [2021-03-16T17:03:19.756Z] + '[' -e coverage.out ] [2021-03-16T17:03:19.756Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T17:03:21.067Z] 00ac8860ef70: Pull complete [2021-03-16T17:03:21.067Z] 63d7cb157983: Pull complete [2021-03-16T17:03:21.067Z] b116817d02f9: Pull complete [2021-03-16T17:03:21.295Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T17:03:21.610Z] + make build [2021-03-16T17:03:21.610Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T17:03:24.505Z] 745a02a5169b: Pull complete [2021-03-16T17:03:24.505Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-16T17:03:24.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-16T17:03:24.505Z] ---> b7e6874047d6 [2021-03-16T17:03:24.505Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-16T17:03:26.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T17:03:27.917Z] ---> Running in fb02c31e4e13 [2021-03-16T17:03:28.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:29.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:30.466Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T17:03:30.736Z] (2/12) Installing file (5.38-r0) [2021-03-16T17:03:30.736Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T17:03:31.009Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T17:03:37.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T17:03:38.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T17:03:40.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T17:03:40.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T17:03:42.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T17:03:44.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T17:03:45.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T17:03:47.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T17:03:48.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T17:03:49.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-16T17:03:52.476Z] $ docker stop --time=1 636b19963795f433343604fabfe10d6d96727ef021d1b436d7fbc14f62e8709c [2021-03-16T17:03:53.207Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T17:03:53.207Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T17:03:53.480Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T17:03:53.480Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T17:03:53.752Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T17:03:54.031Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T17:03:54.031Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T17:03:54.172Z] $ docker rm -f 636b19963795f433343604fabfe10d6d96727ef021d1b436d7fbc14f62e8709c [2021-03-16T17:03:54.629Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T17:03:54.629Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:03:54.629Z] OK: 217 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:03:56.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:03:56.300Z] [2021-03-16T17:03:56.300Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:03:56.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:03:56.660Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-16T17:03:56.660Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-16T17:03:56.660Z] ca9280d653b3: Pulling fs layer [2021-03-16T17:03:56.660Z] 7e9c9ca2126c: Pulling fs layer [2021-03-16T17:03:56.924Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-16T17:03:56.924Z] cbdbe7a5bc2a: Download complete [2021-03-16T17:03:57.187Z] cbdbe7a5bc2a: Pull complete [2021-03-16T17:03:57.187Z] ca9280d653b3: Verifying Checksum [2021-03-16T17:03:57.187Z] ca9280d653b3: Download complete [2021-03-16T17:03:58.620Z] ca9280d653b3: Pull complete [2021-03-16T17:03:58.620Z] 7e9c9ca2126c: Verifying Checksum [2021-03-16T17:03:58.620Z] 7e9c9ca2126c: Download complete [2021-03-16T17:03:58.954Z] Removing intermediate container fb02c31e4e13 [2021-03-16T17:03:58.954Z] ---> 79141314ca5f [2021-03-16T17:03:58.954Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T17:03:58.954Z] ---> Running in 0a224a78e308 [2021-03-16T17:03:59.228Z] Removing intermediate container 0a224a78e308 [2021-03-16T17:03:59.228Z] ---> e5ba08d56fde [2021-03-16T17:03:59.228Z] Step 5/6 : COPY go.mod . [2021-03-16T17:04:00.215Z] ---> 0fb9d1ab6af1 [2021-03-16T17:04:00.215Z] Step 6/6 : RUN go mod download [2021-03-16T17:04:00.215Z] ---> Running in 1ba716a1ec69 [2021-03-16T17:04:06.873Z] 7e9c9ca2126c: Pull complete [2021-03-16T17:04:06.873Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-16T17:04:06.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:04:06.873Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-16T17:04:07.026Z] prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container [2021-03-16T17:04:07.080Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-16T17:04:08.935Z] $ docker top 461d822f1c5d15a2a4333ab3fd246bfca8cd5950fd6ff4a8b8e00fef662b0f1e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:04:09.420Z] + docker-compose build --help [2021-03-16T17:04:09.421Z] + grep parallel [2021-03-16T17:04:10.565Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T17:04:10.865Z] $ docker stop --time=1 461d822f1c5d15a2a4333ab3fd246bfca8cd5950fd6ff4a8b8e00fef662b0f1e [2021-03-16T17:04:12.397Z] $ docker rm -f 461d822f1c5d15a2a4333ab3fd246bfca8cd5950fd6ff4a8b8e00fef662b0f1e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:04:13.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:04:13.064Z] . [Pipeline] withDockerContainer [2021-03-16T17:04:13.173Z] prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container [2021-03-16T17:04:13.226Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-16T17:04:14.020Z] $ docker top cd738c09a0b0c3586fa958850915b744e0348a4045975cdd53640b7ded825420 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:04:14.553Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T17:04:15.500Z] Building docker-core-command-go ... [2021-03-16T17:04:15.500Z] Building docker-core-data-go ... [2021-03-16T17:04:15.500Z] Building docker-core-metadata-go ... [2021-03-16T17:04:15.500Z] Building docker-security-bootstrapper-go ... [2021-03-16T17:04:15.500Z] Building docker-security-proxy-setup-go ... [2021-03-16T17:04:15.500Z] Building docker-security-secretstore-setup-go ... [2021-03-16T17:04:15.500Z] Building docker-support-notifications-go ... [2021-03-16T17:04:15.500Z] Building docker-support-scheduler-go ... [2021-03-16T17:04:15.500Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T17:04:15.500Z] Building docker-security-secretstore-setup-go [2021-03-16T17:04:15.500Z] Building docker-support-scheduler-go [2021-03-16T17:04:15.500Z] Building docker-sys-mgmt-agent-go [2021-03-16T17:04:15.500Z] Building docker-core-command-go [2021-03-16T17:04:15.500Z] Building docker-security-proxy-setup-go [2021-03-16T17:04:32.577Z] Removing intermediate container 1ba716a1ec69 [2021-03-16T17:04:32.577Z] ---> 5c4292f065fe [2021-03-16T17:04:32.577Z] Successfully built 5c4292f065fe [2021-03-16T17:04:32.577Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:04:32.924Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T17:04:32.924Z] . [Pipeline] withDockerContainer [2021-03-16T17:04:33.188Z] prd-ubuntu18.04-docker-arm64-4c-16g-30014 does not seem to be running inside a container [2021-03-16T17:04:33.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T17:04:34.706Z] $ docker top 5dcc568eef0433164ab8940beb7194b719248b857962587ee2de40af3455cf78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:04:35.680Z] + go version [2021-03-16T17:04:35.680Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-16T17:04:35.706Z] $ docker stop --time=1 5dcc568eef0433164ab8940beb7194b719248b857962587ee2de40af3455cf78 [2021-03-16T17:04:37.620Z] $ docker rm -f 5dcc568eef0433164ab8940beb7194b719248b857962587ee2de40af3455cf78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:04:38.629Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T17:04:38.629Z] . [Pipeline] withDockerContainer [2021-03-16T17:04:38.860Z] prd-ubuntu18.04-docker-arm64-4c-16g-30014 does not seem to be running inside a container [2021-03-16T17:04:38.941Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T17:04:40.265Z] $ docker top b2309fe3ed245788668f9856134fbe4cd9952223c6dd7bb63de0d6bf39a20ab1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T17:04:40.607Z] ========================================================= [2021-03-16T17:04:40.607Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T17:04:40.607Z] ========================================================= [Pipeline] sh [2021-03-16T17:04:41.247Z] + make test [2021-03-16T17:04:41.247Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T17:04:54.385Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:04:54.385Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:04:54.385Z] ---> 42492866086c [2021-03-16T17:04:54.385Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T17:04:54.385Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:04:54.385Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:04:54.385Z] ---> 42492866086c [2021-03-16T17:04:54.385Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:04:54.385Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:04:54.385Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:04:54.385Z] ---> 42492866086c [2021-03-16T17:04:54.385Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T17:04:54.385Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:04:54.385Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:04:54.385Z] ---> 42492866086c [2021-03-16T17:04:54.385Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T17:04:54.385Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:04:54.385Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:04:54.385Z] ---> 42492866086c [2021-03-16T17:04:54.385Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:04:54.385Z] ---> Running in 5e0ff0ad531d [2021-03-16T17:04:54.385Z] ---> Running in 802ee91ea824 [2021-03-16T17:04:54.385Z] ---> Running in af8636810ffa [2021-03-16T17:04:54.385Z] ---> Running in 59b99788e064 [2021-03-16T17:04:54.385Z] ---> Running in 8f940b785d77 [2021-03-16T17:04:54.650Z] Removing intermediate container 59b99788e064 [2021-03-16T17:04:54.650Z] ---> e80609284965 [2021-03-16T17:04:54.650Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:04:54.650Z] Removing intermediate container af8636810ffa [2021-03-16T17:04:54.650Z] ---> abd09b5df93f [2021-03-16T17:04:54.650Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:04:54.650Z] Removing intermediate container 5e0ff0ad531d [2021-03-16T17:04:54.650Z] ---> 6b62902e09e4 [2021-03-16T17:04:54.650Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:04:54.650Z] Removing intermediate container 802ee91ea824 [2021-03-16T17:04:54.650Z] ---> 5a584c9ebd1e [2021-03-16T17:04:54.650Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:04:54.650Z] Removing intermediate container 8f940b785d77 [2021-03-16T17:04:54.650Z] ---> 1c5a9c6239f8 [2021-03-16T17:04:54.650Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:04:54.650Z] ---> Running in 903b8066ffc9 [2021-03-16T17:04:54.916Z] ---> Running in fd8fa44a3040 [2021-03-16T17:04:54.916Z] ---> Running in eadaa6bb6e8d [2021-03-16T17:04:54.916Z] ---> Running in 4a4d9a0519d0 [2021-03-16T17:04:54.916Z] ---> Running in 73de463f68fa [2021-03-16T17:04:56.865Z] Removing intermediate container 903b8066ffc9 [2021-03-16T17:04:56.865Z] ---> 751e01cc3be9 [2021-03-16T17:04:56.865Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T17:04:57.128Z] ---> Running in 035568e59713 [2021-03-16T17:04:57.128Z] Removing intermediate container fd8fa44a3040 [2021-03-16T17:04:57.128Z] ---> 049ea30cb5af [2021-03-16T17:04:57.128Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T17:04:57.705Z] Removing intermediate container 73de463f68fa [2021-03-16T17:04:57.705Z] ---> f029b5beb6ae [2021-03-16T17:04:57.705Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T17:04:57.705Z] ---> Running in e54b47279a8e [2021-03-16T17:04:57.967Z] Removing intermediate container eadaa6bb6e8d [2021-03-16T17:04:57.967Z] ---> c2f0a0b3a309 [2021-03-16T17:04:57.967Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:04:57.968Z] ---> Running in aa2de82e701a [2021-03-16T17:04:57.968Z] Removing intermediate container 4a4d9a0519d0 [2021-03-16T17:04:57.968Z] ---> d762adc87044 [2021-03-16T17:04:57.968Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T17:04:58.230Z] ---> Running in b7e85c9af29d [2021-03-16T17:04:58.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:58.230Z] ---> Running in 023c28e8b96c [2021-03-16T17:04:58.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:58.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:59.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:59.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:59.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:59.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:59.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:59.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:05:00.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:05:00.093Z] OK: 233 MiB in 51 packages [2021-03-16T17:05:00.368Z] OK: 233 MiB in 51 packages [2021-03-16T17:05:00.633Z] Removing intermediate container 035568e59713 [2021-03-16T17:05:00.633Z] ---> 6b71d8482238 [2021-03-16T17:05:00.633Z] Step 6/22 : COPY go.mod . [2021-03-16T17:05:00.900Z] OK: 233 MiB in 51 packages [2021-03-16T17:05:00.900Z] OK: 233 MiB in 51 packages [2021-03-16T17:05:00.900Z] OK: 233 MiB in 51 packages [2021-03-16T17:05:01.165Z] Removing intermediate container e54b47279a8e [2021-03-16T17:05:01.165Z] ---> ce9fff1c74ca [2021-03-16T17:05:01.165Z] Step 6/26 : COPY go.mod . [2021-03-16T17:05:01.165Z] ---> 2ed110c87a8e [2021-03-16T17:05:01.165Z] Step 7/22 : RUN go mod download [2021-03-16T17:05:01.165Z] ---> Running in 0c0a08ece582 [2021-03-16T17:05:01.427Z] ---> b60d74e86669 [2021-03-16T17:05:01.428Z] Step 7/26 : RUN go mod download [2021-03-16T17:05:01.692Z] ---> Running in 9520da3ea6fb [2021-03-16T17:05:01.692Z] Removing intermediate container aa2de82e701a [2021-03-16T17:05:01.692Z] ---> 6b361b466483 [2021-03-16T17:05:01.692Z] Step 6/21 : COPY go.mod . [2021-03-16T17:05:01.961Z] Removing intermediate container 023c28e8b96c [2021-03-16T17:05:01.961Z] ---> 3279692aab7b [2021-03-16T17:05:01.961Z] Step 6/24 : COPY go.mod . [2021-03-16T17:05:02.230Z] ---> 90d56c3a929d [2021-03-16T17:05:02.230Z] Step 7/21 : RUN go mod download [2021-03-16T17:05:02.498Z] Removing intermediate container b7e85c9af29d [2021-03-16T17:05:02.498Z] ---> a3aa3184842c [2021-03-16T17:05:02.498Z] Step 6/23 : COPY go.mod . [2021-03-16T17:05:02.498Z] ---> Running in 74a0f206091c [2021-03-16T17:05:02.498Z] ---> ef6a05c6a580 [2021-03-16T17:05:02.498Z] Step 7/24 : RUN go mod download [2021-03-16T17:05:02.773Z] ---> Running in 3f05f603fd4f [2021-03-16T17:05:02.773Z] ---> bab4668873e0 [2021-03-16T17:05:02.773Z] Step 7/23 : RUN go mod download [2021-03-16T17:05:03.040Z] ---> Running in 759f6a84601e [2021-03-16T17:05:03.414Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T17:05:04.461Z] Removing intermediate container 9520da3ea6fb [2021-03-16T17:05:04.461Z] ---> 702f991e008c [2021-03-16T17:05:04.461Z] Step 8/26 : COPY . . [2021-03-16T17:05:04.734Z] Removing intermediate container 74a0f206091c [2021-03-16T17:05:04.734Z] ---> 8c9ee68bf00e [2021-03-16T17:05:04.734Z] Step 8/21 : COPY . . [2021-03-16T17:05:04.734Z] Removing intermediate container 0c0a08ece582 [2021-03-16T17:05:04.734Z] ---> 53a98220775c [2021-03-16T17:05:04.734Z] Step 8/22 : COPY . . [2021-03-16T17:05:09.029Z] Removing intermediate container 3f05f603fd4f [2021-03-16T17:05:09.029Z] ---> b55cb2ac49b3 [2021-03-16T17:05:09.029Z] Step 8/24 : COPY . . [2021-03-16T17:05:09.029Z] Removing intermediate container 759f6a84601e [2021-03-16T17:05:09.029Z] ---> 961588cb5d2b [2021-03-16T17:05:09.029Z] Step 8/23 : COPY . . [2021-03-16T17:05:48.042Z] ---> f3a15a411d0d [2021-03-16T17:05:48.042Z] ---> e04d90cba491 [2021-03-16T17:05:48.042Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T17:05:48.042Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T17:05:48.042Z] ---> Running in 478d5300ed15 [2021-03-16T17:05:48.042Z] ---> Running in 9399c52a2a78 [2021-03-16T17:05:48.042Z] ---> e789f9c57c64 [2021-03-16T17:05:48.042Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T17:05:48.042Z] ---> 167aa9779d78 [2021-03-16T17:05:48.042Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T17:05:48.042Z] ---> 1a9d5cda7a87 [2021-03-16T17:05:48.042Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T17:05:48.042Z] ---> Running in 123fc2b3606d [2021-03-16T17:05:48.042Z] ---> Running in d97791b20566 [2021-03-16T17:05:48.042Z] ---> Running in cdea6b81a5db [2021-03-16T17:05:48.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T17:05:48.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T17:05:48.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T17:05:48.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T17:05:48.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T17:06:00.272Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T17:06:04.628Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T17:06:11.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T17:06:11.381Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T17:06:15.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T17:06:15.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T17:06:15.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T17:06:15.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T17:06:18.350Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T17:06:19.824Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T17:06:20.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T17:06:20.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T17:06:28.135Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T17:06:28.135Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T17:06:28.135Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T17:06:28.599Z] Removing intermediate container 478d5300ed15 [2021-03-16T17:06:28.599Z] ---> d6ddeea89f19 [2021-03-16T17:06:28.600Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T17:06:29.989Z] Removing intermediate container cdea6b81a5db [2021-03-16T17:06:29.989Z] ---> 6bd6e2d5a7f9 [2021-03-16T17:06:29.989Z] [2021-03-16T17:06:29.989Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T17:06:29.989Z] ---> Running in 1b2faf0ab975 [2021-03-16T17:06:29.989Z] 3.12: Pulling from library/alpine [2021-03-16T17:06:30.263Z] Removing intermediate container 123fc2b3606d [2021-03-16T17:06:30.263Z] ---> 472b22964318 [2021-03-16T17:06:30.263Z] [2021-03-16T17:06:30.263Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:06:30.263Z] Removing intermediate container 9399c52a2a78 [2021-03-16T17:06:30.263Z] ---> 1bf8f4d1d0d9 [2021-03-16T17:06:30.263Z] [2021-03-16T17:06:30.263Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T17:06:30.263Z] 3.12: Pulling from library/alpine [2021-03-16T17:06:30.263Z] 3.12: Pulling from library/alpine [2021-03-16T17:06:30.527Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:06:30.527Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:06:30.527Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T17:06:30.527Z] Status: Image is up to date for alpine:3.12 [2021-03-16T17:06:30.527Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:06:30.527Z] Status: Image is up to date for alpine:3.12 [2021-03-16T17:06:30.527Z] ---> 88dd2752d2ea [2021-03-16T17:06:30.527Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T17:06:30.527Z] ---> 88dd2752d2ea [2021-03-16T17:06:30.527Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T17:06:30.527Z] ---> 88dd2752d2ea [2021-03-16T17:06:30.527Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:06:30.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T17:06:32.726Z] ---> Running in e3dd6bfad9ba [2021-03-16T17:06:32.726Z] ---> Running in 73e12b2b3d39 [2021-03-16T17:06:32.726Z] ---> Running in 4e9c8ecf7f82 [2021-03-16T17:06:32.726Z] Removing intermediate container d97791b20566 [2021-03-16T17:06:32.726Z] ---> 07f0e41b9312 [2021-03-16T17:06:32.726Z] [2021-03-16T17:06:32.726Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:06:32.726Z] ---> 88dd2752d2ea [2021-03-16T17:06:32.726Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:06:32.726Z] ---> Running in 888d8aca81f1 [2021-03-16T17:06:33.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:33.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:33.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:33.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:33.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:33.615Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T17:06:33.615Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:33.615Z] OK: 6 MiB in 15 packages [2021-03-16T17:06:33.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:33.615Z] Removing intermediate container 1b2faf0ab975 [2021-03-16T17:06:33.615Z] ---> f42b05c07b77 [2021-03-16T17:06:33.615Z] [2021-03-16T17:06:33.615Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T17:06:33.615Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T17:06:33.615Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:06:33.615Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T17:06:33.615Z] 20.10.0: Pulling from library/docker [2021-03-16T17:06:33.615Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T17:06:33.615Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T17:06:33.615Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:33.615Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:06:33.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:33.615Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T17:06:33.879Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:06:33.879Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T17:06:33.879Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T17:06:33.879Z] OK: 7 MiB in 19 packages [2021-03-16T17:06:33.879Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:33.879Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:06:33.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:33.879Z] OK: 7 MiB in 18 packages [2021-03-16T17:06:34.141Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T17:06:34.141Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:34.721Z] OK: 6 MiB in 15 packages [2021-03-16T17:06:34.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.316s coverage: 45.9% of statements [2021-03-16T17:06:34.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T17:06:34.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T17:06:34.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T17:06:34.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T17:06:34.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T17:06:34.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T17:06:34.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.151s coverage: 19.8% of statements [2021-03-16T17:06:35.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.300s coverage: 100.0% of statements [2021-03-16T17:06:36.648Z] Removing intermediate container e3dd6bfad9ba [2021-03-16T17:06:36.648Z] ---> 0b6cc809372c [2021-03-16T17:06:36.648Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:06:37.604Z] ---> Running in 24f06819ee49 [2021-03-16T17:06:37.866Z] Removing intermediate container 888d8aca81f1 [2021-03-16T17:06:37.866Z] ---> 229f441c8342 [2021-03-16T17:06:37.866Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:06:37.866Z] Removing intermediate container 73e12b2b3d39 [2021-03-16T17:06:37.866Z] ---> e516372b8886 [2021-03-16T17:06:37.866Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:06:37.866Z] Removing intermediate container 4e9c8ecf7f82 [2021-03-16T17:06:37.866Z] ---> 8cb64de0d690 [2021-03-16T17:06:37.866Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:06:38.138Z] ---> Running in e4c5a2357e88 [2021-03-16T17:06:38.138Z] ---> Running in 5211464dae06 [2021-03-16T17:06:38.138Z] ---> Running in 19e57ab8e124 [2021-03-16T17:06:38.138Z] Removing intermediate container 24f06819ee49 [2021-03-16T17:06:38.138Z] ---> b2fd5d23d96a [2021-03-16T17:06:38.138Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T17:06:38.405Z] ---> Running in 8b12d407570b [2021-03-16T17:06:38.405Z] Removing intermediate container 5211464dae06 [2021-03-16T17:06:38.405Z] ---> 6b61030b7798 [2021-03-16T17:06:38.405Z] Step 13/24 : WORKDIR / [2021-03-16T17:06:38.675Z] Removing intermediate container e4c5a2357e88 [2021-03-16T17:06:38.675Z] ---> 1173385633e0 [2021-03-16T17:06:38.675Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T17:06:38.940Z] ---> Running in 0ae7b445660d [2021-03-16T17:06:38.940Z] Removing intermediate container 19e57ab8e124 [2021-03-16T17:06:38.940Z] ---> 6404a8ca2abb [2021-03-16T17:06:38.940Z] Step 13/21 : WORKDIR /edgex [2021-03-16T17:06:38.940Z] ---> Running in fb8481ee29a7 [2021-03-16T17:06:38.940Z] Removing intermediate container 8b12d407570b [2021-03-16T17:06:38.940Z] ---> f0048fbfd369 [2021-03-16T17:06:38.940Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:06:39.206Z] ---> Running in e1ea3123be02 [2021-03-16T17:06:39.206Z] ---> Running in a975b7590d3b [2021-03-16T17:06:39.206Z] Removing intermediate container 0ae7b445660d [2021-03-16T17:06:39.206Z] ---> 7cdd4d1d1976 [2021-03-16T17:06:39.206Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-16T17:06:39.206Z] Removing intermediate container fb8481ee29a7 [2021-03-16T17:06:39.206Z] ---> daa9c8f80f02 [2021-03-16T17:06:39.206Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:06:39.476Z] ---> Running in dae423d3f821 [2021-03-16T17:06:39.476Z] Removing intermediate container e1ea3123be02 [2021-03-16T17:06:39.476Z] ---> c3e7573d07cc [2021-03-16T17:06:39.476Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T17:06:39.476Z] Removing intermediate container a975b7590d3b [2021-03-16T17:06:39.476Z] ---> f177f2461437 [2021-03-16T17:06:39.476Z] Step 15/23 : WORKDIR / [2021-03-16T17:06:39.750Z] ---> a548de8dc09f [2021-03-16T17:06:39.750Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-16T17:06:39.750Z] ---> Running in c1540ee67b09 [2021-03-16T17:06:40.023Z] Removing intermediate container dae423d3f821 [2021-03-16T17:06:40.023Z] ---> a774c980d7f2 [2021-03-16T17:06:40.023Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:06:40.023Z] ---> fd7d9e0681ac [2021-03-16T17:06:40.023Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T17:06:40.292Z] Removing intermediate container c1540ee67b09 [2021-03-16T17:06:40.293Z] ---> 8f5b3576e061 [2021-03-16T17:06:40.293Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:06:40.563Z] ---> 404393f8370b [2021-03-16T17:06:40.563Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T17:06:40.563Z] ---> b83c9ed30c83 [2021-03-16T17:06:40.563Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T17:06:40.838Z] ---> 9386dfe41cda [2021-03-16T17:06:40.838Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T17:06:40.838Z] ---> e36ff5ccf76f [2021-03-16T17:06:40.838Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T17:06:40.838Z] ---> 50b7685e4588 [2021-03-16T17:06:40.838Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T17:06:42.756Z] ---> 7ba99077a8dd [2021-03-16T17:06:42.756Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T17:06:42.756Z] ---> 88166654d846 [2021-03-16T17:06:42.756Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T17:06:42.756Z] ---> Running in 9d30be48c85e [2021-03-16T17:06:42.756Z] ---> 4f0b92fbd0a6 [2021-03-16T17:06:42.756Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T17:06:42.756Z] ---> f8451777a1b6 [2021-03-16T17:06:42.756Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T17:06:43.019Z] ---> 6206961fee27 [2021-03-16T17:06:43.019Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T17:06:43.019Z] Removing intermediate container 9d30be48c85e [2021-03-16T17:06:43.019Z] ---> bd7c73a65f78 [2021-03-16T17:06:43.019Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T17:06:43.019Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T17:06:43.019Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T17:06:43.019Z] ---> aefe523efa57 [2021-03-16T17:06:43.019Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T17:06:43.019Z] ---> b9a56219926e [2021-03-16T17:06:43.019Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T17:06:43.019Z] ---> Running in 09896213552b [2021-03-16T17:06:43.019Z] ---> Running in b1245b5765c7 [2021-03-16T17:06:43.282Z] ---> Running in bd8493a5fe34 [2021-03-16T17:06:43.282Z] ---> Running in 750dc113a83b [2021-03-16T17:06:43.282Z] ---> 76cd232faeea [2021-03-16T17:06:43.282Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T17:06:43.546Z] Removing intermediate container 09896213552b [2021-03-16T17:06:43.546Z] ---> 42014620373c [2021-03-16T17:06:43.546Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:06:43.546Z] Removing intermediate container b1245b5765c7 [2021-03-16T17:06:43.546Z] ---> 370b5ad96e7c [2021-03-16T17:06:43.546Z] Step 19/21 : LABEL arch=x86_64 [2021-03-16T17:06:43.810Z] Removing intermediate container 750dc113a83b [2021-03-16T17:06:43.810Z] ---> b6a2cad84f34 [2021-03-16T17:06:43.810Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:06:43.810Z] ---> Running in 5ac9e391923b [2021-03-16T17:06:43.810Z] ---> Running in 724752c82029 [2021-03-16T17:06:43.810Z] ---> 2bf0b528f4c7 [2021-03-16T17:06:43.810Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-16T17:06:43.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:43.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:43.810Z] ---> Running in 900d38f77683 [2021-03-16T17:06:44.071Z] ---> Running in 426120783f69 [2021-03-16T17:06:44.071Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T17:06:44.071Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T17:06:44.071Z] Executing bash-5.0.17-r0.post-install [2021-03-16T17:06:44.071Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:44.071Z] OK: 12 MiB in 22 packages [2021-03-16T17:06:44.071Z] Removing intermediate container 5ac9e391923b [2021-03-16T17:06:44.072Z] ---> dfe14b66165f [2021-03-16T17:06:44.072Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T17:06:44.072Z] Removing intermediate container 724752c82029 [2021-03-16T17:06:44.072Z] ---> 031077bc3747 [2021-03-16T17:06:44.072Z] Step 20/21 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:06:44.647Z] ---> Running in f62a7f0e615c [2021-03-16T17:06:44.647Z] ---> Running in 5b460f90a276 [2021-03-16T17:06:44.647Z] Removing intermediate container 900d38f77683 [2021-03-16T17:06:44.647Z] ---> 4b1179600710 [2021-03-16T17:06:44.647Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T17:06:44.647Z] ---> Running in 1a8b2964acd7 [2021-03-16T17:06:45.222Z] Removing intermediate container 5b460f90a276 [2021-03-16T17:06:45.222Z] ---> e8566ec987a2 [2021-03-16T17:06:45.222Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T17:06:45.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.707s coverage: 27.1% of statements [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T17:06:45.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.118s coverage: 100.0% of statements [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T17:06:45.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.143s coverage: 100.0% of statements [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T17:06:45.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.287s coverage: 71.3% of statements [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T17:06:45.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T17:06:45.486Z] Removing intermediate container f62a7f0e615c [2021-03-16T17:06:45.486Z] ---> c9912bcfa15c [2021-03-16T17:06:45.486Z] Step 21/22 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:06:45.486Z] ---> Running in 902ea72c36cd [2021-03-16T17:06:45.748Z] Removing intermediate container 1a8b2964acd7 [2021-03-16T17:06:45.749Z] ---> 5eef1c0f274c [2021-03-16T17:06:45.749Z] Step 22/23 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:06:45.749Z] Removing intermediate container bd8493a5fe34 [2021-03-16T17:06:45.749Z] ---> b592eaab43c3 [2021-03-16T17:06:45.749Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T17:06:45.749Z] ---> Running in 44c75754a353 [2021-03-16T17:06:45.749Z] ---> Running in fee80b4c4c57 [2021-03-16T17:06:46.011Z] ---> Running in 95dbd0ad2b82 [2021-03-16T17:06:46.011Z] Removing intermediate container 902ea72c36cd [2021-03-16T17:06:46.011Z] ---> 646a9c6e7a24 [2021-03-16T17:06:46.011Z] [2021-03-16T17:06:46.273Z] Removing intermediate container fee80b4c4c57 [2021-03-16T17:06:46.273Z] ---> 4cca182c8e71 [2021-03-16T17:06:46.273Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:06:46.273Z] Removing intermediate container 44c75754a353 [2021-03-16T17:06:46.273Z] ---> 5165c012cf09 [2021-03-16T17:06:46.273Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T17:06:46.273Z] Successfully built 646a9c6e7a24 [2021-03-16T17:06:46.273Z] ---> Running in 9a9023fde64e [2021-03-16T17:06:46.273Z] Removing intermediate container 95dbd0ad2b82 [2021-03-16T17:06:46.273Z] ---> f81352c9ab24 [2021-03-16T17:06:46.273Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T17:06:46.273Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-16T17:06:46.273Z] ---> Running in aca6345e101a [2021-03-16T17:06:46.538Z] Removing intermediate container 426120783f69 [2021-03-16T17:06:46.538Z] ---> f4e3ad040d76 [2021-03-16T17:06:46.538Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T17:06:46.538Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-03-16T17:06:46.538Z] ---> Running in b691dbc0401a [2021-03-16T17:06:46.538Z] ---> Running in d956cf86f787 [2021-03-16T17:06:46.800Z] Removing intermediate container 9a9023fde64e [2021-03-16T17:06:46.800Z] ---> a5bf2b05f7bd [2021-03-16T17:06:46.800Z] [2021-03-16T17:06:46.800Z] Removing intermediate container aca6345e101a [2021-03-16T17:06:46.800Z] ---> dcfc45604c86 [2021-03-16T17:06:46.800Z] [2021-03-16T17:06:46.800Z] Removing intermediate container b691dbc0401a [2021-03-16T17:06:46.800Z] ---> eba4b96d4e91 [2021-03-16T17:06:46.800Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T17:06:46.800Z] Successfully built a5bf2b05f7bd [2021-03-16T17:06:46.800Z] Successfully built dcfc45604c86 [2021-03-16T17:06:46.800Z] Successfully tagged docker-core-command-go:latest [2021-03-16T17:06:46.800Z] Building docker-security-bootstrapper-go [2021-03-16T17:06:46.800Z] Removing intermediate container d956cf86f787 [2021-03-16T17:06:46.800Z] ---> 23bfccdb1213 [2021-03-16T17:06:46.800Z] Step 22/24 : LABEL arch=x86_64 [2021-03-16T17:06:47.063Z]  Building docker-core-command-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-03-16T17:06:47.063Z]  Building docker-support-scheduler-go ... done  ---> Running in 40c67fcdc622 [2021-03-16T17:06:47.063Z] Building docker-core-metadata-go [2021-03-16T17:06:47.063Z] ---> Running in 7bdd959cd60b [2021-03-16T17:06:47.063Z] Removing intermediate container 40c67fcdc622 [2021-03-16T17:06:47.063Z] ---> 3b34f9b4de92 [2021-03-16T17:06:47.063Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T17:06:47.339Z] Removing intermediate container 7bdd959cd60b [2021-03-16T17:06:47.339Z] ---> 07e0aba1756a [2021-03-16T17:06:47.339Z] Step 23/24 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:06:47.339Z] ---> Running in 63d5a0aa8ac8 [2021-03-16T17:06:47.607Z] Removing intermediate container 63d5a0aa8ac8 [2021-03-16T17:06:47.607Z] ---> 9d87c44ac561 [2021-03-16T17:06:47.607Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T17:06:47.869Z] ---> Running in b29aa039e539 [2021-03-16T17:06:48.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.520s coverage: 82.9% of statements [2021-03-16T17:06:48.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T17:06:48.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:06:48.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.172s coverage: 78.9% of statements [2021-03-16T17:06:48.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T17:06:52.105Z] ---> 2cebdac9eb49 [2021-03-16T17:06:52.106Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T17:06:52.106Z] Removing intermediate container b29aa039e539 [2021-03-16T17:06:52.106Z] ---> 3f52d303eb70 [2021-03-16T17:06:52.106Z] [2021-03-16T17:06:55.429Z] Successfully built 3f52d303eb70 [2021-03-16T17:06:55.707Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-16T17:06:55.707Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-16T17:06:56.294Z] ---> c997c4648b61 [2021-03-16T17:06:56.294Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T17:06:57.704Z] ---> 8c36eb3d556a [2021-03-16T17:06:57.704Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T17:06:58.326Z] ---> Running in 8588926494ed [2021-03-16T17:06:59.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.349s coverage: 28.6% of statements [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T17:06:59.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T17:06:59.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T17:06:59.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.436s coverage: 86.7% of statements [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T17:06:59.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.425s coverage: 97.5% of statements [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T17:06:59.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T17:06:59.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T17:06:59.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:59.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:59.276Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T17:06:59.276Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T17:06:59.276Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T17:06:59.276Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T17:06:59.276Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T17:06:59.276Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T17:06:59.276Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T17:07:09.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.407s coverage: 92.8% of statements [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T17:07:09.210Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T17:07:09.210Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.247s coverage: 0.1% of statements [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T17:07:09.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T17:07:09.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements [2021-03-16T17:07:09.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.121s coverage: 79.5% of statements [2021-03-16T17:07:09.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.100s coverage: 94.1% of statements [2021-03-16T17:07:09.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-03-16T17:07:09.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements [2021-03-16T17:07:10.552Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T17:07:10.552Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T17:07:10.552Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T17:07:10.552Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T17:07:10.552Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T17:07:10.552Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T17:07:10.552Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T17:07:10.552Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T17:07:10.552Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T17:07:10.552Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T17:07:10.552Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T17:07:10.552Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T17:07:10.552Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T17:07:10.552Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T17:07:10.552Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T17:07:10.552Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T17:07:10.552Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T17:07:10.552Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T17:07:10.911Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T17:07:10.911Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T17:07:10.911Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T17:07:10.911Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T17:07:10.911Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T17:07:10.911Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T17:07:10.911Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T17:07:10.911Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T17:07:12.593Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:07:14.533Z] OK: 71 MiB in 55 packages [2021-03-16T17:07:14.798Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:07:14.798Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:07:14.798Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:07:14.798Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:07:14.798Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:07:14.798Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:07:14.798Z] ---> 42492866086c [2021-03-16T17:07:14.798Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:07:14.798Z] ---> 42492866086c [2021-03-16T17:07:14.798Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T17:07:14.798Z] ---> 42492866086c [2021-03-16T17:07:14.798Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:07:14.798Z] ---> Using cache [2021-03-16T17:07:14.798Z] ---> 1c5a9c6239f8 [2021-03-16T17:07:14.798Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:07:14.798Z] ---> Using cache [2021-03-16T17:07:14.798Z] ---> f029b5beb6ae [2021-03-16T17:07:14.799Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T17:07:14.799Z] ---> Using cache [2021-03-16T17:07:14.799Z] ---> 1c5a9c6239f8 [2021-03-16T17:07:14.799Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:07:14.799Z] ---> Using cache [2021-03-16T17:07:14.799Z] ---> f029b5beb6ae [2021-03-16T17:07:14.799Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:07:14.799Z] ---> Using cache [2021-03-16T17:07:14.799Z] ---> 1c5a9c6239f8 [2021-03-16T17:07:14.799Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:07:14.799Z] ---> Using cache [2021-03-16T17:07:14.799Z] ---> f029b5beb6ae [2021-03-16T17:07:14.799Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T17:07:14.799Z] ---> Using cache [2021-03-16T17:07:14.799Z] ---> 6b361b466483 [2021-03-16T17:07:14.799Z] ---> Using cache [2021-03-16T17:07:14.799Z] Step 6/23 : COPY go.mod . ---> 6b361b466483 [2021-03-16T17:07:14.799Z] [2021-03-16T17:07:14.799Z] Step 6/31 : COPY go.mod . [2021-03-16T17:07:14.799Z] ---> Using cache [2021-03-16T17:07:14.799Z] ---> 90d56c3a929d [2021-03-16T17:07:14.799Z] ---> Using cache [2021-03-16T17:07:14.799Z] ---> 90d56c3a929d [2021-03-16T17:07:14.799Z] Step 7/31 : RUN go mod download [2021-03-16T17:07:14.799Z] Step 7/23 : RUN go mod download [2021-03-16T17:07:14.799Z] ---> Using cache [2021-03-16T17:07:14.799Z] ---> 8c9ee68bf00e [2021-03-16T17:07:14.799Z] Step 8/23 : COPY . . [2021-03-16T17:07:14.799Z] ---> Using cache [2021-03-16T17:07:14.799Z] ---> 8c9ee68bf00e [2021-03-16T17:07:14.799Z] Step 8/31 : COPY . . [2021-03-16T17:07:15.062Z] ---> Using cache [2021-03-16T17:07:15.062Z] ---> f3a15a411d0d [2021-03-16T17:07:15.062Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T17:07:15.062Z] ---> Using cache [2021-03-16T17:07:15.062Z] ---> f3a15a411d0d [2021-03-16T17:07:15.062Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T17:07:17.084Z] ---> Running in 518f5ca415bb [2021-03-16T17:07:17.084Z] ---> Running in a924b3f76fd2 [2021-03-16T17:07:17.084Z] ---> Running in d39ab0c1a401 [2021-03-16T17:07:20.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-16T17:07:20.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:07:20.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T17:07:20.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:07:21.034Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:07:21.034Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:07:21.034Z] ---> 42492866086c [2021-03-16T17:07:21.034Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:07:21.034Z] ---> Using cache [2021-03-16T17:07:21.034Z] ---> 1c5a9c6239f8 [2021-03-16T17:07:21.034Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:07:21.034Z] ---> Using cache [2021-03-16T17:07:21.034Z] ---> f029b5beb6ae [2021-03-16T17:07:21.034Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T17:07:21.615Z] OK: 233 MiB in 51 packages [2021-03-16T17:07:21.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.128s coverage: 94.4% of statements [2021-03-16T17:07:21.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-16T17:07:22.585Z] ---> Running in 81eeb2ce2a5d [2021-03-16T17:07:24.009Z] Removing intermediate container d39ab0c1a401 [2021-03-16T17:07:24.009Z] ---> dafc5fdbb03a [2021-03-16T17:07:24.009Z] Step 6/22 : COPY go.mod . [2021-03-16T17:07:24.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:07:25.295Z] ---> 5ec4d6b1f53d [2021-03-16T17:07:25.295Z] Step 7/22 : RUN go mod download [2021-03-16T17:07:25.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:07:26.262Z] ---> Running in a31aee514dd6 [2021-03-16T17:07:27.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.252s coverage: 81.9% of statements [2021-03-16T17:07:30.564Z] OK: 233 MiB in 51 packages [2021-03-16T17:07:30.565Z] Removing intermediate container a31aee514dd6 [2021-03-16T17:07:30.565Z] ---> 966894868fce [2021-03-16T17:07:30.565Z] Step 8/22 : COPY . . [2021-03-16T17:07:31.578Z] Removing intermediate container 8588926494ed [2021-03-16T17:07:31.578Z] ---> 31a6f10f04aa [2021-03-16T17:07:31.578Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T17:07:34.950Z] ---> Running in 7ce0c1f6b2f8 [2021-03-16T17:07:35.909Z] Removing intermediate container 81eeb2ce2a5d [2021-03-16T17:07:35.909Z] ---> 946397fe2971 [2021-03-16T17:07:35.909Z] Step 6/23 : COPY go.mod . [2021-03-16T17:07:37.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T17:07:37.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T17:07:37.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T17:07:37.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T17:07:37.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T17:07:37.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-03-16T17:07:37.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-03-16T17:07:37.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.180s coverage: 84.6% of statements [2021-03-16T17:07:37.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.212s coverage: 91.6% of statements [2021-03-16T17:07:37.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T17:07:38.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.821s coverage: 62.4% of statements [2021-03-16T17:07:38.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T17:07:38.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T17:07:38.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.113s coverage: 100.0% of statements [2021-03-16T17:07:38.865Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-03-16T17:07:39.291Z] ---> 40ddd34766bd [2021-03-16T17:07:39.291Z] Step 7/23 : RUN go mod download [2021-03-16T17:07:40.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-03-16T17:07:41.261Z] ---> Running in d58664e57815 [2021-03-16T17:07:41.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.119s coverage: 73.7% of statements [2021-03-16T17:07:41.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-03-16T17:07:45.490Z] Collecting docker-compose==1.23.2 [2021-03-16T17:07:45.491Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T17:07:45.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.986s coverage: 69.0% of statements [2021-03-16T17:07:45.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T17:07:45.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T17:07:45.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T17:07:46.907Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T17:07:46.907Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T17:07:47.182Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T17:07:47.182Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T17:07:48.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.444s coverage: 38.4% of statements [2021-03-16T17:07:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T17:07:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T17:07:48.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.117s coverage: 89.5% of statements [2021-03-16T17:07:48.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T17:07:48.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.092s coverage: 84.8% of statements [2021-03-16T17:07:49.784Z] Collecting PyYAML<4,>=3.10 [2021-03-16T17:07:49.785Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T17:07:52.315Z] Removing intermediate container d58664e57815 [2021-03-16T17:07:52.315Z] ---> b95bef1ade64 [2021-03-16T17:07:52.315Z] Step 8/23 : COPY . . [2021-03-16T17:07:52.315Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T17:07:52.315Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T17:07:53.720Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-16T17:07:53.720Z] ---> 3c97717c994b [2021-03-16T17:07:53.720Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T17:07:53.720Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T17:07:53.720Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T17:07:56.572Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T17:07:56.572Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T17:07:56.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.523s coverage: 47.0% of statements [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T17:07:56.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.199s coverage: 100.0% of statements [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T17:07:56.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T17:07:56.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.442s coverage: 87.1% of statements [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:07:56.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T17:07:59.893Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T17:07:59.893Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T17:08:00.472Z] ---> Running in ee78798d18be [2021-03-16T17:08:01.420Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T17:08:01.420Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T17:08:03.353Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T17:08:03.628Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T17:08:04.308Z] Collecting idna<2.8,>=2.5 [2021-03-16T17:08:04.573Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T17:08:04.972Z] Removing intermediate container 518f5ca415bb [2021-03-16T17:08:04.972Z] ---> 55320d36d375 [2021-03-16T17:08:04.972Z] [2021-03-16T17:08:04.972Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T17:08:04.972Z] ---> 88dd2752d2ea [2021-03-16T17:08:04.972Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T17:08:05.138Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.904s coverage: 29.1% of statements [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T17:08:05.138Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T17:08:05.138Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T17:08:05.138Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.245s coverage: 96.5% of statements [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T17:08:05.138Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T17:08:05.138Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T17:08:05.138Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T17:08:05.138Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T17:08:05.414Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-03-16T17:08:05.919Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T17:08:05.919Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T17:08:06.021Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.075s coverage: 32.1% of statements [2021-03-16T17:08:06.181Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-16T17:08:06.181Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-16T17:08:07.133Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T17:08:07.133Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T17:08:08.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2021-03-16T17:08:08.526Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T17:08:08.526Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T17:08:08.526Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T17:08:08.526Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T17:08:09.052Z] GO111MODULE=on go vet ./... [2021-03-16T17:08:09.100Z] Installing collected packages: cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, texttable, docopt, dockerpty, jsonschema, docker-compose [2021-03-16T17:08:09.362Z] Attempting uninstall: idna [2021-03-16T17:08:09.362Z] Found existing installation: idna 2.9 [2021-03-16T17:08:09.362Z] Uninstalling idna-2.9: [2021-03-16T17:08:09.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T17:08:09.627Z] Successfully uninstalled idna-2.9 [2021-03-16T17:08:11.033Z] ---> Running in 5540d52f3954 [2021-03-16T17:08:11.296Z] Attempting uninstall: urllib3 [2021-03-16T17:08:11.296Z] Found existing installation: urllib3 1.25.9 [2021-03-16T17:08:11.296Z] Uninstalling urllib3-1.25.9: [2021-03-16T17:08:11.564Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T17:08:13.550Z] Removing intermediate container a924b3f76fd2 [2021-03-16T17:08:13.550Z] ---> caaa6393a4c6 [2021-03-16T17:08:13.550Z] [2021-03-16T17:08:13.550Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:08:13.550Z] ---> 88dd2752d2ea [2021-03-16T17:08:13.550Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:08:13.550Z] ---> Using cache [2021-03-16T17:08:13.550Z] ---> 229f441c8342 [2021-03-16T17:08:13.550Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:08:13.550Z] ---> Using cache [2021-03-16T17:08:13.550Z] ---> 1173385633e0 [2021-03-16T17:08:13.550Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T17:08:13.823Z] Removing intermediate container 5540d52f3954 [2021-03-16T17:08:13.823Z] ---> 61a0710db86b [2021-03-16T17:08:13.823Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T17:08:13.823Z] Attempting uninstall: requests [2021-03-16T17:08:13.823Z] Found existing installation: requests 2.23.0 [2021-03-16T17:08:13.823Z] Uninstalling requests-2.23.0: [2021-03-16T17:08:14.397Z] Successfully uninstalled requests-2.23.0 [2021-03-16T17:08:15.814Z] Running setup.py install for PyYAML: started [2021-03-16T17:08:16.398Z] ---> Running in 28ee07ab3f4b [2021-03-16T17:08:16.398Z] ---> Running in aa1787d9c1d5 [2021-03-16T17:08:17.015Z] ---> fc1bf6f91759 [2021-03-16T17:08:17.015Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T17:08:17.015Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T17:08:17.283Z] Removing intermediate container aa1787d9c1d5 [2021-03-16T17:08:17.283Z] ---> 9fde785479b4 [2021-03-16T17:08:17.283Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:08:17.283Z] ---> Running in 2b9b3fad5c00 [2021-03-16T17:08:17.552Z] ---> Running in 4dd7d1128f6d [2021-03-16T17:08:18.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:08:18.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:08:18.408Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:08:18.409Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T17:08:18.409Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:08:18.409Z] OK: 6 MiB in 16 packages [2021-03-16T17:08:18.409Z] Running setup.py install for texttable: started [2021-03-16T17:08:18.409Z] Removing intermediate container 4dd7d1128f6d [2021-03-16T17:08:18.409Z] ---> 377022b3fbf3 [2021-03-16T17:08:18.409Z] Step 15/23 : WORKDIR / [2021-03-16T17:08:18.671Z] ---> Running in 97beb85966a2 [2021-03-16T17:08:18.671Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T17:08:18.937Z] Removing intermediate container 97beb85966a2 [2021-03-16T17:08:18.937Z] ---> 778f6a62c560 [2021-03-16T17:08:18.937Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:08:19.244Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T17:08:19.244Z] Running setup.py install for docopt: started [2021-03-16T17:08:19.523Z] Removing intermediate container 28ee07ab3f4b [2021-03-16T17:08:19.523Z] ---> cf668fe1ff59 [2021-03-16T17:08:19.523Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T17:08:19.523Z] ---> 6180c5f86b64 [2021-03-16T17:08:19.523Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T17:08:19.789Z] ---> Running in 28901eb8ddb5 [2021-03-16T17:08:20.053Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T17:08:20.053Z] Running setup.py install for dockerpty: started [2021-03-16T17:08:20.324Z] Removing intermediate container 28901eb8ddb5 [2021-03-16T17:08:20.324Z] ---> 152a1aec8856 [2021-03-16T17:08:20.324Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T17:08:20.324Z] ---> Running in 12e1a08873ca [2021-03-16T17:08:20.593Z] ---> cd982cde4984 [2021-03-16T17:08:20.593Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T17:08:20.593Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T17:08:20.857Z] Removing intermediate container 12e1a08873ca [2021-03-16T17:08:20.857Z] ---> ceb412d86686 [2021-03-16T17:08:20.857Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T17:08:21.439Z] ---> Running in 30260d3ba239 [2021-03-16T17:08:22.390Z] ---> 09bf667ee733 [2021-03-16T17:08:22.390Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T17:08:22.390Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-16T17:08:22.655Z] ---> Running in 5165464a98ee [2021-03-16T17:08:24.060Z] Removing intermediate container 5165464a98ee [2021-03-16T17:08:24.060Z] ---> 18f34f52b4cf [2021-03-16T17:08:24.060Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:08:24.642Z] ---> Running in c64a75c9c2a2 [2021-03-16T17:08:25.224Z] Removing intermediate container c64a75c9c2a2 [2021-03-16T17:08:25.224Z] ---> b7a14576cbbf [2021-03-16T17:08:25.224Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T17:08:27.200Z] ---> Running in a6a7f20bea9d [2021-03-16T17:08:27.200Z] Removing intermediate container 30260d3ba239 [2021-03-16T17:08:27.200Z] ---> 22eb49bedc9a [2021-03-16T17:08:27.200Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T17:08:27.200Z] Removing intermediate container 7ce0c1f6b2f8 [2021-03-16T17:08:27.200Z] ---> ef8ffac67005 [2021-03-16T17:08:27.200Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T17:08:27.472Z] ---> Running in 19f9557987ac [2021-03-16T17:08:27.472Z] Removing intermediate container a6a7f20bea9d [2021-03-16T17:08:27.472Z] ---> 2664f1573af4 [2021-03-16T17:08:27.472Z] Step 22/23 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:08:27.748Z] ---> Running in 9f8fb115b73b [2021-03-16T17:08:27.748Z] ---> Running in 6e13333488fc [2021-03-16T17:08:28.020Z] Removing intermediate container 19f9557987ac [2021-03-16T17:08:28.020Z] ---> 633df95ac8f6 [2021-03-16T17:08:28.020Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T17:08:28.293Z] Removing intermediate container 6e13333488fc [2021-03-16T17:08:28.293Z] ---> 4c5720189322 [2021-03-16T17:08:28.293Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:08:28.293Z] ---> Running in 16046fd0107e [2021-03-16T17:08:28.560Z] ---> 30ad89c6314a [2021-03-16T17:08:28.561Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T17:08:28.827Z] Removing intermediate container 16046fd0107e [2021-03-16T17:08:28.827Z] ---> cafee0696f0f [2021-03-16T17:08:28.827Z] [2021-03-16T17:08:29.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:08:29.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:08:29.362Z] ---> Running in 282c643875ea [2021-03-16T17:08:29.362Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:08:29.362Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T17:08:29.362Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T17:08:29.362Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:08:29.631Z] OK: 72 MiB in 58 packages [2021-03-16T17:08:29.631Z] Successfully built cafee0696f0f [2021-03-16T17:08:29.631Z] Successfully tagged docker-core-metadata-go:latest [2021-03-16T17:08:31.062Z]  Building docker-core-metadata-go ... done Removing intermediate container 9f8fb115b73b [2021-03-16T17:08:31.062Z] ---> b80a30a72fa8 [2021-03-16T17:08:31.062Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T17:08:31.062Z] ---> Running in e5393174e3a3 [2021-03-16T17:08:32.024Z] Removing intermediate container e5393174e3a3 [2021-03-16T17:08:32.024Z] ---> 39ac3cddb962 [2021-03-16T17:08:32.024Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:08:33.426Z] Removing intermediate container 282c643875ea [2021-03-16T17:08:33.426Z] ---> c78e4f0ae192 [2021-03-16T17:08:33.426Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:08:33.691Z] ---> Running in a6e6a6a7c653 [2021-03-16T17:08:33.960Z] Removing intermediate container ee78798d18be [2021-03-16T17:08:33.960Z] ---> 2771fe727274 [2021-03-16T17:08:33.960Z] [2021-03-16T17:08:33.960Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:08:33.960Z] ---> 88dd2752d2ea [2021-03-16T17:08:33.960Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T17:08:34.225Z] Removing intermediate container a6e6a6a7c653 [2021-03-16T17:08:34.225Z] ---> 8b4696b60921 [2021-03-16T17:08:34.225Z] Step 24/26 : LABEL arch=x86_64 [2021-03-16T17:08:34.225Z] ---> Running in e3a4f92c6bb8 [2021-03-16T17:08:34.810Z] ---> ced2a4659ced [2021-03-16T17:08:34.810Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T17:08:35.078Z] ---> Running in 1f2b48f052d0 [2021-03-16T17:08:35.654Z] Removing intermediate container 1f2b48f052d0 [2021-03-16T17:08:35.654Z] ---> 11ef1a75f4a9 [2021-03-16T17:08:35.654Z] Step 25/26 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:08:35.654Z] ---> Running in 429c5d0e923f [2021-03-16T17:08:35.654Z] ---> 91e4d44a70b1 [2021-03-16T17:08:35.654Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T17:08:35.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:08:35.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:08:35.918Z] Removing intermediate container 429c5d0e923f [2021-03-16T17:08:35.918Z] ---> 9826357ef819 [2021-03-16T17:08:35.918Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T17:08:36.179Z] ---> Running in f31ad22e4714 [2021-03-16T17:08:36.179Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T17:08:36.179Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:08:36.179Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:08:36.179Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:08:36.179Z] OK: 6 MiB in 16 packages [2021-03-16T17:08:36.760Z] ---> d21397b83135 [2021-03-16T17:08:36.761Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T17:08:36.761Z] Removing intermediate container f31ad22e4714 [2021-03-16T17:08:36.761Z] ---> 83f9b0879ae2 [2021-03-16T17:08:36.761Z] [2021-03-16T17:08:37.028Z] ---> 709b4619980e [2021-03-16T17:08:37.028Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T17:08:37.602Z] Successfully built 83f9b0879ae2 [2021-03-16T17:08:37.602Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-16T17:08:38.180Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e3a4f92c6bb8 [2021-03-16T17:08:38.180Z] ---> ef526dd91c2e [2021-03-16T17:08:38.180Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:08:38.180Z] ---> c1fd47e1003c [2021-03-16T17:08:38.180Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T17:08:38.458Z] ---> Running in fa2a0e56d983 [2021-03-16T17:08:38.458Z] ---> Running in 7d4cf4107821 [2021-03-16T17:08:38.458Z] Removing intermediate container fa2a0e56d983 [2021-03-16T17:08:38.458Z] ---> 945d08af284d [2021-03-16T17:08:38.458Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T17:08:38.743Z] ---> Running in e1bc4a77f82f [2021-03-16T17:08:38.743Z] Removing intermediate container 7d4cf4107821 [2021-03-16T17:08:38.743Z] ---> f52461d242b7 [2021-03-16T17:08:38.744Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T17:08:39.007Z] Removing intermediate container e1bc4a77f82f [2021-03-16T17:08:39.007Z] ---> 1302e841897e [2021-03-16T17:08:39.007Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:08:39.269Z] ---> Running in 0c6d3ee24634 [2021-03-16T17:08:39.269Z] ---> 20dd68091ceb [2021-03-16T17:08:39.269Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T17:08:41.465Z] ---> Running in 2e11d8e58a67 [2021-03-16T17:08:41.465Z] Removing intermediate container 0c6d3ee24634 [2021-03-16T17:08:41.465Z] ---> 927c7d8ec044 [2021-03-16T17:08:41.465Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:08:41.798Z] ---> b1614f74fab4 [2021-03-16T17:08:41.799Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T17:08:45.120Z] ---> cfcc6aea7c52 [2021-03-16T17:08:45.120Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T17:08:45.120Z] Removing intermediate container 2e11d8e58a67 [2021-03-16T17:08:45.120Z] ---> 43f75c7b168d [2021-03-16T17:08:45.120Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T17:08:45.120Z] Removing intermediate container 2b9b3fad5c00 [2021-03-16T17:08:45.120Z] ---> bbca386b1513 [2021-03-16T17:08:45.120Z] [2021-03-16T17:08:45.120Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:08:45.120Z] ---> 88dd2752d2ea [2021-03-16T17:08:45.120Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T17:08:45.120Z] ---> Running in 88ab2b8742c0 [2021-03-16T17:08:45.120Z] ---> Running in 268b1b207173 [2021-03-16T17:08:45.120Z] ---> 14cbc15e0315 [2021-03-16T17:08:45.120Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T17:08:45.120Z] ---> Running in 20086c809453 [2021-03-16T17:08:45.381Z] Removing intermediate container 88ab2b8742c0 [2021-03-16T17:08:45.382Z] ---> dd1624b868bc [2021-03-16T17:08:45.382Z] Step 28/31 : CMD ["gate"] [2021-03-16T17:08:45.382Z] Removing intermediate container 268b1b207173 [2021-03-16T17:08:45.382Z] ---> f7551db28cc3 [2021-03-16T17:08:45.382Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T17:08:45.644Z] ---> Running in f8f154e9e305 [2021-03-16T17:08:45.644Z] ---> Running in aabe19c1e56f [2021-03-16T17:08:45.644Z] Removing intermediate container 20086c809453 [2021-03-16T17:08:45.644Z] ---> 0f214e1a9c44 [2021-03-16T17:08:45.644Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:08:45.644Z] ---> Running in 288d0d45da4b [2021-03-16T17:08:45.909Z] Removing intermediate container f8f154e9e305 [2021-03-16T17:08:45.909Z] ---> b24cffe8a18e [2021-03-16T17:08:45.909Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T17:08:45.909Z] Removing intermediate container aabe19c1e56f [2021-03-16T17:08:45.909Z] ---> ee8cc551ecdd [2021-03-16T17:08:45.909Z] Step 29/31 : LABEL arch=x86_64 [2021-03-16T17:08:45.909Z] ---> Running in 7ab0a6883da7 [2021-03-16T17:08:45.909Z] Removing intermediate container 288d0d45da4b [2021-03-16T17:08:45.909Z] ---> 6262d97cccac [2021-03-16T17:08:45.909Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T17:08:46.174Z] ---> Running in db2e54209cd8 [2021-03-16T17:08:46.174Z] ---> Running in 0c4e52fc11db [2021-03-16T17:08:46.435Z] Removing intermediate container 7ab0a6883da7 [2021-03-16T17:08:46.435Z] ---> 4dc1e4e46250 [2021-03-16T17:08:46.435Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:08:46.435Z] ---> Running in 76298ea2358b [2021-03-16T17:08:46.435Z] Removing intermediate container db2e54209cd8 [2021-03-16T17:08:46.435Z] ---> c2fd83bbe93a [2021-03-16T17:08:46.435Z] Step 30/31 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:08:46.698Z] Removing intermediate container 0c4e52fc11db [2021-03-16T17:08:46.698Z] ---> c970f716ff67 [2021-03-16T17:08:46.698Z] Step 21/22 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:08:46.961Z] ---> Running in 62ae50d11af8 [2021-03-16T17:08:46.961Z] ---> Running in b1b8e15e7356 [2021-03-16T17:08:47.230Z] Removing intermediate container b1b8e15e7356 [2021-03-16T17:08:47.230Z] ---> 449feb0f5f33 [2021-03-16T17:08:47.230Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T17:08:47.230Z] Removing intermediate container 62ae50d11af8 [2021-03-16T17:08:47.230Z] ---> 3130e7625ceb [2021-03-16T17:08:47.230Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T17:08:47.230Z] ---> Running in b85dbde50b04 [2021-03-16T17:08:47.230Z] ---> Running in 72d6b38b4912 [2021-03-16T17:08:47.493Z] Removing intermediate container b85dbde50b04 [2021-03-16T17:08:47.493Z] ---> 77b4185d9016 [2021-03-16T17:08:47.493Z] [2021-03-16T17:08:47.493Z] Successfully built 77b4185d9016 [2021-03-16T17:08:47.756Z] Successfully tagged docker-support-notifications-go:latest [2021-03-16T17:08:47.756Z]  Building docker-support-notifications-go ... done Removing intermediate container 72d6b38b4912 [2021-03-16T17:08:47.756Z] ---> cda1130f0a7b [2021-03-16T17:08:47.756Z] [2021-03-16T17:08:47.756Z] Successfully built cda1130f0a7b [2021-03-16T17:08:47.756Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-16T17:08:47.756Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 76298ea2358b [2021-03-16T17:08:47.756Z] ---> 552fde3a24dc [2021-03-16T17:08:47.756Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T17:08:48.022Z] ---> Running in 05799546a5a6 [2021-03-16T17:08:48.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:08:49.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:08:50.488Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T17:08:50.488Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T17:08:50.488Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T17:08:50.488Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T17:08:50.750Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T17:08:51.012Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T17:08:51.012Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:08:51.012Z] OK: 8 MiB in 20 packages [2021-03-16T17:08:51.588Z] Removing intermediate container 05799546a5a6 [2021-03-16T17:08:51.588Z] ---> 33475a0a04bb [2021-03-16T17:08:51.588Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:08:51.851Z] ---> 4f6746cba644 [2021-03-16T17:08:51.851Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T17:08:52.799Z] ---> 410544ff3d5c [2021-03-16T17:08:52.799Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T17:08:52.799Z] ---> 1ff21c64a64c [2021-03-16T17:08:52.799Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T17:08:52.799Z] ---> Running in 99f099768fa7 [2021-03-16T17:08:53.061Z] Removing intermediate container 99f099768fa7 [2021-03-16T17:08:53.061Z] ---> fef85c097f7a [2021-03-16T17:08:53.061Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:08:53.061Z] ---> Running in aba243ee648b [2021-03-16T17:08:53.322Z] Removing intermediate container aba243ee648b [2021-03-16T17:08:53.322Z] ---> c79761a9c119 [2021-03-16T17:08:53.322Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T17:08:53.322Z] ---> Running in 65421935d75f [2021-03-16T17:08:54.269Z] Removing intermediate container 65421935d75f [2021-03-16T17:08:54.269Z] ---> eae6d0b0b965 [2021-03-16T17:08:54.269Z] Step 22/23 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:08:54.269Z] ---> Running in 48456ae93368 [2021-03-16T17:08:54.269Z] Removing intermediate container 48456ae93368 [2021-03-16T17:08:54.269Z] ---> 7eb5655d1ea6 [2021-03-16T17:08:54.269Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:08:54.269Z] ---> Running in 17c1df79f58c [2021-03-16T17:08:54.531Z] Removing intermediate container 17c1df79f58c [2021-03-16T17:08:54.531Z] ---> 599c9a2bc00e [2021-03-16T17:08:54.531Z] [2021-03-16T17:08:54.531Z] Successfully built 599c9a2bc00e [2021-03-16T17:08:54.531Z] Successfully tagged docker-core-data-go:latest [2021-03-16T17:08:55.506Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-16T17:08:55.576Z] $ docker stop --time=1 cd738c09a0b0c3586fa958850915b744e0348a4045975cdd53640b7ded825420 [2021-03-16T17:08:57.192Z] $ docker rm -f cd738c09a0b0c3586fa958850915b744e0348a4045975cdd53640b7ded825420 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T17:08:57.801Z] + docker images [2021-03-16T17:08:57.801Z] + grep docker [2021-03-16T17:08:58.062Z] docker-core-data-go latest 599c9a2bc00e 3 seconds ago 22.6MB [2021-03-16T17:08:58.062Z] docker-security-bootstrapper-go latest cda1130f0a7b 10 seconds ago 18.8MB [2021-03-16T17:08:58.062Z] docker-support-notifications-go latest 77b4185d9016 10 seconds ago 17.8MB [2021-03-16T17:08:58.062Z] docker-sys-mgmt-agent-go latest 83f9b0879ae2 21 seconds ago 313MB [2021-03-16T17:08:58.062Z] docker-core-metadata-go latest cafee0696f0f 29 seconds ago 19MB [2021-03-16T17:08:58.062Z] docker-security-secretstore-setup-go latest 3f52d303eb70 2 minutes ago 24.9MB [2021-03-16T17:08:58.062Z] docker-support-scheduler-go latest dcfc45604c86 2 minutes ago 17.3MB [2021-03-16T17:08:58.062Z] docker-core-command-go latest a5bf2b05f7bd 2 minutes ago 17.2MB [2021-03-16T17:08:58.062Z] docker-security-proxy-setup-go latest 646a9c6e7a24 2 minutes ago 24.7MB [2021-03-16T17:08:58.062Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-16T17:09:13.933Z] Still waiting to schedule task [2021-03-16T17:09:13.934Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-16T17:09:30.866Z] gofmt -l . [2021-03-16T17:09:34.247Z] [ "`gofmt -l .`" = "" ] [2021-03-16T17:09:38.534Z] ./bin/test-go-mod-tidy.sh [2021-03-16T17:09:38.807Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T17:09:41.446Z] + ls -al . [2021-03-16T17:09:41.446Z] total 788 [2021-03-16T17:09:41.446Z] drwxrwxr-x 9 1001 1001 4096 Mar 16 17:09 . [2021-03-16T17:09:41.446Z] drwxr-xr-x 4 root root 4096 Mar 16 17:04 .. [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 17:02 .dockerignore [2021-03-16T17:09:41.446Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 17:02 .git [2021-03-16T17:09:41.446Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 17:02 .github [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 17:02 .gitignore [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 17:02 .sonarcloud.properties [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 17:02 Attribution.txt [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 17:02 CONTRIBUTING.md [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 17:02 Dockerfile.build [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 17:02 Jenkinsfile [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 17:02 LICENSE [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 17:02 Makefile [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 17:02 README.md [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 17:02 SECURITY.md [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 17:00 VERSION [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 17:02 ZMQWindows.md [2021-03-16T17:09:41.446Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 17:02 bin [2021-03-16T17:09:41.446Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 17:02 cmd [2021-03-16T17:09:41.446Z] -rw-r--r-- 1 root root 650607 Mar 16 17:08 coverage.out [2021-03-16T17:09:41.446Z] -rw-r--r-- 1 root root 1056 Mar 16 17:09 go.mod [2021-03-16T17:09:41.446Z] -rw-r--r-- 1 root root 21983 Mar 16 17:09 go.sum [2021-03-16T17:09:41.446Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 17:02 internal [2021-03-16T17:09:41.446Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 17:02 openapi [2021-03-16T17:09:41.446Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 17:02 snap [2021-03-16T17:09:41.446Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 17:02 version.go [Pipeline] sh [2021-03-16T17:09:42.107Z] + '[' -e coverage.out ] [2021-03-16T17:09:42.107Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T17:09:42.171Z] Warning: overwriting stash ‘coverage-report’ [2021-03-16T17:09:43.494Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T17:09:44.195Z] + make build [2021-03-16T17:09:44.195Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T17:09:56.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T17:10:28.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T17:10:34.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T17:10:41.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T17:10:42.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T17:10:49.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T17:10:55.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T17:11:00.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T17:11:05.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T17:11:10.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T17:11:15.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-16T17:11:20.482Z] Running on prd-ubuntu18.04-docker-8c-8g-30019 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-16T17:11:20.574Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [Pipeline] } [2021-03-16T17:11:22.487Z] $ docker stop --time=1 b2309fe3ed245788668f9856134fbe4cd9952223c6dd7bb63de0d6bf39a20ab1 [2021-03-16T17:11:22.807Z] using credential edgex-jenkins-ssh [2021-03-16T17:11:22.865Z] Cloning the remote Git repository [2021-03-16T17:11:22.889Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:11:22.950Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-03-16T17:11:22.977Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:11:22.977Z] > git --version # timeout=10 [2021-03-16T17:11:22.984Z] > git --version # 'git version 2.17.1' [2021-03-16T17:11:22.984Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:11:23.006Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T17:11:25.233Z] $ docker rm -f b2309fe3ed245788668f9856134fbe4cd9952223c6dd7bb63de0d6bf39a20ab1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:11:27.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:11:27.975Z] [2021-03-16T17:11:27.975Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:11:28.362Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:11:28.646Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-16T17:11:28.646Z] 29e5d40040c1: Pulling fs layer [2021-03-16T17:11:28.646Z] 1ce36da41761: Pulling fs layer [2021-03-16T17:11:28.646Z] 25b303627fd3: Pulling fs layer [2021-03-16T17:11:28.646Z] 29e5d40040c1: Verifying Checksum [2021-03-16T17:11:28.646Z] 29e5d40040c1: Download complete [2021-03-16T17:11:29.640Z] 1ce36da41761: Verifying Checksum [2021-03-16T17:11:29.640Z] 1ce36da41761: Download complete [2021-03-16T17:11:29.640Z] 29e5d40040c1: Pull complete [2021-03-16T17:11:29.764Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:11:29.898Z] Merge succeeded, producing ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:11:29.898Z] Checking out Revision ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d (PR-3234) [2021-03-16T17:11:29.231Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T17:11:29.243Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T17:11:29.252Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T17:11:29.265Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:11:29.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:11:29.268Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T17:11:29.776Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T17:11:29.788Z] > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 [2021-03-16T17:11:29.875Z] > git remote # timeout=10 [2021-03-16T17:11:29.881Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T17:11:29.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:11:29.890Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-16T17:11:29.897Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T17:11:29.904Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T17:11:29.907Z] > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 [2021-03-16T17:11:31.082Z] 1ce36da41761: Pull complete [2021-03-16T17:11:31.677Z] 25b303627fd3: Download complete [2021-03-16T17:11:33.571Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:11:34.704Z] + echo snap-build.sh [2021-03-16T17:11:34.704Z] snap-build.sh [2021-03-16T17:11:34.704Z] + SNAP_BASE_DIR=. [2021-03-16T17:11:34.704Z] + '[' '!' -z /w/workspace/edgex-go/17 ']' [2021-03-16T17:11:34.704Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/17 [2021-03-16T17:11:34.704Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' [2021-03-16T17:11:34.704Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/17] [2021-03-16T17:11:34.704Z] + cd /w/workspace/edgex-go/17 [2021-03-16T17:11:34.704Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-16T17:11:34.704Z] Reading package lists... [2021-03-16T17:11:34.704Z] Building dependency tree... [2021-03-16T17:11:34.704Z] Reading state information... [2021-03-16T17:11:34.966Z] The following packages were automatically installed and are no longer required: [2021-03-16T17:11:34.966Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-16T17:11:34.966Z] uidmap xdelta3 [2021-03-16T17:11:34.966Z] Use 'sudo apt autoremove' to remove them. [2021-03-16T17:11:34.966Z] The following packages will be REMOVED: [2021-03-16T17:11:34.966Z] lxd* lxd-client* [2021-03-16T17:11:35.228Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-16T17:11:35.228Z] After this operation, 31.7 MB disk space will be freed. [2021-03-16T17:11:36.273Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-16T17:11:36.273Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T17:11:37.218Z] Removing lxd dnsmasq configuration [2021-03-16T17:11:37.218Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T17:11:37.479Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-16T17:11:38.421Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-16T17:11:38.682Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-16T17:11:38.682Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T17:11:39.627Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-16T17:11:39.890Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-16T17:11:41.274Z] + sudo snap remove --purge lxd [2021-03-16T17:11:41.274Z] snap "lxd" is not installed [2021-03-16T17:11:41.274Z] + sudo groupadd --force --system lxd [2021-03-16T17:11:41.274Z] ++ whoami [2021-03-16T17:11:41.274Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-16T17:11:41.274Z] + newgrp - lxd [2021-03-16T17:11:41.274Z] + sudo snap install lxd [2021-03-16T17:11:41.828Z] 25b303627fd3: Pull complete [2021-03-16T17:11:41.828Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-16T17:11:41.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:11:41.829Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-16T17:11:42.095Z] prd-ubuntu18.04-docker-arm64-4c-16g-30014 does not seem to be running inside a container [2021-03-16T17:11:42.161Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T17:11:45.532Z] $ docker top 2ae84c132b57a07c23da03c9e7d0e5830b5c073d1396a259f854e9de5fec4946 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:11:46.604Z] + docker-compose build --help [2021-03-16T17:11:46.604Z] + grep parallel [2021-03-16T17:11:51.277Z] 2021-03-16T17:11:48Z INFO Waiting for automatic snapd restart... [2021-03-16T17:11:51.992Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T17:11:52.276Z] $ docker stop --time=1 2ae84c132b57a07c23da03c9e7d0e5830b5c073d1396a259f854e9de5fec4946 [2021-03-16T17:11:54.260Z] $ docker rm -f 2ae84c132b57a07c23da03c9e7d0e5830b5c073d1396a259f854e9de5fec4946 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:11:55.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:11:55.094Z] . [Pipeline] withDockerContainer [2021-03-16T17:11:55.374Z] prd-ubuntu18.04-docker-arm64-4c-16g-30014 does not seem to be running inside a container [2021-03-16T17:11:55.456Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T17:11:57.087Z] $ docker top cb64a2932643eb63d383ffa3ac4d897b421f1becf47878e2af5b652c189d9e63 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:11:58.357Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T17:12:03.760Z] Building docker-core-command-go ... [2021-03-16T17:12:03.761Z] Building docker-core-data-go ... [2021-03-16T17:12:03.761Z] Building docker-core-metadata-go ... [2021-03-16T17:12:03.761Z] Building docker-security-bootstrapper-go ... [2021-03-16T17:12:03.761Z] Building docker-security-proxy-setup-go ... [2021-03-16T17:12:03.761Z] Building docker-security-secretstore-setup-go ... [2021-03-16T17:12:03.761Z] Building docker-support-notifications-go ... [2021-03-16T17:12:03.761Z] Building docker-support-scheduler-go ... [2021-03-16T17:12:03.761Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T17:12:03.761Z] Building docker-support-notifications-go [2021-03-16T17:12:03.761Z] Building docker-core-command-go [2021-03-16T17:12:03.761Z] Building docker-security-secretstore-setup-go [2021-03-16T17:12:03.761Z] Building docker-security-bootstrapper-go [2021-03-16T17:12:03.761Z] Building docker-core-data-go [2021-03-16T17:12:06.269Z] lxd 4.12 from Canonical* installed [2021-03-16T17:12:06.269Z] + sudo lxd init --auto [2021-03-16T17:12:16.272Z] + sudo snap install --classic snapcraft [2021-03-16T17:13:25.516Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:13:25.516Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:13:25.516Z] ---> 5c4292f065fe [2021-03-16T17:13:25.516Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:13:25.516Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:13:25.516Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:13:25.516Z] ---> 5c4292f065fe [2021-03-16T17:13:25.516Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:13:25.516Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:13:25.516Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:13:25.516Z] [2021-03-16T17:13:25.516Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder ---> 5c4292f065fe [2021-03-16T17:13:25.516Z] [2021-03-16T17:13:25.516Z] Step 3/22 : WORKDIR /edgex-go ---> 5c4292f065fe [2021-03-16T17:13:25.516Z] [2021-03-16T17:13:25.516Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T17:13:25.516Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:13:25.516Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:13:25.516Z] ---> 5c4292f065fe [2021-03-16T17:13:25.516Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T17:13:25.516Z] ---> Running in 2b2e37f6e235 [2021-03-16T17:13:25.517Z] ---> Running in 43956d2ca4aa [2021-03-16T17:13:25.517Z] ---> Running in 1f89435c95e1 [2021-03-16T17:13:25.517Z] ---> Running in 5b3b7357feb0 [2021-03-16T17:13:25.517Z] ---> Running in a73be94ee8e4 [2021-03-16T17:13:25.517Z] Removing intermediate container a73be94ee8e4 [2021-03-16T17:13:25.517Z] ---> 35b3686947b9 [2021-03-16T17:13:25.517Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:13:25.517Z] Removing intermediate container 43956d2ca4aa [2021-03-16T17:13:25.517Z] ---> 8f6885ef86e3 [2021-03-16T17:13:25.517Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:13:25.517Z] ---> Running in 8264c9496c07 [2021-03-16T17:13:25.517Z] Removing intermediate container 1f89435c95e1 [2021-03-16T17:13:25.517Z] ---> b477a36e1d70 [2021-03-16T17:13:25.517Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:13:25.517Z] Removing intermediate container 5b3b7357feb0 [2021-03-16T17:13:25.517Z] ---> b5aa41ec3ee5 [2021-03-16T17:13:25.517Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:13:25.517Z] Removing intermediate container 2b2e37f6e235 [2021-03-16T17:13:25.517Z] ---> c4dc03df969a [2021-03-16T17:13:25.517Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:13:25.517Z] ---> Running in 7b0cf2c1ccbd [2021-03-16T17:13:25.517Z] ---> Running in f1c5f15412f4 [2021-03-16T17:13:25.517Z] ---> Running in 851ed9371dda [2021-03-16T17:13:25.517Z] ---> Running in 95f3c0b64439 [2021-03-16T17:13:25.517Z] Removing intermediate container 8264c9496c07 [2021-03-16T17:13:25.517Z] ---> 9d66eb7fa236 [2021-03-16T17:13:25.517Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:13:25.517Z] ---> Running in 7d7033982231 [2021-03-16T17:13:25.517Z] Removing intermediate container 7b0cf2c1ccbd [2021-03-16T17:13:25.517Z] ---> 901bc723e9de [2021-03-16T17:13:25.517Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T17:13:25.517Z] Removing intermediate container 95f3c0b64439 [2021-03-16T17:13:25.517Z] ---> 92f2b3d2434b [2021-03-16T17:13:25.517Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T17:13:25.517Z] ---> Running in f975108def9b [2021-03-16T17:13:25.517Z] ---> Running in 500ae3d09f7f [2021-03-16T17:13:25.517Z] Removing intermediate container 851ed9371dda [2021-03-16T17:13:25.517Z] ---> e3c8cb5d0516 [2021-03-16T17:13:25.517Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T17:13:25.517Z] Removing intermediate container f1c5f15412f4 [2021-03-16T17:13:25.517Z] ---> 65bb6a306574 [2021-03-16T17:13:25.517Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T17:13:25.517Z] ---> Running in 19604d97515d [2021-03-16T17:13:25.517Z] ---> Running in a1206715280e [2021-03-16T17:13:25.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:13:25.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:13:25.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:13:25.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:13:25.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:13:25.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:13:26.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:13:26.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:13:26.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:13:26.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:13:26.389Z] OK: 217 MiB in 51 packages [2021-03-16T17:13:27.840Z] OK: 217 MiB in 51 packages [2021-03-16T17:13:27.840Z] Removing intermediate container 7d7033982231 [2021-03-16T17:13:27.840Z] ---> f4d148a8fdba [2021-03-16T17:13:27.840Z] Step 6/23 : COPY go.mod . [2021-03-16T17:13:28.450Z] OK: 217 MiB in 51 packages [2021-03-16T17:13:28.737Z] ---> 1a5c39e621cf [2021-03-16T17:13:28.737Z] Step 7/23 : RUN go mod download [2021-03-16T17:13:29.017Z] ---> Running in b32c75bf6be7 [2021-03-16T17:13:29.017Z] Removing intermediate container f975108def9b [2021-03-16T17:13:29.017Z] ---> 4bd69a45a09d [2021-03-16T17:13:29.017Z] Step 6/22 : COPY go.mod . [2021-03-16T17:13:29.645Z] OK: 217 MiB in 51 packages [2021-03-16T17:13:29.930Z] OK: 217 MiB in 51 packages [2021-03-16T17:13:30.225Z] Removing intermediate container 19604d97515d [2021-03-16T17:13:30.226Z] ---> b56a95c45d2b [2021-03-16T17:13:30.226Z] Step 6/31 : COPY go.mod . [2021-03-16T17:13:30.506Z] ---> fb9d51bee6a5 [2021-03-16T17:13:30.506Z] Step 7/22 : RUN go mod download [2021-03-16T17:13:30.786Z] ---> Running in a73a38d2feae [2021-03-16T17:13:31.394Z] ---> dac416637145 [2021-03-16T17:13:31.394Z] Step 7/31 : RUN go mod download [2021-03-16T17:13:31.675Z] Removing intermediate container 500ae3d09f7f [2021-03-16T17:13:31.676Z] ---> e4b7cf5f26ef [2021-03-16T17:13:31.676Z] Step 6/24 : COPY go.mod . [2021-03-16T17:13:31.952Z] ---> Running in 08c75b4fcfde [2021-03-16T17:13:32.240Z] Removing intermediate container a1206715280e [2021-03-16T17:13:32.240Z] ---> 9976edd8d5f1 [2021-03-16T17:13:32.240Z] Step 6/23 : COPY go.mod . [2021-03-16T17:13:33.250Z] ---> b90cb625b1ba [2021-03-16T17:13:33.250Z] Step 7/24 : RUN go mod download [2021-03-16T17:13:33.530Z] ---> 77bf619de89f [2021-03-16T17:13:33.530Z] Step 7/23 : RUN go mod download [2021-03-16T17:13:33.530Z] ---> Running in 2f9271308a1c [2021-03-16T17:13:33.817Z] ---> Running in 2212d0dcfbbb [2021-03-16T17:13:34.432Z] Removing intermediate container b32c75bf6be7 [2021-03-16T17:13:34.432Z] ---> 62cf49e7afe2 [2021-03-16T17:13:34.432Z] Step 8/23 : COPY . . [2021-03-16T17:13:36.425Z] Removing intermediate container a73a38d2feae [2021-03-16T17:13:36.425Z] ---> 64be92a43145 [2021-03-16T17:13:36.425Z] Step 8/22 : COPY . . [2021-03-16T17:13:37.029Z] Removing intermediate container 08c75b4fcfde [2021-03-16T17:13:37.029Z] ---> 659b7b52cffb [2021-03-16T17:13:37.029Z] Step 8/31 : COPY . . [2021-03-16T17:13:40.480Z] Removing intermediate container 2f9271308a1c [2021-03-16T17:13:40.480Z] ---> 07f9fa93ec0b [2021-03-16T17:13:40.480Z] Step 8/24 : COPY . . [2021-03-16T17:13:40.480Z] Removing intermediate container 2212d0dcfbbb [2021-03-16T17:13:40.480Z] ---> fc5bbf6441ce [2021-03-16T17:13:40.480Z] Step 8/23 : COPY . . [2021-03-16T17:14:07.313Z] ---> 30b5807e6ae5 [2021-03-16T17:14:07.313Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T17:14:07.313Z] ---> fcc1404dbcc8 [2021-03-16T17:14:07.313Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T17:14:07.314Z] ---> bb727e63971d [2021-03-16T17:14:07.314Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T17:14:07.314Z] ---> 51d7568b48c4 [2021-03-16T17:14:07.314Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T17:14:07.314Z] ---> 6c73a57fa8aa [2021-03-16T17:14:07.314Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T17:14:07.314Z] ---> Running in de6148abadbf [2021-03-16T17:14:07.314Z] ---> Running in 48f93113ccdc [2021-03-16T17:14:07.314Z] ---> Running in 0d8e78f6e8f4 [2021-03-16T17:14:07.314Z] ---> Running in 782aa274c00d [2021-03-16T17:14:07.314Z] ---> Running in 1424f6a5a057 [2021-03-16T17:14:07.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T17:14:08.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T17:14:08.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-16T17:14:09.105Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T17:14:09.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T17:14:22.790Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T17:14:22.790Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-16T17:14:22.790Z] + patch --verbose -p1 [2021-03-16T17:14:22.790Z] Hmm... Looks like a unified diff to me... [2021-03-16T17:14:22.790Z] The text leading up to this was: [2021-03-16T17:14:22.790Z] -------------------------- [2021-03-16T17:14:22.790Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-16T17:14:22.790Z] |From: Tony Espy [2021-03-16T17:14:22.790Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-16T17:14:22.790Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-16T17:14:22.790Z] | [2021-03-16T17:14:22.790Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-16T17:14:22.790Z] |optimize the snap CI check run for pull requests. When [2021-03-16T17:14:22.790Z] |applied, it essentially strips out everything (apps and [2021-03-16T17:14:22.790Z] |parts) from the snapcraft.yaml file except those required [2021-03-16T17:14:22.790Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-16T17:14:22.790Z] |catch changes to edgex-go that break the snap build. [2021-03-16T17:14:22.790Z] | [2021-03-16T17:14:22.790Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-16T17:14:22.790Z] |to update this patch file, otherwise it may fail to apply, [2021-03-16T17:14:22.790Z] |resulting in a failed snap build CI check in the associated [2021-03-16T17:14:22.790Z] |pull request. [2021-03-16T17:14:22.790Z] | [2021-03-16T17:14:22.790Z] |Note - in addition to applying this patch, the pipeline also [2021-03-16T17:14:22.790Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-16T17:14:22.790Z] |need to build the finally binary .snap file (and it won't [2021-03-16T17:14:22.790Z] |work with the patch applied). This further reduces the build [2021-03-16T17:14:22.790Z] |time. [2021-03-16T17:14:22.790Z] |--- [2021-03-16T17:14:22.790Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-16T17:14:22.790Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-16T17:14:22.790Z] | [2021-03-16T17:14:22.790Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-16T17:14:22.790Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-16T17:14:22.790Z] |--- a/snap/snapcraft.yaml [2021-03-16T17:14:22.790Z] |+++ b/snap/snapcraft.yaml [2021-03-16T17:14:22.790Z] -------------------------- [2021-03-16T17:14:22.790Z] patching file snap/snapcraft.yaml [2021-03-16T17:14:22.790Z] Using Plan A... [2021-03-16T17:14:22.790Z] Hunk #1 succeeded at 73. [2021-03-16T17:14:22.790Z] Hunk #2 succeeded at 205. [2021-03-16T17:14:22.790Z] Hunk #3 succeeded at 217. [2021-03-16T17:14:22.790Z] Hunk #4 succeeded at 225. [2021-03-16T17:14:22.790Z] Hunk #5 succeeded at 232. [2021-03-16T17:14:22.790Z] Hunk #6 succeeded at 259. [2021-03-16T17:14:22.790Z] Hunk #7 succeeded at 271. [2021-03-16T17:14:22.790Z] Hunk #8 succeeded at 327. [2021-03-16T17:14:22.790Z] Hmm... Ignoring the trailing garbage. [2021-03-16T17:14:22.790Z] done [2021-03-16T17:14:22.790Z] + sudo snapcraft prime --use-lxd [2021-03-16T17:14:22.790Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-16T17:14:22.790Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-16T17:14:22.790Z] - README.md [2021-03-16T17:14:22.790Z] [2021-03-16T17:14:22.790Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T17:14:22.790Z] Launching a container. [2021-03-16T17:14:30.916Z] Waiting for container to be ready [2021-03-16T17:14:30.916Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-16T17:14:30.916Z] [2021-03-16T17:14:33.459Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-16T17:14:34.029Z] Waiting for network to be ready... [2021-03-16T17:14:34.292Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T17:14:34.292Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T17:14:34.862Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T17:14:34.862Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T17:14:35.123Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T17:14:35.384Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T17:14:35.385Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T17:14:35.385Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T17:14:35.385Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T17:14:35.385Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T17:14:35.385Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T17:14:35.385Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T17:14:35.385Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T17:14:35.385Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T17:14:35.385Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T17:14:35.385Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T17:14:35.385Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T17:14:35.645Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T17:14:36.215Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T17:14:36.476Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T17:14:36.742Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T17:14:36.742Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T17:14:36.742Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T17:14:36.742Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T17:14:36.742Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T17:14:36.742Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T17:14:36.742Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T17:14:38.657Z] Fetched 24.1 MB in 4s (5550 kB/s) [2021-03-16T17:14:39.604Z] Reading package lists... [2021-03-16T17:14:39.604Z] Reading package lists... [2021-03-16T17:14:39.865Z] Building dependency tree... [2021-03-16T17:14:39.865Z] Reading state information... [2021-03-16T17:14:39.865Z] The following additional packages will be installed: [2021-03-16T17:14:39.865Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T17:14:39.865Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T17:14:39.865Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T17:14:39.865Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-16T17:14:39.865Z] Suggested packages: [2021-03-16T17:14:39.865Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-16T17:14:39.865Z] Recommended packages: [2021-03-16T17:14:39.865Z] gnupg libsasl2-modules [2021-03-16T17:14:39.865Z] The following NEW packages will be installed: [2021-03-16T17:14:39.865Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T17:14:39.865Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T17:14:39.865Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T17:14:39.865Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-16T17:14:39.865Z] The following packages will be upgraded: [2021-03-16T17:14:39.865Z] gpg gpg-agent gpgconf libudev1 [2021-03-16T17:14:40.127Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-16T17:14:40.127Z] Need to get 3530 kB of archives. [2021-03-16T17:14:40.127Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-16T17:14:40.127Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-16T17:14:40.127Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-16T17:14:40.127Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-16T17:14:40.127Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-16T17:14:40.127Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-16T17:14:40.388Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-16T17:14:40.959Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-16T17:14:40.959Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-16T17:14:40.959Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-16T17:14:40.959Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-16T17:14:40.959Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-16T17:14:40.959Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-16T17:14:40.959Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-16T17:14:40.959Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-16T17:14:40.959Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-16T17:14:40.959Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-16T17:14:40.959Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-16T17:14:40.959Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-16T17:14:40.959Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-16T17:14:40.959Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-16T17:14:40.959Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-16T17:14:40.959Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-16T17:14:41.219Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T17:14:41.219Z] Fetched 3530 kB in 1s (3349 kB/s) [2021-03-16T17:14:41.219Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T17:14:41.219Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-16T17:14:41.219Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T17:14:41.219Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-16T17:14:41.480Z] Selecting previously unselected package udev. [2021-03-16T17:14:41.480Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T17:14:41.480Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-16T17:14:41.480Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-16T17:14:41.741Z] Selecting previously unselected package libfuse2:amd64. [2021-03-16T17:14:41.741Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T17:14:41.741Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T17:14:41.741Z] Selecting previously unselected package fuse. [2021-03-16T17:14:41.741Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T17:14:41.741Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-16T17:14:41.741Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T17:14:41.741Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T17:14:42.001Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T17:14:42.001Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T17:14:42.001Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T17:14:42.264Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T17:14:42.264Z] Selecting previously unselected package libksba8:amd64. [2021-03-16T17:14:42.264Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-16T17:14:42.264Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-16T17:14:42.264Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-16T17:14:42.264Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:14:42.264Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:42.523Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-16T17:14:42.523Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:14:42.523Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:42.523Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-16T17:14:42.523Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:14:42.523Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:42.784Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-16T17:14:42.784Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:14:42.784Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:42.784Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-16T17:14:42.784Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:14:42.784Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:42.784Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-16T17:14:42.784Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:14:42.784Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:43.044Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-16T17:14:43.044Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:14:43.044Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:43.044Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-16T17:14:43.044Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:14:43.044Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:43.306Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-16T17:14:43.306Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T17:14:43.306Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:43.306Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-16T17:14:43.306Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T17:14:43.306Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T17:14:43.306Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-16T17:14:43.306Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T17:14:43.306Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T17:14:43.566Z] Selecting previously unselected package libldap-common. [2021-03-16T17:14:43.566Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-16T17:14:43.566Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T17:14:43.567Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-16T17:14:43.567Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-16T17:14:43.567Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T17:14:43.827Z] Selecting previously unselected package dirmngr. [2021-03-16T17:14:43.827Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T17:14:43.827Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T17:14:43.827Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T17:14:44.088Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-16T17:14:44.088Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T17:14:44.088Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T17:14:44.088Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T17:14:44.088Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-16T17:14:44.088Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:44.088Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-16T17:14:44.088Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T17:14:44.350Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-16T17:14:44.611Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-16T17:14:44.611Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:44.611Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-16T17:14:44.611Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-16T17:14:44.870Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-16T17:14:44.870Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:44.870Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:44.870Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:44.870Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:44.870Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:44.870Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:44.870Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T17:14:45.131Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T17:14:45.131Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T17:14:45.131Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T17:14:45.390Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-16T17:14:45.390Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-16T17:14:45.390Z] This means they are not meant to be enabled using systemctl. [2021-03-16T17:14:45.390Z] Possible reasons for having this kind of units are: [2021-03-16T17:14:45.390Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-16T17:14:45.390Z] .wants/ or .requires/ directory. [2021-03-16T17:14:45.390Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-16T17:14:45.390Z] a requirement dependency on it. [2021-03-16T17:14:45.391Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-16T17:14:45.391Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-16T17:14:45.391Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-16T17:14:45.391Z] instance name specified. [2021-03-16T17:14:45.651Z] Reading package lists... [2021-03-16T17:14:45.911Z] Building dependency tree... [2021-03-16T17:14:45.911Z] Reading state information... [2021-03-16T17:14:45.911Z] The following additional packages will be installed: [2021-03-16T17:14:45.911Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-16T17:14:45.911Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-16T17:14:45.911Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-16T17:14:45.911Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-16T17:14:45.911Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-16T17:14:45.911Z] Suggested packages: [2021-03-16T17:14:45.911Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-16T17:14:45.911Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-16T17:14:45.911Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-16T17:14:45.911Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-16T17:14:45.911Z] systemd-container policykit-1 [2021-03-16T17:14:45.911Z] Recommended packages: [2021-03-16T17:14:45.911Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-16T17:14:46.172Z] The following NEW packages will be installed: [2021-03-16T17:14:46.172Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-16T17:14:46.172Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-16T17:14:46.172Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-16T17:14:46.172Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-16T17:14:46.172Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-16T17:14:46.172Z] The following packages will be upgraded: [2021-03-16T17:14:46.172Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-16T17:14:46.172Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-16T17:14:46.172Z] Need to get 35.2 MB of archives. [2021-03-16T17:14:46.172Z] After this operation, 141 MB of additional disk space will be used. [2021-03-16T17:14:46.172Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-16T17:14:46.172Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-16T17:14:46.741Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-16T17:14:47.000Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-16T17:14:47.000Z] 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-16T17:14:47.000Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-16T17:14:47.000Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-16T17:14:47.000Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-16T17:14:47.000Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-16T17:14:47.000Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-16T17:14:47.000Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-16T17:14:47.000Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-16T17:14:47.000Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-16T17:14:47.001Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-16T17:14:47.001Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-16T17:14:47.001Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-16T17:14:47.260Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-16T17:14:47.260Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-16T17:14:47.260Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-16T17:14:47.260Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-16T17:14:47.520Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-16T17:14:47.520Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-16T17:14:47.520Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-16T17:14:47.520Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-16T17:14:47.520Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-16T17:14:47.520Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-16T17:14:47.520Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-16T17:14:47.520Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-16T17:14:47.520Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-16T17:14:47.520Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-16T17:14:48.462Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T17:14:48.462Z] Fetched 35.2 MB in 2s (16.1 MB/s) [2021-03-16T17:14:48.462Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T17:14:48.462Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-16T17:14:48.723Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T17:14:49.666Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-16T17:14:49.666Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T17:14:49.666Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-16T17:14:49.666Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T17:14:49.666Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T17:14:49.666Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T17:14:49.927Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-16T17:14:49.927Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T17:14:49.927Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T17:14:49.927Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T17:14:50.187Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-16T17:14:50.187Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-16T17:14:50.757Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-16T17:14:50.757Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-16T17:14:50.757Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T17:14:50.757Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T17:14:51.017Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-16T17:14:51.017Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T17:14:51.017Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:14:51.277Z] Selecting previously unselected package libexpat1:amd64. [2021-03-16T17:14:51.277Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-16T17:14:51.277Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T17:14:51.277Z] Selecting previously unselected package python3.6-minimal. [2021-03-16T17:14:51.277Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T17:14:51.277Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:14:51.537Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T17:14:51.797Z] Checking for services that may need to be restarted...done. [2021-03-16T17:14:51.797Z] Checking for services that may need to be restarted...done. [2021-03-16T17:14:51.797Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:14:51.797Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T17:14:51.797Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:14:52.368Z] Selecting previously unselected package python3-minimal. [2021-03-16T17:14:52.368Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-16T17:14:52.368Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-16T17:14:52.368Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-16T17:14:52.368Z] Selecting previously unselected package mime-support. [2021-03-16T17:14:52.368Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-16T17:14:52.368Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-16T17:14:52.368Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-16T17:14:52.368Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-16T17:14:52.368Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T17:14:52.627Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-16T17:14:52.627Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T17:14:52.627Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:14:52.888Z] Selecting previously unselected package python3.6. [2021-03-16T17:14:52.888Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T17:14:52.888Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:14:52.888Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-16T17:14:52.888Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-16T17:14:52.888Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T17:14:52.888Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-16T17:14:53.150Z] Selecting previously unselected package python3. [2021-03-16T17:14:53.150Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-16T17:14:53.151Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-16T17:14:53.151Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-16T17:14:53.411Z] Selecting previously unselected package multiarch-support. [2021-03-16T17:14:53.411Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T17:14:53.411Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T17:14:53.411Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T17:14:53.411Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-16T17:14:53.411Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-16T17:14:53.411Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-16T17:14:53.411Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T17:14:53.672Z] Selecting previously unselected package libbsd0:amd64. [2021-03-16T17:14:53.672Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-16T17:14:53.672Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T17:14:53.673Z] Selecting previously unselected package sudo. [2021-03-16T17:14:53.673Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-16T17:14:53.673Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T17:14:53.933Z] Selecting previously unselected package apparmor. [2021-03-16T17:14:53.933Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T17:14:53.933Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-16T17:14:53.933Z] Selecting previously unselected package libedit2:amd64. [2021-03-16T17:14:53.933Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-16T17:14:53.933Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T17:14:54.194Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-16T17:14:54.194Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T17:14:54.194Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:14:54.194Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-16T17:14:54.194Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T17:14:54.194Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:14:54.194Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-16T17:14:54.194Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-16T17:14:54.194Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T17:14:54.455Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-16T17:14:54.455Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T17:14:54.455Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:14:54.455Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-16T17:14:54.455Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T17:14:54.455Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:14:54.716Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-16T17:14:54.716Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-16T17:14:54.716Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T17:14:54.716Z] Selecting previously unselected package openssh-client. [2021-03-16T17:14:54.716Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-16T17:14:54.716Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T17:14:54.978Z] Selecting previously unselected package squashfs-tools. [2021-03-16T17:14:54.978Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-16T17:14:54.978Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T17:14:54.978Z] Selecting previously unselected package snapd. [2021-03-16T17:14:54.978Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-16T17:14:54.978Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-16T17:14:56.924Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T17:14:56.924Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T17:14:56.924Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-16T17:14:57.190Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T17:14:57.190Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T17:14:57.190Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:14:57.190Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T17:14:57.190Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-16T17:14:57.190Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-16T17:14:58.142Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T17:14:58.142Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T17:14:58.142Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T17:14:58.142Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:14:58.142Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:14:58.142Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T17:14:58.728Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T17:14:58.728Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:14:58.728Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T17:14:58.995Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-16T17:14:58.995Z] running python rtupdate hooks for python3.6... [2021-03-16T17:14:58.995Z] running python post-rtupdate hooks for python3.6... [2021-03-16T17:14:58.995Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-16T17:15:01.558Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-16T17:15:01.558Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T17:15:01.558Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T17:15:01.821Z] Setting up snapd (2.48.3+18.04) ... [2021-03-16T17:15:02.082Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-16T17:15:02.346Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-16T17:15:02.608Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-16T17:15:02.608Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-16T17:15:02.870Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T17:15:02.870Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T17:15:03.131Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-16T17:15:03.393Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-16T17:15:03.393Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-16T17:15:03.654Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-16T17:15:03.654Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-16T17:15:03.916Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T17:15:03.916Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T17:15:04.860Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T17:15:04.860Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T17:15:04.860Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T17:15:06.064Z] Reading package lists... [2021-03-16T17:15:06.325Z] Reading package lists... [2021-03-16T17:15:06.325Z] Building dependency tree... [2021-03-16T17:15:06.325Z] Reading state information... [2021-03-16T17:15:06.586Z] Calculating upgrade... [2021-03-16T17:15:06.586Z] The following packages will be upgraded: [2021-03-16T17:15:06.586Z] advancecomp base-files bash binutils binutils-common [2021-03-16T17:15:06.586Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-16T17:15:06.586Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-16T17:15:06.586Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-16T17:15:06.586Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-16T17:15:06.586Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-16T17:15:06.586Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-16T17:15:06.586Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-16T17:15:06.586Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-16T17:15:06.586Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-16T17:15:06.586Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-16T17:15:06.586Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-16T17:15:06.586Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-16T17:15:06.586Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-16T17:15:06.586Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-16T17:15:06.586Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T17:15:06.586Z] Need to get 63.8 MB of archives. [2021-03-16T17:15:06.586Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-16T17:15:06.586Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-16T17:15:06.847Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-16T17:15:06.847Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-16T17:15:06.847Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-16T17:15:06.847Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-16T17:15:06.847Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-16T17:15:06.847Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-16T17:15:06.847Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-16T17:15:06.847Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-16T17:15:06.847Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-16T17:15:06.847Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-16T17:15:06.847Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-16T17:15:06.847Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-16T17:15:06.847Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-16T17:15:06.847Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-16T17:15:06.847Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-16T17:15:06.847Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-16T17:15:06.847Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-16T17:15:06.847Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-16T17:15:06.847Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-16T17:15:06.847Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-16T17:15:06.847Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-16T17:15:06.847Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-16T17:15:06.847Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-16T17:15:07.106Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-16T17:15:07.106Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-16T17:15:07.106Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-16T17:15:07.106Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-16T17:15:07.106Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-16T17:15:07.106Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-16T17:15:07.106Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-16T17:15:07.106Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-16T17:15:07.106Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-16T17:15:07.106Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-16T17:15:07.106Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-16T17:15:07.106Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-16T17:15:07.106Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-16T17:15:07.106Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-16T17:15:07.106Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-16T17:15:07.106Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-16T17:15:07.106Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-16T17:15:07.106Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-16T17:15:07.106Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-16T17:15:07.106Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-16T17:15:07.106Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-16T17:15:07.106Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-16T17:15:07.106Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-16T17:15:07.106Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-16T17:15:07.106Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-16T17:15:07.106Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-16T17:15:07.106Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-16T17:15:07.106Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-16T17:15:07.106Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-16T17:15:07.106Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-16T17:15:07.106Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-16T17:15:07.366Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-16T17:15:07.366Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-16T17:15:07.366Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-16T17:15:07.366Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-16T17:15:07.626Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-16T17:15:07.626Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-16T17:15:07.626Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-16T17:15:07.626Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-16T17:15:07.626Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-16T17:15:07.886Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-16T17:15:07.886Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-16T17:15:07.886Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-16T17:15:07.886Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-16T17:15:07.886Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-16T17:15:07.886Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-16T17:15:07.886Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-16T17:15:07.886Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-16T17:15:07.886Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-16T17:15:07.886Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-16T17:15:07.886Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-16T17:15:07.886Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-16T17:15:08.146Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-16T17:15:08.146Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-16T17:15:08.146Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-16T17:15:08.146Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-16T17:15:08.146Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-16T17:15:08.146Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-16T17:15:08.146Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-16T17:15:08.146Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-16T17:15:08.146Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-16T17:15:08.146Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-16T17:15:08.146Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-16T17:15:08.146Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-16T17:15:08.146Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-16T17:15:08.146Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-16T17:15:08.146Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-16T17:15:08.146Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-16T17:15:08.146Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-16T17:15:08.146Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-16T17:15:08.146Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-16T17:15:08.409Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-16T17:15:08.409Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-16T17:15:08.409Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-16T17:15:08.409Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-16T17:15:08.409Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T17:15:08.409Z] Fetched 63.8 MB in 2s (36.7 MB/s) [2021-03-16T17:15:08.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:08.669Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T17:15:08.669Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T17:15:09.245Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T17:15:09.245Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T17:15:09.245Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-16T17:15:09.506Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-16T17:15:10.077Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:10.078Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:15:10.343Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:10.343Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:15:10.605Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:10.867Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:15:10.867Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:11.127Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:15:11.127Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:11.127Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:15:11.127Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:11.394Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:15:11.394Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:11.394Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:15:11.654Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:11.654Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T17:15:11.654Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:11.654Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-16T17:15:11.654Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:11.915Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T17:15:11.915Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:11.915Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:15:11.915Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:11.915Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:15:12.176Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:12.176Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T17:15:12.438Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:12.438Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T17:15:12.438Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T17:15:12.698Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T17:15:12.958Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T17:15:13.218Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T17:15:13.218Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-16T17:15:13.218Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-16T17:15:13.218Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-16T17:15:13.484Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-16T17:15:13.745Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-16T17:15:13.745Z] Installing new version of config file /etc/issue ... [2021-03-16T17:15:13.745Z] Installing new version of config file /etc/issue.net ... [2021-03-16T17:15:13.745Z] Installing new version of config file /etc/lsb-release ... [2021-03-16T17:15:13.745Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-16T17:15:14.007Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-16T17:15:14.007Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-16T17:15:14.007Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-16T17:15:14.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:14.007Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-16T17:15:14.268Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-16T17:15:14.268Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-16T17:15:14.268Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-16T17:15:14.536Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:14.536Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:15:14.536Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-16T17:15:14.536Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:15:14.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:14.796Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-16T17:15:14.796Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-16T17:15:14.796Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-16T17:15:15.057Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:15.057Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-16T17:15:15.057Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T17:15:15.317Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-16T17:15:15.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:15.317Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T17:15:15.317Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T17:15:15.578Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T17:15:15.578Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:15.578Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T17:15:15.578Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T17:15:15.838Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-16T17:15:15.838Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:15.838Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-16T17:15:16.099Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-16T17:15:16.099Z] Setting up grep (3.1-2build1) ... [2021-03-16T17:15:16.099Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:16.099Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T17:15:16.361Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T17:15:16.361Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-16T17:15:16.361Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:16.361Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T17:15:16.622Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T17:15:16.622Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-16T17:15:16.622Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:16.622Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T17:15:16.884Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T17:15:17.145Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T17:15:17.145Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T17:15:17.406Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T17:15:17.406Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T17:15:17.977Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-16T17:15:17.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:17.977Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-16T17:15:17.977Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T17:15:18.918Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T17:15:18.918Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T17:15:19.177Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T17:15:19.178Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T17:15:19.178Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T17:15:19.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:19.439Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-16T17:15:19.439Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-16T17:15:19.439Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-16T17:15:19.700Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:19.700Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:15:19.700Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:15:19.700Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:15:19.959Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:19.959Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:15:19.959Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:15:19.959Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:15:20.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:20.219Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:15:20.219Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:15:20.219Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:15:20.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:20.481Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:15:20.481Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:15:20.481Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:15:20.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:20.481Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T17:15:20.481Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T17:15:20.742Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T17:15:20.743Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T17:15:20.743Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T17:15:21.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:21.003Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T17:15:21.003Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T17:15:21.003Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T17:15:21.263Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:21.263Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:15:21.263Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:15:21.263Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:15:21.263Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:21.263Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:15:21.524Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:15:21.524Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:15:21.524Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:21.524Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:15:21.785Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:15:22.045Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:15:22.616Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-16T17:15:22.616Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-16T17:15:22.879Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:22.879Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T17:15:22.879Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T17:15:23.141Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T17:15:23.141Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T17:15:23.141Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-16T17:15:23.141Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T17:15:23.141Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-16T17:15:23.401Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:23.401Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-16T17:15:23.401Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-16T17:15:23.401Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-16T17:15:23.662Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:23.662Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-16T17:15:23.662Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T17:15:23.924Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-16T17:15:23.924Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:23.924Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-16T17:15:23.924Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T17:15:24.184Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-16T17:15:24.184Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:24.184Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T17:15:24.184Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T17:15:24.445Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T17:15:24.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:24.445Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T17:15:24.445Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T17:15:24.707Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T17:15:24.707Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:24.707Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T17:15:24.707Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T17:15:24.970Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T17:15:25.232Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:25.232Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T17:15:25.232Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T17:15:25.232Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-16T17:15:25.232Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T17:15:25.493Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T17:15:25.493Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T17:15:25.493Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T17:15:25.493Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:25.493Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-16T17:15:25.493Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-16T17:15:25.754Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-16T17:15:25.754Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:25.754Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-16T17:15:26.014Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T17:15:26.014Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T17:15:26.275Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:26.275Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T17:15:26.275Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T17:15:26.535Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T17:15:26.535Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:26.535Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-16T17:15:26.535Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-16T17:15:26.535Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-16T17:15:26.798Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:26.798Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T17:15:26.798Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T17:15:27.059Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-16T17:15:27.318Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:27.318Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T17:15:27.318Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T17:15:27.581Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-16T17:15:27.581Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:27.581Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-16T17:15:27.581Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-16T17:15:27.841Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-16T17:15:27.841Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:27.841Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-16T17:15:27.841Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-16T17:15:28.103Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-16T17:15:28.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:28.103Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-16T17:15:28.103Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-16T17:15:28.364Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-16T17:15:28.364Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:28.364Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-16T17:15:28.625Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-16T17:15:28.625Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-16T17:15:28.886Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:28.886Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T17:15:28.886Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-16T17:15:28.886Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-16T17:15:29.147Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T17:15:29.147Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-16T17:15:29.147Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-16T17:15:29.147Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-16T17:15:29.407Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-16T17:15:29.407Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T17:15:29.407Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T17:15:29.407Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T17:15:29.407Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T17:15:29.671Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T17:15:29.671Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T17:15:29.932Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-16T17:15:29.932Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-16T17:15:29.932Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T17:15:29.932Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-16T17:15:30.192Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T17:15:30.192Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-16T17:15:30.192Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-16T17:15:30.192Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-16T17:15:30.508Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-16T17:15:30.508Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-16T17:15:30.508Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-16T17:15:30.508Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-16T17:15:30.831Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-16T17:15:30.831Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-16T17:15:30.831Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-16T17:15:30.831Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-16T17:15:31.135Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-16T17:15:31.135Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-16T17:15:32.155Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-16T17:15:32.155Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-16T17:15:32.452Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-16T17:15:32.452Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-16T17:15:32.452Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T17:15:32.717Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T17:15:32.978Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T17:15:32.978Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T17:15:33.239Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T17:15:33.239Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T17:15:33.239Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T17:15:33.239Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T17:15:33.514Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:33.514Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:15:33.776Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:33.776Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:15:33.776Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:33.776Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:15:34.036Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:34.037Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:15:34.977Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:34.977Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:15:35.917Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:35.917Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:15:36.535Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:36.535Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:15:36.794Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:36.794Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:15:37.735Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T17:15:37.735Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T17:15:37.735Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T17:15:37.735Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T17:15:38.007Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T17:15:38.007Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T17:15:38.267Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T17:15:38.267Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T17:15:38.267Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-16T17:15:38.267Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-16T17:15:38.528Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T17:15:38.528Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T17:15:38.528Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T17:15:38.528Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T17:15:38.788Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-16T17:15:38.788Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-16T17:15:38.788Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:39.050Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T17:15:39.050Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:39.050Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:39.050Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:39.050Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-16T17:15:39.050Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-16T17:15:39.050Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-16T17:15:39.310Z] [2021-03-16T17:15:39.310Z] Current default time zone: 'Etc/UTC' [2021-03-16T17:15:39.310Z] Local time is now: Tue Mar 16 17:15:39 UTC 2021. [2021-03-16T17:15:39.310Z] Universal Time is now: Tue Mar 16 17:15:39 UTC 2021. [2021-03-16T17:15:39.310Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-16T17:15:39.310Z] [2021-03-16T17:15:39.310Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-16T17:15:39.310Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:39.310Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-16T17:15:39.310Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-16T17:15:39.310Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-16T17:15:39.310Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-16T17:15:39.310Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-16T17:15:39.310Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-16T17:15:39.571Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-16T17:15:39.571Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T17:15:39.571Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:39.571Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-16T17:15:39.831Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:15:39.831Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T17:15:39.831Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:39.831Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-16T17:15:39.831Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-16T17:15:39.831Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-16T17:15:39.831Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T17:15:40.091Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-16T17:15:40.091Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-16T17:15:40.091Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-16T17:15:40.091Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-16T17:15:42.020Z] Updating certificates in /etc/ssl/certs... [2021-03-16T17:15:42.591Z] 23 added, 27 removed; done. [2021-03-16T17:15:42.591Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T17:15:42.591Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T17:15:42.852Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-16T17:15:42.852Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-16T17:15:42.852Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-16T17:15:42.852Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:15:42.852Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T17:15:42.852Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:15:42.852Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:15:43.116Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:15:43.116Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:15:43.116Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:15:43.116Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-16T17:15:43.116Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-16T17:15:43.116Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-16T17:15:43.116Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-16T17:15:43.376Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-16T17:15:43.376Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:15:43.376Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T17:15:43.376Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-16T17:15:43.376Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-16T17:15:43.376Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-16T17:15:43.376Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T17:15:43.636Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T17:15:43.636Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-16T17:15:43.636Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-16T17:15:43.636Z] Updating certificates in /etc/ssl/certs... [2021-03-16T17:15:44.210Z] 0 added, 0 removed; done. [2021-03-16T17:15:44.210Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-16T17:15:44.210Z] done. [2021-03-16T17:15:44.782Z] Reading package lists... [2021-03-16T17:15:44.782Z] Building dependency tree... [2021-03-16T17:15:44.782Z] Reading state information... [2021-03-16T17:15:45.045Z] The following NEW packages will be installed: [2021-03-16T17:15:45.045Z] apt-transport-https [2021-03-16T17:15:45.045Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T17:15:45.045Z] Need to get 1696 B of archives. [2021-03-16T17:15:45.045Z] After this operation, 153 kB of additional disk space will be used. [2021-03-16T17:15:45.045Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-16T17:15:45.308Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T17:15:45.308Z] Fetched 1696 B in 0s (9565 B/s) [2021-03-16T17:15:45.308Z] Selecting previously unselected package apt-transport-https. [2021-03-16T17:15:45.308Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-16T17:15:45.308Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-16T17:15:45.308Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T17:15:45.308Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T17:15:45.568Z] Waiting for network to be ready... [2021-03-16T17:15:52.147Z] 2021-03-16T17:15:49Z INFO Waiting for automatic snapd restart... [2021-03-16T17:15:53.087Z] snapd 2.49 from Canonical* installed [2021-03-16T17:15:54.028Z] "snapd" switched to the "latest/stable" channel [2021-03-16T17:15:54.028Z] [2021-03-16T17:15:56.571Z] core18 20210128 from Canonical* installed [2021-03-16T17:15:56.571Z] "core18" switched to the "latest/stable" channel [2021-03-16T17:15:56.571Z] [2021-03-16T17:15:59.867Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T17:15:59.867Z] "snapcraft" switched to the "latest/stable" channel [2021-03-16T17:15:59.867Z] [2021-03-16T17:16:01.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T17:16:03.162Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-16T17:16:03.162Z] - README.md [2021-03-16T17:16:03.162Z] [2021-03-16T17:16:03.162Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T17:16:09.741Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T17:16:09.741Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T17:16:09.741Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T17:16:10.001Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T17:16:10.940Z] Reading package lists... [2021-03-16T17:16:11.200Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-16T17:16:11.247Z] Removing intermediate container 782aa274c00d [2021-03-16T17:16:11.247Z] ---> 9b21f0898591 [2021-03-16T17:16:11.247Z] [2021-03-16T17:16:11.247Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T17:16:11.247Z] 3.12: Pulling from library/alpine [2021-03-16T17:16:11.247Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:16:11.247Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T17:16:11.247Z] ---> d10569e2745f [2021-03-16T17:16:11.247Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T17:16:11.849Z] ---> Running in 6833c399fd7e [2021-03-16T17:16:13.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:14.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:15.136Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T17:16:15.136Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:16:15.136Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T17:16:15.136Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T17:16:15.136Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T17:16:15.136Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:16:15.136Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:16:15.419Z] OK: 7 MiB in 19 packages [2021-03-16T17:16:17.796Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T17:16:17.796Z] Reading package lists... [2021-03-16T17:16:17.796Z] Building dependency tree... [2021-03-16T17:16:17.796Z] Reading state information... [2021-03-16T17:16:17.796Z] Suggested packages: [2021-03-16T17:16:17.796Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-16T17:16:17.796Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-16T17:16:17.796Z] Recommended packages: [2021-03-16T17:16:17.796Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-16T17:16:17.796Z] The following NEW packages will be installed: [2021-03-16T17:16:17.796Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-16T17:16:17.796Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-16T17:16:17.796Z] pkg-config zip [2021-03-16T17:16:17.796Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T17:16:17.796Z] Need to get 7657 kB of archives. [2021-03-16T17:16:17.796Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-16T17:16:17.796Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-16T17:16:17.796Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-16T17:16:18.057Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-16T17:16:18.057Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-16T17:16:18.317Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-16T17:16:18.317Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-16T17:16:18.317Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-16T17:16:18.317Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-16T17:16:18.317Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-16T17:16:18.317Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-16T17:16:18.578Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-16T17:16:18.578Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-16T17:16:18.578Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-16T17:16:18.838Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-16T17:16:18.838Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-16T17:16:18.838Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T17:16:18.838Z] Fetched 7657 kB in 1s (7012 kB/s) [2021-03-16T17:16:19.098Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-16T17:16:19.098Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-16T17:16:19.098Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-16T17:16:19.098Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T17:16:19.359Z] Selecting previously unselected package libpsl5:amd64. [2021-03-16T17:16:19.359Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-16T17:16:19.359Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T17:16:19.359Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-16T17:16:19.359Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-16T17:16:19.359Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T17:16:19.359Z] Selecting previously unselected package librtmp1:amd64. [2021-03-16T17:16:19.359Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-16T17:16:19.359Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T17:16:19.623Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-16T17:16:19.623Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-16T17:16:19.623Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T17:16:19.623Z] Selecting previously unselected package liberror-perl. [2021-03-16T17:16:19.623Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-16T17:16:19.623Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-16T17:16:19.623Z] Selecting previously unselected package git-man. [2021-03-16T17:16:19.623Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-16T17:16:19.758Z] Removing intermediate container 6833c399fd7e [2021-03-16T17:16:19.758Z] ---> 94c2dd0e68b9 [2021-03-16T17:16:19.758Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:16:19.758Z] Removing intermediate container 0d8e78f6e8f4 [2021-03-16T17:16:19.758Z] ---> d0491e74f42d [2021-03-16T17:16:19.758Z] [2021-03-16T17:16:19.758Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T17:16:19.758Z] ---> d10569e2745f [2021-03-16T17:16:19.758Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T17:16:19.758Z] ---> Running in cd386d1cd419 [2021-03-16T17:16:19.758Z] ---> Running in 390929c884e7 [2021-03-16T17:16:19.884Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T17:16:19.884Z] Selecting previously unselected package git. [2021-03-16T17:16:19.884Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-16T17:16:19.884Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T17:16:20.368Z] Removing intermediate container cd386d1cd419 [2021-03-16T17:16:20.369Z] ---> 0de05a3b946a [2021-03-16T17:16:20.369Z] Step 13/24 : WORKDIR / [2021-03-16T17:16:20.369Z] Removing intermediate container 390929c884e7 [2021-03-16T17:16:20.369Z] ---> 4b1baf1f7cb4 [2021-03-16T17:16:20.369Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T17:16:20.647Z] ---> Running in 7c932cb710a4 [2021-03-16T17:16:20.825Z] Selecting previously unselected package libnorm1:amd64. [2021-03-16T17:16:20.825Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-16T17:16:20.825Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T17:16:20.825Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-16T17:16:20.825Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-16T17:16:20.825Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T17:16:20.825Z] Selecting previously unselected package libsodium23:amd64. [2021-03-16T17:16:20.825Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-16T17:16:20.928Z] ---> Running in 246194b9829a [2021-03-16T17:16:21.085Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-16T17:16:21.085Z] Selecting previously unselected package libzmq5:amd64. [2021-03-16T17:16:21.085Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T17:16:21.085Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T17:16:21.085Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-16T17:16:21.085Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T17:16:21.085Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T17:16:21.346Z] Selecting previously unselected package pkg-config. [2021-03-16T17:16:21.346Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-16T17:16:21.346Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T17:16:21.346Z] Selecting previously unselected package zip. [2021-03-16T17:16:21.346Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-16T17:16:21.346Z] Unpacking zip (3.0-11build1) ... [2021-03-16T17:16:21.346Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T17:16:21.346Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T17:16:21.346Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T17:16:21.605Z] Setting up liberror-perl (0.17025-1) ... [2021-03-16T17:16:21.605Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T17:16:21.605Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T17:16:21.605Z] No schema files found: doing nothing. [2021-03-16T17:16:21.605Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T17:16:21.605Z] Setting up zip (3.0-11build1) ... [2021-03-16T17:16:21.605Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T17:16:21.605Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-16T17:16:21.605Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T17:16:21.605Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T17:16:21.684Z] Removing intermediate container 7c932cb710a4 [2021-03-16T17:16:21.684Z] ---> 49c49dc2bb71 [2021-03-16T17:16:21.684Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-16T17:16:21.866Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T17:16:21.866Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T17:16:21.866Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T17:16:21.866Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T17:16:23.270Z] ---> 3b0d705dec15 [2021-03-16T17:16:23.270Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-16T17:16:24.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:24.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:25.561Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:16:25.561Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T17:16:25.561Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:16:25.561Z] OK: 5 MiB in 16 packages [2021-03-16T17:16:25.561Z] ---> 691727843a1e [2021-03-16T17:16:25.561Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T17:16:28.246Z] ---> e5e8a4531f9f [2021-03-16T17:16:28.246Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T17:16:28.448Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T17:16:28.448Z] git set to automatically installed. [2021-03-16T17:16:28.448Z] git-man set to automatically installed. [2021-03-16T17:16:28.448Z] libcurl3-gnutls set to automatically installed. [2021-03-16T17:16:28.448Z] liberror-perl set to automatically installed. [2021-03-16T17:16:28.448Z] libglib2.0-0 set to automatically installed. [2021-03-16T17:16:28.448Z] libnghttp2-14 set to automatically installed. [2021-03-16T17:16:28.448Z] libnorm1 set to automatically installed. [2021-03-16T17:16:28.448Z] libpgm-5.2-0 set to automatically installed. [2021-03-16T17:16:28.448Z] libpsl5 set to automatically installed. [2021-03-16T17:16:28.448Z] librtmp1 set to automatically installed. [2021-03-16T17:16:28.448Z] libsodium23 set to automatically installed. [2021-03-16T17:16:28.448Z] libzmq3-dev set to automatically installed. [2021-03-16T17:16:28.448Z] libzmq5 set to automatically installed. [2021-03-16T17:16:28.448Z] pkg-config set to automatically installed. [2021-03-16T17:16:28.448Z] zip set to automatically installed. [2021-03-16T17:16:28.528Z] Removing intermediate container 246194b9829a [2021-03-16T17:16:28.528Z] ---> f80b4b976164 [2021-03-16T17:16:28.528Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T17:16:29.134Z] ---> Running in fa75cf2af861 [2021-03-16T17:16:29.134Z] Removing intermediate container de6148abadbf [2021-03-16T17:16:29.134Z] ---> d7f06c5153b1 [2021-03-16T17:16:29.134Z] [2021-03-16T17:16:29.134Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:16:29.134Z] ---> d10569e2745f [2021-03-16T17:16:29.134Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:16:29.411Z] ---> Running in 956b055c8113 [2021-03-16T17:16:29.831Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T17:16:30.024Z] Removing intermediate container fa75cf2af861 [2021-03-16T17:16:30.024Z] ---> b6bafbf63567 [2021-03-16T17:16:30.024Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T17:16:30.305Z] ---> Running in a20976182828 [2021-03-16T17:16:30.912Z] ---> dc576f7ed257 [2021-03-16T17:16:30.912Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T17:16:31.520Z] Removing intermediate container a20976182828 [2021-03-16T17:16:31.520Z] ---> 4c45f0f8ffe3 [2021-03-16T17:16:31.520Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T17:16:31.797Z] ---> Running in 3aabb5964655 [2021-03-16T17:16:32.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:32.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:33.290Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T17:16:33.290Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:16:33.290Z] OK: 5 MiB in 15 packages [2021-03-16T17:16:34.317Z] ---> 3e4410eb7ece [2021-03-16T17:16:34.317Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T17:16:34.919Z] Removing intermediate container 48f93113ccdc [2021-03-16T17:16:34.919Z] ---> 16e674576064 [2021-03-16T17:16:34.919Z] [2021-03-16T17:16:34.919Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:16:34.919Z] ---> d10569e2745f [2021-03-16T17:16:34.919Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T17:16:35.215Z] ---> Running in b97c6a3b7712 [2021-03-16T17:16:35.510Z] Removing intermediate container 956b055c8113 [2021-03-16T17:16:35.510Z] ---> ecbc7fe785b1 [2021-03-16T17:16:35.510Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:16:35.510Z] ---> 71b05a95a48a [2021-03-16T17:16:35.510Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-16T17:16:35.795Z] ---> Running in 899fa2c4d3dd [2021-03-16T17:16:35.795Z] ---> Running in 2ed7226e97e9 [2021-03-16T17:16:35.795Z] Removing intermediate container 3aabb5964655 [2021-03-16T17:16:35.795Z] ---> 4eb9941a1ba6 [2021-03-16T17:16:35.795Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T17:16:36.069Z] ---> Running in f1b8177a5cc1 [2021-03-16T17:16:36.419Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T17:16:36.419Z] snap "core18" has no updates available [2021-03-16T17:16:36.693Z] Removing intermediate container 899fa2c4d3dd [2021-03-16T17:16:36.694Z] ---> 786a7cfeba84 [2021-03-16T17:16:36.694Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T17:16:37.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:37.305Z] ---> Running in dc13398dc69c [2021-03-16T17:16:37.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:37.583Z] Removing intermediate container f1b8177a5cc1 [2021-03-16T17:16:37.583Z] ---> 0f4aa62362d3 [2021-03-16T17:16:37.583Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T17:16:37.799Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T17:16:38.192Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T17:16:38.192Z] Removing intermediate container dc13398dc69c [2021-03-16T17:16:38.192Z] ---> 3642103e7aee [2021-03-16T17:16:38.192Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:16:38.192Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:16:38.192Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:16:38.192Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:16:38.476Z] OK: 6 MiB in 16 packages [2021-03-16T17:16:38.755Z] ---> Running in 0b2cbfaad7e1 [2021-03-16T17:16:39.038Z] ---> 30d29681e013 [2021-03-16T17:16:39.038Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T17:16:39.320Z] ---> Running in 3b16d31e9078 [2021-03-16T17:16:39.933Z] Removing intermediate container 0b2cbfaad7e1 [2021-03-16T17:16:39.933Z] ---> 29efd4447dae [2021-03-16T17:16:39.933Z] Step 15/23 : WORKDIR / [2021-03-16T17:16:40.219Z] Removing intermediate container 2ed7226e97e9 [2021-03-16T17:16:40.219Z] ---> 5a56d07fc60f [2021-03-16T17:16:40.219Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T17:16:40.219Z] ---> Running in b6bab29392a0 [2021-03-16T17:16:40.498Z] ---> Running in f7bda87b12ca [2021-03-16T17:16:41.488Z] Removing intermediate container b6bab29392a0 [2021-03-16T17:16:41.488Z] ---> af73349c399b [2021-03-16T17:16:41.488Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:16:41.488Z] Removing intermediate container f7bda87b12ca [2021-03-16T17:16:41.488Z] ---> 0ad9c4cd9486 [2021-03-16T17:16:41.488Z] Step 22/24 : LABEL arch=arm64 [2021-03-16T17:16:41.488Z] Removing intermediate container b97c6a3b7712 [2021-03-16T17:16:41.488Z] ---> 0addafe1631e [2021-03-16T17:16:41.488Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:16:41.777Z] ---> Running in 149ced67d821 [2021-03-16T17:16:41.777Z] ---> Running in 75f41de0c4e4 [2021-03-16T17:16:42.385Z] ---> 60ce0380a052 [2021-03-16T17:16:42.385Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T17:16:42.661Z] Removing intermediate container 75f41de0c4e4 [2021-03-16T17:16:42.661Z] ---> 43a08c7ac519 [2021-03-16T17:16:42.661Z] Removing intermediate container 149ced67d821 [2021-03-16T17:16:42.661Z] ---> e122cbdb6eec [2021-03-16T17:16:42.661Z] Step 23/24 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:16:42.661Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T17:16:42.939Z] ---> Running in d901a780bb2e [2021-03-16T17:16:42.939Z] ---> Running in 268f95f1292d [2021-03-16T17:16:43.545Z] Removing intermediate container 3b16d31e9078 [2021-03-16T17:16:43.545Z] ---> ece9abb7f754 [2021-03-16T17:16:43.545Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:16:43.545Z] Removing intermediate container d901a780bb2e [2021-03-16T17:16:43.545Z] ---> ed69ae5e004b [2021-03-16T17:16:43.545Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:16:43.825Z] Removing intermediate container 268f95f1292d [2021-03-16T17:16:43.825Z] ---> 0c39d7ef4e43 [2021-03-16T17:16:43.825Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T17:16:44.112Z] ---> Running in c9494c80ee16 [2021-03-16T17:16:44.112Z] ---> Running in abf5e930c7a6 [2021-03-16T17:16:44.386Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T17:16:44.396Z] ---> 6fbc01b3d641 [2021-03-16T17:16:44.396Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T17:16:44.694Z] ---> 7c3bd4c162f5 [2021-03-16T17:16:44.694Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T17:16:44.982Z] Removing intermediate container c9494c80ee16 [2021-03-16T17:16:44.982Z] ---> 2099f363beab [2021-03-16T17:16:44.982Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:16:44.982Z] Removing intermediate container abf5e930c7a6 [2021-03-16T17:16:44.982Z] ---> 7f371177354c [2021-03-16T17:16:44.982Z] [2021-03-16T17:16:45.582Z] ---> 752a1ecdbc24 [2021-03-16T17:16:45.582Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T17:16:45.582Z] Successfully built 7f371177354c [2021-03-16T17:16:45.857Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-16T17:16:45.857Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-16T17:16:45.857Z] ---> Running in 14e9b84ae776 [2021-03-16T17:16:46.134Z] ---> 3644de189f72 [2021-03-16T17:16:46.134Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T17:16:47.123Z] Removing intermediate container 14e9b84ae776 [2021-03-16T17:16:47.123Z] ---> f0bf78019c08 [2021-03-16T17:16:47.123Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> 4dd2375b7fa6 [2021-03-16T17:16:47.123Z] [2021-03-16T17:16:47.123Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T17:16:47.404Z] ---> Running in 50d116e48641 [2021-03-16T17:16:49.393Z] ---> 9cbe54b99d32 [2021-03-16T17:16:49.393Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T17:16:49.393Z] ---> 9e2d2602cce4 [2021-03-16T17:16:49.393Z] Removing intermediate container 50d116e48641 [2021-03-16T17:16:49.393Z] ---> a692f140369a [2021-03-16T17:16:49.393Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T17:16:49.393Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T17:16:49.999Z] ---> Running in 36e86461a601 [2021-03-16T17:16:50.275Z] Removing intermediate container 1424f6a5a057 [2021-03-16T17:16:50.275Z] ---> 5c800971eef1 [2021-03-16T17:16:50.275Z] [2021-03-16T17:16:50.275Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:16:50.275Z] ---> d10569e2745f [2021-03-16T17:16:50.275Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T17:16:50.275Z] ---> 97fb14a8e901 [2021-03-16T17:16:50.275Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T17:16:50.552Z] ---> Running in 885f1568f021 [2021-03-16T17:16:50.552Z] ---> a668fd3e8b2c [2021-03-16T17:16:50.552Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T17:16:50.834Z] Removing intermediate container 36e86461a601 [2021-03-16T17:16:50.834Z] ---> 2d5ef4dfd5c7 [2021-03-16T17:16:50.834Z] Step 22/23 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:16:51.124Z] ---> Running in c1ca3c43f1c5 [2021-03-16T17:16:51.398Z] ---> Running in dfa31a6ae74f [2021-03-16T17:16:51.671Z] ---> afdb67bfbeca [2021-03-16T17:16:51.671Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T17:16:51.671Z] Removing intermediate container 885f1568f021 [2021-03-16T17:16:51.671Z] ---> bf16a28e53e2 [2021-03-16T17:16:51.671Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T17:16:52.651Z] ---> Running in 52fea06830fe [2021-03-16T17:16:52.651Z] Removing intermediate container c1ca3c43f1c5 [2021-03-16T17:16:52.651Z] ---> f4c7e26106c5 [2021-03-16T17:16:52.651Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:16:52.651Z] ---> Running in 387ad4ff1731 [2021-03-16T17:16:52.651Z] Removing intermediate container dfa31a6ae74f [2021-03-16T17:16:52.651Z] ---> a63c575dd381 [2021-03-16T17:16:52.651Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:16:52.931Z] ---> Running in 630e96c77df1 [2021-03-16T17:16:52.931Z] ---> Running in 0b399c6f504b [2021-03-16T17:16:53.215Z] Removing intermediate container 387ad4ff1731 [2021-03-16T17:16:53.215Z] ---> d0fc43420a9c [2021-03-16T17:16:53.215Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T17:16:53.496Z] Removing intermediate container 52fea06830fe [2021-03-16T17:16:53.496Z] ---> 72602893a041 [2021-03-16T17:16:53.496Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T17:16:53.496Z] ---> Running in 8b2038003634 [2021-03-16T17:16:53.496Z] Removing intermediate container 630e96c77df1 [2021-03-16T17:16:53.496Z] ---> c397e34a2c7e [2021-03-16T17:16:53.496Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T17:16:53.785Z] Removing intermediate container 0b399c6f504b [2021-03-16T17:16:53.785Z] ---> 9ad6989f6593 [2021-03-16T17:16:53.785Z] [2021-03-16T17:16:53.785Z] ---> Running in 0aaf71e00646 [2021-03-16T17:16:54.062Z] Removing intermediate container 8b2038003634 [2021-03-16T17:16:54.062Z] ---> b601a3881198 [2021-03-16T17:16:54.062Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:16:54.340Z] Successfully built 9ad6989f6593 [2021-03-16T17:16:54.340Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-16T17:16:54.340Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-03-16T17:16:54.617Z] Building docker-sys-mgmt-agent-go [2021-03-16T17:16:54.617Z] ---> Running in 95550f511643 [2021-03-16T17:16:54.617Z] Removing intermediate container 0aaf71e00646 [2021-03-16T17:16:54.617Z] ---> d1558bb90db6 [2021-03-16T17:16:54.617Z] Step 21/22 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:16:54.617Z] ---> 51661d1cb3c0 [2021-03-16T17:16:54.617Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T17:16:55.229Z] ---> Running in 07785134545d [2021-03-16T17:16:55.229Z] ---> Running in e8cf8e196640 [2021-03-16T17:16:55.836Z] Removing intermediate container 07785134545d [2021-03-16T17:16:55.836Z] ---> 961b017560d0 [2021-03-16T17:16:55.836Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T17:16:56.112Z] ---> Running in 8a9be2365dcb [2021-03-16T17:16:56.712Z] Removing intermediate container 8a9be2365dcb [2021-03-16T17:16:56.712Z] ---> 936fef0bfb19 [2021-03-16T17:16:56.712Z] [2021-03-16T17:16:57.317Z] Successfully built 936fef0bfb19 [2021-03-16T17:16:57.596Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-16T17:16:57.596Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-16T17:16:57.883Z] Removing intermediate container 95550f511643 [2021-03-16T17:16:57.883Z] ---> c01f0d834bb6 [2021-03-16T17:16:57.883Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T17:16:58.162Z] ---> Running in 761017440eeb [2021-03-16T17:16:58.457Z] Removing intermediate container e8cf8e196640 [2021-03-16T17:16:58.457Z] ---> 2485872c3f67 [2021-03-16T17:16:58.457Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T17:16:59.078Z] ---> Running in 8233cbadd3e9 [2021-03-16T17:16:59.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:16:59.967Z] Removing intermediate container 8233cbadd3e9 [2021-03-16T17:16:59.967Z] ---> ab4018f176c5 [2021-03-16T17:16:59.967Z] Step 28/31 : CMD ["gate"] [2021-03-16T17:17:00.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:17:01.253Z] ---> Running in 900b75a9cc82 [2021-03-16T17:17:01.253Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T17:17:01.532Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T17:17:01.532Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T17:17:01.820Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T17:17:01.820Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T17:17:02.098Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T17:17:02.380Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:17:02.380Z] OK: 8 MiB in 20 packages [2021-03-16T17:17:02.665Z] Removing intermediate container 900b75a9cc82 [2021-03-16T17:17:02.665Z] ---> d23e05cd7b17 [2021-03-16T17:17:02.665Z] Step 29/31 : LABEL arch=arm64 [2021-03-16T17:17:04.682Z] ---> Running in bbd8cb15d323 [2021-03-16T17:17:05.672Z] Removing intermediate container bbd8cb15d323 [2021-03-16T17:17:05.672Z] ---> a8b2b2184849 [2021-03-16T17:17:05.672Z] Step 30/31 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:17:05.672Z] Removing intermediate container 761017440eeb [2021-03-16T17:17:05.672Z] ---> c95ca6549452 [2021-03-16T17:17:05.672Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:17:06.276Z] ---> Running in d8b2113056b2 [2021-03-16T17:17:06.554Z] ---> 433ad0bdda13 [2021-03-16T17:17:06.554Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T17:17:06.827Z] Removing intermediate container d8b2113056b2 [2021-03-16T17:17:06.827Z] ---> a4e85c721e83 [2021-03-16T17:17:06.827Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T17:17:07.821Z] ---> Running in 7376748de6a1 [2021-03-16T17:17:08.804Z] ---> b4b251ea5fab [2021-03-16T17:17:08.804Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T17:17:09.079Z] Removing intermediate container 7376748de6a1 [2021-03-16T17:17:09.079Z] ---> 77d6f22ace2e [2021-03-16T17:17:09.079Z] [2021-03-16T17:17:09.712Z] Successfully built 77d6f22ace2e [2021-03-16T17:17:10.710Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-16T17:17:11.009Z]  Building docker-security-bootstrapper-go ... done  ---> b7a0ff71da06 [2021-03-16T17:17:11.009Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T17:17:11.602Z] ---> Running in af79d6ea3540 [2021-03-16T17:17:12.200Z] Removing intermediate container af79d6ea3540 [2021-03-16T17:17:12.200Z] ---> 7f6c6aa8b968 [2021-03-16T17:17:12.200Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:17:12.476Z] ---> Running in 5001e74f0eb1 [2021-03-16T17:17:13.075Z] Removing intermediate container 5001e74f0eb1 [2021-03-16T17:17:13.075Z] ---> db2be22bd7cd [2021-03-16T17:17:13.075Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T17:17:13.359Z] ---> Running in fcba9e3007ae [2021-03-16T17:17:13.963Z] Removing intermediate container fcba9e3007ae [2021-03-16T17:17:13.963Z] ---> 55aefc484d8f [2021-03-16T17:17:13.963Z] Step 22/23 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:17:13.963Z] ---> Running in 5955a5dad384 [2021-03-16T17:17:14.560Z] Removing intermediate container 5955a5dad384 [2021-03-16T17:17:14.560Z] ---> 9e9c5ad39a82 [2021-03-16T17:17:14.560Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T17:17:14.832Z] ---> Running in 1b444e364249 [2021-03-16T17:17:15.438Z] Removing intermediate container 1b444e364249 [2021-03-16T17:17:15.438Z] ---> 5d27e605fb91 [2021-03-16T17:17:15.438Z] [2021-03-16T17:17:15.713Z] Successfully built 5d27e605fb91 [2021-03-16T17:17:15.983Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-16T17:17:16.781Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-16T17:17:16.781Z] Pulling config-common [2021-03-16T17:17:16.781Z] + snapcraftctl pull [2021-03-16T17:17:17.722Z] Pulling go-build-helper [2021-03-16T17:17:17.722Z] + snapcraftctl pull [2021-03-16T17:17:18.664Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-16T17:17:18.664Z] Skipping pull go-build-helper (already ran) [2021-03-16T17:17:18.664Z] Building go-build-helper [2021-03-16T17:17:18.664Z] + snapcraftctl build [2021-03-16T17:17:20.578Z] Staging go-build-helper [2021-03-16T17:17:20.578Z] + snapcraftctl stage [2021-03-16T17:17:30.581Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T17:17:30.581Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T17:17:30.581Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T17:17:30.581Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T17:17:30.581Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T17:17:30.581Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T17:17:30.581Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T17:17:30.581Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T17:17:30.581Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T17:17:30.581Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T17:17:30.581Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T17:17:30.581Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T17:17:30.581Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T17:17:30.581Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T17:17:30.581Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T17:17:30.582Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T17:17:30.582Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T17:17:30.582Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T17:17:30.582Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T17:17:30.582Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T17:17:30.582Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T17:17:30.582Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T17:17:30.582Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T17:17:30.582Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T17:17:30.582Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T17:17:30.582Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T17:17:30.582Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T17:17:30.582Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-16T17:17:30.582Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-16T17:17:30.582Z] Fetched 224 kB in 0s (0 B/s) [2021-03-16T17:17:30.582Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-16T17:17:30.582Z] Fetched 157 kB in 0s (0 B/s) [2021-03-16T17:17:30.582Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-16T17:17:30.582Z] Fetched 221 kB in 0s (0 B/s) [2021-03-16T17:17:30.582Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-16T17:17:30.582Z] Fetched 143 kB in 0s (0 B/s) [2021-03-16T17:17:30.582Z] Pulling edgex-go [2021-03-16T17:17:30.582Z] + snapcraftctl pull [2021-03-16T17:17:38.213Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:17:38.213Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:17:38.213Z] ---> 5c4292f065fe [2021-03-16T17:17:38.213Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> b5aa41ec3ee5 [2021-03-16T17:17:38.213Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> 92f2b3d2434b [2021-03-16T17:17:38.213Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> e4b7cf5f26ef [2021-03-16T17:17:38.213Z] Step 6/21 : COPY go.mod . [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> b90cb625b1ba [2021-03-16T17:17:38.213Z] Step 7/21 : RUN go mod download [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> 07f9fa93ec0b [2021-03-16T17:17:38.213Z] Step 8/21 : COPY . . [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> 51d7568b48c4 [2021-03-16T17:17:38.213Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T17:17:38.213Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:17:38.213Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:17:38.213Z] ---> 5c4292f065fe [2021-03-16T17:17:38.213Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> b5aa41ec3ee5 [2021-03-16T17:17:38.213Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> 92f2b3d2434b [2021-03-16T17:17:38.213Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T17:17:38.213Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:17:38.213Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:17:38.213Z] ---> 5c4292f065fe [2021-03-16T17:17:38.213Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> b5aa41ec3ee5 [2021-03-16T17:17:38.213Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> 92f2b3d2434b [2021-03-16T17:17:38.213Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> e4b7cf5f26ef [2021-03-16T17:17:38.213Z] Step 6/22 : COPY go.mod . [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> b90cb625b1ba [2021-03-16T17:17:38.213Z] Step 7/22 : RUN go mod download [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> 07f9fa93ec0b [2021-03-16T17:17:38.213Z] Step 8/22 : COPY . . [2021-03-16T17:17:38.213Z] ---> Using cache [2021-03-16T17:17:38.213Z] ---> 51d7568b48c4 [2021-03-16T17:17:38.213Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T17:17:42.501Z] ---> Running in 398e83c47cf9 [2021-03-16T17:17:42.501Z] ---> Running in 9a62c5f416f6 [2021-03-16T17:17:42.501Z] ---> Running in 3ff182172ec4 [2021-03-16T17:17:43.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T17:17:43.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T17:17:43.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:17:44.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:17:46.931Z] OK: 217 MiB in 51 packages [2021-03-16T17:17:48.938Z] Removing intermediate container 3ff182172ec4 [2021-03-16T17:17:48.938Z] ---> 454d3e676793 [2021-03-16T17:17:48.938Z] Step 6/26 : COPY go.mod . [2021-03-16T17:17:49.937Z] ---> a5dfa70f30ef [2021-03-16T17:17:49.937Z] Step 7/26 : RUN go mod download [2021-03-16T17:17:49.937Z] ---> Running in e189a2f3c665 [2021-03-16T17:17:52.538Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T17:17:52.538Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T17:17:52.539Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T17:17:52.539Z] Fetched 0 B in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-16T17:17:52.539Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-16T17:17:52.539Z] Fetched 279 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-16T17:17:52.539Z] Fetched 122 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-16T17:17:52.539Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-16T17:17:52.539Z] Fetched 8848 B in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-16T17:17:52.539Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-16T17:17:52.539Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-16T17:17:52.539Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-16T17:17:52.539Z] Fetched 214 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-16T17:17:52.539Z] Fetched 154 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-16T17:17:52.539Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-16T17:17:52.539Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-16T17:17:52.539Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-16T17:17:52.539Z] Fetched 499 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-16T17:17:52.539Z] Fetched 111 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-16T17:17:52.539Z] Fetched 240 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-16T17:17:52.539Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-16T17:17:52.539Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-16T17:17:52.539Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-16T17:17:52.539Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-16T17:17:52.539Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-16T17:17:52.539Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-16T17:17:52.539Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-16T17:17:52.539Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-16T17:17:52.539Z] Fetched 8720 B in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-16T17:17:52.539Z] Fetched 137 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-16T17:17:52.539Z] Fetched 119 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-16T17:17:52.539Z] Fetched 109 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-16T17:17:52.539Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-16T17:17:52.539Z] Fetched 645 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-16T17:17:52.539Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-16T17:17:52.539Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-16T17:17:52.539Z] Fetched 368 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-16T17:17:52.539Z] Fetched 187 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-16T17:17:52.539Z] Fetched 175 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-16T17:17:52.539Z] Fetched 206 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-16T17:17:52.539Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-16T17:17:52.539Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-16T17:17:52.539Z] Fetched 159 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-16T17:17:52.539Z] Fetched 107 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-16T17:17:52.539Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-16T17:17:52.539Z] Pulling static-packages [2021-03-16T17:17:52.539Z] + snapcraftctl pull [2021-03-16T17:17:52.539Z] Pulling version [2021-03-16T17:17:52.539Z] + cd /root/project [2021-03-16T17:17:52.539Z] + [ -f VERSION ] [2021-03-16T17:17:52.539Z] + PROJECT_VERSION=local-dev [2021-03-16T17:17:52.539Z] + git rev-parse --short HEAD [2021-03-16T17:17:52.539Z] + GIT_REVISION=ea1e5ef6 [2021-03-16T17:17:52.539Z] + snapcraftctl set-version local-dev [2021-03-16T17:17:53.111Z] Building config-common [2021-03-16T17:17:53.111Z] + snapcraftctl build [2021-03-16T17:17:55.031Z] Skipping build go-build-helper (already ran) [2021-03-16T17:17:55.291Z] Building edgex-go [2021-03-16T17:17:55.291Z] + cd /root/parts/edgex-go/src [2021-03-16T17:17:55.291Z] + make build [2021-03-16T17:17:55.291Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T17:17:55.370Z] Removing intermediate container e189a2f3c665 [2021-03-16T17:17:55.371Z] ---> 6cee0805d640 [2021-03-16T17:17:55.371Z] Step 8/26 : COPY . . [2021-03-16T17:17:58.595Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-16T17:17:58.595Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-16T17:17:58.595Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-16T17:17:58.595Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 [2021-03-16T17:17:58.595Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-16T17:17:58.595Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-16T17:17:58.595Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-16T17:17:58.595Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-16T17:17:58.856Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-16T17:17:58.856Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-16T17:17:58.856Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-16T17:17:58.856Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-16T17:17:58.856Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-16T17:17:58.856Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-16T17:17:58.856Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-16T17:17:58.856Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-16T17:17:58.856Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-16T17:17:59.116Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-16T17:17:59.116Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-16T17:17:59.116Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-16T17:17:59.381Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-16T17:17:59.382Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-16T17:17:59.382Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-16T17:17:59.382Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-16T17:17:59.382Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-16T17:17:59.643Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-16T17:17:59.643Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-16T17:17:59.643Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-16T17:17:59.902Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-16T17:17:59.902Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-16T17:17:59.902Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-16T17:17:59.902Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-16T17:17:59.903Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-16T17:18:00.162Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-16T17:18:00.162Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-16T17:18:00.162Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-16T17:18:00.162Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-16T17:18:00.162Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-16T17:18:00.162Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-16T17:18:00.162Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-16T17:18:00.162Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-16T17:18:00.162Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-16T17:18:00.162Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-16T17:18:00.421Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-16T17:18:00.421Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-16T17:18:10.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T17:18:10.415Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-16T17:18:13.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T17:18:15.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T17:18:16.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T17:18:17.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T17:18:17.306Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-16T17:18:17.306Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-16T17:18:17.306Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-16T17:18:17.306Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-16T17:18:17.609Z] ---> 9e91d18abfd7 [2021-03-16T17:18:17.609Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T17:18:17.609Z] ---> Running in 3a094c7c5347 [2021-03-16T17:18:17.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T17:18:19.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T17:18:19.215Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-16T17:18:19.215Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-16T17:18:20.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T17:18:22.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T17:18:22.021Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-16T17:18:23.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T17:18:24.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T17:18:24.792Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-16T17:18:25.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-16T17:18:26.002Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-16T17:18:27.909Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-16T17:18:27.909Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-16T17:18:27.909Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-16T17:18:27.909Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-16T17:18:27.909Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-16T17:18:27.909Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-16T17:18:27.909Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-16T17:18:27.909Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-16T17:18:27.909Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-16T17:18:27.909Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-16T17:18:27.909Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-16T17:18:27.909Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-16T17:18:27.909Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-16T17:18:27.909Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-16T17:18:27.909Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-16T17:18:30.452Z] Building static-packages [2021-03-16T17:18:30.452Z] + snapcraftctl build [2021-03-16T17:18:32.365Z] Building version [2021-03-16T17:18:32.365Z] + snapcraftctl build [2021-03-16T17:18:34.278Z] Staging config-common [2021-03-16T17:18:34.278Z] + snapcraftctl stage [2021-03-16T17:18:34.848Z] Skipping stage go-build-helper (already ran) [2021-03-16T17:18:34.848Z] Staging edgex-go [2021-03-16T17:18:35.109Z] + snapcraftctl stage [2021-03-16T17:18:36.049Z] Staging static-packages [2021-03-16T17:18:36.049Z] + snapcraftctl stage [2021-03-16T17:18:36.992Z] Staging version [2021-03-16T17:18:36.992Z] + snapcraftctl stage [2021-03-16T17:18:37.561Z] Priming config-common [2021-03-16T17:18:37.821Z] + snapcraftctl prime [2021-03-16T17:18:38.760Z] Priming go-build-helper [2021-03-16T17:18:38.760Z] + snapcraftctl prime [2021-03-16T17:18:39.706Z] Priming edgex-go [2021-03-16T17:18:39.706Z] + snapcraftctl prime [2021-03-16T17:18:40.645Z] Priming static-packages [2021-03-16T17:18:40.645Z] + snapcraftctl prime [2021-03-16T17:18:43.186Z] Priming version [2021-03-16T17:18:43.186Z] + snapcraftctl prime [2021-03-16T17:18:43.757Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-16T17:18:44.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-16T17:18:56.977Z] Removing intermediate container 398e83c47cf9 [2021-03-16T17:18:56.977Z] ---> 9792e7b6c45a [2021-03-16T17:18:56.977Z] [2021-03-16T17:18:56.977Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T17:18:56.977Z] ---> d10569e2745f [2021-03-16T17:18:56.977Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T17:18:56.977Z] ---> Running in d51e383fbfd2 [2021-03-16T17:18:58.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:18:58.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:18:59.692Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T17:18:59.692Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:18:59.692Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T17:18:59.692Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T17:18:59.692Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:18:59.692Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:18:59.993Z] OK: 7 MiB in 18 packages [2021-03-16T17:19:01.004Z] Removing intermediate container 9a62c5f416f6 [2021-03-16T17:19:01.004Z] ---> 5c18551b93b0 [2021-03-16T17:19:01.004Z] [2021-03-16T17:19:01.004Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:19:01.004Z] ---> d10569e2745f [2021-03-16T17:19:01.004Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:19:01.004Z] ---> Using cache [2021-03-16T17:19:01.004Z] ---> ecbc7fe785b1 [2021-03-16T17:19:01.004Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:19:01.004Z] ---> Using cache [2021-03-16T17:19:01.004Z] ---> 786a7cfeba84 [2021-03-16T17:19:01.004Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T17:19:01.283Z] ---> Running in 39ebed41e96e [2021-03-16T17:19:02.285Z] Removing intermediate container 39ebed41e96e [2021-03-16T17:19:02.285Z] ---> b695625718f9 [2021-03-16T17:19:02.285Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:19:02.285Z] ---> Running in d397070fb726 [2021-03-16T17:19:02.285Z] Removing intermediate container d51e383fbfd2 [2021-03-16T17:19:02.285Z] ---> 1cc1a086f7b8 [2021-03-16T17:19:02.285Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:19:02.901Z] ---> Running in c0ffdb40559d [2021-03-16T17:19:02.901Z] Removing intermediate container d397070fb726 [2021-03-16T17:19:02.901Z] ---> 2afad4bb70e2 [2021-03-16T17:19:02.901Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:19:03.507Z] Removing intermediate container c0ffdb40559d [2021-03-16T17:19:03.508Z] ---> e9511639667e [2021-03-16T17:19:03.508Z] Step 13/21 : WORKDIR /edgex [2021-03-16T17:19:03.784Z] ---> Running in eb5faac5271c [2021-03-16T17:19:04.061Z] ---> f53a2c07c555 [2021-03-16T17:19:04.062Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T17:19:04.687Z] Removing intermediate container eb5faac5271c [2021-03-16T17:19:04.687Z] ---> 518399ae6871 [2021-03-16T17:19:04.687Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T17:19:06.676Z] ---> 15d67643c9dd [2021-03-16T17:19:06.676Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T17:19:06.676Z] ---> e70927e1aa05 [2021-03-16T17:19:06.676Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T17:19:07.672Z] ---> 94c8fc689499 [2021-03-16T17:19:07.672Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T17:19:07.957Z] ---> Running in d9cf3f8263b0 [2021-03-16T17:19:07.958Z] ---> 4345b10fb0ff [2021-03-16T17:19:08.231Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T17:19:08.510Z] Removing intermediate container d9cf3f8263b0 [2021-03-16T17:19:08.510Z] ---> 51ac6a1bcfa2 [2021-03-16T17:19:08.510Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:19:08.782Z] ---> Running in ce5e6ad588a5 [2021-03-16T17:19:09.374Z] Removing intermediate container ce5e6ad588a5 [2021-03-16T17:19:09.374Z] ---> 25cbef370dde [2021-03-16T17:19:09.374Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T17:19:09.374Z] ---> 1709bca9ca39 [2021-03-16T17:19:09.374Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T17:19:09.647Z] ---> Running in 1c3321e6fea4 [2021-03-16T17:19:09.647Z] ---> Running in b4adaf91cb8f [2021-03-16T17:19:10.243Z] Removing intermediate container 1c3321e6fea4 [2021-03-16T17:19:10.243Z] ---> 84d7744ad505 [2021-03-16T17:19:10.244Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T17:19:10.244Z] Removing intermediate container b4adaf91cb8f [2021-03-16T17:19:10.244Z] ---> ce771a719520 [2021-03-16T17:19:10.244Z] Step 21/22 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:19:10.244Z] ---> Running in 82c1a019e6ce [2021-03-16T17:19:10.519Z] ---> Running in b587f3296e1e [2021-03-16T17:19:10.796Z] Removing intermediate container 82c1a019e6ce [2021-03-16T17:19:10.796Z] ---> a288cc452401 [2021-03-16T17:19:10.796Z] Step 19/21 : LABEL arch=arm64 [2021-03-16T17:19:11.075Z] Removing intermediate container b587f3296e1e [2021-03-16T17:19:11.075Z] ---> 902ec6e702fd [2021-03-16T17:19:11.075Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T17:19:11.075Z] ---> Running in 91ca8094f0c5 [2021-03-16T17:19:11.351Z] ---> Running in 971f5a23aea5 [2021-03-16T17:19:11.623Z] Removing intermediate container 91ca8094f0c5 [2021-03-16T17:19:11.623Z] ---> 95f02878bc4b [2021-03-16T17:19:11.894Z] Step 20/21 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:19:11.894Z] Removing intermediate container 971f5a23aea5 [2021-03-16T17:19:11.894Z] ---> 21dd30d74c25 [2021-03-16T17:19:11.894Z] [2021-03-16T17:19:12.166Z] ---> Running in 9c49f04109da [2021-03-16T17:19:12.439Z] Successfully built 21dd30d74c25 [2021-03-16T17:19:12.439Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-16T17:19:12.710Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9c49f04109da [2021-03-16T17:19:12.710Z] ---> 96d0038caa02 [2021-03-16T17:19:12.710Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T17:19:12.984Z] ---> Running in 3544b5960d2d [2021-03-16T17:19:13.958Z] Removing intermediate container 3544b5960d2d [2021-03-16T17:19:13.958Z] ---> b30f5bbd230e [2021-03-16T17:19:13.958Z] [2021-03-16T17:19:13.958Z] Removing intermediate container 3a094c7c5347 [2021-03-16T17:19:13.958Z] ---> 73122d982534 [2021-03-16T17:19:13.958Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T17:19:14.237Z] Successfully built b30f5bbd230e [2021-03-16T17:19:14.237Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-16T17:19:14.237Z]  Building docker-security-proxy-setup-go ... done  ---> Running in dd184293e025 [2021-03-16T17:19:15.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T17:19:18.296Z] Removing intermediate container dd184293e025 [2021-03-16T17:19:18.296Z] ---> 99fbe536da6e [2021-03-16T17:19:18.296Z] [2021-03-16T17:19:18.296Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T17:19:18.296Z] 20.10.0: Pulling from library/docker [2021-03-16T17:19:26.626Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T17:19:26.626Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T17:19:26.626Z] ---> eeaf43b92773 [2021-03-16T17:19:26.626Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T17:19:27.239Z] ---> Running in 929ab5aefacd [2021-03-16T17:19:28.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:19:28.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:19:29.091Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T17:19:29.091Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T17:19:29.364Z] Executing bash-5.0.17-r0.post-install [2021-03-16T17:19:29.364Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:19:29.364Z] OK: 12 MiB in 22 packages [2021-03-16T17:19:30.803Z] Removing intermediate container 929ab5aefacd [2021-03-16T17:19:30.803Z] ---> fbe9c1690ed0 [2021-03-16T17:19:30.803Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T17:19:30.803Z] ---> Running in 7b123a5c9b0a [2021-03-16T17:19:31.076Z] Removing intermediate container 7b123a5c9b0a [2021-03-16T17:19:31.076Z] ---> 2f3eb41249f3 [2021-03-16T17:19:31.076Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T17:19:31.347Z] ---> Running in 56c7953910d0 [2021-03-16T17:19:31.621Z] Removing intermediate container 56c7953910d0 [2021-03-16T17:19:31.621Z] ---> 51e994105b81 [2021-03-16T17:19:31.621Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T17:19:31.902Z] ---> Running in ed1a69df5add [2021-03-16T17:19:32.501Z] Removing intermediate container ed1a69df5add [2021-03-16T17:19:32.501Z] ---> 431be974078c [2021-03-16T17:19:32.501Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T17:19:33.480Z] ---> 06109ee11931 [2021-03-16T17:19:33.480Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T17:19:34.458Z] ---> cb117c9653da [2021-03-16T17:19:34.458Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T17:19:35.441Z] ---> bd3db9b1a043 [2021-03-16T17:19:35.441Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T17:19:35.441Z] ---> Running in a92a48306477 [2021-03-16T17:19:36.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:19:36.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:19:37.289Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T17:19:37.289Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T17:19:37.289Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T17:19:37.289Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T17:19:37.289Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T17:19:37.289Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T17:19:37.289Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T17:19:39.255Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T17:19:39.255Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T17:19:39.255Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T17:19:39.255Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T17:19:39.255Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T17:19:39.255Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T17:19:39.528Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T17:19:39.528Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T17:19:39.528Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T17:19:39.528Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T17:19:39.528Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T17:19:39.528Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T17:19:39.528Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T17:19:39.528Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T17:19:39.528Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T17:19:39.528Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T17:19:39.801Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T17:19:39.801Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T17:19:39.801Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T17:19:39.801Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T17:19:39.801Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T17:19:39.801Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T17:19:39.801Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T17:19:39.801Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T17:19:39.801Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T17:19:39.801Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T17:19:40.071Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:19:40.071Z] OK: 71 MiB in 55 packages [2021-03-16T17:19:46.782Z] Removing intermediate container a92a48306477 [2021-03-16T17:19:46.782Z] ---> a58544ba3053 [2021-03-16T17:19:46.782Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T17:19:46.782Z] ---> Running in 85227af7cc99 [2021-03-16T17:19:53.482Z] Collecting docker-compose==1.23.2 [2021-03-16T17:19:53.482Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T17:19:53.482Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-16T17:19:54.472Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T17:19:54.472Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T17:19:55.448Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T17:19:55.448Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T17:19:56.047Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T17:19:56.048Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T17:19:59.438Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T17:19:59.438Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T17:20:02.825Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T17:20:02.825Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T17:20:03.420Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T17:20:03.420Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T17:20:07.723Z] Collecting PyYAML<4,>=3.10 [2021-03-16T17:20:07.723Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T17:20:13.116Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T17:20:13.116Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T17:20:14.091Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T17:20:14.091Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T17:20:14.686Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T17:20:14.686Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T17:20:14.959Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-16T17:20:14.959Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-16T17:20:15.232Z] Collecting idna<2.8,>=2.5 [2021-03-16T17:20:15.232Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T17:20:16.208Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T17:20:16.208Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T17:20:16.481Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T17:20:16.481Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T17:20:16.481Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T17:20:16.481Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T17:20:17.911Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, texttable, dockerpty, docopt, PyYAML, cached-property, docker-compose [2021-03-16T17:20:18.505Z] Attempting uninstall: idna [2021-03-16T17:20:18.505Z] Found existing installation: idna 2.9 [2021-03-16T17:20:18.505Z] Uninstalling idna-2.9: [2021-03-16T17:20:18.505Z] Successfully uninstalled idna-2.9 [2021-03-16T17:20:19.482Z] Attempting uninstall: urllib3 [2021-03-16T17:20:19.482Z] Found existing installation: urllib3 1.25.9 [2021-03-16T17:20:19.482Z] Uninstalling urllib3-1.25.9: [2021-03-16T17:20:19.482Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T17:20:20.078Z] Attempting uninstall: requests [2021-03-16T17:20:20.078Z] Found existing installation: requests 2.23.0 [2021-03-16T17:20:20.078Z] Uninstalling requests-2.23.0: [2021-03-16T17:20:20.351Z] Successfully uninstalled requests-2.23.0 [2021-03-16T17:20:22.322Z] Running setup.py install for texttable: started [2021-03-16T17:20:24.933Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T17:20:24.933Z] Running setup.py install for dockerpty: started [2021-03-16T17:20:28.317Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T17:20:28.317Z] Running setup.py install for docopt: started [2021-03-16T17:20:30.943Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T17:20:30.943Z] Running setup.py install for PyYAML: started [2021-03-16T17:20:34.327Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T17:20:35.762Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-16T17:20:41.257Z] Removing intermediate container 85227af7cc99 [2021-03-16T17:20:41.257Z] ---> fc24ac15e21c [2021-03-16T17:20:41.257Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T17:20:41.257Z] ---> Running in d543231be164 [2021-03-16T17:20:41.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:20:42.150Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:20:42.752Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:20:42.752Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T17:20:42.752Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T17:20:42.752Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:20:42.752Z] OK: 72 MiB in 58 packages [2021-03-16T17:20:44.196Z] Removing intermediate container d543231be164 [2021-03-16T17:20:44.196Z] ---> ccbb61fec32b [2021-03-16T17:20:44.196Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T17:20:44.196Z] ---> Running in 78c3098adb02 [2021-03-16T17:20:44.796Z] Removing intermediate container 78c3098adb02 [2021-03-16T17:20:44.796Z] ---> e22b4a6b3677 [2021-03-16T17:20:44.796Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:20:44.796Z] ---> Running in ad0da5807145 [2021-03-16T17:20:45.400Z] Removing intermediate container ad0da5807145 [2021-03-16T17:20:45.400Z] ---> 4efba30d79f8 [2021-03-16T17:20:45.400Z] Step 24/26 : LABEL arch=arm64 [2021-03-16T17:20:45.400Z] ---> Running in 057d47cce66e [2021-03-16T17:20:46.001Z] Removing intermediate container 057d47cce66e [2021-03-16T17:20:46.001Z] ---> f346e44672ec [2021-03-16T17:20:46.001Z] Step 25/26 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [2021-03-16T17:20:46.001Z] ---> Running in 3b95aa88f840 [2021-03-16T17:20:46.599Z] Removing intermediate container 3b95aa88f840 [2021-03-16T17:20:46.599Z] ---> d2d37fc30140 [2021-03-16T17:20:46.599Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T17:20:46.599Z] ---> Running in b5a5a444b4eb [2021-03-16T17:20:47.200Z] Removing intermediate container b5a5a444b4eb [2021-03-16T17:20:47.200Z] ---> a0ca3c342b4b [2021-03-16T17:20:47.200Z] [2021-03-16T17:20:47.476Z] Successfully built a0ca3c342b4b [2021-03-16T17:20:47.752Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-16T17:20:47.752Z]  Building docker-sys-mgmt-agent-go ... done  [2021-03-16T17:20:47.752Z] ERROR: for docker-core-metadata-go UnixHTTPConnectionPool(host='localhost', port=None): Pool is closed. [2021-03-16T17:20:47.752Z] Couldn't connect to Docker daemon at http+docker://localhost - is it running? [2021-03-16T17:20:47.752Z] [2021-03-16T17:20:47.752Z] If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable. [Pipeline] } [2021-03-16T17:20:48.372Z] $ docker stop --time=1 cb64a2932643eb63d383ffa3ac4d897b421f1becf47878e2af5b652c189d9e63 [2021-03-16T17:20:50.259Z] $ docker rm -f cb64a2932643eb63d383ffa3ac4d897b421f1becf47878e2af5b652c189d9e63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:20:51.740Z] ---> job-cost.sh [2021-03-16T17:20:51.740Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7vaU [2021-03-16T17:21:48.343Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-16T17:23:40.121Z] lf-activate-venv(): INFO: Adding /tmp/venv-7vaU/bin to PATH [2021-03-16T17:23:40.121Z] INFO: No Stack... [2021-03-16T17:23:40.121Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-16T17:23:40.121Z] INFO: Archiving Costs [Pipeline] sh [2021-03-16T17:23:40.464Z] + cat /w/workspace/edgex-go/17/archives/cost.csv [2021-03-16T17:23:40.464Z] + cut -d, -f6 [Pipeline] lock [2021-03-16T17:23:40.613Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-17-stack-cost] [2021-03-16T17:23:40.621Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-17-stack-cost] did not exist. Created. [2021-03-16T17:23:40.621Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-17-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-16T17:23:41.170Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-16T17:23:41.462Z] Stashed 1 file(s) [Pipeline] } [2021-03-16T17:23:41.475Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-17-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-16T17:23:42.243Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:23:46.109Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:23:47.016Z] ---> package-listing.sh [2021-03-16T17:23:47.016Z] ++ facter osfamily [2021-03-16T17:23:47.016Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-16T17:23:47.016Z] + OS_FAMILY=redhat [2021-03-16T17:23:47.016Z] + workspace=/w/workspace/edgex-go/17 [2021-03-16T17:23:47.016Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-16T17:23:47.016Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-16T17:23:47.016Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-16T17:23:47.016Z] + PACKAGES=/tmp/packages_start.txt [2021-03-16T17:23:47.016Z] + '[' /w/workspace/edgex-go/17 ']' [2021-03-16T17:23:47.016Z] + PACKAGES=/tmp/packages_end.txt [2021-03-16T17:23:47.016Z] + case "${OS_FAMILY}" in [2021-03-16T17:23:47.016Z] + rpm -qa [2021-03-16T17:23:47.016Z] + sort [2021-03-16T17:23:52.320Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-16T17:23:52.320Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-16T17:23:52.320Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-16T17:23:52.320Z] + '[' /w/workspace/edgex-go/17 ']' [2021-03-16T17:23:52.320Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2021-03-16T17:23:52.320Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2021-03-16T17:23:52.335Z] 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-16T17:23:52.635Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:23:52.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T17:23:52.969Z] [2021-03-16T17:23:52.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:23:53.330Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T17:23:53.330Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-16T17:23:53.330Z] df20fa9351a1: Pulling fs layer [2021-03-16T17:23:53.330Z] 36b3adc4ff6f: Pulling fs layer [2021-03-16T17:23:53.330Z] 8ad3a11d3b57: Pulling fs layer [2021-03-16T17:23:53.330Z] 46f8f816bc3b: Pulling fs layer [2021-03-16T17:23:53.330Z] 93b61091891f: Pulling fs layer [2021-03-16T17:23:53.330Z] 93b9cdb0e59b: Pulling fs layer [2021-03-16T17:23:53.330Z] 5e14af77c1be: Pulling fs layer [2021-03-16T17:23:53.331Z] 01666e4c0597: Pulling fs layer [2021-03-16T17:23:53.331Z] aa168da1d23b: Pulling fs layer [2021-03-16T17:23:53.331Z] 46f8f816bc3b: Waiting [2021-03-16T17:23:53.331Z] 93b61091891f: Waiting [2021-03-16T17:23:53.331Z] 93b9cdb0e59b: Waiting [2021-03-16T17:23:53.331Z] 5e14af77c1be: Waiting [2021-03-16T17:23:53.331Z] aa168da1d23b: Waiting [2021-03-16T17:23:53.331Z] 01666e4c0597: Waiting [2021-03-16T17:23:53.331Z] 36b3adc4ff6f: Verifying Checksum [2021-03-16T17:23:53.331Z] 36b3adc4ff6f: Download complete [2021-03-16T17:23:53.331Z] 46f8f816bc3b: Verifying Checksum [2021-03-16T17:23:53.331Z] 46f8f816bc3b: Download complete [2021-03-16T17:23:53.597Z] df20fa9351a1: Verifying Checksum [2021-03-16T17:23:53.597Z] df20fa9351a1: Download complete [2021-03-16T17:23:53.597Z] 93b9cdb0e59b: Verifying Checksum [2021-03-16T17:23:53.597Z] 93b9cdb0e59b: Download complete [2021-03-16T17:23:53.597Z] 5e14af77c1be: Verifying Checksum [2021-03-16T17:23:53.597Z] 5e14af77c1be: Download complete [2021-03-16T17:23:53.597Z] 93b61091891f: Verifying Checksum [2021-03-16T17:23:53.597Z] 93b61091891f: Download complete [2021-03-16T17:23:53.597Z] 01666e4c0597: Verifying Checksum [2021-03-16T17:23:53.597Z] 01666e4c0597: Download complete [2021-03-16T17:23:53.864Z] df20fa9351a1: Pull complete [2021-03-16T17:23:54.125Z] 36b3adc4ff6f: Pull complete [2021-03-16T17:23:54.392Z] 8ad3a11d3b57: Verifying Checksum [2021-03-16T17:23:54.392Z] 8ad3a11d3b57: Download complete [2021-03-16T17:23:55.356Z] 8ad3a11d3b57: Pull complete [2021-03-16T17:23:55.356Z] 46f8f816bc3b: Pull complete [2021-03-16T17:23:56.309Z] aa168da1d23b: Verifying Checksum [2021-03-16T17:23:56.309Z] aa168da1d23b: Download complete [2021-03-16T17:23:57.273Z] 93b61091891f: Pull complete [2021-03-16T17:23:57.273Z] 93b9cdb0e59b: Pull complete [2021-03-16T17:23:57.273Z] 5e14af77c1be: Pull complete [2021-03-16T17:23:57.544Z] 01666e4c0597: Pull complete [2021-03-16T17:24:05.728Z] aa168da1d23b: Pull complete [2021-03-16T17:24:06.302Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-16T17:24:06.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T17:24:06.302Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-16T17:24:06.493Z] prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container [2021-03-16T17:24:06.539Z] $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-16T17:24:11.490Z] $ docker top a1b84f0f0ffff76bd51869b40b35a812c1693a8657ed62a3610de4b7a4579e49 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:24:12.036Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-16T17:24:12.340Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-16T17:24:12.642Z] + ls /var/log/sa-host [2021-03-16T17:24:12.642Z] + sadf -c /var/log/sa-host/sa16 [2021-03-16T17:24:12.642Z] file_magic: OK [2021-03-16T17:24:12.642Z] HZ: Using current value: 100 [2021-03-16T17:24:12.642Z] file_header: OK [2021-03-16T17:24:12.642Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-16T17:24:12.642Z] Statistics: [2021-03-16T17:24:12.642Z] 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... [2021-03-16T17:24:12.642Z] File successfully converted to sysstat format version 12.2.1 [2021-03-16T17:24:12.642Z] + sadf -c /var/log/sa-host/sa23 [2021-03-16T17:24:12.642Z] file_magic: OK [2021-03-16T17:24:12.642Z] HZ: Using current value: 100 [2021-03-16T17:24:12.642Z] file_header: OK [2021-03-16T17:24:12.642Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-16T17:24:12.642Z] Statistics: [2021-03-16T17:24:12.642Z] Hnuu...uuuununununu... [2021-03-16T17:24:12.642Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-16T17:24:12.879Z] provisioning config files... [2021-03-16T17:24:12.906Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config2244647495530640857tmp [Pipeline] { [Pipeline] echo [2021-03-16T17:24:12.973Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:24:13.273Z] ---> create-netrc.sh [Pipeline] } [2021-03-16T17:24:13.283Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-16T17:24:13.380Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:24:13.686Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-16T17:24:13.699Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:24:14.005Z] ---> sudo-logs.sh [2021-03-16T17:24:14.006Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-16T17:24:14.320Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:24:14.633Z] ---> job-cost.sh [2021-03-16T17:24:14.633Z] lf-activate-venv: SKIPPING [2021-03-16T17:24:14.633Z] DEBUG: total: 0.20999999344348907 [2021-03-16T17:24:14.633Z] INFO: Retrieving Stack Cost... [2021-03-16T17:24:15.579Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-16T17:24:16.154Z] INFO: Archiving Costs [Pipeline] echo [2021-03-16T17:24:16.170Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:24:16.471Z] ---> logs-deploy.sh [2021-03-16T17:24:16.471Z] lf-activate-venv: SKIPPING [2021-03-16T17:24:16.471Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/17 [2021-03-16T17:24:16.471Z] INFO: archiving workspace using pattern(s): [2021-03-16T17:24:17.861Z] Archives upload complete. [2021-03-16T17:24:17.861Z] INFO: archiving logs to Nexus